Commit Graph
16470 Commits
Author SHA1 Message Date
Kjeld Schouten-LebbingandGitHub 448111424b chore(ci): add signing and key info to chart releaser
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-05 12:38:16 +02:00
TrueCharts BotandGitHub 9adaab71db chore(deps): update container image tccr.io/truecharts/mosdns to 5.1.3 (#8769) 2023-05-05 11:54:31 +02:00
Kjeld Schouten-LebbingandGitHub d3d9ea9358 Update renovate.json5
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-05 11:50:34 +02:00
MaverickD650andGitHub 6adec80d43 fix(Portainer): fix rbac (#8768)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
Forgot to add clusterWide: true. Thanks Stavros.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
Testing of the ported chart revealed it would not locate the cluster.
Further investigation revealed a line was missing from rbac.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-05 09:22:20 +03:00
TrueCharts BotandGitHub 247e044069 chore(deps): update container image tccr.io/truecharts/cura-novnc to latest (#8766) 2023-05-05 07:56:39 +02:00
Stavros KoisandGitHub 510dde748b fix(grafana): remove duplicate include (#8759)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-04 23:58:15 +03:00
72e29ed695 fix(lancache-dns) fix options not being loaded. (#8707)
**Description**
A possible fix to clean up and fix the gui for variables to show up.

⚒️ Fixes  #8708

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
Some checkboxes are not being shown.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-04 23:58:02 +03:00
aaec378ff2 fix(portainer): Port to new common BREAKING CHANGES (#8755)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
Fixed the errors in the part 4 PR and seems to install correctly. Can't
merge into that PR branch without causing a mess so did it this way
instead.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
Previously tested on CI in my own fork.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: MaverickD650 <92877124+MaverickD650@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-04 22:36:30 +03:00
TrueCharts BotandGitHub 020448ee0d chore(deps): update container image tccr.io/truecharts/lancache-monolithic to latest (#8758) 2023-05-04 20:58:20 +02:00
StevenMcElligottandGitHub 1035fae94b fix(idrac-fan): Clean up questions (#8751)
**Description**

Fix SCALE GUI questions

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-04 12:55:51 -04:00
TrueCharts BotandGitHub 68e7849039 chore(deps): update container image tccr.io/truecharts/minetest to 5.7.0 (#8754) 2023-05-04 13:57:25 +02:00
Stavros KoisandGitHub c06f68e711 fix(questions): fix questions (#8747)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-04 01:05:56 +03:00
Stavros KoisandGitHub a1b096c7fb fix(questions): fix questions.yaml (#8745)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-03 23:25:54 +03:00
TrueCharts BotandGitHub ef78ef17e1 chore(deps): update renovatebot/github-action action to v36.1.0 (#8743)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | minor | `v36.0.4` -> `v36.1.0` |

---

### Release Notes

<details>
<summary>renovatebot/github-action</summary>

###
[`v36.1.0`](https://togithub.com/renovatebot/github-action/releases/tag/v36.1.0)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.0.4...v36.1.0)

##### Features

- pass http proxy env to container
([#&#8203;731](https://togithub.com/renovatebot/github-action/issues/731))
([1c8f93f](https://togithub.com/renovatebot/github-action/commit/1c8f93fe541ed15e64d0a56ac62b8459bf8aabda))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.25
([a74624e](https://togithub.com/renovatebot/github-action/commit/a74624ecb22a6fac01c9c9d3b202dd4eee587375))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.69.1
([49aa4b7](https://togithub.com/renovatebot/github-action/commit/49aa4b7bb0ed41e4292262ca753fd86e2dc48f64))
- **deps:** update renovate docker tag to v35.69.3
([281a5bf](https://togithub.com/renovatebot/github-action/commit/281a5bf404f46ef80e380e631fae8e3f11e67aa3))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS41IiwidXBkYXRlZEluVmVyIjoiMzUuNjkuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 17:29:54 +02:00
TrueCharts BotandGitHub 6d17665a97 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.0 (#8275) 2023-05-03 14:17:32 +02:00
TrueCharts BotandGitHub 121fc01a7c chore(deps): update authentik to v2023.4.1 (minor) (#8545) 2023-05-03 14:12:51 +02:00
TrueCharts BotandGitHub ea3e0a39fa chore(deps): update container image tccr.io/truecharts/youtrack to v2023.1.9031 (#8306) 2023-05-03 14:12:43 +02:00
TrueCharts BotandGitHub fb338756ee chore(deps): update container image tccr.io/truecharts/linkace to v1.12.0 (#8594) 2023-05-03 14:11:38 +02:00
TrueCharts BotandGitHub 515b97267c chore(deps): update container image tccr.io/truecharts/matomo to 4.14.2 (#8740) 2023-05-03 13:55:56 +02:00
TrueCharts BotandGitHub cd202e00c8 chore(deps): update container image tccr.io/truecharts/synclounge to 5.2.5 (#8733) 2023-05-03 13:53:44 +02:00
TrueCharts BotandGitHub 0124572e7f chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.2 (#8741)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/truecharts/devcontainer](https://togithub.com/truecharts/containers)
| container | patch | `v3.1.1` -> `3.1.2` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 13:31:12 +02:00
TrueCharts BotandGitHub 49afeb5865 chore(deps): update container image tccr.io/truecharts/nginx to v1.24.0 (#8606) 2023-05-03 13:30:31 +02:00
TrueCharts BotandGitHub 4b84ecc41e chore(deps): update penpot to v1.18.1 (minor) (#8288) 2023-05-03 13:29:54 +02:00
TrueCharts BotandGitHub c3b10e9712 chore(deps): update container image tccr.io/truecharts/synapse to v1.82.0 (#8263) 2023-05-03 13:29:34 +02:00
TrueCharts BotandGitHub 2abcac09ed chore(deps): update container image tccr.io/truecharts/focalboard to v7.10.0 (#8573) 2023-05-03 13:25:46 +02:00
TrueCharts BotandGitHub af38b4825f chore(deps): update container image tccr.io/truecharts/grist to v1.0.9 (#8450) 2023-05-03 13:25:40 +02:00
TrueCharts BotandGitHub 64bb160851 chore(deps): update container image tccr.io/truecharts/wordpress to v (#8419) 2023-05-03 13:25:33 +02:00
TrueCharts BotandGitHub 59e1d1d9d3 chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65379 (#8537) 2023-05-03 13:25:30 +02:00
TrueCharts BotandGitHub bd7cc1267e chore(deps): update container image tccr.io/truecharts/snipe-it to v6.1.0 (#8259) 2023-05-03 13:25:26 +02:00
TrueCharts BotandGitHub 7318819515 chore(deps): update container image tccr.io/truecharts/wger to latest (#8416) 2023-05-03 13:25:19 +02:00
TrueCharts BotandGitHub 41ca918e4c chore(deps): update container image tccr.io/truecharts/joplin-server to v2.10.10 (#8458) 2023-05-03 13:25:17 +02:00
TrueCharts BotandGitHub 2cfad63eb9 chore(deps): update authentik to v2023.2.3 (patch) (#8430) 2023-05-03 13:25:14 +02:00
TrueCharts BotandGitHub 29acca4c11 chore(deps): update container image tccr.io/truecharts/ghost to v5.45.1 (#8576) 2023-05-03 13:25:12 +02:00
TrueCharts BotandGitHub 9e2b3aed75 chore(deps): update container image tccr.io/truecharts/pylon to 2.9.0 (#8731) 2023-05-03 13:25:06 +02:00
TrueCharts BotandGitHub df9779e927 chore(deps): update container image tccr.io/truecharts/pihole to v2023.03.1 (#8637) 2023-05-03 13:25:01 +02:00
TrueCharts BotandGitHub 349ce45cb2 chore(deps): update container image tccr.io/truecharts/guacamole-client to v1.5.1 (#8451) 2023-05-03 13:24:58 +02:00
TrueCharts BotandGitHub 6d2441f89c chore(deps): update container image tccr.io/truecharts/leantime to v2.3.20 (#8477) 2023-05-03 13:24:57 +02:00
TrueCharts BotandGitHub e9375e65d1 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.4.2 (#8561) 2023-05-03 13:24:53 +02:00
TrueCharts BotandGitHub be97d91dec chore(deps): update container image tccr.io/truecharts/linkace to v1.11.4 (#8479) 2023-05-03 13:24:51 +02:00
TrueCharts BotandGitHub b71ab831a6 chore(deps): update container image tccr.io/truecharts/protonmail-bridge to v3.1.2 (#8651) 2023-05-03 13:24:46 +02:00
TrueCharts BotandGitHub b689789a75 chore(deps): update container image tccr.io/truecharts/deconz to v2.22.00 (#8564) 2023-05-03 13:24:42 +02:00
TrueCharts BotandGitHub fc10f36fc8 chore(deps): update container image tccr.io/truecharts/wireshark to v (#8418) 2023-05-03 13:24:39 +02:00
TrueCharts BotandGitHub 6c1423856b chore(deps): update container image tccr.io/truecharts/icinga2 to v2.13.7 (#8456) 2023-05-03 13:24:32 +02:00
TrueCharts BotandGitHub 925ff98790 chore(deps): update container image tccr.io/truecharts/thanos to 0.31.0 (#8735) 2023-05-03 13:24:27 +02:00
TrueCharts BotandGitHub 721967d9e8 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#8732) 2023-05-03 13:24:24 +02:00
TrueCharts BotandGitHub b72f949ab4 chore(deps): update container image tccr.io/truecharts/loki to v2.8.1 (#8595) 2023-05-03 13:24:18 +02:00
TrueCharts BotandGitHub 67d4308cdc chore(deps): update container image tccr.io/truecharts/prometheus to 2.43.0 (#8730) 2023-05-03 13:22:51 +02:00
TrueCharts BotandGitHub 9b776406e6 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#8729) 2023-05-03 13:22:43 +02:00
TrueCharts BotandGitHub 8934eab88c chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#8726) 2023-05-03 13:21:33 +02:00
TrueCharts BotandGitHub 9d180354a3 chore(deps): update container image tccr.io/truecharts/pialert to latest (#8338) 2023-05-03 13:19:30 +02:00