Compare commits

..

2192 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing
62604d4032 feat: add pod options GUI items for TrueNAS SCALE 2023-04-21 15:16:23 +02:00
StevenMcElligott
3c228146b9 fix(tvheadend): Change probes to tcp (#8101)
**Description**

Change probes to TCP

⚒️ 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>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-21 07:04:12 +00:00
TrueCharts Bot
2c87f0a3d6 chore(deps): update helm general non-major (#8087)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.20` -> `12.4.21` |
|
[kube-state-metrics](https://togithub.com/bitnami/charts/tree/main/bitnami/kube-state-metrics)
([source](https://togithub.com/bitnami/charts)) | minor | `3.3.5` ->
`3.4.0` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.12` ->
`7.0.13` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.11` ->
`6.0.12` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.28` ->
`6.0.29` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.21`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.21)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.20...common-12.4.21)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.13`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.13)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.12...mariadb-7.0.13)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Mi4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-20 15:33:33 +02:00
StevenMcElligott
3a02f488c2 fix(tvheadend): Bump to push yesterdays fix (#8100)
**Description**

Bumping chart since it wasn't bumped here ->
https://github.com/truecharts/charts/pull/8095/files#diff-b07d163da77dc0479bfcb0f647420e55cb5eccdeed085eaff8e63b50a140d182

⚒️ 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._
2023-04-20 16:23:50 +03:00
TrueCharts-Bot
ad2339655b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-20 00:23:45 +00:00
Stavros Kois
3fb86ba2fc fix(apps): fix various issues (#8095) 2023-04-20 02:19:46 +03:00
Malcolm
8d53557d71 Add prerequisite (#8089)
**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.
-->
Added prerequisite to have traefik installed as it's required for
Ingress.

⚒️ 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
-->
N/A

**📃 Notes:**
<!-- Please enter any other relevant information here -->
Just helped a user setting up cert-manager and this situation arose.

**✔️ 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: Malcolm <56974882+malcolmcdixon@users.noreply.github.com>
2023-04-19 08:05:17 +02:00
TrueCharts-Bot
d7b4be6433 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-19 00:25:51 +00:00
TrueCharts Bot
0291e75ad6 chore(deps): update helm chart common to 12.4.21 (#8088)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.20` -> `12.4.21` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.21`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.21)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.20...common-12.4.21)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41My4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTMuMCJ9-->
2023-04-18 14:31:49 +02:00
TrueCharts Bot
310de03b65 chore(deps): update helm chart common to 12.4.21 (#8086)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.20` -> `12.4.21` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.21`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.21)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.20...common-12.4.21)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Mi4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTIuMCJ9-->
2023-04-18 10:42:44 +00:00
Kjeld Schouten-Lebbing
615c8c5e22 fix(arr): BREAKING CHANGE revert postgresql back to sqlite (#8085)
**Description**
Due to many issues we've deciced to revert the move to postgresql
backend for the Arr charts.
See upcomming news announcement on the website

**⚙️ Type of change**

- [x] ⚙️ 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
-->

**📃 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-04-18 12:37:30 +02:00
Stavros Kois
bbc0ef91ef feat(scale): template for podOptions (#8077)
**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._

---------

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-18 11:33:31 +02:00
StevenMcElligott
22e748f36f fix(webgrabplus): Disable probes + update upstream (#8083)
**Description**

Disables probes and updates upstream image (was missing from chart.yaml)
⚒️ 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._
2023-04-18 09:31:51 +02:00
StevenMcElligott
38b4b407f4 docs(cert-manager): Add How-To guide (#8084)
**Description**

Added docs for `cert-manager`, thanks to @xstar97 and @malcolmcdixon for
contributions to the doc also

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

**⚙️ Type of change**

- [X] ⚙️ 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:**

- [X] ⚖️ 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-04-18 09:31:03 +02:00
Jean-François Roy
218793f454 fix(speedtest-exporter): set scrape interval to 1h (#8079)
**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.
-->
Using the default value global Prometheus scrape interval of 15s causes
excessive bandwidth use.

Also remove old ineffective/dead probe path fragment. Using `/metrics`
is a bad idea anyways since every probe would trigger a speed test.

**⚙️ 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
-->

`helm template . --debug` and check the `ServiceMonitor` resource. I
also applied the change live in my cluster and observed the reduced
frequency. I also checked the Prom web UI under `/service-discovery` for
the new scrape interval.

**📃 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
- [x] ⚠️ 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
2023-04-17 22:24:24 +02:00
Jean-François Roy
bea89a743c fix(unpoller): do not use /metrics for probes (#8078)
**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.
-->
Using /metrics for probes causes metrics to be scraped. This makes
probes unnecessarily expensive and leads to more scrapes than expected
against the Unifi controller (especially if the Prometheus scrape
interval is significantly less than the liveness probe interval).

**⚙️ 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
-->

Run `helm template . --debug` and check the probes path is `/`.

**📃 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
- [x] ⚠️ 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
2023-04-17 20:37:35 +02:00
TrueCharts Bot
d1f4df36ea chore(deps): update helm general non-major (#8071)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.15` -> `12.4.20` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.11` ->
`7.0.12` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.10` ->
`6.0.11` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.27` ->
`6.0.28` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.20`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.20)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.19...common-12.4.20)

Function library for TrueCharts

###
[`v12.4.19`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.19)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.18...common-12.4.19)

Function library for TrueCharts

###
[`v12.4.18`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.18)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.15...common-12.4.18)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.12`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.12)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.11...mariadb-7.0.12)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-16 22:32:07 +02:00
Stavros Kois
b66f63028d fix(meshcentral): fixup/port meshcentral (#8066)
**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  #8062

**⚙️ 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-04-16 21:10:16 +02:00
TrueCharts Bot
f523c51647 chore(deps): update helm chart common to 12.4.20 (#8065)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.15` -> `12.4.20` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.20`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.20)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.19...common-12.4.20)

Function library for TrueCharts

###
[`v12.4.19`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.19)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.18...common-12.4.19)

Function library for TrueCharts

###
[`v12.4.18`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.18)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.15...common-12.4.18)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
2023-04-16 16:29:02 +02:00
TrueCharts Bot
eff14d6440 chore(deps): update helm chart common to 12.4.20 (#8064)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.15` -> `12.4.20` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.20`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.20)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.19...common-12.4.20)

Function library for TrueCharts

###
[`v12.4.19`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.19)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.18...common-12.4.19)

Function library for TrueCharts

###
[`v12.4.18`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.18)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.15...common-12.4.18)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
2023-04-16 16:27:53 +02:00
TrueCharts Bot
c5ba79f3c4 chore(deps): update helm general non-major (#8061)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.13` -> `12.4.15` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.8` ->
`7.0.11` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.7` ->
`6.0.10` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.3` ->
`6.0.10` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.24` ->
`6.0.27` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.15)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.14...common-12.4.15)

Function library for TrueCharts

###
[`v12.4.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.14)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.13...common-12.4.14)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.11`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.11)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.10...mariadb-7.0.11)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.10`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.10)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.9...mariadb-7.0.10)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.9`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.9)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.8...mariadb-7.0.9)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4xIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMSJ9-->

---------

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-16 13:22:58 +02:00
Kjeld Schouten-Lebbing
4d960acf2d fix: hide host_networking on service export scale GUI
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-16 12:27:30 +02:00
Stavros Kois
3aa8f2d90e fix(syncthing,traefik,blocky): fix probes, protocol, config structure (#8057)
**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  #8054

**⚙️ 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-04-16 11:51:02 +02:00
Stavros Kois
dce644553f All contributors/add fnichol (#8060)
**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._

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-16 12:36:30 +03:00
Stavros Kois
b4b041d314 All contributors/add fnichol (#8058)
**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._

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-16 12:30:50 +03:00
Fletcher Nichol
0419d524e0 fix(template): fix ipam staticIPConfigurations indentation (#8053)
**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  #8052

I believe that the remaining issue here is one of indentation in
`serviceExpert.yaml`.

**⚙️ 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:**

- [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
- [ ] ⬆️ 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._

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-16 12:27:42 +03:00
TrueCharts-Bot
fd453866de Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-16 00:24:46 +00:00
TrueCharts Bot
d9a13241cf chore(deps): update helm chart common to 12.4.15 (#8051)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.14` -> `12.4.15` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.15)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.14...common-12.4.15)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMCJ9-->
2023-04-16 00:26:26 +02:00
TrueCharts Bot
38a39ca177 chore(deps): update helm chart common to 12.4.15 (#8050)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.14` -> `12.4.15` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.15)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.14...common-12.4.15)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMCJ9-->
2023-04-16 00:25:21 +02:00
Stavros Kois
2ce19db153 docs: update .github/README.md [skip ci] (#8049)
**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._

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-16 00:19:10 +03:00
Stavros Kois
8032bf65d2 docs: update .github/README.md [skip ci] (#8048)
**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._

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-16 00:17:01 +03:00
TrueCharts Bot
50156d61f5 chore(deps): update helm chart common to 12.4.14 (#8045)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.13` -> `12.4.14` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.14)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.13...common-12.4.14)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMCJ9-->
2023-04-15 23:06:34 +02:00
TrueCharts Bot
08b7db69ef chore(deps): update helm chart common to 12.4.14 (#8046)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.13` -> `12.4.14` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.14)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.13...common-12.4.14)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMCJ9-->
2023-04-15 23:06:20 +02:00
Stavros Kois
603f3c2060 chore(blocky): bump (#8044)
**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  #8014

**⚙️ 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._
2023-04-15 23:05:54 +02:00
TrueCharts Bot
06adda67eb chore(deps): update helm general non-major (#7998)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.10` -> `12.4.13` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.6` ->
`7.0.8` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.5` ->
`6.0.7` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.3` ->
`6.0.7` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.22` ->
`6.0.24` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.13)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.12...common-12.4.13)

Function library for TrueCharts

###
[`v12.4.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.12)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.10...common-12.4.12)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.8`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.8)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.7...mariadb-7.0.8)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.7`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.7)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.6...mariadb-7.0.7)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-15 21:58:47 +02:00
Stavros Kois
7a01728c35 chore(external-service): update values for consistency (#8041)
**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-04-15 22:37:30 +03:00
allcontributors[bot]
9f8b664fcd docs: add backerman as a contributor for bug (#8040)
Adds @backerman as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/8028#issuecomment-1509937952)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-15 22:35:52 +03:00
Stavros Kois
9ca9da9338 fix(template): fix static ip config (#8038)
**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  #8037

**⚙️ 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-04-15 21:14:45 +03:00
allcontributors[bot]
e5731fc86a docs: add Zackptg5 as a contributor for bug (#8039)
Adds @Zackptg5 as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/8037#issuecomment-1509917377)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-15 21:12:01 +03:00
TrueCharts Bot
3da0d5d739 chore(deps): update helm chart common to 12.4.13 (#8035)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.12` -> `12.4.13` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.13)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.12...common-12.4.13)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMCJ9-->
2023-04-15 19:02:11 +02:00
TrueCharts Bot
8b8b3c4e99 chore(deps): update helm chart common to 12.4.13 (#8036)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.12` -> `12.4.13` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.13)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.12...common-12.4.13)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMCJ9-->
2023-04-15 19:01:55 +02:00
Stavros Kois
926084c29d fix(blocky): fix additional bootstap dns (#8029)
**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 #8014
⚒️ Fixes #7990

**⚙️ 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-04-15 12:12:31 +00:00
Stavros Kois
2b4194c958 All contributors/add commander starhump (#8033)
**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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-15 14:43:02 +03:00
Stavros Kois
7df0f9739f docs: update .github/README.md [skip ci] (#8032)
**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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-15 14:41:24 +03:00
Stavros Kois
803973e0e4 docs: update .github/README.md [skip ci] (#8031)
**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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-15 14:40:25 +03:00
allcontributors[bot]
b75049d480 docs: add schopenhauer as a contributor for bug (#8030)
Adds @schopenhauer as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7990#issuecomment-1509738198)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-15 14:37:01 +03:00
TrueCharts Bot
e5dea3ff2e chore(deps): update helm chart common to 12.4.12 (#8026)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.10` -> `12.4.12` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.12)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.10...common-12.4.12)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4zIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMyJ9-->
2023-04-15 13:25:36 +02:00
Stavros Kois
2164f3cfbe fix(paperless-ngx): disable varrun persistence (#8024)
**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  #8011

**⚙️ 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-04-15 12:52:51 +02:00
MaverickD650
69e0d372c7 feat(lldap): LLDAP move to stable (#8025)
**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.
-->
Moving to stable as Discord users and I have reported successful
installs. I have also personally tested the app functions with Jellyfin
with the upstream guidance and Authelia using the documented guide.

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

**⚙️ Type of change**

- [X] ⚙️ 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
-->
Discord users have successfully installed the app and used with
Authelia. I have personally verified that Jellyfin correctly binds to
the ldap directory and retrieves users and groups using the upstream
guidance. This is likewise the case with Authelia and I have
successfully logged in with a test user using the new compiled
documentation. Changes verified by checking the LLDAP logs to ensure the
BindDN which can be changed by the user has been picked up correctly.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
Wanted to keep the docs seperate from the stable move hence the seperate
PRs.

**✔️ 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
- [X] ⚠️ 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-04-15 12:52:27 +02:00
TrueCharts Bot
1f7c9bd7d5 chore(deps): update helm chart common to 12.4.12 (#8027)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.10` -> `12.4.12` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.12)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.10...common-12.4.12)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4zIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMyJ9-->
2023-04-15 12:52:07 +02:00
Stavros Kois
7d7f2a8f83 fix(templates): fix protocol in service list (#8016)
**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  #8012

**⚙️ 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-04-15 12:03:03 +02:00
MaverickD650
93c080d729 docs(LLDAP): Revamp docs with Authelia guide (#8015)
**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.
-->

Wrote a guide integrating upstream specific values for Authelia and
mapping them to the SCALE UI. Also included a note about the read only
user group to promote good security practices.

⚒️ 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
-->

Personally tested the guide to spin up Authelia and successfully
authenticated my test LLDAP user. Also been sense checked by users on
Discord (thanks guys).

**📃 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
- [X] 📄 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-04-15 12:02:40 +02:00
allcontributors[bot]
8f3ca2e1ba docs: add nautilus7 as a contributor for bug (#8018)
Adds @nautilus7 as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7971#issuecomment-1509646567)

[skip ci]

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-15 12:25:36 +03:00
allcontributors[bot]
da6d1f381f docs: add kqmaverick as a contributor for bug (#8019)
Adds @kqmaverick as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7973#issuecomment-1509646608)

[skip ci]

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-15 12:23:36 +03:00
allcontributors[bot]
7e0698131e docs: add ccalby as a contributor for bug (#8022)
Adds @ccalby as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7948#issuecomment-1509649445)

[skip ci]

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-15 12:22:37 +03:00
allcontributors[bot]
da445b3b28 docs: add neoestremi as a contributor for bug (#8021)
Adds @neoestremi as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7924#issuecomment-1509649370)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-15 12:18:18 +03:00
allcontributors[bot]
930981184c docs: add MaverickD650 as a contributor for bug (#8020)
Adds @MaverickD650 as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7920#issuecomment-1509649309)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-15 12:18:01 +03:00
allcontributors[bot]
133c98299f docs: add imjustleaving as a contributor for bug (#8023)
Adds @imjustleaving as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7949#issuecomment-1509649505)

[skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-15 12:17:39 +03:00
allcontributors[bot]
3f317199ab docs: add kofeyh as a contributor for bug (#8017)
Adds @kofeyh as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/8004#issuecomment-1509646325)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-15 12:12:13 +03:00
Kjeld Schouten-Lebbing
f2ec3d6d04 Merge branch 'renovate/helm-general-non-major' 2023-04-15 00:41:09 +02:00
TrueCharts-Admin
005b72823c fixes (+2 squashed commit)
Squashed commit:

[8e6584dc55] Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

[524c9955c5] chore(deps): update helm general non-major
2023-04-15 00:40:17 +02:00
Kjeld Schouten-Lebbing
cd4dcf7c0b Delete charts/dev/testapp directory
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-15 00:35:45 +02:00
TrueCharts Bot
e1008f65fb chore(deps): update helm chart common to 12.4.10 (#7996)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.9` -> `12.4.10` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.10)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.9...common-12.4.10)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMiJ9-->
2023-04-14 22:08:30 +02:00
TrueCharts Bot
4fb2212e98 chore(deps): update actions/checkout digest to 8e5e7e5 (#7952)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `8f4b7f8` -> `8e5e7e5` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDYuMSJ9-->
2023-04-14 21:59:14 +02:00
TrueCharts Bot
9d66f9e437 chore(deps): update dawidd6/action-download-artifact action to v2.27.0 (#7986)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[dawidd6/action-download-artifact](https://togithub.com/dawidd6/action-download-artifact)
| action | minor | `v2.26.1` -> `v2.27.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>dawidd6/action-download-artifact</summary>

###
[`v2.27.0`](https://togithub.com/dawidd6/action-download-artifact/compare/v2.26.1...v2.27.0)

[Compare
Source](https://togithub.com/dawidd6/action-download-artifact/compare/v2.26.1...v2.27.0)

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMCJ9-->
2023-04-14 21:58:57 +02:00
TrueCharts Bot
236412d1de chore(deps): update actions/checkout action to v3.5.2 (#7953)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
patch | `v3.5.0` -> `v3.5.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout</summary>

###
[`v3.5.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v352)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.1...v3.5.2)

- [Fix api endpoint for
GHES](https://togithub.com/actions/checkout/pull/1289)

###
[`v3.5.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v351)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.0...v3.5.1)

- [Fix slow checkout on
Windows](https://togithub.com/actions/checkout/pull/1246)

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDYuMSJ9-->
2023-04-14 21:58:43 +02:00
TrueCharts Bot
7204fe6763 chore(deps): update helm chart common to 12.4.10 (#7997)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.9` -> `12.4.10` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.10)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.9...common-12.4.10)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMiJ9-->
2023-04-14 21:58:28 +02:00
TrueCharts Bot
58d55421d7 chore(deps): update helm general non-major (#7994)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.6` -> `12.4.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.2.0` -> `12.4.9` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.5` ->
`7.0.6` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.4` ->
`6.0.5` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.3` ->
`6.0.5` |
| [postgresql](https://truecharts.org/charts/dependency/postgresql)
([source](https://togithub.com/truecharts/helm-staging)) | patch |
`11.0.18` -> `11.0.31` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.21` ->
`6.0.22` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.20` ->
`6.0.22` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.9)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.8...common-12.4.9)

Function library for TrueCharts

###
[`v12.4.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.6...common-12.4.8)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.6`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.6)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.5...mariadb-7.0.6)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

<details>
<summary>truecharts/helm-staging</summary>

###
[`v11.0.31`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.31)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.30...postgresql-11.0.31)

PostgresSQL

###
[`v11.0.30`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.30)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.29...postgresql-11.0.30)

PostgresSQL

###
[`v11.0.29`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.29)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.28...postgresql-11.0.29)

PostgresSQL

###
[`v11.0.28`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.28)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.27...postgresql-11.0.28)

PostgresSQL

###
[`v11.0.27`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.27)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.26...postgresql-11.0.27)

PostgresSQL

###
[`v11.0.26`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.26)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.25...postgresql-11.0.26)

PostgresSQL

###
[`v11.0.25`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.25)

PostgresSQL

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMiJ9-->
2023-04-14 21:14:32 +02:00
Kjeld Schouten-Lebbing
55d4e0220a fix(speedtest-exporter): remove old files 2023-04-14 21:12:57 +02:00
Kjeld Schouten-Lebbing
3a9f3c3dad Delete servicemonitor.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-14 21:10:05 +02:00
Kjeld Schouten-Lebbing
9b1af051f8 Delete prometheusrules.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-14 21:09:57 +02:00
Stavros Kois
953b912f26 fix(home-assistant): put new lines everywhere... (#7993)
**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-04-14 20:39:01 +03:00
Kjeld Schouten-Lebbing
278904bff0 Chore(stable): BREAKING CHANGE migrate to new common part 2 (#7992)
**Description**
See: https://github.com/truecharts/charts/pull/7900

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ 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:**
<!-- 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
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 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.

- [x] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [x] 🖼️ 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-04-14 18:11:04 +02:00
Kjeld Schouten-Lebbing
ad3c093b8a (re)enable patch/minor helm version updates on stable/incu
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-14 17:34:10 +02:00
TrueCharts Bot
766c4c425a chore(deps): update helm chart common to 12.4.9 (#7928)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.6` -> `12.4.9` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.9)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.8...common-12.4.9)

Function library for TrueCharts

###
[`v12.4.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.6...common-12.4.8)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMSJ9-->
2023-04-14 14:28:04 +02:00
TrueCharts Bot
465072be72 chore(deps): update helm chart common to 12.4.9 (#7989)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.6` -> `12.4.9` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.9)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.8...common-12.4.9)

Function library for TrueCharts

###
[`v12.4.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.6...common-12.4.8)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4xIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMSJ9-->
2023-04-14 14:02:26 +02:00
Kjeld Schouten-Lebbing
df1071bca0 fix(docker-compose): readd ingress list to SCALE GUI
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-14 13:23:02 +02:00
Kjeld Schouten-Lebbing
bf4362dddc chore(transmission): bump common on transmission
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-14 12:58:03 +02:00
Kjeld Schouten-Lebbing
3be3b75aba chore(jellyfin): bump common on jellyfin
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-14 12:57:14 +02:00
Kjeld Schouten-Lebbing
2031ffc5d5 chore(plex): bump common on plex
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-14 12:56:30 +02:00
Kjeld Schouten-Lebbing
383a50c1bb fix(sonarr): remove postgresql dependency and update common
Might also fix some addon issues.

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-14 12:53:29 +02:00
Stavros Kois
d2c497305a fix(tailscale): mount service account token and fix secret (#7978)
**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  #7971

**⚙️ 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-04-14 09:45:29 +02:00
Stavros Kois
f889c9393b fix(templates): fix externalInterfaces UI (#7981)
**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  #7944

**⚙️ 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-04-14 09:45:05 +02:00
MaverickD650
93710cfde9 fix(lldap): ldap port fix (#7974)
**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.
-->

Identified a fault with enabled: true against the ldap service in
values.yaml that prevents an install of the app.

⚒️ 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
-->

Tested with CI on my forked repository where the fault was replicated
during the lint check. Made the corrections and checked again with CI
and verbose env enabled which generated no further warnings. (Not sure
how this slipped through with 0.1...)

**📃 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
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 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-04-14 09:44:50 +02:00
Stavros Kois
0d14a88209 fix(youtubedl-material): fix identation (#7979)
**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-04-14 09:44:42 +02:00
Kjeld Schouten-Lebbing
0ff0425055 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-13 10:50:07 +02:00
Kjeld Schouten-Lebbing
c4ba3c6166 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-13 10:49:01 +02:00
Kjeld Schouten-Lebbing
6b3144ca2b Update resources.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-13 10:45:41 +02:00
allcontributors[bot]
b72f608442 docs: add b-m-f as a contributor for bug (#7967)
Adds @b-m-f as a contributor for bug.

This was requested by Ornias1993 [in this
comment](https://github.com/truecharts/charts/issues/7955#issuecomment-1506502003)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-13 09:45:28 +02:00
TrueCharts Bot
bbea63674e chore(deps): update helm general non-major (#7966)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.3` -> `12.4.6` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.20` ->
`6.0.21` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.6)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.3...common-12.4.6)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v6.0.21`](https://togithub.com/truecharts/charts/releases/tag/redis-6.0.21)

[Compare
Source](https://togithub.com/truecharts/charts/compare/redis-6.0.20...redis-6.0.21)

Open source, advanced key-value store.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDYuMCJ9-->
2023-04-13 09:29:45 +02:00
MaverickD650
f07f0f38b2 fix(lldap): lldap fixes and refactor (#7869)
**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.
-->
Installed lldap as it's recently come through. Addressing issues with
answers to the questions.yaml not feeding through also removed the
password var as the default can be changed in the web portal. LDAP
service also wasn't being created so addressed that too. Need to push a
seperate change to container repo to switch to a more stable image i.e.
stable instead of latest tag.

Also taken the opportunity to pare down the questions.yaml to ensure it
keeps the app as simple as possible in line with it's keep things as
simple as possible philosophy.

⚒️ 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)
- [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
-->

Tested initial app on my own live system and identified issues with the
questions.yaml (default in values.yaml not overridden) as well as the
ldap service not appearing.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
Additional container PR to be raised changing app image tag to stable
instead of latest (potentially unstable changes with this tag that
aren't production ready).

**✔️ 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-04-13 06:47:10 +00:00
TrueCharts Bot
337a44e09f chore(deps): update helm chart common to 12.4.6 (#7960)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.3` -> `12.4.6` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.6)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.3...common-12.4.6)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDYuMCJ9-->
2023-04-13 02:39:54 +02:00
TrueCharts-Bot
d346fec6cb Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-13 00:23:24 +00:00
Kjeld Schouten-Lebbing
7e1b0be447 chore(stable): bump common on the 222 (#7959)
**Description**
Bump common on the already migrated 222 Apps in the stable train to fix
a multitude of issues

**⚙️ 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._
2023-04-13 00:39:51 +02:00
Kjeld Schouten-Lebbing
d5ac355163 chore(deps): bump common on dep train (#7958)
**Description**
Bumps common on the deps train to fix a multitude of issues

**⚙️ 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-04-13 00:14:04 +02:00
Stavros Kois
ee4036f841 fix(home-assistant): add an empty line after each concat (#7957)
**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  #7948

**⚙️ 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-04-12 23:41:02 +02:00
Stavros Kois
9c000ac136 fix(templates): Reverts previous change of GPU section and applies a workaround for UI bug (#7954)
**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-04-12 20:42:55 +02:00
Stavros Kois
dcbbcf69dc fix(transmission,kms,sonarr,radarr): probe fixes (#7935)
**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  #7934
⚒️ Fixes  #7930
⚒️ Fixes  #7940

**⚙️ 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-12 11:11:20 +02:00
Stavros Kois
1d9273a4e8 fix(templates): Fix GPU section (#7939)
**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  #7926

**⚙️ 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-04-12 11:01:11 +02:00
allcontributors[bot]
60721bb7ae docs: add vianchiel as a contributor for bug (#7942)
Adds @vianchiel as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7926#issuecomment-1504752472)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-12 10:44:00 +02:00
TrueCharts-Bot
443f19df2b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-12 00:23:00 +00:00
CIsxxc
d5457582c0 Tailscale - Update common.yaml (#7933)
Added missing syntax

**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
- [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
- [ ] ⬆️ 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: CIsxxc <92247173+CIsxxc@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-12 00:22:44 +03:00
TrueCharts Bot
5f0cc7a509 chore(deps): update helm general non-major (#7929)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.3.0` -> `12.4.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.19` ->
`6.0.20` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.2...common-12.4.3)

Function library for TrueCharts

###
[`v12.4.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.3.0...common-12.4.2)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v6.0.20`](https://togithub.com/truecharts/charts/releases/tag/redis-6.0.20)

[Compare
Source](https://togithub.com/truecharts/charts/compare/redis-6.0.19...redis-6.0.20)

Open source, advanced key-value store.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDEuMCJ9-->
2023-04-11 18:50:21 +00:00
TrueCharts Bot
f60123d50b chore(deps): update helm chart common to 12.4.3 (#7931)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.3.0` -> `12.4.3` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.2...common-12.4.3)

Function library for TrueCharts

###
[`v12.4.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.3.0...common-12.4.2)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDEuMCJ9-->
2023-04-11 20:46:49 +02:00
Kjeld Schouten-Lebbing
1e1aa6ae11 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-11 20:42:36 +02:00
Kjeld Schouten-Lebbing
41b4444483 fix(tailscale): Fix rbac
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-11 20:42:17 +02:00
Kjeld Schouten-Lebbing
9ec6cd69dc fix(stable): bump common on the 222 (#7927)
**Description**
There where some things not correctly setup in common.
This bumps common on the 222 stable charts ported to new common, to
ensure things list persistence list keep working.

Fixes: #7924

**⚙️ 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._
2023-04-11 20:00:48 +02:00
Kjeld Schouten-Lebbing
0fc43da548 chore(deps): update common on dependencies 2023-04-11 19:21:35 +02:00
Stavros Kois
01349961c8 fix(external-service): protocol -> lower (#7922)
**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  #7919

**⚙️ 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:**

- [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
- [x] ⚠️ 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-04-11 15:28:36 +00:00
allcontributors[bot]
7296a8df03 docs: add Malpractis as a contributor for bug (#7923)
Adds @Malpractis as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7919#issuecomment-1503558593)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-11 17:10:40 +02:00
MaverickD650
6742c6fb05 fix(tailscale): Primary service account (#7921)
**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.
-->
Tailscale values.yaml missing primary: true for the service account so
added this in.

⚒️ Fixes  #7920  <!--(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
-->
Found the initial bug but relying on CI and SCALE install to test.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
Referred to the Prometheus chart to find the "primary" addition.

**✔️ 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
- [ ] ⬆️ 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-04-11 18:01:59 +03:00
Kjeld Schouten-Lebbing
0b726419d4 feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900)
**Description**
Part 1 of the migration to new common on the stable train.
This basically breaks most/all charts requiring a reinstall on SCALE as
well.

Helm users shouldn't need a reinstall but could migrate their
values.yaml modification manually besides backing-up and porting the
databases.

There be Dragons basically, as we obviously cannot 100% go over
each-and-every single app in the stable train like we did in the
enterprise train.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ 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?**
Via CI and manually validation in a lot of cases where the CI did not
correctly check things.
Additional catalog item creation tooling for local testing has been
added as well.

**📃 Notes:**
There will be issues in the future but we should get as much working
well as we can.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 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-04-11 12:07:17 +02:00
ksimm1
14bc83d3c7 feat(docs): metallb - add note about stopped state (#7909)
**Description**
 add note in setup guide about metallb appearing as stopped
⚒️ 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-04-09 23:02:04 +02:00
TrueCharts Bot
8186aecf69 chore(deps): update helm general non-major (#7907)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.2.32` -> `12.3.0` |
|
[kube-state-metrics](https://togithub.com/bitnami/charts/tree/main/bitnami/kube-state-metrics)
([source](https://togithub.com/bitnami/charts)) | patch | `3.3.2` ->
`3.3.5` |
|
[node-exporter](https://togithub.com/bitnami/charts/tree/main/bitnami/node-exporter)
([source](https://togithub.com/bitnami/charts)) | patch | `3.3.1` ->
`3.3.4` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.18` ->
`6.0.19` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.3.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.3.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.32...common-12.3.0)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v6.0.19`](https://togithub.com/truecharts/charts/releases/tag/redis-6.0.19)

[Compare
Source](https://togithub.com/truecharts/charts/compare/redis-6.0.18...redis-6.0.19)

Open source, advanced key-value store.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->
2023-04-09 11:29:55 +02:00
TrueCharts Bot
207cc6dfde chore(deps): update helm chart common to 12.3.0 (#7896)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.2.32` -> `12.3.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.3.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.3.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.32...common-12.3.0)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNi4wIiwidXBkYXRlZEluVmVyIjoiMzUuMzYuMCJ9-->
2023-04-07 14:30:15 +02:00
TrueCharts Bot
a3dbe4a97c chore(deps): update helm chart common to 12.3.0 (#7895)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.2.32` -> `12.3.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.3.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.3.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.32...common-12.3.0)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNi4wIiwidXBkYXRlZEluVmVyIjoiMzUuMzYuMCJ9-->
2023-04-07 14:29:08 +02:00
TrueCharts Bot
7bd6231fc3 chore(deps): update container image tccr.io/truecharts/prometheus to v2.43.0 (#7887)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus](https://togithub.com/truecharts/containers)
| minor | `2.42.0` -> `2.43.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM1LjM2LjAifQ==-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-07 13:30:24 +02:00
TrueCharts Bot
adda33da4f chore(deps): update container image tccr.io/truecharts/grafana to v9.4.7 (#7886)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/grafana](https://togithub.com/truecharts/containers)
| minor | `9.3.6` -> `9.4.7` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM1LjM2LjAifQ==-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-07 13:29:03 +02:00
TrueCharts Bot
532f37ab4b chore(deps): pin dependencies (#7873)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| pinDigest | -> `64ed1c7` |
| [borales/actions-yarn](https://togithub.com/borales/actions-yarn) |
action | pinDigest | -> `97ba8be` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 11:40:48 +02:00
TrueCharts Bot
ee15e61292 chore(deps): update actions/checkout digest to 8f4b7f8 (#7874)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `ac59398` -> `8f4b7f8` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 11:40:21 +02:00
TrueCharts Bot
0b232b9375 chore(deps): update actions/delete-package-versions digest to 0d39a63 (#7875)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/delete-package-versions](https://togithub.com/actions/delete-package-versions)
| action | digest | `ba4d22f` -> `0d39a63` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 11:40:08 +02:00
TrueCharts Bot
93fd7be5fd chore(deps): update container image tccr.io/truecharts/thanos to v0.31.0 (#7888)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/thanos](https://togithub.com/truecharts/containers)
| minor | `0.30.2` -> `0.31.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-07 11:39:43 +02:00
TrueCharts Bot
2fad01b6c5 chore(deps): update dawidd6/action-download-artifact action to v2.26.1 (#7884)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[dawidd6/action-download-artifact](https://togithub.com/dawidd6/action-download-artifact)
| action | patch | `v2.26.0` -> `v2.26.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>dawidd6/action-download-artifact</summary>

###
[`v2.26.1`](https://togithub.com/dawidd6/action-download-artifact/compare/v2.26.0...v2.26.1)

[Compare
Source](https://togithub.com/dawidd6/action-download-artifact/compare/v2.26.0...v2.26.1)

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 11:38:55 +02:00
TrueCharts Bot
f75a6076d5 chore(deps): update container image tccr.io/truecharts/traefik to v2.9.9 (#7883)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/traefik](https://togithub.com/truecharts/containers)
| patch | `2.9.8` -> `2.9.9` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-07 11:38:47 +02:00
TrueCharts Bot
db6f4dbbb7 chore(deps): update container image tccr.io/truecharts/scratch to latest (#7880)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/scratch | digest | `9387804` -> `180d25c` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-07 11:29:18 +02:00
TrueCharts Bot
8bfec43ced chore(deps): update container image tccr.io/truecharts/prometheus to v (#7879)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus](https://togithub.com/truecharts/containers)
| digest | `1f0a6e4` -> `f4f6437` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-07 11:28:06 +02:00
TrueCharts Bot
61be25f34a chore(deps): update container image tccr.io/truecharts/grafana to v (#7878)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/grafana](https://togithub.com/truecharts/containers)
| digest | `e9d2674` -> `464b442` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-07 11:01:49 +02:00
TrueCharts Bot
14088644a1 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 (#7877)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/alertmanager](https://togithub.com/truecharts/containers)
| digest | `6c59cf9` -> `fe79dce` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-07 11:00:37 +02:00
TrueCharts Bot
0c4116db1d chore(deps): update actions/checkout action to v3.5.0 (#7885)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
minor | `v3.3.0` -> `v3.5.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout</summary>

###
[`v3.5.0`](https://togithub.com/actions/checkout/releases/tag/v3.5.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.4.0...v3.5.0)

#### What's Changed

- Add new public key for known_hosts by
[@&#8203;cdb](https://togithub.com/cdb) in
[https://github.com/actions/checkout/pull/1237](https://togithub.com/actions/checkout/pull/1237)

#### New Contributors

- [@&#8203;cdb](https://togithub.com/cdb) made their first contribution
in
[https://github.com/actions/checkout/pull/1237](https://togithub.com/actions/checkout/pull/1237)

**Full Changelog**:
https://github.com/actions/checkout/compare/v3.4.0...v3.5.0

###
[`v3.4.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.3.0...v3.4.0)

- [Upgrade codeql actions to
v2](https://togithub.com/actions/checkout/pull/1209)
- [Upgrade
dependencies](https://togithub.com/actions/checkout/pull/1210)
- [Upgrade
@&#8203;actions/io](https://togithub.com/actions/checkout/pull/1225)

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 10:06:42 +02:00
TrueCharts Bot
03c6b2d1e0 chore(deps): update tj-actions/branch-names action to v6.5 (#7891)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tj-actions/branch-names](https://togithub.com/tj-actions/branch-names)
| action | minor | `v6.4` -> `v6.5` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>tj-actions/branch-names</summary>

###
[`v6.5`](https://togithub.com/tj-actions/branch-names/releases/tag/v6.5)

[Compare
Source](https://togithub.com/tj-actions/branch-names/compare/v6.4...v6.5)

#### What's Changed

- Upgraded to v6.4 by [@&#8203;jackton1](https://togithub.com/jackton1)
in
[https://github.com/tj-actions/branch-names/pull/205](https://togithub.com/tj-actions/branch-names/pull/205)
- Update tj-actions/github-changelog-generator action to v1.17 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/206](https://togithub.com/tj-actions/branch-names/pull/206)
- Update tj-actions/auto-doc action to v1.7.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/207](https://togithub.com/tj-actions/branch-names/pull/207)
- Update tj-actions/auto-doc action to v1.7.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/209](https://togithub.com/tj-actions/branch-names/pull/209)
- Updated README.md by [@&#8203;jackton1](https://togithub.com/jackton1)
in
[https://github.com/tj-actions/branch-names/pull/208](https://togithub.com/tj-actions/branch-names/pull/208)
- Bump tj-actions/auto-doc from 1.7.1 to 1.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tj-actions/branch-names/pull/210](https://togithub.com/tj-actions/branch-names/pull/210)
- Update tj-actions/auto-doc action to v1.7.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/211](https://togithub.com/tj-actions/branch-names/pull/211)
- Update actions/checkout action to v3.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/212](https://togithub.com/tj-actions/branch-names/pull/212)
- Updated README.md by [@&#8203;jackton1](https://togithub.com/jackton1)
in
[https://github.com/tj-actions/branch-names/pull/213](https://togithub.com/tj-actions/branch-names/pull/213)
- Update pascalgn/automerge-action action to v0.15.6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/214](https://togithub.com/tj-actions/branch-names/pull/214)
- Update codacy/codacy-analysis-cli-action action to v4.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/215](https://togithub.com/tj-actions/branch-names/pull/215)
- Update tj-actions/github-changelog-generator action to v1.18 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/217](https://togithub.com/tj-actions/branch-names/pull/217)
- Updated README.md by [@&#8203;jackton1](https://togithub.com/jackton1)
in
[https://github.com/tj-actions/branch-names/pull/218](https://togithub.com/tj-actions/branch-names/pull/218)
- Update tj-actions/release-tagger action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/219](https://togithub.com/tj-actions/branch-names/pull/219)
- Update peter-evans/create-pull-request action to v4.2.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/220](https://togithub.com/tj-actions/branch-names/pull/220)
- Update actions/checkout action to v3.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/221](https://togithub.com/tj-actions/branch-names/pull/221)
- Update tj-actions/verify-changed-files action to v14 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/222](https://togithub.com/tj-actions/branch-names/pull/222)
- Update actions/checkout action to v3.5.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/223](https://togithub.com/tj-actions/branch-names/pull/223)
- feat: Update sync-release-version.yml to use git-cliff by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[https://github.com/tj-actions/branch-names/pull/225](https://togithub.com/tj-actions/branch-names/pull/225)

**Full Changelog**:
https://github.com/tj-actions/branch-names/compare/v6...v6.5

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 10:06:18 +02:00
TrueCharts Bot
5e7e884ae0 chore(deps): update actions/stale action to v8 (#7892)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/stale](https://togithub.com/actions/stale) | action | major |
`v7` -> `v8` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/stale</summary>

### [`v8`](https://togithub.com/actions/stale/compare/v7...v8)

[Compare Source](https://togithub.com/actions/stale/compare/v7...v8)

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 10:06:09 +02:00
TrueCharts Bot
53a88c2014 chore(deps): update helm chart common to 12.2.32 (#7893)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`11.1.2` -> `12.2.32` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.2.32`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.32)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.30...common-12.2.32)

Function library for TrueCharts

###
[`v12.2.30`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.30)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.29...common-12.2.30)

Function library for TrueCharts

###
[`v12.2.29`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.29)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.28...common-12.2.29)

Function library for TrueCharts

###
[`v12.2.28`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.28)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.26...common-12.2.28)

Function library for TrueCharts

###
[`v12.2.26`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.26)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.25...common-12.2.26)

Function library for TrueCharts

###
[`v12.2.25`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.25)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.24...common-12.2.25)

Function library for TrueCharts

###
[`v12.2.24`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.24)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.22...common-12.2.24)

Function library for TrueCharts

###
[`v12.2.22`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.22)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.21...common-12.2.22)

Function library for TrueCharts

###
[`v12.2.21`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.21)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.20...common-12.2.21)

Function library for TrueCharts

###
[`v12.2.20`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.20)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.19...common-12.2.20)

Function library for TrueCharts

###
[`v12.2.19`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.19)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.18...common-12.2.19)

Function library for TrueCharts

###
[`v12.2.18`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.18)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.17...common-12.2.18)

Function library for TrueCharts

###
[`v12.2.17`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.17)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.15...common-12.2.17)

Function library for TrueCharts

###
[`v12.2.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.15)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.14...common-12.2.15)

Function library for TrueCharts

###
[`v12.2.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.14)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.13...common-12.2.14)

Function library for TrueCharts

###
[`v12.2.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.13)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.12...common-12.2.13)

Function library for TrueCharts

###
[`v12.2.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.12)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.11...common-12.2.12)

Function library for TrueCharts

###
[`v12.2.11`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.11)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.10...common-12.2.11)

Function library for TrueCharts

###
[`v12.2.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.10)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.9...common-12.2.10)

Function library for TrueCharts

###
[`v12.2.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.9)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.7...common-12.2.9)

Function library for TrueCharts

###
[`v12.2.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.7)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.6...common-12.2.7)

Function library for TrueCharts

###
[`v12.2.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.6)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.5...common-12.2.6)

Function library for TrueCharts

###
[`v12.2.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.3...common-12.2.5)

Function library for TrueCharts

###
[`v12.2.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.1...common-12.2.3)

Function library for TrueCharts

###
[`v12.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.0...common-12.2.1)

Function library for TrueCharts

###
[`v12.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.2.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-11.1.2...common-12.2.0)

Function library for TrueCharts

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 10:06:00 +02:00
TrueCharts Bot
ecc3a74c5c chore(deps): update renovatebot/github-action action to v36.0.2 (#7894)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | major | `v34.153.1` -> `v36.0.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

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

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.15
([aa87bcc](aa87bcccd0))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.16
([410fbb5](410fbb5c24))
- **deps:** update dependency eslint to v8.36.0
([ee2eba1](ee2eba1511))
- **deps:** update dependency lint-staged to v13.2.0
([0729a6d](0729a6d675))
- **deps:** update linters to v5.55.0
([8251b81](8251b81309))

##### Continuous Integration

- **deps:** update actions/checkout action to v3.5.0
([93298f3](93298f3204))
- **deps:** update renovate docker tag to v35.10.0
([#&#8203;710](https://togithub.com/renovatebot/github-action/issues/710))
([192a10f](192a10fb87))
- **deps:** update renovate docker tag to v35.10.2
([384026d](384026d972))
- **deps:** update renovate docker tag to v35.12.0
([#&#8203;712](https://togithub.com/renovatebot/github-action/issues/712))
([d93bd6f](d93bd6fccd))
- **deps:** update renovate docker tag to v35.14.1
([fac115f](fac115fcc9))
- **deps:** update renovate docker tag to v35.14.2
([8237d9f](8237d9f25a))
- **deps:** update renovate docker tag to v35.14.3
([8bfabde](8bfabde4a7))
- **deps:** update renovate docker tag to v35.14.4
([0385e6b](0385e6b18f))
- **deps:** update renovate docker tag to v35.15.0
([329c90c](329c90c7e3))
- **deps:** update renovate docker tag to v35.17.0
([24a46e0](24a46e076a))
- **deps:** update renovate docker tag to v35.17.1
([614616f](614616f429))
- **deps:** update renovate docker tag to v35.18.0
([ed6a466](ed6a46643a))
- **deps:** update renovate docker tag to v35.18.1
([9988a47](9988a47f8a))
- **deps:** update renovate docker tag to v35.19.0
([d9993dd](d9993ddb1d))

##### Build System

- **deps:** update dependency semantic-release to v20.1.3
([d368e24](d368e24579))

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

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

##### Miscellaneous Chores

- **deps:** update dependency lint-staged to v13.1.4
([8bd8232](8bd8232df3))
- **deps:** update dependency rimraf to v4.3.1
([94ca5a1](94ca5a1a9b))
- **deps:** update dependency rimraf to v4.4.0
([1b93897](1b93897a3e))
- **deps:** update linters to v5.54.1
([634aa04](634aa04eb5))
- **deps:** update renovate docker tag to v35.6.0
([c65e90f](c65e90f58b))
- reconfigure renovate
([#&#8203;708](https://togithub.com/renovatebot/github-action/issues/708))
([4f9981c](4f9981c915))

##### Continuous Integration

- **deps:** update actions/checkout action to v3.4.0
([d222b70](d222b7093d))
- **deps:** update renovate docker tag to v35.8.3
([a1313ca](a1313cafd8))
- simplify
([#&#8203;705](https://togithub.com/renovatebot/github-action/issues/705))
([78e2234](78e2234730))

##### Documentation

- update references to renovatebot/github-action to v36
([189eb78](189eb7887a))
- update toc
([#&#8203;706](https://togithub.com/renovatebot/github-action/issues/706))
([9caf6e5](9caf6e5c72))

##### Build System

- **deps:** update dependency semantic-release to v20
([#&#8203;709](https://togithub.com/renovatebot/github-action/issues/709))
([5948ea8](5948ea8a22))

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v35.2.0...v36.0.0)

##### ⚠ BREAKING CHANGES

- use semantic release
([#&#8203;704](https://togithub.com/renovatebot/github-action/issues/704))
- This action no longer follows renovate versions, use
[`renovate-version`](https://togithub.com/renovatebot/github-action#renovate-version)
to pin the renovate version.

##### Features

- use semantic release
([#&#8203;704](https://togithub.com/renovatebot/github-action/issues/704))
([94faa7d](94faa7df1e))

##### Miscellaneous Chores

- **deps:** update dependency eslint-config-prettier to v8.7.0
([8463758](8463758e93))

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v35.1.2...v35.2.0)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

####
[35.2.0](https://togithub.com/renovatebot/github-action/compare/v35.1.2...v35.2.0)
(2023-03-12)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v35.2.0
([a5b3387](a5b3387ae2))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v35.1.1...v35.1.2)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[35.1.2](https://togithub.com/renovatebot/github-action/compare/v35.1.1...v35.1.2)
(2023-03-12)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v35.1.2
([1d090c3](1d090c35f9))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v35.0.0...v35.1.1)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[35.1.1](https://togithub.com/renovatebot/github-action/compare/v35.0.0...v35.1.1)
(2023-03-11)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v35.1.1
([1124b56](1124b567ef))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.159.2...v35.0.0)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

####
[35.0.0](https://togithub.com/renovatebot/github-action/compare/v34.159.2...v35.0.0)
(2023-03-10)

##### ⚠ BREAKING CHANGES

- **deps:** update renovate/renovate docker tag to v35
([#&#8203;702](https://togithub.com/renovatebot/github-action/issues/702))
- remove docker socket and change to current user
([#&#8203;700](https://togithub.com/renovatebot/github-action/issues/700))

##### Features

- remove docker socket and change to current user
([#&#8203;700](https://togithub.com/renovatebot/github-action/issues/700))
([827e518](827e51874a))

##### Bug Fixes

- **deps:** update renovate/renovate docker tag to v35
([#&#8203;702](https://togithub.com/renovatebot/github-action/issues/702))
([fedfacb](fedfacb882))

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.159.1...v34.159.2)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.159.2](https://togithub.com/renovatebot/github-action/compare/v34.159.1...v34.159.2)
(2023-03-09)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.159.2
([78d73da](78d73dafcc))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.158.2...v34.159.1)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.159.1](https://togithub.com/renovatebot/github-action/compare/v34.158.2...v34.159.1)
(2023-03-08)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.159.1
([dd4cd50](dd4cd50d80))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.158.1...v34.158.2)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.158.2](https://togithub.com/renovatebot/github-action/compare/v34.158.1...v34.158.2)
(2023-03-07)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.158.2
([bfc1984](bfc1984004))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.157.1...v34.158.1)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.158.1](https://togithub.com/renovatebot/github-action/compare/v34.157.1...v34.158.1)
(2023-03-07)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.158.1
([f0d285e](f0d285ed5e))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.157.0...v34.157.1)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.157.1](https://togithub.com/renovatebot/github-action/compare/v34.157.0...v34.157.1)
(2023-03-06)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.157.1
([7462b97](7462b97a1f))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.154.4...v34.157.0)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

####
[34.157.0](https://togithub.com/renovatebot/github-action/compare/v34.154.4...v34.157.0)
(2023-03-04)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.157.0
([330fcf4](330fcf4aa8))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.154.2...v34.154.4)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.154.4](https://togithub.com/renovatebot/github-action/compare/v34.154.2...v34.154.4)
(2023-03-03)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.154.4
([75e7fde](75e7fded7d))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.154.1...v34.154.2)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.154.2](https://togithub.com/renovatebot/github-action/compare/v34.154.1...v34.154.2)
(2023-03-01)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.154.2
([21912fe](21912fee12))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.154.0...v34.154.1)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.154.1](https://togithub.com/renovatebot/github-action/compare/v34.154.0...v34.154.1)
(2023-03-01)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.154.1
([c062279](c06227937f))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.153.2...v34.154.0)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

####
[34.154.0](https://togithub.com/renovatebot/github-action/compare/v34.153.2...v34.154.0)
(2023-02-28)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.154.0
([e13cf70](e13cf70861))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.153.1...v34.153.2)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.153.2](https://togithub.com/renovatebot/github-action/compare/v34.153.1...v34.153.2)
(2023-02-28)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.153.2
([c3fdbd3](c3fdbd3fb5))%0A%0A

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 10:05:47 +02:00
Kjeld Schouten-Lebbing
cece30586d Update renovate.yml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-07 10:05:03 +02:00
Kjeld Schouten-Lebbing
b75e9e5aee chore(redis): bump common on redis
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-07 10:00:54 +02:00
Kjeld Schouten-Lebbing
31bb241377 minor oopsie in renovate config
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-07 09:24:43 +02:00
Kjeld Schouten-Lebbing
8949ad869a Update renovate.json5 (#7872)
**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._

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-07 09:21:08 +02:00
Kjeld Schouten-Lebbing
d04df04c78 chore(enterprise): bump common to 32 on enterprise charts 2023-04-05 10:05:56 +02:00
Kjeld Schouten-Lebbing
c5ea25fc8e Merge branch 'master' of github.com:truecharts/charts 2023-04-05 09:49:34 +02:00
Kjeld Schouten-Lebbing
f861ed1bd4 chore(dependency): common bump to .32 2023-04-05 09:47:31 +02:00
allcontributors[bot]
bbf45526cc docs: add jrwrigh as a contributor for doc (#7867)
Adds @jrwrigh as a contributor for doc.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/7866#issuecomment-1496598265)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-04-05 00:09:48 +03:00
allcontributors[bot]
39a2f1568f docs: add edmeister as a contributor for bug (#7842)
Adds @edmeister as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7840#issuecomment-1484120825)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-03-26 22:55:04 +02:00
Stavros Kois
cdea63605c fix(cert0manager): correctly reference r53 secret (#7841)
**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  #7840 

**⚙️ 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:**

- [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
- [x] ⚠️ 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-03-26 22:54:41 +02:00
allcontributors[bot]
cb6c5e0d05 docs: add CameronSabuda as a contributor for doc (#7837)
Adds @CameronSabuda as a contributor for doc.

This was requested by Ornias1993 [in this
comment](https://github.com/truecharts/charts/pull/7835#issuecomment-1483775858)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-03-25 10:34:02 +01:00
Jean-François Roy
6e2002d7fb fix(traefik) Fix arguments to fix metrics (#7827)
**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)-->

The _args template did not handle the standard metrics question and thus
the `--metrics.prometheus.entrypoint=metrics` was not passed to traefik,
resulting in 404 errors in prometheus.

**⚙️ 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
-->

Run `helm template --namespace=ix-traefik --set
metrics.main.enabled=true .` in the charts directory. Check that `args`
for the traefik pods contains

- "--entryPoints.metrics.address=:9180/tcp"
- "--metrics.prometheus=true"
- "--metrics.prometheus.entrypoint=metrics"

**📃 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: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-25 10:27:00 +01:00
Cameron Sabuda
af1b4d4e3c chore(docs): Update dev docs link in readme (#7835)
**Description**
Updates the development documentation link in the readme as it appears
that the old one is out of date.

⚒️ Fixes  N/A

**⚙️ 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?**
N/A

**📃 Notes:**
N/A

**✔️ 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-03-25 08:51:39 +01:00
TrueCharts-Bot
94c00b8c6f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-24 00:24:32 +00:00
Kjeld Schouten-Lebbing
0677aa1a4b feat(authelia): allow for NTP failure by default (#7824)
**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._

---------

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-22 07:49:33 +01:00
Stavros Kois
6706109023 feat(blocky): allow additional bootstrapdns (#7816)
**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  #7797

**⚙️ 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-03-22 07:48:58 +01:00
TrueCharts-Bot
112ed337ca Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-22 00:23:50 +00:00
TrueCharts-Bot
29825f0967 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-21 00:24:18 +00:00
MaverickD650
8bf254d0a5 bug(lldap) update image location (#7823)
**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.
-->
Update lldap image to point to the tccr.io repository.

⚒️ 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
-->
Ran CI on my own repository to ensure it grabbed the correct image.

**📃 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
- [X] ⚠️ 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-03-21 01:09:16 +02:00
MaverickD650
e486953735 feat(lldap) add lldap (#7802)
**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.
-->
Adding LLDAP a lightweight alternative to OpenLDAP for those who don't
need the extensive features of OpenLDAP with a user friendly interface.
This is a redo after conversations with the maintainer of LLDAP and some
modifications have been made including a change of image to assist in
fixing a chown bug.

⚒️ Fixes  #3753 

**⚙️ Type of change**

- [X] ⚙️ 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
-->
Used previous PR but using the CI to test maintainer suggested
modifications.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
CNPG database added from new common as postgres is now supported by the
app and tested with the CI.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ 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.

- [x] 🪞 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: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-20 11:17:42 +01:00
Kjeld Schouten-Lebbing
ffee9eb94b chore(enterprise): bump common and deps on enterprise train (#7819)
**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._
2023-03-19 19:18:36 +01:00
Kjeld Schouten-Lebbing
60bb9ad37f feat(dependency): move solr, clickhouse and mongodb to deployment instead of statefullset (#7818)
**Description**
We're not planning to use HA deployments via the dependency train every
and instead will opt for offloading HA to purpose build operators

**⚙️ Type of change**

- [x] ⚙️ 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._
2023-03-19 18:21:22 +01:00
allcontributors[bot]
aa61d235d7 docs: add jeremybox as a contributor for doc (#7817)
Adds @jeremybox as a contributor for doc.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/7808#issuecomment-1475270867)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-03-19 15:07:41 +01:00
Stavros Kois
626cebc34d fix(cert-manager): add missing providers (#7813)
**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  #7812

**⚙️ 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:**

- [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
- [x] ⚠️ 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-03-19 15:05:12 +01:00
allcontributors[bot]
a6857ccb19 docs: add g-a-c as a contributor for bug (#7815)
Adds @g-a-c as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/7812#issuecomment-1475268570)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-03-19 15:05:02 +01:00
Stavros Kois
46c15aed02 fix(traefik): fix portal button (#7811)
**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-03-19 12:58:22 +02:00
jeremybox
ec8273a1a9 Update README.md (#7808)
Fix incorrect link to the getting started guide

**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:**

- [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
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ 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: jeremybox <33465600+jeremybox@users.noreply.github.com>
2023-03-19 12:40:26 +02:00
StevenMcElligott
ad4bb10072 fix(github): Update SUPPORT.md for SCALE versions (#7806)
**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-03-18 22:24:14 +01:00
Kjeld Schouten-Lebbing
503422bdcc docs: add @xal3xhx as a contributor 2023-03-16 11:39:19 +01:00
Kjeld Schouten-Lebbing
879b962ab3 docs: add @miguelangel-nubla as a contributor 2023-03-16 11:38:57 +01:00
Kjeld Schouten-Lebbing
550e1fc3bf docs: add @jsegaert as a contributor 2023-03-16 11:38:36 +01:00
Kjeld Schouten-Lebbing
72d1e1ca88 docs: add @gismo2004 as a contributor 2023-03-16 11:38:18 +01:00
Kjeld Schouten-Lebbing
d21859e916 docs: add @tiagogaspar8 as a contributor 2023-03-16 11:38:03 +01:00
Kjeld Schouten-Lebbing
c362591be0 docs: add @StanMar-bit as a contributor 2023-03-16 11:37:43 +01:00
Kjeld Schouten-Lebbing
490f812ae1 docs: add @silentnyte as a contributor 2023-03-16 11:37:25 +01:00
Kjeld Schouten-Lebbing
8075b5feab docs: add @jonaswre as a contributor 2023-03-16 11:36:44 +01:00
Kjeld Schouten-Lebbing
bf45a1f032 docs: add @Jip-Hop as a contributor 2023-03-16 11:36:27 +01:00
Kjeld Schouten-Lebbing
b5d066d6bb docs: add @raynay-r as a contributor 2023-03-16 11:35:47 +01:00
Kjeld Schouten-Lebbing
9613925bf8 docs: add @g-a-c as a contributor 2023-03-16 11:35:24 +01:00
Kjeld Schouten-Lebbing
dbda0f122a docs: add @CajuCLC as a contributor 2023-03-16 11:35:08 +01:00
Kjeld Schouten-Lebbing
209b3da06a docs: add @Cyb3rzombie as a contributor 2023-03-16 11:34:03 +01:00
Kjeld Schouten-Lebbing
0b3d23831b docs: add @engedics as a contributor 2023-03-16 11:33:36 +01:00
Kjeld Schouten-Lebbing
9ea311eb37 docs: add @ctag as a contributor 2023-03-16 11:32:51 +01:00
Kjeld Schouten-Lebbing
9f99192b3b docs: add @bjsemrad as a contributor 2023-03-16 11:32:27 +01:00
Kjeld Schouten-Lebbing
0cd69b62f6 docs: add @Dhs92 as a contributor 2023-03-16 11:32:08 +01:00
Kjeld Schouten-Lebbing
8c70b75289 docs: add @inmanturbo as a contributor 2023-03-16 11:31:34 +01:00
Kjeld Schouten-Lebbing
0c5c04a4cf docs: add @Whiskey24 as a contributor 2023-03-16 11:31:03 +01:00
Kjeld Schouten-Lebbing
c42a345c5d docs: add @jfroy as a contributor 2023-03-16 11:30:24 +01:00
Kjeld Schouten-Lebbing
36e51a6f64 docs: add @Simoneu01 as a contributor 2023-03-16 11:29:40 +01:00
Kjeld Schouten-Lebbing
bb654efef9 docs: add @renovate-bot as a contributor 2023-03-16 11:28:34 +01:00
Kjeld Schouten-Lebbing
ba760aee6e docs: add @truecharts-admin as a contributor 2023-03-16 11:27:18 +01:00
Kjeld Schouten-Lebbing
5c26244efc docs: add @dependabot[bot] as a contributor 2023-03-16 11:26:17 +01:00
Kjeld Schouten-Lebbing
b20973658c docs: add @allcontributors[bot] as a contributor 2023-03-16 11:25:51 +01:00
Kjeld Schouten-Lebbing
cf321461bd add bot token (+2 squashed commit)
Squashed commit:

[24644ccb39] docs: add @xstar97 as a contributor

[ad0e20e145] docs: add @xstar97 as a contributor
2023-03-16 11:23:34 +01:00
Kjeld Schouten-Lebbing
4bad36b69a fix 2023-03-16 11:11:00 +01:00
Kjeld Schouten-Lebbing
0194f60621 Run all-contributor check daily 2023-03-16 11:10:29 +01:00
Kjeld Schouten-Lebbing
2a21a8f6da Run all-contributor check daily 2023-03-16 11:09:35 +01:00
Kjeld Schouten-Lebbing
c313deeb15 feat(all-contributors): add all-contributors CLI 2023-03-16 10:45:14 +01:00
Kjeld Schouten-Lebbing
02805e4efb fix(SCALE): ensure Ingress GUI objects are correctly shown/hidden
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-13 11:33:46 +01:00
Kjeld Schouten-Lebbing
2829af0974 fix(mariadb): BREAKING CHANGE move to deployment instead of statefullset
We're never going to run multiple mariadb pods using this chart, so statefullsets offers nothing for this chart

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-12 10:05:17 +01:00
Kjeld Schouten-Lebbing
ecce2297e0 Update questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-12 10:03:48 +01:00
Kjeld Schouten-Lebbing
37c099ba8e Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-12 10:02:32 +01:00
Kjeld Schouten-Lebbing
4d614d690a Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-12 10:01:55 +01:00
Jean-François Roy
44d3dc1100 fix(portainer-ce): Fix digest on portainer-be image (#7790) 2023-03-12 07:26:53 +01:00
TrueCharts-Bot
e2b8773984 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-12 00:26:37 +00:00
Stavros Kois
ebf225e8fa chore(cert-manager): validate names that are also used for k8s objects (#7789) 2023-03-11 22:52:29 +01:00
Kjeld Schouten-Lebbing
ea4926a38b fix(traefik): bump to get metrics working
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-11 21:25:53 +01:00
Kjeld Schouten-Lebbing
4a625398f5 Update _args.tpl
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-11 21:25:12 +01:00
Kjeld Schouten-Lebbing
14a36dd3a9 fix(traefik): bump to release fix for new service monitor
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-11 20:22:33 +01:00
Kjeld Schouten-Lebbing
c61b18a0e3 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-11 20:15:36 +01:00
Kjeld Schouten-Lebbing
05b4a2a366 chore(dependency): remove subchart and update common 2023-03-11 18:55:04 +01:00
Jean-François Roy
d71a90c6d6 feat(portainer-ce): add be image (#7783) 2023-03-11 16:50:07 +01:00
Jean-François Roy
be1570c619 feat(traefik): generate a service monitor (#7785) 2023-03-11 15:50:50 +01:00
Stavros Kois
784a8346c0 fix(cert-manager): Do validation earlier, and add missing --- before PodMonitor, causing objects to merge (#7787)
* WIP fix secret of clusterissuer not found

* bump

* Whoooops
2023-03-11 15:49:28 +01:00
TrueCharts-Bot
ee2146782a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-10 00:26:46 +00:00
Gavin Chappell
6657f1c0f0 cert-manager: show correct fields for DigitalOcean and RFC2136 Cluster Issuers (#7776)
* cert-manager: correct show_if value for RFC2136 settings

Fixes: truecharts/charts#7775

* cert-manager: bump version, add changelog entry

* revert the automated single/double quote changes

* revert CHANGELOG.md to empty file
2023-03-09 22:28:47 +01:00
Kjeld Schouten-Lebbing
6896a7e5b8 chore(authelia): bump dependencies and release 2 replica default
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-09 11:21:06 +01:00
Kjeld Schouten-Lebbing
2b49a8b8af chore(redis): bump common
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-09 11:14:09 +01:00
Kjeld Schouten-Lebbing
965980e009 feat(authelia): replicas2 part 2
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-09 11:13:28 +01:00
Kjeld Schouten-Lebbing
3fbcca6e2f feat(authelia): run 2 replica's with rolling updates
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-09 11:13:04 +01:00
Kjeld Schouten-Lebbing
878af4eda4 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-08 23:52:23 +01:00
Kjeld Schouten-Lebbing
8d53bea112 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-08 23:52:01 +01:00
Stavros Kois
1e04b32630 fix(authelia): indent priv key (#7770) 2023-03-08 21:40:12 +01:00
Stavros Kois
eb277493c0 chore(authelia): cleanup secret a bit (#7768)
* chore(authelia): cleanup secret a bit

* Daemonset -> DaemonSet

* fix some typos

* no group  on nested var

* more typos

* cspell

* lowercase all
2023-03-08 21:05:10 +02:00
Kjeld Schouten-Lebbing
b1b344d1a3 remove moved charts 2023-03-08 19:59:29 +01:00
Kjeld Schouten-Lebbing
442493ce59 Update questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-08 12:35:59 +01:00
Kjeld Schouten-Lebbing
fa929cfaf5 fix(authelia): fix broken fetching of old values on authelia (#7764)
* fix(authelia): fix broken fetching of old values on authelia

* fix env and probes

* http

* revert some changes

* update some values in config file
2023-03-08 00:11:28 +01:00
Kjeld Schouten-Lebbing
718c92f80a Merge branch 'master' of github.com:truecharts/charts
# Conflicts:
#	charts/enterprise/authelia/Chart.yaml
2023-03-07 21:25:00 +01:00
Kjeld Schouten-Lebbing
629f487dbf fix(authelia): prevent encryption key resets 2023-03-07 21:23:23 +01:00
Stavros Kois
7b37008571 fix(traefik): actually fix labels (#7763) 2023-03-07 22:00:35 +02:00
Kjeld Schouten-Lebbing
5e762c7d31 fix(enterprise): misc fixes from common and prometheus storageclass patch (#7762) 2023-03-07 19:45:34 +01:00
Kjeld Schouten-Lebbing
b2b426eab5 fix(dependency): apply new common fixes to dependency train 2023-03-07 19:24:36 +01:00
Kjeld Schouten-Lebbing
d2fe2f27ce fix(cert-manager): ensure acme secret(s) are in the cert-manager namespace 2023-03-07 17:19:26 +01:00
Kjeld Schouten-Lebbing
3d4c6ba948 fix(blocky): fix blocky servicemonitor 2023-03-07 16:58:34 +01:00
Kjeld Schouten-Lebbing
8d4c40824c Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-07 15:48:46 +01:00
Kjeld Schouten-Lebbing
b171bbaa70 Update ingressTLS.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-07 15:48:27 +01:00
Kjeld Schouten-Lebbing
827a93517c Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-07 13:56:03 +01:00
Kjeld Schouten-Lebbing
daf1f7450e chore(dependency): bump common 2023-03-07 12:55:24 +01:00
Kjeld Schouten-Lebbing
1ff1ac0371 feat(blocky): add support for more query logging options, including postgresql (#7760)
* feat(blocky): add support for more query logging options, including postgresql

* std fix

* handle database differently
2023-03-07 12:46:48 +01:00
Kjeld Schouten-Lebbing
5977290a80 chore(redis): update common to prevent common version desync
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-07 10:54:01 +01:00
Ethan Leisinger
f264522a6d fix(cert-manager) fix ACME ClusterIssuer support (#7754)
* Fix ACME ClusterIssuer for  cert-manager

* Update Chart.yaml

---------

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-07 09:33:18 +00:00
Kjeld Schouten-Lebbing
3dace1df0b fix(grafana): bump to fix SCALE GUI env-vars not being rendered
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-07 10:18:57 +01:00
Kjeld Schouten-Lebbing
7d7fbd5b63 Update workload.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-07 10:17:56 +01:00
Stavros Kois
d3c8d46763 fix(traefik): fix labels (#7759) 2023-03-07 10:17:26 +01:00
StevenMcElligott
7641c00604 fix(Common): Fix fsGroup of dependency train (#7758) 2023-03-07 09:14:41 +01:00
Stavros Kois
104bba4318 fix(prometheus): fix tpl error (#7755) 2023-03-07 00:48:52 +02:00
Kjeld Schouten-Lebbing
4eb1f1bf29 fix(vaultwarden): don't base64 encode secret anymore 2023-03-06 22:54:38 +01:00
Kjeld Schouten-Lebbing
b5f09feffc fix(blocky/grafana): minor fixes (#7752)
* fix(blocky): fix k8s-gateway not deploying when enabled

* also fix grafana

* more grafana fixes

* caps

* try something else

* stupid selector mistake
2023-03-06 22:50:19 +01:00
Kjeld Schouten-Lebbing
d64280c823 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-06 19:22:30 +01:00
Kjeld Schouten-Lebbing
4f970aca40 chore(authelia/blocky): bump common and deps 2023-03-06 19:16:16 +01:00
Kjeld Schouten-Lebbing
312f054d6d Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-06 19:11:52 +01:00
Kjeld Schouten-Lebbing
bd39bb3115 chore(enterprise): bump common and dependencies (#7751)
* chore(enterprise): bump common and dependencies

* fix a few url references to creds
2023-03-06 18:16:22 +01:00
Kjeld Schouten-Lebbing
e6e9813d06 chore(dependency): bump common 2023-03-06 17:40:00 +01:00
Kjeld Schouten-Lebbing
9d14263717 Update questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-06 17:20:23 +01:00
Kjeld Schouten-Lebbing
4c8e89e63f Update _blockyConfig.tpl
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-06 17:15:43 +01:00
Kjeld Schouten-Lebbing
386b4026c8 chore(enterprise): bump common and dependencies (#7749)
* chore(enterprise): bump common and dependencies

* fix blocky service on scale

* patch authelia

* more bumps
2023-03-06 15:20:45 +01:00
Kjeld Schouten-Lebbing
bce99f2baf fix(dependency): update common with vct label fix (#7750) 2023-03-06 14:23:12 +01:00
Kjeld Schouten-Lebbing
a2bdd01045 chore(dependency): bump dependency train (#7748)
* chore(dependency): bump dependency train

* bump deps
2023-03-06 10:01:44 +01:00
TrueCharts-Bot
b77e324749 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-06 00:26:43 +00:00
Kjeld Schouten-Lebbing
bd9276b9b8 fix(common): bump common for release 2023-03-05 22:52:16 +01:00
Kjeld Schouten-Lebbing
40f9e1634e Update securityContextContainer.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-05 22:42:18 +01:00
Kjeld Schouten-Lebbing
2b4dc9e5c8 chore(enterprise): bump common and enterprise train for stability (#7747)
* fix(enterprise): bump common and redis

* bump common again

* some more bumps

* bymp AGAIN. >.<
2023-03-05 22:34:03 +01:00
Kjeld Schouten-Lebbing
5414168a57 fix(dependency): bump common to fix env rendering mistake 2023-03-05 22:10:26 +01:00
Kjeld Schouten-Lebbing
0606f7d7e2 fix(dependency): bump dependency train 2023-03-05 21:38:27 +01:00
Kjeld Schouten-Lebbing
87eefeea4f fix(dependency): bump common on dependency train 2023-03-05 21:37:46 +01:00
Kjeld Schouten-Lebbing
c9c3810386 fix(dependency): update dependency common linking (#7746)
* fix(dependency): update dependency common linking

* ensure expandObjectName: false is actually set

* fix dependency tests

* attempt with new common update

* dont run collabora online as a dependency anymore and fix mariadb

* fix memcached
2023-03-05 18:15:26 +01:00
Kjeld Schouten-Lebbing
8e06598159 Update resources.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-05 11:23:15 +01:00
Kjeld Schouten-Lebbing
c36f3f91c9 Update securityContextContainer.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-05 11:09:57 +01:00
TrueCharts-Bot
bc894fee90 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-05 00:28:55 +00:00
Kjeld Schouten-Lebbing
c34bfb1e9b BREAKING CHANGE refactor: port all enterprise apps to new common and add apps (#7738)
* use new common

* more porting and add notes.txt

* portals

* add vaultwarden and authelia to enterprise

* some changes

* authelia porting

* fix grafana

* fixup metallb

* more

* traefik

* some initial blocky work

* fixes

* more work on enterprise train

* containers

* labels

* no message

* some more fixes

* update questions for new enterprise apps

* something

* remove postgresql dependency from enterprise train apps

* fix some traefik bugs

* remove prometheus affinities for now

* authelia postgresql fixes

* bump and fix install test errors

* bump common for probe fixes

* fix questions

* more questions fixes

* add some metrics improvements

* some more fixes

* whoops

* some authelia fixes

* fix blocky and authelia

* bump common for postgresql fixes

* hmm

* bump common

* bump redis to disable double manifest loading

* dont enc secrets for authelia

* traefik, blocky and authelia fixes

* traefik caps on protocols

* bump redis for password fixes

* ensure roles are clusterwide

* ok

* redis/common bumps

* remove blocky webui and change config location

* whoops

* redis fix

* more blocky tryouts

* authelia whoops

* bump blocky version

* disable prometheus controller

* oops

* bump common on prometheus for custom service selector labels

* rename prometheus selector labels on service

* damn

* more work

* blocky 100 tryout

* blocky root tryout

* fix blocky config and remove fsgroup

* dont drop caps

* Update common.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* revert update for blocky

* use old-style mount for blocky

* put update back for blocky

* add initial postgresl query log support

* hmm

* small lint

* bump common

---------

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-03-04 13:42:14 +01:00
Kjeld Schouten-Lebbing
7d843f3f58 bump common on redis 2023-03-02 14:08:21 +01:00
Kjeld Schouten-Lebbing
b5d0439a67 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-02 11:56:22 +01:00
Kjeld Schouten-Lebbing
81c80b6b2e Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-02 11:53:29 +01:00
Kjeld Schouten-Lebbing
a8b1d755c7 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-02 10:10:46 +01:00
Kjeld Schouten-Lebbing
41c18cc79d Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-02 10:10:24 +01:00
Kjeld Schouten-Lebbing
2413fe3ed8 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-02 09:16:25 +01:00
Kjeld Schouten-Lebbing
4c39a453a7 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-02 09:16:13 +01:00
TrueCharts-Bot
3e3359ec8d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-02 00:27:58 +00:00
Kjeld Schouten-Lebbing
eed7a9025d fix(dependency): disable manifestmanager 2023-03-01 23:24:09 +01:00
Kjeld Schouten-Lebbing
ca75aa2628 disable upgrade tests for now 2023-03-01 16:59:26 +01:00
Kjeld Schouten-Lebbing
b4a01dcfa3 Port/dependency (#7739)
* use new common

* more porting and add NOTES.txt

* portal

* no message

* remove promtail and tweak dependencies

* bump

* Fixes

* mode

* fix questions

* more questions

* more yaml fixes

* hmm

* move postgresql to stable
2023-03-01 16:48:43 +01:00
Kjeld Schouten-Lebbing
893b55dc56 update security context questions 2023-03-01 09:30:36 +01:00
Kjeld Schouten-Lebbing
3c471071cc adapt workload and container questions for all apps 2023-03-01 08:55:51 +01:00
TrueCharts-Bot
9ac50b75ba Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-01 00:29:55 +00:00
Kjeld Schouten-Lebbing
ff6ec438a4 Feat: Rework GUI templates (#7545)
* adapt metrics

* Adapt VPN

* Adapt codeserver (remove git related crap)

* add postgresql group, remove vpn group

* restructure securityContext and add testapp for gui testing

* simplify security questions.yaml

* adapt workload GUI

* no message

* no message

* adapt portal configmap name

* add netshoot GUI elements

* add postgresql GUI elements

* whoops

* some more gui fixes

* restructure

* Update Chart.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update vpn.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update common.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update charts/dev/testapp/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update charts/dev/testapp/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update charts/dev/testapp/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Revert "limit fetch depth"

This reverts commit ffb83b1b05bf1e73ecf4fcb834c67f1e008a13ab. (+2 squashed commit)

Squashed commit:

[ffb83b1b05] limit fetch depth

[ce063d6a95] Update ct-install.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update build-release.sh

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update ct-install.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

---------

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 18:38:55 +01:00
Xstar97TheNoob
ccb8b27265 BREAKING CHANGE feat(prowlarr) add gui option to disable auth and postgres support (#6343)
* fix(prowlarr) set gui option for auth

* bump

* set default auth to Forms

* _sectrets.tpl

* add the secrets.tpl to templates dir

* postgres support

* Update charts/stable/prowlarr/templates/_secret.tpl

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* Update charts/stable/prowlarr/templates/_secret.tpl

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* Update charts/stable/prowlarr/templates/_secret.tpl

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* Update charts/stable/prowlarr/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* Update charts/stable/prowlarr/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* Update charts/stable/prowlarr/templates/_secret.tpl

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/stable/prowlarr/templates/_secret.tpl

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/stable/prowlarr/templates/_secret.tpl

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* port

* Update charts/stable/prowlarr/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* fix postgres, use secretKeyRef

* Delete _secret.tpl

* Update charts/stable/prowlarr/templates/common.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>

* update values and chart

---------

Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97 <Xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 09:30:54 +01:00
Stavros Kois
ca0cc83ecb feat(vikunja): BREAKING CHANGE - allow custom yaml to some extent and use a config file to provide all available features (#6607)
* feat(vikunja): switch to configfile and restructure

* extent values

* more values

* remove extra's. all is exposed anyway

* pre-commit

* lint

* add service

* fix

* fix

* more quests

* add moer

* bump

* openID

* migration

* port

* whops

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-02-28 10:14:10 +02:00
TrueCharts Bot
62af7f69b3 chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.1 (#6616) 2023-02-28 09:11:08 +01:00
Xstar97TheNoob
38c950b226 BREAKING CHANGE fix(radarr) add gui option to select auth (#6345)
* fix(radarr) add gui option to select auth

* add postgres support + auth gui

* Update charts/stable/radarr/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* fix postgres

* Delete _secret.tpl

* fix values and chart

* Update charts/stable/radarr/templates/common.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>

* fix empty value

---------

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97 <Xstar97@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 09:10:14 +01:00
Xstar97TheNoob
2e360d991b BREAKING CHANGE fix(sonarr) postgres support add gui option to select auth (#6347)
* fix(sonarr) add gui option to select auth

* set default auth to Forms

* add auth and postgres support(not enabled)

* Update charts/stable/sonarr/Chart.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* check if enabled

* Update charts/stable/sonarr/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Delete _secrets.tpl

* Update charts/stable/sonarr/templates/common.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* update values

* comment out postgres until v4

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Xstar97 <Xstar97@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 09:09:45 +01:00
Xstar97TheNoob
9d5f95fc0a BREAKING CHANGE feat(readarr) add postgres support and auth in in gui (#6392)
* add postgres support + auth in gui

* fix postgres

* Delete _secret.tpl

* Update charts/stable/readarr/templates/common.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>

* update chart and values

* add empty string

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 09:09:32 +01:00
Xstar97TheNoob
bd03b50610 BREAKING CHANGE fix(lidarr) add gui option to select auth (#6346)
* fix(lidarr) add gui option to select auth

* set default auth to Forms

* add postgres support and auth option to gui

* add dependency

* Update charts/stable/lidarr/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* fix postgres

* Delete _secrets.tpl

* fix chart and values

* Update charts/stable/lidarr/templates/common.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>

---------

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97 <Xstar97@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 07:45:54 +01:00
Tiago Gaspar
16e4f17f88 nextcloud: nginx: sync timeout with PHP timeout (#7461)
Currently nginx is configured to timeout at 300s which isn't following
the  PHP timeout.
Sync them so that they both timeout at the same time and so that big
file uploads and moves don't spit an 504 Gateway Timeout error.

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-27 23:51:51 +01:00
TrueCharts Bot
fa53189f0c chore(deps): update renovatebot/github-action action to v34.153.1 (#7529) 2023-02-28 00:37:04 +02:00
TrueCharts Bot
6b94b343a3 Merge pull request #7733 from truecharts/renovate/tccr.io-truecharts-wizarr-2.0.x 2023-02-27 22:54:01 +01:00
TrueCharts-Bot
477c1c69ea Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 21:30:39 +00:00
TrueCharts-Admin
242dd78918 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.3 2023-02-27 21:25:56 +00:00
Kjeld Schouten-Lebbing
c297549fec temporarily disable schedule for renovate
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-27 22:11:37 +01:00
TrueCharts Bot
91222b3ffa chore(deps): update helm general non-major (#7725) 2023-02-27 22:10:41 +01:00
TrueCharts Bot
1c0f91c58b Merge pull request #7731 from truecharts/renovate/rickroll 2023-02-27 21:09:53 +01:00
TrueCharts Bot
cdb4ca5375 Merge pull request #7726 from truecharts/renovate/patch-penpot 2023-02-27 21:05:58 +01:00
TrueCharts Bot
60a6c90422 Merge pull request #7732 from truecharts/renovate/tccr.io-truecharts-plex-1.31.x 2023-02-27 20:53:07 +01:00
TrueCharts-Bot
8646f24b0a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 19:34:37 +00:00
TrueCharts-Bot
44e80a1fb2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 19:32:07 +00:00
TrueCharts-Bot
347fec2885 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 19:31:25 +00:00
TrueCharts-Admin
543a514bbe chore(deps): update penpot to v1.17.2 2023-02-27 19:30:11 +00:00
TrueCharts-Admin
f959504a12 chore(deps): update container image tccr.io/truecharts/plex to v1.31.1.6733 2023-02-27 19:26:19 +00:00
TrueCharts-Admin
12975ed2be chore(deps): update rickroll 2023-02-27 19:26:12 +00:00
TrueCharts Bot
aede86075c Merge pull request #7730 from truecharts/renovate/tccr.io-truecharts-mariadb-10.x 2023-02-27 19:55:38 +01:00
TrueCharts Bot
b81b40d288 Merge pull request #7718 from truecharts/renovate/neko 2023-02-27 19:36:21 +01:00
TrueCharts-Bot
354c1a4f05 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 18:31:55 +00:00
TrueCharts-Admin
e8620030e9 chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.2 2023-02-27 18:27:34 +00:00
TrueCharts Bot
9cd8017958 Merge pull request #7727 from truecharts/renovate/tccr.io-truecharts-nexusoss-3.x 2023-02-27 19:06:30 +01:00
TrueCharts Bot
1fdb6acfdd Merge pull request #7722 from truecharts/renovate/tccr.io-truecharts-appsmith-1.9.x 2023-02-27 19:05:38 +01:00
TrueCharts Bot
33cfc38caa Merge pull request #7719 from truecharts/renovate/penpot 2023-02-27 19:04:05 +01:00
TrueCharts Bot
439828e171 Merge pull request #7728 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.x 2023-02-27 19:03:40 +01:00
TrueCharts Bot
81661fb493 Merge pull request #7724 from truecharts/renovate/tccr.io-truecharts-n8n-0.217.x 2023-02-27 19:03:31 +01:00
TrueCharts Bot
74d65397bc Merge pull request #7714 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-02-27 19:02:31 +01:00
TrueCharts Bot
bec56281df Merge pull request #7721 from truecharts/renovate/tccr.io-truecharts-appdaemon-4.2.x 2023-02-27 18:59:16 +01:00
TrueCharts Bot
68b7f4c7ce Merge pull request #7717 from truecharts/renovate/jupyter 2023-02-27 18:57:14 +01:00
TrueCharts Bot
6b582fb186 Merge pull request #7723 from truecharts/renovate/tccr.io-truecharts-cloudflared-2023.2.x 2023-02-27 18:56:41 +01:00
TrueCharts Bot
985f83fae5 Merge pull request #7715 from truecharts/renovate/tccr.io-truecharts-wordpress-6.1.1 2023-02-27 18:49:53 +01:00
TrueCharts Bot
d082ad4279 Merge pull request #7716 from truecharts/renovate/tccr.io-truecharts-yourls-latest 2023-02-27 18:42:33 +01:00
TrueCharts-Bot
754362d75d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:36:48 +00:00
TrueCharts-Bot
1e52d538a2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:36:41 +00:00
TrueCharts-Bot
63630e6020 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:34:32 +00:00
TrueCharts-Bot
2a4639b2e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:33:53 +00:00
TrueCharts-Bot
f79a3d44fd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:33:48 +00:00
TrueCharts-Bot
ae68b0a390 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:33:27 +00:00
TrueCharts-Admin
d116b746a2 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.9.0 2023-02-27 17:32:47 +00:00
TrueCharts-Admin
94e82cecde chore(deps): update container image tccr.io/truecharts/nexusoss to v3.48.0 2023-02-27 17:32:39 +00:00
TrueCharts-Bot
2298c7db2d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:32:38 +00:00
TrueCharts-Bot
c2c7be177d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:31:46 +00:00
TrueCharts-Bot
189c7e7453 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:31:36 +00:00
TrueCharts-Bot
2dcb7c6002 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:30:50 +00:00
TrueCharts-Admin
581b127551 chore(deps): update container image tccr.io/truecharts/n8n to v0.217.2 2023-02-27 17:29:35 +00:00
TrueCharts-Admin
a8f29c4cf8 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.2.2 2023-02-27 17:29:28 +00:00
TrueCharts-Admin
e4497347a0 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.9 2023-02-27 17:29:20 +00:00
TrueCharts-Admin
f18a89a883 chore(deps): update container image tccr.io/truecharts/appdaemon to v4.2.3 2023-02-27 17:29:12 +00:00
TrueCharts-Bot
6e8b13837b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 18:27:39 +01:00
TrueCharts-Admin
1cb8e328ad chore(deps): update webtop 2023-02-27 18:27:39 +01:00
TrueCharts-Admin
eda1334005 chore(deps): update penpot 2023-02-27 17:27:27 +00:00
TrueCharts-Admin
14b711d11a chore(deps): update neko 2023-02-27 17:27:18 +00:00
TrueCharts-Admin
396d5d5d47 chore(deps): update jupyter 2023-02-27 17:27:09 +00:00
TrueCharts-Admin
0a018790a3 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-27 17:26:49 +00:00
TrueCharts Bot
1a14397c56 Merge pull request #7711 from truecharts/renovate/tccr.io-truecharts-vertex-vstable 2023-02-27 17:55:20 +01:00
TrueCharts-Bot
6ffbaf7da1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 16:31:00 +00:00
TrueCharts-Bot
8d060909e1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:28:32 +01:00
TrueCharts-Admin
5fb2c8aba0 chore(deps): update container image tccr.io/truecharts/wger to latest 2023-02-27 17:28:32 +01:00
TrueCharts-Bot
1a5b3cb7a2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:27:06 +01:00
TrueCharts-Admin
af55695ba5 chore(deps): update container image tccr.io/truecharts/webgrabplus to 5.0.1 2023-02-27 17:27:06 +01:00
TrueCharts-Admin
06fad61378 chore(deps): update container image tccr.io/truecharts/vertex to vstable 2023-02-27 16:26:54 +00:00
TrueCharts Bot
c45df0f418 Merge pull request #7709 from truecharts/renovate/tccr.io-truecharts-debian-bullseye-latest 2023-02-27 16:56:32 +01:00
TrueCharts-Bot
e15b93dd76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 15:30:18 +00:00
TrueCharts-Bot
0fc08dc731 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 16:27:17 +01:00
TrueCharts-Admin
c0ab30a975 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 2023-02-27 16:27:17 +01:00
TrueCharts-Bot
934423cd02 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 16:25:36 +01:00
TrueCharts-Admin
4b16c176a0 chore(deps): update container image tccr.io/truecharts/thanos to 0.30.2 2023-02-27 16:25:36 +01:00
TrueCharts-Admin
4894102ce1 chore(deps): update container image tccr.io/truecharts/debian-bullseye to latest 2023-02-27 15:25:12 +00:00
TrueCharts Bot
e7e4a5b2aa Merge pull request #7704 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-02-27 15:53:38 +01:00
TrueCharts Bot
af17048ad9 Merge pull request #7706 from truecharts/renovate/tccr.io-truecharts-tubearchivist-redisjson-latest 2023-02-27 15:39:58 +01:00
TrueCharts-Bot
1346a73fcc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 14:29:54 +00:00
TrueCharts-Bot
687ac58904 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 15:27:56 +01:00
TrueCharts-Admin
cc97e42e8e chore(deps): update container image tccr.io/truecharts/twonky-server to latest 2023-02-27 15:27:56 +01:00
TrueCharts-Bot
ea272309eb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 15:26:19 +01:00
TrueCharts-Admin
ea09c87834 chore(deps): update container image tccr.io/truecharts/tubesync to latest 2023-02-27 15:26:19 +01:00
TrueCharts-Admin
076fe13185 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-02-27 14:25:52 +00:00
TrueCharts Bot
78975ab052 Merge pull request #7699 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-02-27 15:03:17 +01:00
TrueCharts Bot
1c947e08b9 Merge pull request #7698 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-27 15:02:40 +01:00
TrueCharts Bot
ef00aff7ea Merge pull request #7701 from truecharts/renovate/tccr.io-truecharts-tar1090-latest 2023-02-27 14:44:29 +01:00
TrueCharts Bot
7459bb3b56 Merge pull request #7700 from truecharts/renovate/tccr.io-truecharts-synclounge-5.2.5 2023-02-27 14:44:02 +01:00
TrueCharts-Bot
3c5628d92f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 13:35:27 +00:00
TrueCharts-Bot
465e7b9a84 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 13:34:14 +00:00
TrueCharts-Bot
b101417666 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 14:32:20 +01:00
TrueCharts-Admin
84832bca37 chore(deps): update container image tccr.io/truecharts/tautulli to 2.11.1 2023-02-27 14:32:20 +01:00
TrueCharts-Bot
6696d41d63 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 14:30:53 +01:00
TrueCharts-Admin
933d3e022c chore(deps): update container image tccr.io/truecharts/tasmocompiler to latest 2023-02-27 14:30:53 +01:00
TrueCharts-Admin
ff48a18b69 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-27 13:30:31 +00:00
TrueCharts-Admin
c51c2c01d4 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-27 13:30:20 +00:00
TrueCharts Bot
9964a1e798 Merge pull request #7693 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-02-27 14:00:42 +01:00
TrueCharts Bot
2ba55a7f19 Merge pull request #7696 from truecharts/renovate/tccr.io-truecharts-solr-9.1.1 2023-02-27 13:56:08 +01:00
TrueCharts Bot
22383474bf Merge pull request #7692 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.8.0 2023-02-27 13:55:42 +01:00
TrueCharts Bot
4beda69c97 Merge pull request #7694 from truecharts/renovate/tccr.io-truecharts-sickgear-latest 2023-02-27 13:55:01 +01:00
TrueCharts-Bot
924be02b2c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 12:31:56 +00:00
TrueCharts-Bot
d90bbfd1a2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 12:30:33 +00:00
TrueCharts-Bot
e48cf63b68 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 12:30:03 +00:00
TrueCharts-Bot
b8f1f0b6cb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 12:30:03 +00:00
TrueCharts-Bot
a8db5f7569 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 13:27:54 +01:00
TrueCharts-Admin
2cb17208b6 chore(deps): update container image tccr.io/truecharts/speedtest-tracker to latest 2023-02-27 13:27:54 +01:00
TrueCharts-Admin
38ccf930d3 chore(deps): update container image tccr.io/truecharts/solr to 9.1.1 2023-02-27 12:27:43 +00:00
TrueCharts-Bot
3b26b9b161 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 13:26:17 +01:00
TrueCharts-Admin
f43dcd19fd chore(deps): update container image tccr.io/truecharts/snapdrop to latest 2023-02-27 13:26:17 +01:00
TrueCharts-Admin
1366c83abd chore(deps): update container image tccr.io/truecharts/sickgear to latest 2023-02-27 12:26:07 +00:00
TrueCharts-Admin
b4c6700a66 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-27 12:25:59 +00:00
TrueCharts-Admin
6eca734bd8 chore(deps): update container image tccr.io/truecharts/omada-controller to v 2023-02-27 12:25:50 +00:00
TrueCharts-Bot
60aef490ad Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 12:24:51 +01:00
TrueCharts-Admin
c1b95b034c chore(deps): update container image tccr.io/truecharts/sickchill to 2023.1.2 2023-02-27 12:24:51 +01:00
TrueCharts-Bot
af84320b93 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 12:23:04 +01:00
TrueCharts-Admin
75fc3bfafd chore(deps): update container image tccr.io/truecharts/serpbear to latest 2023-02-27 12:23:04 +01:00
TrueCharts-Bot
4a88925805 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 11:23:45 +01:00
TrueCharts-Admin
129c6f1426 chore(deps): update container image tccr.io/truecharts/searxng to latest 2023-02-27 11:23:45 +01:00
TrueCharts-Bot
f7440a8bc6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 11:22:00 +01:00
TrueCharts-Admin
c0b59b3843 chore(deps): update container image tccr.io/truecharts/sabnzbd to 3.7.2 2023-02-27 11:22:00 +01:00
TrueCharts Bot
a27bb3d2c8 Merge pull request #7685 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-02-27 10:55:33 +01:00
TrueCharts-Bot
88e3f65860 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 09:31:15 +00:00
TrueCharts-Bot
ff3c36901e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 10:28:56 +01:00
TrueCharts-Admin
db2939a6b6 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-27 10:28:56 +01:00
TrueCharts-Bot
af58720212 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 10:27:28 +01:00
TrueCharts-Admin
aa19445252 chore(deps): update container image tccr.io/truecharts/rsnapshot to 1.4.4 2023-02-27 10:27:28 +01:00
TrueCharts-Admin
7a9eb633c3 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-02-27 09:27:17 +00:00
TrueCharts Bot
6314837026 Merge pull request #7682 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-27 09:57:55 +01:00
TrueCharts Bot
fde6f363af Merge pull request #7683 from truecharts/renovate/tccr.io-truecharts-redis-7.0.8 2023-02-27 09:39:19 +01:00
TrueCharts-Bot
1d350a17e5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 08:29:51 +00:00
TrueCharts-Bot
a6125abf26 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 09:26:01 +01:00
TrueCharts-Admin
1934fa347d chore(deps): update container image tccr.io/truecharts/redmine to 5.0.4 2023-02-27 09:26:01 +01:00
TrueCharts-Admin
4972c002f5 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-27 08:25:44 +00:00
TrueCharts-Bot
e5f420e7d4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 09:24:11 +01:00
TrueCharts-Admin
0955776679 chore(deps): update container image tccr.io/truecharts/grafana to 9.3.6 2023-02-27 09:24:11 +01:00
TrueCharts Bot
46ad5642e6 Merge pull request #7676 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.3 2023-02-27 09:08:33 +01:00
TrueCharts Bot
77f7006902 Merge pull request #7678 from truecharts/renovate/tccr.io-truecharts-nginx-unprivileged-1.23.3 2023-02-27 09:01:41 +01:00
TrueCharts Bot
c82dca6573 Merge pull request #7671 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-02-27 08:56:55 +01:00
TrueCharts Bot
2d0638af61 Merge pull request #7674 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-27 08:55:54 +01:00
TrueCharts Bot
055abb9a91 Merge pull request #7669 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-27 08:55:33 +01:00
TrueCharts Bot
6949d88f9e Merge pull request #7672 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-02-27 08:52:35 +01:00
TrueCharts Bot
d6cc398697 Merge pull request #7675 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.3 2023-02-27 08:52:11 +01:00
TrueCharts Bot
c84cd89f46 Merge pull request #7679 from truecharts/renovate/tccr.io-truecharts-postgresql-14.7.0 2023-02-27 08:51:19 +01:00
TrueCharts Bot
9e9684180c Merge pull request #7677 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-02-27 08:50:26 +01:00
TrueCharts Bot
1742efaf3b Merge pull request #7670 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-02-27 08:50:00 +01:00
TrueCharts-Bot
d950aba4c2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:29:51 +00:00
TrueCharts-Bot
2c559164bf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:29:05 +00:00
TrueCharts-Bot
909dc317e5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:28:57 +00:00
TrueCharts-Bot
94fac94258 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:28:51 +00:00
TrueCharts-Bot
1ef89a75ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:28:49 +00:00
TrueCharts-Bot
a2a0960ae3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:28:40 +00:00
TrueCharts-Bot
14944fde08 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:28:36 +00:00
TrueCharts-Bot
7462820bc4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:28:27 +00:00
TrueCharts-Bot
007b977ae1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:28:22 +00:00
TrueCharts-Bot
3979db73b0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:27:52 +00:00
TrueCharts-Bot
153da00540 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 08:26:57 +01:00
TrueCharts-Admin
ed56808986 chore(deps): update container image tccr.io/truecharts/red-discordbot to vfull 2023-02-27 08:26:57 +01:00
TrueCharts-Bot
88c86f949b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 08:25:10 +01:00
TrueCharts-Admin
e9cef29a46 chore(deps): update container image tccr.io/truecharts/raneto to latest 2023-02-27 08:25:10 +01:00
TrueCharts-Admin
e0f4f0940a chore(deps): update container image tccr.io/truecharts/postgresql to 14.7.0 2023-02-27 07:24:59 +00:00
TrueCharts-Admin
2c58b14607 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to 1.23.3 2023-02-27 07:24:50 +00:00
TrueCharts-Admin
644f4603ca chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-02-27 07:24:43 +00:00
TrueCharts-Admin
0d77aa1217 chore(deps): update container image tccr.io/truecharts/matomo to 4.13.3 2023-02-27 07:24:36 +00:00
TrueCharts-Admin
687f9cd4e5 chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.3 2023-02-27 07:24:30 +00:00
TrueCharts-Admin
7ccb464108 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-27 07:24:21 +00:00
TrueCharts-Admin
da3c958e57 chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-02-27 07:24:02 +00:00
TrueCharts-Admin
70326e4747 chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-02-27 07:23:54 +00:00
TrueCharts-Admin
31681b17c7 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-02-27 07:23:45 +00:00
TrueCharts-Admin
ad31a57a5b chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-27 07:23:39 +00:00
TrueCharts Bot
fec953f2c9 Merge pull request #7668 from truecharts/renovate/tccr.io-truecharts-muse-2.x 2023-02-27 06:51:52 +01:00
TrueCharts-Bot
206572bf26 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 05:26:40 +00:00
TrueCharts-Admin
b1e3b21b61 chore(deps): update container image tccr.io/truecharts/muse to v2.2.0 2023-02-27 05:22:33 +00:00
TrueCharts-Bot
e64ef1c5d7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 03:48:13 +01:00
TrueCharts-Admin
d2314cc565 chore(deps): update jupyter 2023-02-27 03:48:13 +01:00
TrueCharts-Bot
f7a9089550 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 03:46:43 +01:00
TrueCharts-Admin
d3bc5f5842 chore(deps): update container image tccr.io/truecharts/yacy to latest 2023-02-27 03:46:43 +01:00
TrueCharts-Bot
d4ccb99d2e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 02:54:35 +01:00
TrueCharts-Admin
c3bcde00e6 chore(deps): update container image tccr.io/truecharts/wireshark to 3.6.5 2023-02-27 02:54:35 +01:00
TrueCharts-Bot
cdc8c6ee14 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 02:53:10 +01:00
TrueCharts-Admin
6af105c2f4 chore(deps): update container image tccr.io/truecharts/prometheus to 2.42.0 2023-02-27 02:53:10 +01:00
TrueCharts-Bot
8e951c0be9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 01:34:42 +01:00
TrueCharts-Admin
69d18bf7c9 chore(deps): update container image tccr.io/truecharts/webp-server to latest 2023-02-27 01:34:42 +01:00
TrueCharts-Bot
e3e2f68956 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 01:32:44 +01:00
TrueCharts-Admin
fb8312e8d9 chore(deps): update container image tccr.io/truecharts/tracks to latest 2023-02-27 01:32:44 +01:00
TrueCharts-Bot
8afcbc9567 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 00:27:34 +00:00
StevenMcElligott
94e44857b8 Merge pull request #7563 from StevenMcElligott/pgadmin
fix(pgadmin): Fix broken tag to update for 6.20
2023-02-26 18:55:30 -05:00
TrueCharts Bot
7e2f4feb7c Merge pull request #7645 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.5 2023-02-27 00:40:39 +01:00
TrueCharts Bot
151aebc28c Merge pull request #7634 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.3 2023-02-27 00:40:35 +01:00
TrueCharts Bot
579e104dda Merge pull request #7641 from truecharts/renovate/tccr.io-truecharts-monica-4.0.0 2023-02-27 00:40:26 +01:00
TrueCharts Bot
eed7657fc8 Merge pull request #7618 from truecharts/renovate/tccr.io-truecharts-fleet-2.3.3 2023-02-27 00:37:51 +01:00
TrueCharts Bot
42f560c974 Merge pull request #7646 from truecharts/renovate/tccr.io-truecharts-nginx-unprivileged-1.23.3 2023-02-27 00:35:22 +01:00
StevenMcElligott
6d466629f1 Merge branch 'master' into pgadmin 2023-02-26 18:34:22 -05:00
TrueCharts Bot
e1fc48bde2 Merge pull request #7596 from truecharts/renovate/tccr.io-truecharts-budge-v0.0.9 2023-02-27 00:34:00 +01:00
TrueCharts-Bot
1569cd802c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 00:33:53 +01:00
TrueCharts-Admin
278f725b2f chore(deps): update container image tccr.io/truecharts/minecraft-java19 to latest 2023-02-27 00:33:53 +01:00
TrueCharts Bot
809e6d2949 Merge pull request #7660 from truecharts/renovate/tccr.io-truecharts-quassel-core-v0.14.0 2023-02-27 00:33:47 +01:00
TrueCharts Bot
2e4b14cf8e Merge pull request #7654 from truecharts/renovate/tccr.io-truecharts-privatebin-1.5.1 2023-02-27 00:32:02 +01:00
TrueCharts Bot
50dc41f0f6 Merge pull request #7659 from truecharts/renovate/tccr.io-truecharts-qflood-latest 2023-02-27 00:31:40 +01:00
TrueCharts Bot
82a90d77db Merge pull request #7661 from truecharts/renovate/tccr.io-truecharts-ra-rom-processor-latest 2023-02-27 00:31:23 +01:00
TrueCharts Bot
81c2d6db45 Merge pull request #7643 from truecharts/renovate/tccr.io-truecharts-mylar3-0.7.0 2023-02-27 00:30:58 +01:00
TrueCharts Bot
ffd71d7f85 Merge pull request #7627 from truecharts/renovate/tccr.io-truecharts-kdenlive-latest 2023-02-27 00:30:53 +01:00
TrueCharts Bot
450e52d1ea Merge pull request #7658 from truecharts/renovate/tccr.io-truecharts-pylon-2.9.0 2023-02-27 00:30:25 +01:00
TrueCharts-Bot
9df52babaa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 00:30:19 +01:00
TrueCharts-Admin
0ddd430655 chore(deps): update container image tccr.io/truecharts/grafana to 9.3.6 2023-02-27 00:30:19 +01:00
TrueCharts Bot
d3ea2eaf04 Merge pull request #7626 from truecharts/renovate/tccr.io-truecharts-invidious-latest 2023-02-27 00:30:17 +01:00
TrueCharts Bot
09283f7ae1 Merge pull request #7657 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-02-27 00:30:13 +01:00
TrueCharts Bot
e46c288fc8 Merge pull request #7647 from truecharts/renovate/tccr.io-truecharts-nitter-latest 2023-02-27 00:29:31 +01:00
TrueCharts Bot
4d5e9333dc Merge pull request #7649 from truecharts/renovate/tccr.io-truecharts-openspeedtest-latest 2023-02-27 00:29:24 +01:00
TrueCharts Bot
dc15485fd5 Merge pull request #7662 from truecharts/renovate/tccr.io-truecharts-radarr-4.3.2.6857 2023-02-27 00:29:20 +01:00
TrueCharts Bot
bed8fe1b26 Merge pull request #7608 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-02-27 00:29:17 +01:00
TrueCharts Bot
e4da3a53cd Merge pull request #7650 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-02-27 00:29:10 +01:00
TrueCharts Bot
a35461fb7c Merge pull request #7640 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.4 2023-02-27 00:29:08 +01:00
TrueCharts Bot
541a7ddc46 Merge pull request #7648 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.8.0 2023-02-27 00:29:03 +01:00
TrueCharts Bot
7bbeedf390 Merge pull request #7630 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-27 00:28:59 +01:00
TrueCharts Bot
deadda7931 Merge pull request #7633 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.3 2023-02-27 00:28:56 +01:00
TrueCharts Bot
9b75bc36bc Merge pull request #7652 from truecharts/renovate/tccr.io-truecharts-posterr-latest 2023-02-27 00:28:51 +01:00
TrueCharts Bot
07a7755b1b Merge pull request #7632 from truecharts/renovate/tccr.io-truecharts-logitechmediaserver-8.4.0 2023-02-27 00:28:48 +01:00
TrueCharts Bot
9d68baadc6 Merge pull request #7653 from truecharts/renovate/tccr.io-truecharts-postgresql-14.7.0 2023-02-27 00:28:45 +01:00
TrueCharts Bot
16114e040c Merge pull request #7656 from truecharts/renovate/tccr.io-truecharts-pwndrop-v1.0.1 2023-02-27 00:28:41 +01:00
TrueCharts Bot
5efc498023 Merge pull request #7651 from truecharts/renovate/tccr.io-truecharts-phpmyadmin-latest 2023-02-27 00:28:39 +01:00
TrueCharts Bot
93cec360d5 Merge pull request #7644 from truecharts/renovate/tccr.io-truecharts-mysql-workbench-8.0.32 2023-02-27 00:28:37 +01:00
TrueCharts Bot
df3a89997f Merge pull request #7631 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-02-27 00:28:32 +01:00
TrueCharts Bot
f065149e46 Merge pull request #7642 from truecharts/renovate/tccr.io-truecharts-mstream-v5.11.4 2023-02-27 00:28:29 +01:00
TrueCharts Bot
66622bfab2 Merge pull request #7636 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-02-27 00:28:25 +01:00
TrueCharts Bot
1514fb1aa8 Merge pull request #7639 from truecharts/renovate/tccr.io-truecharts-minio-latest 2023-02-27 00:28:21 +01:00
TrueCharts Bot
c96317e63e Merge pull request #7623 from truecharts/renovate/tccr.io-truecharts-grocy-3.3.2 2023-02-27 00:28:18 +01:00
TrueCharts Bot
61a1f7e787 Merge pull request #7638 from truecharts/renovate/tccr.io-truecharts-minetest-5.6.1 2023-02-27 00:28:14 +01:00
TrueCharts Bot
e530b51662 Merge pull request #7615 from truecharts/renovate/tccr.io-truecharts-embystat-v0.2.0 2023-02-27 00:28:10 +01:00
TrueCharts Bot
862e6df6f0 Merge pull request #7628 from truecharts/renovate/tccr.io-truecharts-lazylibrarian-latest 2023-02-27 00:28:08 +01:00
TrueCharts Bot
52130ee598 Merge pull request #7635 from truecharts/renovate/tccr.io-truecharts-medusa-1.0.11 2023-02-27 00:28:07 +01:00
TrueCharts Bot
daa9edb930 Merge pull request #7612 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.0.1 2023-02-27 00:28:03 +01:00
TrueCharts Bot
4830a9b9b1 Merge pull request #7624 from truecharts/renovate/tccr.io-truecharts-habridge-v5.4.1 2023-02-27 00:27:59 +01:00
TrueCharts Bot
577c3edff5 Merge pull request #7629 from truecharts/renovate/tccr.io-truecharts-libreddit-latest 2023-02-27 00:27:56 +01:00
TrueCharts Bot
3e93cb94e4 Merge pull request #7619 from truecharts/renovate/tccr.io-truecharts-foldingathome-v7.6.21 2023-02-27 00:27:53 +01:00
TrueCharts Bot
2e615836bc Merge pull request #7617 from truecharts/renovate/tccr.io-truecharts-firefox-desktop-g3-latest 2023-02-27 00:27:49 +01:00
TrueCharts Bot
e301d9e5f0 Merge pull request #7620 from truecharts/renovate/tccr.io-truecharts-freshrss-1.20.2 2023-02-27 00:27:42 +01:00
TrueCharts Bot
c7498fc398 Merge pull request #7616 from truecharts/renovate/tccr.io-truecharts-emulatorjs-v1.7.2 2023-02-27 00:27:35 +01:00
TrueCharts Bot
fbfdd90917 Merge pull request #7621 from truecharts/renovate/tccr.io-truecharts-googlephotossync-latest 2023-02-27 00:27:28 +01:00
TrueCharts Bot
70a2cecc71 Merge pull request #7605 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-27 00:27:22 +01:00
TrueCharts Bot
aafbe33e9b Merge pull request #7614 from truecharts/renovate/tccr.io-truecharts-duckdns-latest 2023-02-27 00:27:08 +01:00
TrueCharts Bot
3ddd6d8eaa Merge pull request #7613 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-02-27 00:26:55 +01:00
TrueCharts Bot
e9cb5f0734 Merge pull request #7610 from truecharts/renovate/tccr.io-truecharts-deluge-v2.1.1 2023-02-27 00:26:00 +01:00
TrueCharts Bot
44ca6062bb Merge pull request #7611 from truecharts/renovate/tccr.io-truecharts-dillinger-v3.39.1 2023-02-27 00:25:53 +01:00
TrueCharts Bot
c6e5ef3aa8 Merge pull request #7606 from truecharts/renovate/tccr.io-truecharts-cups-server-latest 2023-02-27 00:25:40 +01:00
TrueCharts Bot
4158309cbe Merge pull request #7607 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-02-27 00:25:32 +01:00
TrueCharts Bot
7b7fa2eba9 Merge pull request #7595 from truecharts/renovate/tccr.io-truecharts-booksonic-air-v2201.1.0 2023-02-27 00:24:44 +01:00
TrueCharts Bot
7917a1cf0e Merge pull request #7609 from truecharts/renovate/tccr.io-truecharts-ddclient-3.10.0 2023-02-27 00:23:59 +01:00
TrueCharts Bot
b9b0a0f561 Merge pull request #7598 from truecharts/renovate/tccr.io-truecharts-check-mk-raw-v2.1.0 2023-02-27 00:23:57 +01:00
TrueCharts Bot
b54cb2617c Merge pull request #7600 from truecharts/renovate/tccr.io-truecharts-chromium-desktop-g3-latest 2023-02-27 00:23:54 +01:00
TrueCharts Bot
d8c3d11cf3 Merge pull request #7604 from truecharts/renovate/tccr.io-truecharts-corekeeper-latest 2023-02-27 00:23:49 +01:00
TrueCharts Bot
c7893c99d2 Merge pull request #7599 from truecharts/renovate/tccr.io-truecharts-chromium-latest 2023-02-27 00:23:44 +01:00
TrueCharts Bot
ee2a5eca09 Merge pull request #7601 from truecharts/renovate/tccr.io-truecharts-cloudbeaver-latest 2023-02-27 00:23:42 +01:00
TrueCharts Bot
166667d3c4 Merge pull request #7593 from truecharts/renovate/tccr.io-truecharts-blender-latest 2023-02-27 00:23:37 +01:00
TrueCharts Bot
1c7ce4086b Merge pull request #7603 from truecharts/renovate/tccr.io-truecharts-cops-latest 2023-02-27 00:23:21 +01:00
TrueCharts Bot
1b55d7c753 Merge pull request #7594 from truecharts/renovate/tccr.io-truecharts-boinc-latest 2023-02-27 00:22:59 +01:00
TrueCharts Bot
659d10f62a Merge pull request #7597 from truecharts/renovate/tccr.io-truecharts-calibre-web-0.6.19 2023-02-27 00:22:52 +01:00
TrueCharts Bot
38aaab11f6 Merge pull request #7602 from truecharts/renovate/tccr.io-truecharts-cloudflareddns-latest 2023-02-27 00:22:20 +01:00
TrueCharts Bot
952c796258 Merge pull request #7592 from truecharts/renovate/tccr.io-truecharts-beets-v1.6.0 2023-02-27 00:22:16 +01:00
TrueCharts Bot
38131dc075 Merge pull request #7591 from truecharts/renovate/tccr.io-truecharts-bazarr-1.1.4 2023-02-27 00:21:58 +01:00
TrueCharts Bot
0292f37496 Merge pull request #7589 from truecharts/renovate/tccr.io-truecharts-backuppc-latest 2023-02-27 00:20:28 +01:00
TrueCharts Bot
07e223c676 Merge pull request #7625 from truecharts/renovate/tccr.io-truecharts-heimdall-2.5.5 2023-02-27 00:15:38 +01:00
TrueCharts-Bot
4572876a3f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 23:36:27 +01:00
TrueCharts-Admin
12d8d29ce0 chore(deps): update container image tccr.io/truecharts/barcodebuddy to latest 2023-02-26 23:36:27 +01:00
TrueCharts-Bot
a2c8b574fa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 23:34:11 +01:00
TrueCharts-Admin
3a7b59e357 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-02-26 23:34:11 +01:00
TrueCharts-Bot
64c9bd55cd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:19:57 +00:00
TrueCharts-Bot
8f83438de7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:17:15 +00:00
TrueCharts-Bot
3778ee0f7c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:17:09 +00:00
TrueCharts-Bot
6f86356db3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:16:42 +00:00
TrueCharts-Bot
d2c4071c8c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:15:29 +00:00
TrueCharts-Bot
cc298e5ad0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:15:19 +00:00
TrueCharts-Bot
96fc5ee984 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:14:50 +00:00
TrueCharts-Bot
2f12db0f29 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:14:15 +00:00
TrueCharts-Bot
940225ff98 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:13:58 +00:00
TrueCharts-Bot
a74d22bd05 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:13:47 +00:00
TrueCharts-Bot
1837ee438e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:13:15 +00:00
TrueCharts-Bot
05d7ddeb0a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:12:46 +00:00
TrueCharts-Bot
2bf69b8ff6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:12:35 +00:00
TrueCharts-Bot
2246416b01 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:12:08 +00:00
TrueCharts-Bot
149ba6a944 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:12:00 +00:00
TrueCharts-Bot
4eac7423d1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:11:42 +00:00
TrueCharts-Bot
75c1a4218b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:11:40 +00:00
StevenMcElligott
af40370655 wrong container? 2023-02-26 17:11:39 -05:00
TrueCharts-Bot
18587a76bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:11:28 +00:00
TrueCharts-Bot
598fc1fad5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:11:20 +00:00
TrueCharts-Bot
732fd98edb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:11:17 +00:00
TrueCharts-Bot
b963a627b2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:11:09 +00:00
TrueCharts-Bot
02bcf85a83 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:11:03 +00:00
TrueCharts-Bot
9d5983703c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:10:56 +00:00
TrueCharts-Bot
fbf2d8e40e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:10:30 +00:00
StevenMcElligott
6003576bab Merge branch 'truecharts:master' into pgadmin 2023-02-26 17:10:11 -05:00
TrueCharts-Bot
aead8767cd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:10:08 +00:00
TrueCharts-Bot
1896565499 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:09:49 +00:00
TrueCharts-Bot
0b0d7d5e20 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:09:41 +00:00
TrueCharts-Bot
18d665b2e9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:09:23 +00:00
TrueCharts-Bot
b0e58780b6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:08:53 +00:00
TrueCharts-Bot
5867564126 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:08:41 +00:00
TrueCharts-Bot
cfff1bde3f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:08:21 +00:00
TrueCharts-Bot
63d9f7e53a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:08:20 +00:00
TrueCharts-Bot
122676f6c6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:08:17 +00:00
TrueCharts-Bot
79db88c71d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:07:57 +00:00
TrueCharts-Bot
a7a33c4a66 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:07:29 +00:00
TrueCharts-Bot
84fc007e51 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:07:22 +00:00
TrueCharts-Bot
be76de7ec0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:07:19 +00:00
TrueCharts-Bot
dccbaa1a24 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:06:54 +00:00
TrueCharts-Bot
1059e6424e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:06:29 +00:00
TrueCharts-Bot
780111beae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:05:46 +00:00
TrueCharts-Bot
3974dc5a5f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:05:12 +00:00
TrueCharts-Admin
b9fd606fc3 chore(deps): update container image tccr.io/truecharts/yourls to latest 2023-02-26 22:04:56 +00:00
TrueCharts-Admin
0b95b057f5 chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1 2023-02-26 22:04:46 +00:00
TrueCharts-Bot
8ea45db084 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:04:40 +00:00
TrueCharts-Bot
d9ebf00d1d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:04:37 +00:00
TrueCharts-Bot
82fc766e15 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:04:37 +00:00
TrueCharts-Bot
79ca1be208 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:04:36 +00:00
TrueCharts-Bot
259faa58de Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:04:32 +00:00
TrueCharts-Bot
ee1dcf5db9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:04:30 +00:00
TrueCharts-Bot
8833b44aec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:03:57 +00:00
TrueCharts-Admin
da9e82d32a chore(deps): update container image tccr.io/truecharts/tubearchivist-redisjson to latest 2023-02-26 22:03:54 +00:00
TrueCharts-Bot
40ce8e47a7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:03:52 +00:00
TrueCharts-Bot
a172dad523 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:03:31 +00:00
TrueCharts-Admin
2a16030b40 chore(deps): update container image tccr.io/truecharts/tar1090 to latest 2023-02-26 22:03:27 +00:00
TrueCharts-Bot
3ca48cbe00 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:03:26 +00:00
TrueCharts-Bot
a9c3972abb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:03:23 +00:00
TrueCharts-Admin
3771a5bf0a chore(deps): update container image tccr.io/truecharts/synclounge to 5.2.5 2023-02-26 22:03:22 +00:00
TrueCharts-Bot
895a1e009a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:02:46 +00:00
TrueCharts-Bot
7da153262c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:02:31 +00:00
TrueCharts-Admin
448ddc425c chore(deps): update container image tccr.io/truecharts/redis to 7.0.8 2023-02-26 22:02:13 +00:00
TrueCharts-Admin
e6e8792422 chore(deps): update container image tccr.io/truecharts/radarr to 4.3.2.6857 2023-02-26 22:01:56 +00:00
TrueCharts-Bot
d99e040b0b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:01:48 +00:00
TrueCharts-Admin
cd478eeea5 chore(deps): update container image tccr.io/truecharts/ra-rom-processor to latest 2023-02-26 22:01:48 +00:00
TrueCharts-Bot
713759f7d5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:01:47 +00:00
TrueCharts-Bot
469379b62a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:01:41 +00:00
TrueCharts-Admin
122b89fa90 chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 2023-02-26 22:01:41 +00:00
TrueCharts-Admin
53343578d5 chore(deps): update container image tccr.io/truecharts/qflood to latest 2023-02-26 22:01:33 +00:00
TrueCharts-Admin
4360d997cb chore(deps): update container image tccr.io/truecharts/pylon to 2.9.0 2023-02-26 22:01:26 +00:00
TrueCharts-Admin
f5c6eae8ab chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-02-26 22:01:20 +00:00
TrueCharts-Admin
dd8e6acc57 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 2023-02-26 22:01:13 +00:00
TrueCharts-Bot
dbbb4189e8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:01:04 +00:00
TrueCharts-Admin
88158ac14d chore(deps): update container image tccr.io/truecharts/privatebin to 1.5.1 2023-02-26 22:00:59 +00:00
TrueCharts-Admin
9f76eb95b6 chore(deps): update container image tccr.io/truecharts/postgresql to 14.7.0 2023-02-26 22:00:52 +00:00
TrueCharts-Admin
ebee769899 chore(deps): update container image tccr.io/truecharts/posterr to latest 2023-02-26 22:00:46 +00:00
TrueCharts-Admin
d6e9bc9803 chore(deps): update container image tccr.io/truecharts/phpmyadmin to latest 2023-02-26 22:00:34 +00:00
TrueCharts-Admin
d3a68d6d32 chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-02-26 22:00:26 +00:00
TrueCharts-Bot
ae2690d408 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:00:25 +00:00
TrueCharts-Admin
9a83f7a3a1 chore(deps): update container image tccr.io/truecharts/openspeedtest to latest 2023-02-26 22:00:19 +00:00
TrueCharts-Bot
59bb53d918 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:00:12 +00:00
TrueCharts-Admin
3070e652ba chore(deps): update container image tccr.io/truecharts/omada-controller to 5.8.0 2023-02-26 22:00:12 +00:00
TrueCharts-Admin
dbeccef475 chore(deps): update container image tccr.io/truecharts/nitter to latest 2023-02-26 22:00:06 +00:00
TrueCharts-Bot
1d055d4e3f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:59:58 +00:00
TrueCharts-Admin
67c62f86f9 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to 1.23.3 2023-02-26 21:59:58 +00:00
TrueCharts-Bot
0601dfb007 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:59:57 +00:00
TrueCharts-Admin
afd9469fe4 chore(deps): update container image tccr.io/truecharts/netbox to 3.4.5 2023-02-26 21:59:52 +00:00
TrueCharts-Admin
441e1ede97 chore(deps): update container image tccr.io/truecharts/mysql-workbench to 8.0.32 2023-02-26 21:59:44 +00:00
TrueCharts-Admin
1404b8f511 chore(deps): update container image tccr.io/truecharts/mylar3 to 0.7.0 2023-02-26 21:59:38 +00:00
TrueCharts-Bot
bb946e4697 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:59:35 +00:00
TrueCharts-Admin
1671299acf chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 2023-02-26 21:59:31 +00:00
TrueCharts-Admin
48c4e73cf0 chore(deps): update container image tccr.io/truecharts/monica to 4.0.0 2023-02-26 21:59:25 +00:00
TrueCharts-Admin
b1da71eaf5 chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.4 2023-02-26 21:59:18 +00:00
TrueCharts-Admin
705f3a80d4 chore(deps): update container image tccr.io/truecharts/minio to latest 2023-02-26 21:59:12 +00:00
TrueCharts-Admin
1e30e27831 chore(deps): update container image tccr.io/truecharts/minetest to 5.6.1 2023-02-26 21:59:06 +00:00
TrueCharts-Bot
f2744dd249 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:59:04 +00:00
TrueCharts-Bot
cfe50daa01 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:57 +00:00
TrueCharts-Admin
a5192ff8e6 chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-02-26 21:58:53 +00:00
TrueCharts-Admin
f6c9175f67 chore(deps): update container image tccr.io/truecharts/medusa to 1.0.11 2023-02-26 21:58:46 +00:00
TrueCharts-Bot
7aec8e01a7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:39 +00:00
TrueCharts-Admin
f3c8ba2701 chore(deps): update container image tccr.io/truecharts/matomo to 4.13.3 2023-02-26 21:58:39 +00:00
TrueCharts-Bot
2658946894 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:37 +00:00
TrueCharts-Admin
1b187f0df8 chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.3 2023-02-26 21:58:33 +00:00
TrueCharts-Bot
0cfbdf8219 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:27 +00:00
TrueCharts-Admin
947ddeaa7b chore(deps): update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 2023-02-26 21:58:26 +00:00
TrueCharts-Bot
870ca83f1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:23 +00:00
TrueCharts-Bot
7b7f687b4e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:21 +00:00
TrueCharts-Admin
aed9040456 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-02-26 21:58:19 +00:00
TrueCharts-Admin
6034323b11 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-26 21:58:08 +00:00
TrueCharts-Bot
fab01ab2b7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:03 +00:00
TrueCharts-Admin
eb02a0460a chore(deps): update container image tccr.io/truecharts/libreddit to latest 2023-02-26 21:58:02 +00:00
TrueCharts-Bot
ddff62dfb5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:57:59 +00:00
TrueCharts-Bot
d5fa8e7585 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:57:58 +00:00
TrueCharts-Admin
a3881b3724 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-02-26 21:57:54 +00:00
TrueCharts-Admin
06dca6063a chore(deps): update container image tccr.io/truecharts/kdenlive to latest 2023-02-26 21:57:47 +00:00
TrueCharts-Admin
1c8d0fcda5 chore(deps): update container image tccr.io/truecharts/invidious to latest 2023-02-26 21:57:41 +00:00
TrueCharts-Bot
0c64d40213 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:57:40 +00:00
TrueCharts-Bot
d7a21c96c3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:57:37 +00:00
TrueCharts-Admin
817d41cb78 chore(deps): update container image tccr.io/truecharts/heimdall to 2.5.5 2023-02-26 21:57:34 +00:00
TrueCharts-Admin
de4517b471 chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 2023-02-26 21:57:27 +00:00
TrueCharts-Admin
152913de4c chore(deps): update container image tccr.io/truecharts/grocy to 3.3.2 2023-02-26 21:57:21 +00:00
TrueCharts-Bot
2a80722ccb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:57:11 +00:00
TrueCharts-Admin
170d5bcb60 chore(deps): update container image tccr.io/truecharts/googlephotossync to latest 2023-02-26 21:57:07 +00:00
TrueCharts-Admin
7ed31a6c6a chore(deps): update container image tccr.io/truecharts/freshrss to 1.20.2 2023-02-26 21:57:01 +00:00
TrueCharts-Admin
3d3aff6884 chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 2023-02-26 21:56:55 +00:00
TrueCharts-Admin
4e5b2d642b chore(deps): update container image tccr.io/truecharts/fleet to 2.3.3 2023-02-26 21:56:48 +00:00
TrueCharts-Admin
1794ec4eda chore(deps): update container image tccr.io/truecharts/firefox-desktop-g3 to latest 2023-02-26 21:56:42 +00:00
TrueCharts-Admin
ef116f2150 chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 2023-02-26 21:56:26 +00:00
TrueCharts-Admin
0723b43ea4 chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 2023-02-26 21:56:19 +00:00
TrueCharts-Admin
47b6f8ef3b chore(deps): update container image tccr.io/truecharts/duckdns to latest 2023-02-26 21:56:12 +00:00
TrueCharts-Admin
81d3a1f21f chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-02-26 21:56:06 +00:00
TrueCharts-Admin
4a04247734 chore(deps): update container image tccr.io/truecharts/docker-in-docker to 23.0.1 2023-02-26 21:55:59 +00:00
TrueCharts-Admin
8ca10d6f45 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 2023-02-26 21:55:52 +00:00
TrueCharts-Admin
cbdcec6895 chore(deps): update container image tccr.io/truecharts/deluge to v2.1.1 2023-02-26 21:55:46 +00:00
TrueCharts-Admin
1876ee8af2 chore(deps): update container image tccr.io/truecharts/ddclient to 3.10.0 2023-02-26 21:55:39 +00:00
TrueCharts-Admin
61120adad6 chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-02-26 21:55:33 +00:00
TrueCharts-Admin
3de39aa306 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-02-26 21:55:21 +00:00
TrueCharts-Admin
2bc1bd5045 chore(deps): update container image tccr.io/truecharts/cups-server to latest 2023-02-26 21:55:14 +00:00
TrueCharts-Admin
3c2a044e72 chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-26 21:55:08 +00:00
TrueCharts-Admin
3121cca67c chore(deps): update container image tccr.io/truecharts/corekeeper to latest 2023-02-26 21:55:01 +00:00
TrueCharts-Admin
c38a9615d5 chore(deps): update container image tccr.io/truecharts/cops to latest 2023-02-26 21:54:55 +00:00
TrueCharts-Admin
3944e15ef8 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest 2023-02-26 21:54:48 +00:00
TrueCharts-Admin
12e1a36697 chore(deps): update container image tccr.io/truecharts/cloudbeaver to latest 2023-02-26 21:54:42 +00:00
TrueCharts-Admin
c866c4d49e chore(deps): update container image tccr.io/truecharts/chromium-desktop-g3 to latest 2023-02-26 21:54:35 +00:00
TrueCharts-Admin
db800f8540 chore(deps): update container image tccr.io/truecharts/chromium to latest 2023-02-26 21:54:28 +00:00
TrueCharts-Admin
32a2e6feba chore(deps): update container image tccr.io/truecharts/check-mk-raw to v2.1.0 2023-02-26 21:54:22 +00:00
TrueCharts-Admin
1b2daf9a9c chore(deps): update container image tccr.io/truecharts/calibre-web to 0.6.19 2023-02-26 21:54:15 +00:00
TrueCharts-Admin
f1f38e21c4 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 2023-02-26 21:54:09 +00:00
TrueCharts-Admin
940f6d480d chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 2023-02-26 21:54:01 +00:00
TrueCharts-Admin
2453260ddb chore(deps): update container image tccr.io/truecharts/boinc to latest 2023-02-26 21:53:55 +00:00
TrueCharts-Admin
86eb6e23c9 chore(deps): update container image tccr.io/truecharts/blender to latest 2023-02-26 21:53:49 +00:00
TrueCharts-Admin
16ab25bc60 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 2023-02-26 21:53:42 +00:00
TrueCharts-Admin
c1361743bf chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.4 2023-02-26 21:53:36 +00:00
TrueCharts-Admin
e4a6d3ce62 chore(deps): update container image tccr.io/truecharts/backuppc to latest 2023-02-26 21:53:23 +00:00
TrueCharts Bot
48da837ede Merge pull request #7587 from truecharts/renovate/tccr.io-truecharts-handbrake-23.x 2023-02-26 20:55:22 +01:00
TrueCharts-Bot
c9835d81be Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 19:31:01 +00:00
TrueCharts-Admin
01e538826a chore(deps): update container image tccr.io/truecharts/handbrake to v23.02.1 2023-02-26 19:26:59 +00:00
TrueCharts Bot
8917471ecb Merge pull request #7584 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.15.0 2023-02-26 18:55:45 +01:00
TrueCharts Bot
aba8766155 Merge pull request #7586 from truecharts/renovate/tccr.io-truecharts-octoprint-1.8.6 2023-02-26 18:52:32 +01:00
TrueCharts Bot
c3c3929582 Merge pull request #7585 from truecharts/renovate/tccr.io-truecharts-maloja-latest 2023-02-26 18:50:49 +01:00
TrueCharts-Bot
aa3ba113e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 17:28:27 +00:00
TrueCharts-Bot
858b484268 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 17:27:26 +00:00
TrueCharts-Bot
129c7a592b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 17:27:22 +00:00
TrueCharts-Admin
0f918ef38f chore(deps): update container image tccr.io/truecharts/octoprint to 1.8.6 2023-02-26 17:23:39 +00:00
TrueCharts-Admin
6aa2ef8945 chore(deps): update container image tccr.io/truecharts/maloja to latest 2023-02-26 17:23:31 +00:00
TrueCharts-Admin
af7819c1b3 chore(deps): update container image tccr.io/truecharts/babybuddy to 1.15.0 2023-02-26 17:23:15 +00:00
TrueCharts Bot
8967886d93 Merge pull request #7583 from truecharts/renovate/tccr.io-truecharts-misskey-13.x 2023-02-26 15:59:38 +01:00
TrueCharts-Bot
9f6d9cce86 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 14:27:23 +00:00
TrueCharts-Admin
0cc6db7769 chore(deps): update container image tccr.io/truecharts/misskey to v13.8.1 2023-02-26 14:23:27 +00:00
TrueCharts Bot
2749e5c3d3 Merge pull request #7581 from truecharts/renovate/tccr.io-truecharts-bookstack-23.x 2023-02-26 15:10:30 +01:00
TrueCharts Bot
774125eb70 Merge pull request #7580 from truecharts/renovate/tccr.io-truecharts-upsnap-3.0.x 2023-02-26 14:55:49 +01:00
TrueCharts-Bot
dd0dd55824 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 13:32:11 +00:00
TrueCharts-Bot
861262a455 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 13:31:52 +00:00
TrueCharts-Admin
cb1f592edd chore(deps): update container image tccr.io/truecharts/bookstack to v23.02.20230226 2023-02-26 13:28:10 +00:00
TrueCharts-Admin
3709dcf4df chore(deps): update container image tccr.io/truecharts/upsnap to v3.0.6 2023-02-26 13:28:00 +00:00
TrueCharts Bot
1a0946e56a Merge pull request #7578 from truecharts/renovate/tccr.io-truecharts-uptime-kuma-1.20.x 2023-02-26 10:51:19 +01:00
TrueCharts-Bot
a11554b995 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 09:27:50 +00:00
TrueCharts-Admin
9834315afc chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.20.2 2023-02-26 09:23:55 +00:00
TrueCharts Bot
536ac1b960 Merge pull request #7577 from truecharts/renovate/tccr.io-truecharts-ztcuui-aio-1.2.x 2023-02-26 07:52:10 +01:00
TrueCharts-Bot
2306c350f6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 06:28:47 +00:00
TrueCharts-Admin
6735b3ccd7 chore(deps): update container image tccr.io/truecharts/ztcuui-aio to v1.2.12 2023-02-26 06:24:42 +00:00
TrueCharts Bot
74aca7fc3f Merge pull request #7575 from truecharts/renovate/tccr.io-truecharts-calibre-6.13.0 2023-02-26 06:52:05 +01:00
TrueCharts Bot
faf2f9c90f Merge pull request #7576 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.3.x 2023-02-26 06:50:01 +01:00
TrueCharts-Bot
2fca4313bf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 05:27:33 +00:00
TrueCharts-Bot
8c6e30d1dd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 05:27:18 +00:00
TrueCharts-Admin
fb9e08ade1 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.3.1.2796 2023-02-26 05:23:31 +00:00
TrueCharts-Admin
1797b7ebcd chore(deps): update container image tccr.io/truecharts/calibre to 6.13.0 2023-02-26 05:23:14 +00:00
TrueCharts Bot
c6aededad9 Merge pull request #7573 from truecharts/renovate/tccr.io-truecharts-readarr-0.1.x 2023-02-26 05:01:22 +01:00
TrueCharts Bot
0d147102c9 Merge pull request #7574 from truecharts/renovate/tccr.io-truecharts-ntfy-2.x 2023-02-26 05:00:28 +01:00
TrueCharts Bot
377b531646 Merge pull request #7572 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.5.x 2023-02-26 04:59:40 +01:00
TrueCharts-Bot
9fbd26cd75 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 03:37:26 +00:00
TrueCharts-Bot
c9af1be756 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 03:37:07 +00:00
TrueCharts-Bot
0af937da88 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 03:36:53 +00:00
TrueCharts-Admin
1f32125e6a chore(deps): update container image tccr.io/truecharts/ntfy to v2.1.0 2023-02-26 03:33:28 +00:00
TrueCharts-Admin
e5efb6e71c chore(deps): update container image tccr.io/truecharts/readarr to v0.1.4.1596 2023-02-26 03:33:11 +00:00
TrueCharts-Admin
00d12c3a9d chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.6 2023-02-26 03:32:59 +00:00
TrueCharts Bot
f78389ad0f Merge pull request #7568 from truecharts/renovate/patch-scrypted 2023-02-26 02:12:32 +01:00
TrueCharts-Bot
3d3568ece8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 00:36:59 +00:00
TrueCharts-Admin
91314e4d1e chore(deps): update scrypted to v0.6.24 2023-02-26 00:33:03 +00:00
TrueCharts Bot
bcaa4f97ba Merge pull request #7567 from truecharts/renovate/tccr.io-truecharts-wizarr-2.0.x 2023-02-25 21:50:37 +01:00
TrueCharts-Bot
814bfde07e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 20:26:10 +00:00
TrueCharts-Admin
028a174a38 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.2 2023-02-25 20:22:15 +00:00
TrueCharts Bot
4e67c19f49 Merge pull request #7566 from truecharts/renovate/patch-scrypted 2023-02-25 20:59:07 +01:00
TrueCharts Bot
c36020a60f Merge pull request #7565 from truecharts/renovate/tccr.io-truecharts-wizarr-2.0.x 2023-02-25 20:49:47 +01:00
TrueCharts-Bot
0c75c8a8eb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 19:25:48 +00:00
TrueCharts-Bot
e2583ef9a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 19:25:36 +00:00
TrueCharts-Admin
f25d465aa2 chore(deps): update scrypted to v0.6.23 2023-02-25 19:21:34 +00:00
TrueCharts-Admin
42ed66ce20 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.1 2023-02-25 19:21:25 +00:00
StevenMcElligott
6681d5cd78 fix(pgadmin): Fix broken tag to update for 6.20 2023-02-25 12:11:55 -05:00
TrueCharts Bot
5812eb1ae0 Merge pull request #7562 from truecharts/renovate/tccr.io-truecharts-alist-3.12.x 2023-02-25 14:54:54 +01:00
TrueCharts-Bot
1f5429dcc6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 13:31:50 +00:00
TrueCharts-Admin
9930d08f48 chore(deps): update container image tccr.io/truecharts/alist to v3.12.2 2023-02-25 13:27:46 +00:00
TrueCharts Bot
ea599cf094 Merge pull request #7561 from truecharts/renovate/ghcr.io-jens-maus-raspberrymatic-latest 2023-02-25 13:51:31 +01:00
TrueCharts-Bot
26069c76ef Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 12:26:24 +00:00
TrueCharts-Admin
4e450cccdc chore(deps): update container image ghcr.io/jens-maus/raspberrymatic to latest 2023-02-25 12:22:30 +00:00
TrueCharts Bot
2e1d118818 Merge pull request #7560 from truecharts/renovate/tccr.io-truecharts-alist-3.12.x 2023-02-25 11:49:58 +01:00
TrueCharts-Bot
71108f5775 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 10:26:37 +00:00
TrueCharts-Admin
b40af79c10 chore(deps): update container image tccr.io/truecharts/alist to v3.12.1 2023-02-25 10:22:02 +00:00
TrueCharts Bot
bc51202cfb Merge pull request #7559 from truecharts/renovate/tccr.io-truecharts-ispy-agent-dvr-4.5.x 2023-02-25 10:50:06 +01:00
TrueCharts-Bot
497d37703c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 09:27:11 +00:00
TrueCharts-Admin
843f755ef5 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.5.3.0 2023-02-25 09:22:33 +00:00
TrueCharts Bot
eb85450f11 Merge pull request #7558 from truecharts/renovate/tccr.io-truecharts-mosdns-5.1.x 2023-02-25 04:17:23 +01:00
TrueCharts Bot
d6cc74888a Merge pull request #7557 from truecharts/renovate/tccr.io-truecharts-barcodebuddy-latest 2023-02-25 04:16:11 +01:00
TrueCharts-Bot
85ed2a31ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 02:53:50 +00:00
TrueCharts-Bot
245b6eca8f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 02:52:54 +00:00
TrueCharts-Admin
d74a0e1ca7 chore(deps): update container image tccr.io/truecharts/mosdns to v5.1.1 2023-02-25 02:49:22 +00:00
TrueCharts-Admin
9649065dcb chore(deps): update container image tccr.io/truecharts/barcodebuddy to latest 2023-02-25 02:49:01 +00:00
TrueCharts Bot
c187ebb07f Merge pull request #7555 from truecharts/renovate/patch-scrypted 2023-02-25 03:29:49 +01:00
TrueCharts Bot
fe7125eed6 Merge pull request #7556 from truecharts/renovate/tccr.io-truecharts-wizarr-2.x 2023-02-25 03:20:32 +01:00
TrueCharts Bot
48cd9ea9c2 Merge pull request #7554 from truecharts/renovate/tccr.io-truecharts-homarr-0.11.x 2023-02-25 03:18:12 +01:00
TrueCharts-Bot
816c440083 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 01:56:03 +00:00
TrueCharts-Bot
e7a4db2dd9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 01:55:56 +00:00
TrueCharts-Bot
fc58481cd2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 01:55:32 +00:00
TrueCharts-Admin
de204c54a3 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.0 2023-02-25 01:51:54 +00:00
TrueCharts-Admin
643c18dc04 chore(deps): update scrypted to v0.6.22 2023-02-25 01:51:36 +00:00
TrueCharts-Admin
362be29c6a chore(deps): update container image tccr.io/truecharts/homarr to v0.11.5 2023-02-25 01:51:27 +00:00
TrueCharts-Bot
a199610bb4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 00:27:09 +00:00
TrueCharts Bot
810a809b28 Merge pull request #7553 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.x 2023-02-25 00:53:39 +01:00
TrueCharts-Bot
2c933f7cd5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 23:29:41 +00:00
TrueCharts-Admin
d81f1597b2 chore(deps): update container image tccr.io/truecharts/flexget to v3.5.27 2023-02-24 23:25:39 +00:00
TrueCharts Bot
f8552a4cb6 Merge pull request #7552 from truecharts/renovate/ghcr.io-truecharts-promtail-2.7.4 2023-02-24 22:50:01 +01:00
TrueCharts-Bot
c1c0f70f60 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 21:28:08 +00:00
TrueCharts-Admin
dbbdf05576 chore(deps): update container image ghcr.io/truecharts/promtail to 2.7.4 2023-02-24 21:23:31 +00:00
TrueCharts Bot
5e451c17c8 Merge pull request #7549 from truecharts/renovate/tccr.io-truecharts-loki-2.7.4 2023-02-24 21:54:25 +01:00
TrueCharts-Bot
7585417c5f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 20:30:39 +00:00
TrueCharts-Admin
f2588cdeb9 chore(deps): update container image tccr.io/truecharts/loki to 2.7.4 2023-02-24 20:25:55 +00:00
TrueCharts Bot
628a3c3554 Merge pull request #7548 from truecharts/renovate/patch-scrypted 2023-02-24 21:02:01 +01:00
TrueCharts Bot
5a7d114c3d Merge pull request #7547 from truecharts/renovate/tccr.io-truecharts-sourcegraph-4.5.x 2023-02-24 20:50:28 +01:00
TrueCharts Bot
25f0581d3a Merge pull request #7546 from truecharts/renovate/ghcr.io-truecharts-promtail-2.7.x 2023-02-24 20:47:41 +01:00
TrueCharts-Bot
ed517cf560 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 19:25:21 +00:00
TrueCharts-Bot
31438a1f3f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 19:25:09 +00:00
TrueCharts-Bot
b81ba865a9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 19:25:00 +00:00
TrueCharts-Admin
cdf0c4fb6c chore(deps): update scrypted to v0.6.20 2023-02-24 19:21:25 +00:00
TrueCharts-Admin
413f1f2988 chore(deps): update container image tccr.io/truecharts/sourcegraph to v4.5.1 2023-02-24 19:21:15 +00:00
TrueCharts-Admin
dcac004b4a chore(deps): update container image ghcr.io/truecharts/promtail to v2.7.4 2023-02-24 19:21:06 +00:00
TrueCharts Bot
98633603a3 Merge pull request #7543 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.5.x 2023-02-24 19:54:47 +01:00
TrueCharts Bot
5550778ca6 Merge pull request #7544 from truecharts/renovate/tccr.io-truecharts-loki-2.7.x 2023-02-24 19:54:08 +01:00
TrueCharts-Bot
825f207613 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 18:29:43 +00:00
TrueCharts-Bot
49de3e8a0a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 18:29:34 +00:00
TrueCharts-Admin
6333ab29d2 chore(deps): update container image tccr.io/truecharts/loki to v2.7.4 2023-02-24 18:25:36 +00:00
TrueCharts-Admin
94e2928e06 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.5 2023-02-24 18:25:27 +00:00
TrueCharts Bot
5d70f95e0c Merge pull request #7542 from truecharts/renovate/tccr.io-truecharts-kavita-0.7.1 2023-02-24 18:52:43 +01:00
allcontributors[bot]
286b4fd46f docs: add dominch as a contributor for bug (#7539)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-24 18:33:56 +01:00
TrueCharts-Bot
96f5aec181 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 17:28:12 +00:00
TrueCharts-Admin
fe39c668e1 chore(deps): update container image tccr.io/truecharts/kavita to 0.7.1 2023-02-24 17:24:05 +00:00
TrueCharts Bot
920c4f9be7 Merge pull request #7540 from truecharts/renovate/tccr.io-truecharts-n8n-0.217.x 2023-02-24 17:58:13 +01:00
TrueCharts Bot
aba1c1546b Merge pull request #7541 from truecharts/renovate/tccr.io-truecharts-zwavejs-ui-8.x 2023-02-24 17:52:23 +01:00
TrueCharts-Bot
e71571738d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 16:38:13 +00:00
TrueCharts-Bot
8a810f0691 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 16:38:05 +00:00
TrueCharts-Admin
67ee57e939 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.9.0 2023-02-24 16:22:54 +00:00
TrueCharts-Admin
e14953f08d chore(deps): update container image tccr.io/truecharts/n8n to v0.217.1 2023-02-24 16:22:23 +00:00
Xstar97TheNoob
80cd517c7c fix(homebox) homebox fix allow registration variable. (#7538)
* fix(homebox) fix allow registration variable

* bump chart version
2023-02-24 15:26:07 +00:00
AllieQpzm
0802d9179c feat(plexaniserver) plexanisync move to stable (#7535) 2023-02-24 16:16:00 +01:00
TrueCharts Bot
ef6921327d chore(deps): update immich to v1.49.0 (minor) (#7487)
* chore(deps): update immich to v1.49.0

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* fix ml

* remove `-`

* default

* quote

* hardcode

* handle update

* ...

* Update charts/stable/immich/templates/_ml.tpl

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* needs new proebs

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
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-02-24 17:02:48 +02:00
TrueCharts Bot
e27a54a9ad Merge pull request #7533 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-24 09:00:32 +01:00
TrueCharts Bot
4ad3f2c671 Merge pull request #7532 from truecharts/renovate/tccr.io-truecharts-xwiki-15.0.0-postgres 2023-02-24 08:58:31 +01:00
allcontributors[bot]
c479205f86 docs: add AllieQpzm as a contributor for code (#7534)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-24 09:31:53 +02:00
TrueCharts-Bot
161dfc548a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 07:29:18 +00:00
TrueCharts-Bot
19286fa991 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 07:29:08 +00:00
AllieQpzm
6b7f45b2fb fix(plexanisync) reference plex_sections correctly (#7527) 2023-02-24 09:26:43 +02:00
TrueCharts-Admin
71c779e8e7 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.5 2023-02-24 07:25:20 +00:00
TrueCharts-Admin
b7a524c3ae chore(deps): update container image tccr.io/truecharts/xwiki to 15.0.0-postgres 2023-02-24 07:25:12 +00:00
TrueCharts Bot
37ca4d535f Merge pull request #7530 from truecharts/renovate/tccr.io-truecharts-protonmail-bridge-3.x 2023-02-24 04:18:26 +01:00
TrueCharts-Bot
d4d4211a15 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 02:52:38 +00:00
TrueCharts-Admin
12ba11223d chore(deps): update container image tccr.io/truecharts/protonmail-bridge to v3.0.17 2023-02-24 02:48:08 +00:00
TrueCharts Bot
ba83ff4869 Merge pull request #7525 from truecharts/renovate/tccr.io-truecharts-n8n-0.x 2023-02-24 03:23:48 +01:00
TrueCharts Bot
84c38b76e4 Merge pull request #7526 from truecharts/renovate/tccr.io-truecharts-apprise-api-1.x 2023-02-24 03:20:34 +01:00
TrueCharts Bot
ebe61d2ea8 Merge pull request #7524 from truecharts/renovate/tccr.io-truecharts-clickhouse-23.x 2023-02-24 03:17:56 +01:00
TrueCharts-Bot
a7b8dfd41e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 01:55:08 +00:00
TrueCharts-Bot
6592648fc3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 01:55:07 +00:00
TrueCharts-Bot
fd2a039253 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 01:54:42 +00:00
TrueCharts-Admin
94fe8b40d5 chore(deps): update container image tccr.io/truecharts/apprise-api to v1.2.0 2023-02-24 01:51:09 +00:00
TrueCharts-Admin
e2c7ce6bb7 chore(deps): update container image tccr.io/truecharts/n8n to v0.217.0 2023-02-24 01:50:53 +00:00
TrueCharts-Admin
bfd6865eeb chore(deps): update container image tccr.io/truecharts/clickhouse to v23.2.1.2537 2023-02-24 01:50:40 +00:00
TrueCharts Bot
c9d8eaa40f Merge pull request #7523 from truecharts/renovate/tccr.io-truecharts-alist-3.x 2023-02-24 01:58:53 +01:00
TrueCharts Bot
ceeac644b7 chore(deps): update dawidd6/action-download-artifact action to v2.26.0 (#7486) 2023-02-24 02:55:56 +02:00
TrueCharts Bot
8e8655e015 chore(deps): update renovatebot/github-action action to v34.152.2 (#7490) 2023-02-24 02:55:40 +02:00
TrueCharts-Bot
53fbcfaf49 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 00:35:47 +00:00
TrueCharts-Admin
d225814494 chore(deps): update container image tccr.io/truecharts/alist to v3.12.0 2023-02-24 00:30:59 +00:00
TrueCharts-Bot
dd6aaa912c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 00:26:18 +00:00
TrueCharts Bot
fca7e9ff59 Merge pull request #7522 from truecharts/renovate/tccr.io-truecharts-openproject-12.4.x 2023-02-24 01:06:38 +01:00
TrueCharts-Bot
f586bea089 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 23:29:20 +00:00
TrueCharts-Admin
0b8a60e96d chore(deps): update container image tccr.io/truecharts/openproject to v12.4.5 2023-02-23 23:25:12 +00:00
TrueCharts Bot
8edf09d454 Merge pull request #7520 from truecharts/renovate/tccr.io-truecharts-n8n-0.216.x 2023-02-23 23:58:02 +01:00
TrueCharts-Bot
73e9c53d2f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 22:28:58 +00:00
TrueCharts-Admin
f8bbcc6331 chore(deps): update container image tccr.io/truecharts/n8n to v0.216.2 2023-02-23 22:25:02 +00:00
TrueCharts Bot
63c3d58f34 Merge pull request #7518 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-23 23:00:59 +01:00
Xstar97TheNoob
904f33d89c fix(somfyprotect2mqtt) fix secret type values (#7508)
* fix(somfyprotect2mqtt) fix secret type values

* bump version

* fix code variable

* remove type

* add SKIPINSTALL
2023-02-23 21:35:03 +00:00
TrueCharts-Bot
54615d6c56 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 21:30:01 +00:00
TrueCharts-Admin
fec42019a0 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.4 2023-02-23 21:25:40 +00:00
TrueCharts Bot
fa1bdbb351 Merge pull request #7516 from truecharts/renovate/tccr.io-truecharts-kavitaemail-0.1.x 2023-02-23 21:49:54 +01:00
TrueCharts-Bot
ca01f597e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 20:26:11 +00:00
TrueCharts-Admin
b161f1456d chore(deps): update container image tccr.io/truecharts/kavitaemail to v0.1.14 2023-02-23 20:22:17 +00:00
TrueCharts Bot
126d0bf3fc Merge pull request #7515 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-02-23 20:55:42 +01:00
TrueCharts-Bot
92463228a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 19:29:17 +00:00
TrueCharts-Admin
eaf7972110 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.23 2023-02-23 19:25:10 +00:00
TrueCharts Bot
e8402da5ce Merge pull request #7514 from truecharts/renovate/patch-ersatztv 2023-02-23 19:15:46 +01:00
TrueCharts-Bot
dbb78d7ace Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 17:27:50 +00:00
TrueCharts-Admin
9e7fa1db8f chore(deps): update container image tccr.io/truecharts/ersatztv-vaapi to v0.7.4 2023-02-23 17:23:10 +00:00
TrueCharts Bot
a967d9aeea Merge pull request #7513 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-23 18:02:20 +01:00
TrueCharts-Bot
b4d4531085 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 16:30:13 +00:00
TrueCharts-Admin
8f01a69652 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.3 2023-02-23 16:24:47 +00:00
TrueCharts Bot
429a14390c Merge pull request #7512 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.5.x 2023-02-23 16:51:50 +01:00
TrueCharts-Bot
17fa000e97 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 15:27:27 +00:00
TrueCharts-Admin
92a9985376 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.4 2023-02-23 15:22:23 +00:00
Xstar97TheNoob
30fafb840e fix(apprise-api): BREAKING CHANGE refactor (#7370)
* fix(apprise-api) breaking changes

* update tag

* fix perms

* www-data perms

* remove whitespace

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-02-23 16:03:21 +01:00
Xstar97TheNoob
e18b59ee83 renovate(scrypted) add scrypted group (#7509) 2023-02-23 10:02:29 -05:00
TrueCharts Bot
677024a407 Merge pull request #7510 from truecharts/renovate/restreamer 2023-02-23 15:51:52 +01:00
TrueCharts-Bot
490f403911 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 14:26:51 +00:00
TrueCharts-Admin
083897564b chore(deps): update container image tccr.io/truecharts/restreamer to v2.5.0 2023-02-23 14:22:50 +00:00
TrueCharts Bot
bd6b7cd629 Merge pull request #7507 from truecharts/renovate/tccr.io-truecharts-wizarr-1.6.x 2023-02-23 14:57:05 +01:00
TrueCharts-Bot
eb616dd9ad Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 13:31:12 +00:00
TrueCharts-Admin
a6fd5d6acb chore(deps): update container image tccr.io/truecharts/wizarr to v1.6.5 2023-02-23 13:27:07 +00:00
TrueCharts Bot
a4a5feca71 Merge pull request #7506 from truecharts/renovate/tccr.io-truecharts-sourcegraph-4.x 2023-02-23 13:57:04 +01:00
TrueCharts-Bot
dd2a112b1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 12:30:54 +00:00
TrueCharts-Admin
c90e68f2c4 chore(deps): update container image tccr.io/truecharts/sourcegraph to v4.5.0 2023-02-23 12:26:57 +00:00
TrueCharts Bot
e0b7fd2828 Merge pull request #7505 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-23 13:01:33 +01:00
TrueCharts-Bot
3acf478df4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 11:30:19 +00:00
TrueCharts-Admin
23038aa2db chore(deps): update container image tccr.io/truecharts/misskey to v13.7.2 2023-02-23 11:25:36 +00:00
TrueCharts Bot
b74ce25c82 Merge pull request #7504 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.x 2023-02-23 11:55:16 +01:00
TrueCharts-Bot
7e50777489 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 10:29:42 +00:00
TrueCharts-Admin
9ebffce970 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.3.0.2757 2023-02-23 10:25:04 +00:00
TrueCharts Bot
f821d21b3d Merge pull request #7503 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.5 2023-02-23 10:09:41 +01:00
TrueCharts-Bot
5ca9153e50 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 08:29:12 +00:00
TrueCharts-Admin
916e309073 chore(deps): update container image tccr.io/truecharts/netbox to 3.4.5 2023-02-23 08:24:35 +00:00
TrueCharts Bot
95bcf0bacd Merge pull request #7502 from truecharts/renovate/tccr.io-truecharts-wizarr-1.6.x 2023-02-23 08:49:42 +01:00
TrueCharts-Bot
f4c295c3e8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 07:25:54 +00:00
TrueCharts-Admin
5585a5dfad chore(deps): update container image tccr.io/truecharts/wizarr to v1.6.4 2023-02-23 07:21:59 +00:00
TrueCharts Bot
9f7ad429be Merge pull request #7501 from truecharts/renovate/tccr.io-truecharts-strapi-4.6.x 2023-02-23 08:01:10 +01:00
TrueCharts-Bot
17b7eb351f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 06:29:26 +00:00
TrueCharts-Admin
1e1596be0e chore(deps): update container image tccr.io/truecharts/strapi to v4.6.2 2023-02-23 06:25:33 +00:00
TrueCharts Bot
ddefbf55d3 Merge pull request #7500 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-23 07:00:46 +01:00
TrueCharts-Bot
dd96703860 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 05:27:09 +00:00
TrueCharts-Admin
8205f2b5b6 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.1 2023-02-23 05:22:37 +00:00
TrueCharts Bot
d180ec8e55 Merge pull request #7499 from truecharts/renovate/tccr.io-truecharts-esphome-2023.2.x 2023-02-23 05:55:58 +01:00
TrueCharts-Bot
dfe12c0f86 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 04:29:39 +00:00
TrueCharts-Admin
b2e820143a chore(deps): update container image tccr.io/truecharts/esphome to v2023.2.4 2023-02-23 04:25:42 +00:00
TrueCharts Bot
3ee7308bba Merge pull request #7498 from truecharts/renovate/tccr.io-truecharts-portainer-ce-2.17.1 2023-02-23 04:15:56 +01:00
TrueCharts-Bot
07ec71aae5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 02:51:08 +00:00
TrueCharts-Admin
8b2e87209a chore(deps): update container image tccr.io/truecharts/portainer-ce to 2.17.1 2023-02-23 02:47:04 +00:00
TrueCharts Bot
0d946bb075 Merge pull request #7497 from truecharts/renovate/tailscale-tailscale-1.36.x 2023-02-23 03:08:09 +01:00
TrueCharts-Bot
d78b8e5b98 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 01:54:14 +00:00
TrueCharts-Admin
d31e030aed chore(deps): update container image tailscale/tailscale to v1.36.2 2023-02-23 01:49:18 +00:00
TrueCharts-Bot
3a1fb8cb1f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 00:25:39 +00:00
TrueCharts Bot
d34bbf419e Merge pull request #7496 from truecharts/renovate/tccr.io-truecharts-dashdot-4.9.x 2023-02-23 00:52:53 +01:00
TrueCharts-Bot
0b8929ab5c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 23:28:05 +00:00
TrueCharts-Admin
c93e54f988 chore(deps): update container image tccr.io/truecharts/dashdot to v4.9.1 2023-02-22 23:24:02 +00:00
TrueCharts Bot
6913192d0e Merge pull request #7495 from truecharts/renovate/tccr.io-truecharts-radicale-3.1.x 2023-02-22 21:53:12 +01:00
TrueCharts-Bot
5de67584b6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 20:30:22 +00:00
TrueCharts-Admin
e195946bc8 chore(deps): update container image tccr.io/truecharts/radicale to v3.1.8.1 2023-02-22 20:26:12 +00:00
TrueCharts Bot
c6c79f4e8a Merge pull request #7494 from truecharts/renovate/tccr.io-truecharts-multi-scrobbler-latest 2023-02-22 20:51:12 +01:00
TrueCharts-Bot
25fc38e6a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 19:29:02 +00:00
TrueCharts-Admin
b987b27d38 chore(deps): update container image tccr.io/truecharts/multi-scrobbler to latest 2023-02-22 19:24:11 +00:00
TrueCharts Bot
99f00c2ebd Merge pull request #7492 from truecharts/renovate/tccr.io-truecharts-youtrack-2022.3.x 2023-02-22 18:55:33 +01:00
TrueCharts-Bot
1b76ce802f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 17:26:42 +00:00
TrueCharts-Admin
06d66e804c chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65372 2023-02-22 17:22:37 +00:00
Xstar97TheNoob
6109a65a68 feat(Somfyprotect2mqtt) add somfyprotect2mqtt (#7458)
* feat(somfyprotect2mqtt) add somfyprotect2mqtt

* update chart

* remove changes from cloudflared

* set tag v0.2.9

* fix sites range

* fix int variables

* fix host type in values

* convert to string

* fix manual_snapshot variable

* fix secrets.tpl

* remove unused secret obj

* fix config
2023-02-22 10:33:56 -05:00
TrueCharts Bot
61ac76402c Merge pull request #7488 from truecharts/renovate/tccr.io-truecharts-misskey-13.x 2023-02-22 13:58:53 +01:00
TrueCharts Bot
65b5654ae3 Merge pull request #7489 from truecharts/renovate/penpot 2023-02-22 13:58:18 +01:00
TrueCharts-Bot
7fc41f585b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 12:28:43 +00:00
TrueCharts-Bot
794005fa9d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 12:28:38 +00:00
TrueCharts-Admin
8363b7808d chore(deps): update penpot to v1.17.1 2023-02-22 12:24:08 +00:00
TrueCharts-Admin
03b8fcb637 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.0 2023-02-22 12:23:53 +00:00
TrueCharts Bot
ecedf9969e Merge pull request #7484 from truecharts/renovate/tccr.io-truecharts-jenkins-2.x 2023-02-22 12:54:50 +01:00
TrueCharts Bot
46ffe5d4be Merge pull request #7485 from truecharts/renovate/tccr.io-truecharts-verysync-2.x 2023-02-22 12:54:19 +01:00
TrueCharts-Bot
5b358aef75 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 11:29:06 +00:00
TrueCharts-Bot
bb2e447980 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 11:29:01 +00:00
TrueCharts-Admin
3853c1d3b9 chore(deps): update container image tccr.io/truecharts/verysync to v2.16.0 2023-02-22 11:25:16 +00:00
TrueCharts-Admin
692aa47328 chore(deps): update container image tccr.io/truecharts/jenkins to v2.392.0 2023-02-22 11:25:04 +00:00
TrueCharts Bot
ccb0411cc4 Merge pull request #7480 from truecharts/renovate/tccr.io-truecharts-hedgedoc-1.9.7 2023-02-22 11:57:22 +01:00
TrueCharts Bot
1657db2f3a Merge pull request #7481 from truecharts/renovate/tccr.io-truecharts-wizarr-1.6.x 2023-02-22 11:53:41 +01:00
TrueCharts Bot
40b8719c62 Merge pull request #7482 from truecharts/renovate/tccr.io-truecharts-zwavejs-ui-8.8.x 2023-02-22 11:53:16 +01:00
TrueCharts Bot
c11974ad69 Merge pull request #7483 from truecharts/renovate/tccr.io-truecharts-game-server-monitor-2.x 2023-02-22 11:44:41 +01:00
TrueCharts-Bot
8f8ae1c449 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 10:30:11 +00:00
TrueCharts-Bot
2a02f81835 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 10:30:09 +00:00
TrueCharts-Bot
8ab6a0f4fd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 10:29:16 +00:00
TrueCharts-Bot
47525f499b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 10:28:52 +00:00
TrueCharts-Admin
2f4f9d85af chore(deps): update container image tccr.io/truecharts/game-server-monitor to v2.11.0 2023-02-22 10:25:30 +00:00
TrueCharts-Admin
e376045f57 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.8.6 2023-02-22 10:25:18 +00:00
TrueCharts-Admin
4281bf6de1 chore(deps): update container image tccr.io/truecharts/wizarr to v1.6.3 2023-02-22 10:25:08 +00:00
TrueCharts-Admin
a5ccd5fea7 chore(deps): update container image tccr.io/truecharts/hedgedoc to 1.9.7 2023-02-22 10:24:51 +00:00
TrueCharts Bot
353dd4a67b chore(deps): update actions/stale action to v7 (#5593) 2023-02-22 10:15:38 +01:00
TrueCharts Bot
da4ab9a95e chore(deps): update actions/delete-package-versions action to v4 (#6135) 2023-02-22 10:15:17 +01:00
Kjeld Schouten-Lebbing
fe60db053a fix(k8s-gateway): fix multi-domain (#7448)
* Update _configmap.tpl

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update _k8sgateway.tpl

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update Chart.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update Chart.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

---------

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-22 10:13:26 +01:00
TrueCharts Bot
5771f9a494 Merge pull request #7479 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.x 2023-02-22 10:08:53 +01:00
TrueCharts-Bot
00e4a5775f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 08:30:17 +00:00
TrueCharts-Admin
d7621b0864 chore(deps): update container image tccr.io/truecharts/netbox to v3.4.5 2023-02-22 08:25:17 +00:00
TrueCharts Bot
c2629e74ae Merge pull request #7477 from truecharts/renovate/tccr.io-truecharts-tsmuxer-23.2.x 2023-02-22 08:52:51 +01:00
TrueCharts Bot
82915ae1ba Merge pull request #7476 from truecharts/renovate/tccr.io-truecharts-stash-0.19.x 2023-02-22 08:52:20 +01:00
TrueCharts-Bot
17276a190b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 07:28:00 +00:00
TrueCharts-Bot
53727bf022 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 07:27:53 +00:00
TrueCharts-Admin
df92242b48 chore(deps): update container image tccr.io/truecharts/tsmuxer to v23.02.3 2023-02-22 07:24:04 +00:00
TrueCharts-Admin
009a297eb7 chore(deps): update container image tccr.io/truecharts/stash to v0.19.1 2023-02-22 07:23:56 +00:00
TrueCharts Bot
29f8372d8c Merge pull request #7474 from truecharts/renovate/tccr.io-truecharts-soft-serve-0.4.x 2023-02-22 07:51:55 +01:00
TrueCharts-Bot
10dc85efd2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 06:27:13 +00:00
TrueCharts-Admin
b688353902 chore(deps): update container image tccr.io/truecharts/soft-serve to v0.4.6 2023-02-22 06:23:19 +00:00
TrueCharts Bot
5bd82cf7be Merge pull request #7471 from truecharts/renovate/tccr.io-truecharts-ghost-5.35.1 2023-02-22 07:09:51 +01:00
TrueCharts Bot
2ddccf7834 Merge pull request #7472 from truecharts/renovate/tccr.io-truecharts-portainer-ce-2.17.x 2023-02-22 06:53:52 +01:00
TrueCharts-Bot
e8f551c69b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 05:29:22 +00:00
TrueCharts-Bot
5039a31559 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 05:29:10 +00:00
TrueCharts-Admin
9033bfd841 chore(deps): update container image tccr.io/truecharts/portainer-ce to v2.17.1 2023-02-22 05:25:28 +00:00
TrueCharts-Admin
a926f53928 chore(deps): update container image tccr.io/truecharts/ghost to 5.35.1 2023-02-22 05:25:14 +00:00
TrueCharts Bot
e633f82352 Merge pull request #7470 from truecharts/renovate/tccr.io-truecharts-n8n-0.216.x 2023-02-22 05:56:03 +01:00
TrueCharts-Bot
e28a6228ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 04:26:56 +00:00
TrueCharts-Admin
5ca545da15 chore(deps): update container image tccr.io/truecharts/n8n to v0.216.1 2023-02-22 04:23:03 +00:00
TrueCharts Bot
e71bf643a5 Merge pull request #7469 from truecharts/renovate/tccr.io-truecharts-ghost-5.35.x 2023-02-22 05:13:12 +01:00
TrueCharts-Bot
ae2e5589c1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 03:32:28 +00:00
TrueCharts-Admin
2142a23310 chore(deps): update container image tccr.io/truecharts/ghost to v5.35.1 2023-02-22 03:27:43 +00:00
TrueCharts Bot
6f74010137 Merge pull request #7468 from truecharts/renovate/tccr.io-truecharts-homer-23.2.x 2023-02-22 04:16:49 +01:00
TrueCharts-Bot
a6d6b260b7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 02:53:43 +00:00
TrueCharts-Admin
855a960eba chore(deps): update container image tccr.io/truecharts/homer to v23.02.2 2023-02-22 02:49:21 +00:00
TrueCharts Bot
135d136242 Merge pull request #7467 from truecharts/renovate/tccr.io-truecharts-gitea-1.18.x 2023-02-22 03:33:18 +01:00
TrueCharts Bot
1c0af0f436 Merge pull request #7466 from truecharts/renovate/tccr.io-truecharts-webgrabplus-5.0.1 2023-02-22 03:20:05 +01:00
TrueCharts-Bot
bf37307291 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 01:57:37 +00:00
TrueCharts-Bot
15401c9cdb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 01:56:57 +00:00
TrueCharts-Admin
643fc89c61 chore(deps): update container image tccr.io/truecharts/gitea to v1.18.5 2023-02-22 01:53:01 +00:00
TrueCharts-Admin
6041ed0de4 chore(deps): update container image tccr.io/truecharts/webgrabplus to 5.0.1 2023-02-22 01:52:53 +00:00
TrueCharts Bot
5fedcbc7a9 Merge pull request #7465 from truecharts/renovate/tccr.io-truecharts-ubooquity-v2.1.2 2023-02-22 02:00:23 +01:00
TrueCharts Bot
e15f8a78b2 Merge pull request #7464 from truecharts/renovate/tccr.io-truecharts-storm-latest 2023-02-22 01:44:04 +01:00
TrueCharts-Bot
d31e4f6068 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 00:35:07 +00:00
TrueCharts-Admin
13e3a1c686 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 2023-02-22 00:30:13 +00:00
TrueCharts-Bot
f3b90e8a0d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-22 00:24:37 +00:00
TrueCharts Bot
0057e15a3d Merge pull request #7463 from truecharts/renovate/tccr.io-truecharts-adguard-home-0.107.x 2023-02-22 00:50:47 +01:00
TrueCharts-Bot
66fd8a4fce Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 23:26:54 +00:00
TrueCharts-Admin
7f1da084f6 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.25 2023-02-21 23:22:49 +00:00
TrueCharts Bot
9f144bb500 chore(deps): update pascalgn/automerge-action action to v0.15.6 (#7429) 2023-02-22 00:11:08 +02:00
TrueCharts Bot
d299534434 chore(deps): update yokawasa/action-setup-kube-tools action to v0.9.3 (#7430) 2023-02-22 00:10:54 +02:00
Xstar97TheNoob
84a2df0e6c fix(rtmpserver) enable ports (#7459) 2023-02-21 19:04:42 +01:00
Xstar97TheNoob
7fb8026f4b fix(homebridge) homebridge update v2023 (#7449)
* fix(homebridge) homebridge update v2023

* update chart version
2023-02-21 15:09:09 +01:00
Xstar97TheNoob
dc0da31251 fix(unpoller) unpoller change upstream (#7445)
* fix(unifi-poller) unifi-poller change upstream

* update tag version
2023-02-21 15:08:48 +01:00
TrueCharts Bot
142997a609 Merge pull request #7457 from truecharts/renovate/tccr.io-truecharts-scrypted-thin-0.6.x 2023-02-21 14:07:32 +01:00
TrueCharts Bot
9da2ce1c7d Merge pull request #7455 from truecharts/renovate/tccr.io-truecharts-scrypted-full-0.6.x 2023-02-21 14:06:40 +01:00
TrueCharts Bot
a9073c3be3 Merge pull request #7456 from truecharts/renovate/tccr.io-truecharts-scrypted-lite-0.6.x 2023-02-21 14:06:36 +01:00
TrueCharts Bot
09578198c7 Merge pull request #7451 from truecharts/renovate/tccr.io-truecharts-appsmith-1.9.x 2023-02-21 14:02:55 +01:00
TrueCharts Bot
ddbf613e62 Merge pull request #7454 from truecharts/renovate/tccr.io-truecharts-nocodb-0.105.x 2023-02-21 14:01:29 +01:00
TrueCharts Bot
1ac200c062 Merge pull request #7452 from truecharts/renovate/tccr.io-truecharts-czkawka-23.2.x 2023-02-21 13:56:00 +01:00
TrueCharts Bot
f15d1a060c Merge pull request #7453 from truecharts/renovate/tccr.io-truecharts-homepage-0.6.x 2023-02-21 13:55:36 +01:00
TrueCharts Bot
a8420acbba Merge pull request #7450 from truecharts/renovate/tccr.io-truecharts-openvscode-server-1.75.1 2023-02-21 13:54:52 +01:00
TrueCharts-Bot
34027326c6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 12:32:43 +00:00
TrueCharts-Bot
6bebd842ee Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 12:32:12 +00:00
TrueCharts-Bot
6e509bb6a0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 12:32:09 +00:00
TrueCharts-Bot
b8dfaad531 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 12:32:08 +00:00
TrueCharts-Bot
959d978a60 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 12:32:07 +00:00
TrueCharts-Bot
81e5027f1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 12:31:57 +00:00
TrueCharts-Bot
b3e0b98a33 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 12:31:57 +00:00
TrueCharts-Bot
5dc897a1bd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 12:31:27 +00:00
TrueCharts-Admin
21e8e33878 chore(deps): update container image tccr.io/truecharts/scrypted-thin to v0.6.19 2023-02-21 12:28:16 +00:00
TrueCharts-Admin
5e24cd3e4c chore(deps): update container image tccr.io/truecharts/scrypted-lite to v0.6.19 2023-02-21 12:28:09 +00:00
TrueCharts-Admin
1d068e1ef7 chore(deps): update container image tccr.io/truecharts/scrypted-full to v0.6.19 2023-02-21 12:28:01 +00:00
TrueCharts-Admin
48a197d05c chore(deps): update container image tccr.io/truecharts/nocodb to v0.105.3 2023-02-21 12:27:51 +00:00
TrueCharts-Admin
b48784935d chore(deps): update container image tccr.io/truecharts/homepage to v0.6.9 2023-02-21 12:27:44 +00:00
TrueCharts-Admin
a858c2bb6e chore(deps): update container image tccr.io/truecharts/czkawka to v23.02.3 2023-02-21 12:27:37 +00:00
TrueCharts-Admin
ad55a43857 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.8 2023-02-21 12:27:28 +00:00
TrueCharts-Admin
8aa443a787 chore(deps): update container image tccr.io/truecharts/openvscode-server to 1.75.1 2023-02-21 12:27:15 +00:00
Xstar97TheNoob
c3cab5f515 feat(shoko-server) shoko-server move to stable (#7444) 2023-02-21 11:58:30 +01:00
TrueCharts Bot
c1ab877c55 Merge pull request #7431 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.x 2023-02-21 02:07:22 +01:00
TrueCharts Bot
795cfc9cd1 Merge pull request #7427 from truecharts/renovate/tccr.io-truecharts-zerotier-1.10.x 2023-02-21 02:03:43 +01:00
TrueCharts-Bot
a22bb7278c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 00:39:52 +00:00
TrueCharts-Bot
b3cdbce80c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 00:39:36 +00:00
TrueCharts-Admin
07ccaaf938 chore(deps): update container image tccr.io/truecharts/babybuddy to v1.15.0 2023-02-21 00:35:56 +00:00
TrueCharts-Admin
8fc5ca5431 chore(deps): update container image tccr.io/truecharts/zerotier to v1.10.3 2023-02-21 00:35:40 +00:00
TrueCharts-Bot
33b09e5598 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 01:34:17 +01:00
TrueCharts-Admin
10f807cae4 chore(deps): update container image tccr.io/truecharts/rflood to latest 2023-02-21 01:34:17 +01:00
TrueCharts-Bot
758bc5076f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 00:27:31 +00:00
TrueCharts Bot
f90d28a3c0 Merge pull request #7413 from truecharts/renovate/tccr.io-truecharts-hedgedoc-1.9.x 2023-02-21 00:59:40 +01:00
TrueCharts Bot
e0e82ca405 Merge pull request #7442 from truecharts/renovate/tccr.io-truecharts-znc-v1.8.2 2023-02-21 00:57:01 +01:00
TrueCharts-Bot
1fc159a8d2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 23:33:28 +00:00
TrueCharts-Bot
38d2f478ce Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 23:33:24 +00:00
TrueCharts-Bot
5fcc58480e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 00:29:42 +01:00
TrueCharts-Admin
1e96b7c5b3 chore(deps): update container image tccr.io/truecharts/traefik to v2.9.8 2023-02-21 00:29:42 +01:00
TrueCharts-Admin
6c1910f52b chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.7 2023-02-20 23:29:34 +00:00
TrueCharts-Admin
9e9a434f49 chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 2023-02-20 23:29:22 +00:00
TrueCharts Bot
042a040f1c Merge pull request #7416 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-02-21 00:27:49 +01:00
TrueCharts Bot
7a00ee0906 Merge pull request #7434 from truecharts/renovate/tccr.io-truecharts-ghost-5.x 2023-02-21 00:27:37 +01:00
TrueCharts-Bot
470f13962d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-21 00:25:51 +01:00
TrueCharts-Admin
fc2c60bbef chore(deps): update container image tccr.io/truecharts/scratch to latest 2023-02-21 00:25:51 +01:00
TrueCharts Bot
86ba72763a Merge pull request #7412 from truecharts/renovate/tccr.io-truecharts-gitea-1.18.x 2023-02-21 00:23:08 +01:00
TrueCharts Bot
6ec78de30f Merge pull request #7420 from truecharts/renovate/tccr.io-truecharts-openproject-12.4.x 2023-02-21 00:22:58 +01:00
TrueCharts Bot
9d8de4365d Merge pull request #7428 from truecharts/renovate/patch-immich 2023-02-21 00:21:57 +01:00
TrueCharts Bot
c99a274c2e Merge pull request #7404 from truecharts/renovate/patch-authentik 2023-02-21 00:20:43 +01:00
TrueCharts Bot
1fb562aa68 Merge pull request #7438 from truecharts/renovate/tccr.io-truecharts-paperless-ng-1.x 2023-02-21 00:20:35 +01:00
TrueCharts Bot
20556c6555 Merge pull request #7436 from truecharts/renovate/tccr.io-truecharts-hasty-paste-1.x 2023-02-21 00:18:44 +01:00
TrueCharts Bot
95b566e4eb Merge pull request #7437 from truecharts/renovate/tccr.io-truecharts-nocodb-0.x 2023-02-21 00:18:18 +01:00
TrueCharts Bot
0fd531be37 Merge pull request #7441 from truecharts/renovate/tccr.io-truecharts-ntfy-2.x 2023-02-21 00:17:48 +01:00
TrueCharts Bot
583ab83037 Merge pull request #7432 from truecharts/renovate/tccr.io-truecharts-calibre-6.x 2023-02-21 00:16:56 +01:00
TrueCharts Bot
9cb49f48a6 Merge pull request #7419 from truecharts/renovate/tccr.io-truecharts-noisedash-0.6.x 2023-02-21 00:16:39 +01:00
TrueCharts Bot
b3dac2a6d8 Merge pull request #7425 from truecharts/renovate/tccr.io-truecharts-wikijs-2.5.x 2023-02-21 00:15:43 +01:00
TrueCharts Bot
375c7ab074 Merge pull request #7417 from truecharts/renovate/tccr.io-truecharts-linkding-1.17.x 2023-02-21 00:15:40 +01:00
TrueCharts Bot
a696e5ba1c Merge pull request #7433 from truecharts/renovate/tccr.io-truecharts-code-server-4.x 2023-02-21 00:15:11 +01:00
TrueCharts Bot
66f8cb660b Merge pull request #7423 from truecharts/renovate/tccr.io-truecharts-satisfactory-1.4.x 2023-02-21 00:15:04 +01:00
TrueCharts Bot
05a9885594 Merge pull request #7440 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.x 2023-02-21 00:14:58 +01:00
TrueCharts Bot
0dffbbc006 Merge pull request #7391 from truecharts/renovate/splunk-splunk-9.0.4 2023-02-21 00:14:51 +01:00
TrueCharts Bot
2c9a59cdc8 Merge pull request #7408 from truecharts/renovate/tccr.io-truecharts-domoticz-2023.1.x 2023-02-21 00:14:43 +01:00
TrueCharts Bot
304b9ca019 Merge pull request #7426 from truecharts/renovate/tccr.io-truecharts-wizarr-1.6.x 2023-02-21 00:14:37 +01:00
TrueCharts Bot
2bbc3059b4 Merge pull request #7422 from truecharts/renovate/tccr.io-truecharts-readarr-0.1.x 2023-02-21 00:14:30 +01:00
TrueCharts Bot
1ed63fa206 Merge pull request #7414 from truecharts/renovate/tccr.io-truecharts-homepage-0.6.x 2023-02-21 00:13:58 +01:00
TrueCharts Bot
c2716e015f Merge pull request #7393 from truecharts/renovate/tccr.io-truecharts-hedgedoc-1.9.6 2023-02-21 00:13:44 +01:00
TrueCharts Bot
8b42c505f1 Merge pull request #7421 from truecharts/renovate/tccr.io-truecharts-qinglong-2.15.x 2023-02-21 00:13:30 +01:00
TrueCharts Bot
f82c5ca4c1 Merge pull request #7418 from truecharts/renovate/tccr.io-truecharts-makemkv-23.2.x 2023-02-21 00:13:22 +01:00
TrueCharts Bot
817e49e451 Merge pull request #7409 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.x 2023-02-21 00:13:16 +01:00
TrueCharts Bot
9407450224 Merge pull request #7415 from truecharts/renovate/tccr.io-truecharts-ispy-agent-dvr-4.5.x 2023-02-21 00:13:13 +01:00
TrueCharts Bot
b220c06542 Merge pull request #7406 from truecharts/renovate/tccr.io-truecharts-clamav-1.0.x 2023-02-21 00:13:06 +01:00
TrueCharts Bot
97e33c07ea Merge pull request #7435 from truecharts/renovate/tccr.io-truecharts-guacamole-server-1.x 2023-02-21 00:13:04 +01:00
TrueCharts Bot
c6e04cf7cd Merge pull request #7410 from truecharts/renovate/tccr.io-truecharts-fluidd-1.23.x 2023-02-21 00:12:59 +01:00
TrueCharts Bot
8506a40c85 Merge pull request #7407 from truecharts/renovate/tccr.io-truecharts-collabora-22.5.x 2023-02-21 00:12:54 +01:00
TrueCharts Bot
8215ff2913 Merge pull request #7392 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.14.0 2023-02-21 00:12:17 +01:00
TrueCharts Bot
7550138a96 Merge pull request #7405 from truecharts/renovate/tccr.io-truecharts-adguard-home-0.107.x 2023-02-21 00:12:03 +01:00
TrueCharts Bot
d3874a98ca Merge pull request #7403 from truecharts/renovate/tccr.io-truecharts-zerotier-1.10.2 2023-02-21 00:11:54 +01:00
TrueCharts Bot
1191d5c826 Merge pull request #7397 from truecharts/renovate/tccr.io-truecharts-ocis-2.0.0 2023-02-21 00:11:41 +01:00
TrueCharts Bot
deeffab0d5 Merge pull request #7402 from truecharts/renovate/tccr.io-truecharts-thunderbird-latest 2023-02-21 00:11:32 +01:00
TrueCharts Bot
5e6e98e3af Merge pull request #7396 from truecharts/renovate/tccr.io-truecharts-metatube-latest 2023-02-21 00:11:12 +01:00
TrueCharts Bot
3a6f946084 Merge pull request #7401 from truecharts/renovate/tccr.io-truecharts-teedy-docs-latest 2023-02-21 00:10:29 +01:00
TrueCharts Bot
f1da759407 Merge pull request #7394 from truecharts/renovate/tccr.io-truecharts-jelu-latest 2023-02-21 00:10:15 +01:00
TrueCharts Bot
2555bc8d51 Merge pull request #7398 from truecharts/renovate/tccr.io-truecharts-qbittorrent-4.5.1 2023-02-21 00:10:07 +01:00
TrueCharts Bot
7d653981d2 Merge pull request #7400 from truecharts/renovate/tccr.io-truecharts-tasmocompiler-latest 2023-02-21 00:09:54 +01:00
TrueCharts Bot
ab43ec768c Merge pull request #7395 from truecharts/renovate/tccr.io-truecharts-lidarr-1.1.3.2982 2023-02-21 00:09:46 +01:00
TrueCharts-Bot
879975ae0e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:37:51 +00:00
TrueCharts-Bot
345f82a79d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:37:29 +00:00
TrueCharts-Bot
38bc4bb326 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:37:20 +00:00
TrueCharts-Bot
844fc8dfac Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:36:47 +00:00
TrueCharts-Bot
b830a92ba1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:36:27 +00:00
TrueCharts-Bot
e410fd1409 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:36:13 +00:00
TrueCharts-Bot
1700a1fb90 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:35:53 +00:00
TrueCharts-Bot
be11b1ec6f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:35:43 +00:00
TrueCharts-Bot
e09e6533a0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:35:31 +00:00
TrueCharts-Bot
ce9369efa1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:35:27 +00:00
TrueCharts-Bot
860e0c02fd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:34:33 +00:00
TrueCharts-Bot
9bc9aee4a5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:34:31 +00:00
TrueCharts-Bot
3a6f5b9f95 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:34:08 +00:00
TrueCharts-Bot
cad3321919 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:33:56 +00:00
TrueCharts-Bot
75c9fc7cca Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:33:49 +00:00
TrueCharts-Bot
c3f4bea1d2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:33:40 +00:00
TrueCharts-Bot
0a8f18dfad Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:33:27 +00:00
TrueCharts-Bot
ebb34f5a25 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:33:02 +00:00
TrueCharts-Bot
fc1f3ed436 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:32:44 +00:00
TrueCharts-Bot
d07beeb4b3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:32:43 +00:00
TrueCharts-Bot
29938476ef Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:32:27 +00:00
TrueCharts-Bot
00b02fcf4a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:31:25 +00:00
TrueCharts-Bot
2124f4d78a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:30:56 +00:00
TrueCharts-Bot
d901799076 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:30:42 +00:00
TrueCharts-Admin
176e2b0ffd chore(deps): update container image tccr.io/truecharts/ntfy to v2.0.1 2023-02-20 22:30:42 +00:00
TrueCharts-Bot
b7e5e84ebc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:30:36 +00:00
TrueCharts-Bot
54932a93a1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:30:25 +00:00
TrueCharts-Admin
edc5fabb5d chore(deps): update container image tccr.io/truecharts/prowlarr to v1.2.2.2699 2023-02-20 22:30:25 +00:00
TrueCharts-Bot
338c700709 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:30:20 +00:00
TrueCharts-Admin
e6a27b6dac chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.13.0 2023-02-20 22:30:11 +00:00
TrueCharts-Bot
8687bab7f7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:30:08 +00:00
TrueCharts-Bot
86f957f957 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:30:05 +00:00
TrueCharts-Admin
39347dff5b chore(deps): update container image tccr.io/truecharts/nocodb to v0.105.2 2023-02-20 22:30:00 +00:00
TrueCharts-Bot
e1500e1958 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:29:53 +00:00
TrueCharts-Bot
7d14555d00 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:29:52 +00:00
TrueCharts-Admin
5eaf892003 chore(deps): update container image tccr.io/truecharts/hasty-paste to v1.9.0 2023-02-20 22:29:49 +00:00
TrueCharts-Bot
b370ac0a69 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:29:48 +00:00
TrueCharts-Bot
966567f7e1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:29:46 +00:00
TrueCharts-Admin
d3cd960469 chore(deps): update container image tccr.io/truecharts/guacamole-server to v1.5.0 2023-02-20 22:29:42 +00:00
TrueCharts-Bot
2f4e4969ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:29:36 +00:00
TrueCharts-Bot
afe076c945 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:29:35 +00:00
TrueCharts-Admin
172045b4ba chore(deps): update container image tccr.io/truecharts/ghost to v5.35.0 2023-02-20 22:29:35 +00:00
TrueCharts-Bot
7cac9167c8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:29:29 +00:00
TrueCharts-Admin
0a640ff761 chore(deps): update container image tccr.io/truecharts/code-server to v4.10.0 2023-02-20 22:29:26 +00:00
TrueCharts-Bot
e07f4eb17e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:29:25 +00:00
TrueCharts-Admin
96ac6664f9 chore(deps): update container image tccr.io/truecharts/calibre to v6.13.0 2023-02-20 22:29:18 +00:00
TrueCharts-Bot
729c607afa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:29:12 +00:00
TrueCharts-Bot
9d22651c86 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:29:01 +00:00
TrueCharts-Admin
7d542c5b29 chore(deps): update immich to v1.47.3 2023-02-20 22:28:48 +00:00
TrueCharts-Bot
59d3d30988 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:28:34 +00:00
TrueCharts-Admin
cc3bb67d89 chore(deps): update container image tccr.io/truecharts/wizarr to v1.6.2 2023-02-20 22:28:34 +00:00
TrueCharts-Admin
f2ef1b0bcb chore(deps): update container image tccr.io/truecharts/wikijs to v2.5.297 2023-02-20 22:28:27 +00:00
TrueCharts-Bot
89eb67c135 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:28:14 +00:00
TrueCharts-Bot
c10d5b2820 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:28:13 +00:00
TrueCharts-Admin
43ce5ebbfb chore(deps): update container image tccr.io/truecharts/satisfactory to v1.4.6 2023-02-20 22:28:13 +00:00
TrueCharts-Admin
5f03a6098d chore(deps): update container image tccr.io/truecharts/readarr to v0.1.3.1584 2023-02-20 22:28:06 +00:00
TrueCharts-Admin
2cd52123a6 chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.8 2023-02-20 22:27:59 +00:00
TrueCharts-Admin
c57028bfff chore(deps): update container image tccr.io/truecharts/openproject to v12.4.4 2023-02-20 22:27:49 +00:00
TrueCharts-Admin
cfc6d74c11 chore(deps): update container image tccr.io/truecharts/noisedash to v0.6.9 2023-02-20 22:27:42 +00:00
TrueCharts-Admin
2819cf72de chore(deps): update container image tccr.io/truecharts/makemkv to v23.02.5 2023-02-20 22:27:35 +00:00
TrueCharts-Admin
96ac565220 chore(deps): update container image tccr.io/truecharts/linkding to v1.17.2 2023-02-20 22:27:28 +00:00
TrueCharts-Admin
13e521a03a chore(deps): update container image tccr.io/truecharts/leantime to v2.3.13 2023-02-20 22:27:21 +00:00
TrueCharts-Admin
176079c8ce chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.5.2.0 2023-02-20 22:27:13 +00:00
TrueCharts-Admin
e8a0b0c4ba chore(deps): update container image tccr.io/truecharts/homepage to v0.6.8 2023-02-20 22:27:07 +00:00
TrueCharts-Admin
1bbf6d03d2 chore(deps): update container image tccr.io/truecharts/gitea to v1.18.4 2023-02-20 22:26:52 +00:00
TrueCharts-Admin
2c3e45d2ad chore(deps): update container image tccr.io/truecharts/fluidd to v1.23.2 2023-02-20 22:26:39 +00:00
TrueCharts-Admin
4daf777305 chore(deps): update container image tccr.io/truecharts/flexget to v3.5.25 2023-02-20 22:26:32 +00:00
TrueCharts-Admin
513d16d962 chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230220 2023-02-20 22:26:25 +00:00
TrueCharts-Admin
6d0c59f521 chore(deps): update container image tccr.io/truecharts/collabora to v22.05.10.2.1 2023-02-20 22:26:18 +00:00
TrueCharts-Admin
20bf891b5b chore(deps): update container image tccr.io/truecharts/clamav to v1.0.1 2023-02-20 22:26:11 +00:00
TrueCharts-Admin
df8e76ee7c chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.24 2023-02-20 22:26:03 +00:00
TrueCharts-Admin
461d07b940 chore(deps): update authentik to v2023.2.2 2023-02-20 22:25:55 +00:00
TrueCharts-Admin
874230b6f5 chore(deps): update container image tccr.io/truecharts/zerotier to v 2023-02-20 22:25:49 +00:00
TrueCharts-Admin
c12ccb6bd7 chore(deps): update container image tccr.io/truecharts/thunderbird to latest 2023-02-20 22:25:42 +00:00
TrueCharts-Admin
461259a266 chore(deps): update container image tccr.io/truecharts/teedy-docs to latest 2023-02-20 22:25:35 +00:00
TrueCharts-Admin
8768b721d2 chore(deps): update container image tccr.io/truecharts/tasmocompiler to latest 2023-02-20 22:25:28 +00:00
TrueCharts-Admin
6641a9a021 chore(deps): update container image tccr.io/truecharts/qbittorrent to 4.5.1 2023-02-20 22:25:12 +00:00
TrueCharts-Admin
517ed41439 chore(deps): update container image tccr.io/truecharts/ocis to 2.0.0 2023-02-20 22:25:01 +00:00
TrueCharts-Admin
c9e2ec607f chore(deps): update container image tccr.io/truecharts/metatube to latest 2023-02-20 22:24:54 +00:00
TrueCharts-Admin
8cac7ef9d9 chore(deps): update container image tccr.io/truecharts/lidarr to 1.1.3.2982 2023-02-20 22:24:48 +00:00
TrueCharts-Admin
98d440cd03 chore(deps): update container image tccr.io/truecharts/jelu to latest 2023-02-20 22:24:38 +00:00
TrueCharts-Admin
e924d8a472 chore(deps): update container image tccr.io/truecharts/hedgedoc to v 2023-02-20 22:24:31 +00:00
TrueCharts-Admin
6e14800184 chore(deps): update container image tccr.io/truecharts/babybuddy to v 2023-02-20 22:24:15 +00:00
TrueCharts-Admin
10ae1785a9 chore(deps): update container image splunk/splunk to 9.0.4 2023-02-20 22:24:08 +00:00
TrueCharts Bot
c7354d6bac chore(deps): update renovatebot/github-action action to v34.146.1 (#7259) 2023-02-20 23:04:10 +02:00
TrueCharts-Bot
80f63f3174 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 18:24:09 +01:00
TrueCharts-Admin
9ebb3bebba chore(deps): update container image tccr.io/truecharts/readarr to 0.1.2.1558 2023-02-20 18:24:09 +01:00
allcontributors[bot]
1e473e842b docs: add sdimovv as a contributor for code (#7388)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-20 18:01:29 +01:00
Xstar97TheNoob
63d660ebc2 fix(metube) major update + code cleanup (#7374)
* fix(metube) major update + code cleanup

* fix name
2023-02-20 11:55:59 -05:00
sdimovv
5e8e4706a1 chore(authentic): update default avatar value (#7372)
* Update default avatar env value

Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>

* Update Chart.yaml

* Update questions.yaml

---------

Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>
2023-02-20 17:55:50 +01:00
TrueCharts Bot
5f1ba5bdc3 Merge pull request #7382 from truecharts/renovate/tccr.io-truecharts-home-assistant-2023.2.x 2023-02-20 10:00:00 +01:00
TrueCharts Bot
571c3e4150 Merge pull request #7387 from truecharts/renovate/tccr.io-truecharts-n8n-0.x 2023-02-20 09:59:20 +01:00
TrueCharts Bot
9a1b5042f3 Merge pull request #7385 from truecharts/renovate/tccr.io-truecharts-shlink-3.5.x 2023-02-20 09:58:10 +01:00
TrueCharts Bot
d283575112 Merge pull request #7386 from truecharts/renovate/tccr.io-truecharts-kavita-0.x 2023-02-20 09:55:25 +01:00
TrueCharts Bot
4788c2d40c Merge pull request #7384 from truecharts/renovate/tccr.io-truecharts-pihole-2023.2.x 2023-02-20 09:54:59 +01:00
TrueCharts Bot
c0b5d0d0b0 Merge pull request #7383 from truecharts/renovate/tccr.io-truecharts-homebox-0.8.x 2023-02-20 09:53:03 +01:00
TrueCharts-Bot
787f6b6a2f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 08:30:15 +00:00
TrueCharts-Bot
5c6f516205 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 08:29:48 +00:00
TrueCharts-Bot
0d736cd7ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 08:29:44 +00:00
TrueCharts-Bot
af180031c5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 08:29:28 +00:00
TrueCharts-Bot
9fbb1eae4b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 08:29:18 +00:00
TrueCharts-Bot
1d2d422e68 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 08:29:08 +00:00
TrueCharts-Admin
1eab9254dd chore(deps): update container image tccr.io/truecharts/n8n to v0.216.0 2023-02-20 08:25:51 +00:00
TrueCharts-Admin
fd2f34a949 chore(deps): update container image tccr.io/truecharts/kavita to v0.7.1 2023-02-20 08:25:43 +00:00
TrueCharts-Admin
ef67746a4c chore(deps): update container image tccr.io/truecharts/shlink to v3.5.2 2023-02-20 08:25:29 +00:00
TrueCharts-Admin
7dc0d4c372 chore(deps): update container image tccr.io/truecharts/pihole to v2023.02.2 2023-02-20 08:25:20 +00:00
TrueCharts-Admin
55b78dd5b4 chore(deps): update container image tccr.io/truecharts/homebox to v0.8.2 2023-02-20 08:25:12 +00:00
TrueCharts-Admin
2b22b0cf81 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.2.5 2023-02-20 08:25:03 +00:00
TrueCharts Bot
3caef2f80f Merge pull request #7381 from truecharts/renovate/tccr.io-truecharts-fileflows-1.0.x 2023-02-20 05:53:55 +01:00
TrueCharts Bot
6f09caa8ea Merge pull request #7380 from truecharts/renovate/tccr.io-truecharts-esphome-2023.2.x 2023-02-20 05:52:16 +01:00
TrueCharts-Bot
1129f9ed94 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 04:27:21 +00:00
TrueCharts-Bot
1b3da49649 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 04:27:17 +00:00
TrueCharts-Admin
9ae09ff876 chore(deps): update container image tccr.io/truecharts/fileflows to v1.0.9 2023-02-20 04:23:20 +00:00
TrueCharts-Admin
3a7c5bde04 chore(deps): update container image tccr.io/truecharts/esphome to v2023.2.3 2023-02-20 04:23:11 +00:00
TrueCharts-Bot
537971c04a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 00:28:03 +00:00
TrueCharts-Bot
a57aa3757d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-19 23:24:52 +01:00
TrueCharts-Admin
86f2ec21c4 chore(deps): update helm general non-major 2023-02-19 23:24:52 +01:00
allcontributors[bot]
f288443c75 docs: add hughes5 as a contributor for doc (#7379)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-19 22:21:34 +01:00
hughes5
025b48591d fix(Docs) Fixes in Traefik and cloudflareddns docs (#7377)
* update Traefik how-to

Update Traefik how-to to reference correct train, fix link, and move note to a better location.

* Update setup-guide.md

fix broken link to letsencrypt guide
2023-02-19 22:20:53 +01:00
Csaba Engedi
b5d4aced41 feat(traefik-forward-auth): add traefik-forward-auth (#6965)
* Initial commit for traefik-forward-auth

* Add providers, change variable naming

* Change chart version

* Add container SHA, add secrets as env

* feat(traefik-forward-auth): add traefik-fwd-auth

* Follow prettier in docs, adding default values

* Follow prettier in docs and Chart.yaml
2023-02-19 21:54:23 +01:00
Xstar97TheNoob
45c820f4d4 feat(upsnap) add upsnap (#7373)
* feat(upsnap) add upsnap
2023-02-19 21:53:30 +01:00
Xstar97TheNoob
0857b1e94c fix(adguardhome-sync) update env + change upstream (#7360) 2023-02-19 19:58:00 +00:00
Xstar97TheNoob
8f6f5a6404 fix(wizarr) set tag v1.6.1 (#7375) 2023-02-19 14:27:59 -05:00
Stavros Kois
e08d6c229e chore(guacamole-client): remove temp hack (#7376) 2023-02-19 21:20:45 +02:00
TrueCharts-Bot
a0f9327c24 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-19 00:26:28 +00:00
xstar97
3bf0a417c7 add variables to values 2023-02-18 16:10:21 -05:00
xstar97
c2eaad9dcb update to 0.6.16 2023-02-18 16:10:21 -05:00
xstar97
f0d5ada349 add env SCRYPTED_INSECURE_PORT 2023-02-18 16:10:21 -05:00
xstar97
32734a539a update 2023-02-18 16:10:21 -05:00
xstar97
a939bc913d update to mirror container tag 2023-02-18 16:10:21 -05:00
xstar97
c299275c47 feat(scrypted) add scrypted 2023-02-18 16:10:21 -05:00
Xstar97TheNoob
dcb83c41a5 feat(muse) add muse (#7366)
* feat(muse) add muse

* add description to variable.

* some clean up + docs

* add our mirror tag

* fix docs
2023-02-18 21:13:10 +01:00
Xstar97TheNoob
e93bdedf88 fix(strapi) add docs to build admin panel (#7369)
* fix(strapi) automatically build admin panel

* fix command and added docs

* replace init with args

* replace arg command

* remove initcontainer

* yarn strapi

* remove init and update docs.

* update docs

* remove extra args defaults

* fix test value

* remove comment

* add yarn run build initContainers

* update init initContainers

* update

* fix datbase host

* update

* update args

* update command

* replace npm with yarn

* remove init container

* update docs

* update word
2023-02-18 21:12:38 +01:00
TrueCharts-Bot
7db628e16f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-18 01:30:30 +01:00
TrueCharts-Admin
3a8593272a chore(deps): update container image tccr.io/truecharts/raneto to latest 2023-02-18 01:30:30 +01:00
Kjeld Schouten-Lebbing
70fdc76200 Relicense enterprise charts (#7363) 2023-02-17 15:17:49 +01:00
Xstar97TheNoob
3bf585fa5a fix(phpmyadmin) code cleanup (#7361)
* fix(phpmyadmin) code cleanup

* fix variable example defaults
2023-02-17 06:27:23 -05:00
TrueCharts-Bot
bb7d2b695a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-17 00:28:32 +00:00
Xstar97TheNoob
846262b85a feat(rtmpserver) move to stable (#6589)
* feat(rtmpserver) move to stable

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* fix docs

---------

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-02-16 11:23:19 -05:00
TrueCharts-Bot
f1cd63437a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-16 00:26:49 +00:00
l-moon-git
bf4312b70a mkvtoolnix-darkmode (#7359)
Signed-off-by: l-moon-git <103282929+l-moon-git@users.noreply.github.com>
2023-02-16 02:10:13 +02:00
l-moon-git
df07bc3e13 feat(makemkv): Add Dark Mode GUI Option support (#7357)
* (Feature) Adds DARKMODE support (#1)

* Add files via upload

Signed-off-by: l-moon-git <103282929+l-moon-git@users.noreply.github.com>

* Update values.yaml

Fixing syntax

Signed-off-by: l-moon-git <103282929+l-moon-git@users.noreply.github.com>

* Update values.yaml

Fixing more syntax

Signed-off-by: l-moon-git <103282929+l-moon-git@users.noreply.github.com>

---------

Signed-off-by: l-moon-git <103282929+l-moon-git@users.noreply.github.com>

* bump

---------

Signed-off-by: l-moon-git <103282929+l-moon-git@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-02-15 20:34:48 +00:00
allcontributors[bot]
1616cc9db8 docs: add l-moon-git as a contributor for code (#7358)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-15 22:11:08 +02:00
TrueCharts Bot
927fc52f83 Merge pull request #7337 from truecharts/renovate/minecraft-java 2023-02-15 16:36:26 +01:00
TrueCharts-Admin
35bf0fad99 chore(deps): update container image tccr.io/truecharts/prometheus to 2.42.0 2023-02-15 16:24:18 +01:00
Xstar97TheNoob
6b314b081b fix(tasmoadmin) code cleanup (#7244)
* fix(tasmoadmin) code cleanup

* fix url

* update tag

* fix

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-02-15 15:11:12 +00:00
Xstar97TheNoob
473156684e fix(acestream) code cleanup + env variables. (#7236)
* fix(acestream) code cleanup + env variables.

* update

* fix whitespace

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-02-15 15:09:28 +00:00
TrueCharts-Bot
9f475b9d5b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 15:31:34 +01:00
TrueCharts-Admin
bac89b00a0 chore(deps): update container image tccr.io/truecharts/posterr to latest 2023-02-15 15:31:34 +01:00
TrueCharts-Bot
11e20c8380 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 15:29:25 +01:00
TrueCharts-Admin
004ca2a5a2 chore(deps): update container image tccr.io/truecharts/grafana to 9.3.6 2023-02-15 15:29:25 +01:00
xstar97
b47eea0bd1 remove(amvd) amvd is deprecated 2023-02-15 08:50:08 -05:00
xstar97
302c202d0f remove(amtd) amtd deprecated 2023-02-15 08:49:19 -05:00
TrueCharts Bot
e75fe300c0 Merge pull request #7345 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.4 2023-02-15 14:40:13 +01:00
TrueCharts Bot
a005d0541e Merge pull request #7334 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.3 2023-02-15 14:38:04 +01:00
TrueCharts Bot
4845e4d4e2 Merge pull request #7341 from truecharts/renovate/tccr.io-truecharts-monica-4.0.0 2023-02-15 14:37:13 +01:00
TrueCharts Bot
f20e1c8ced Merge pull request #7346 from truecharts/renovate/tccr.io-truecharts-nginx-1.23.3 2023-02-15 14:36:45 +01:00
TrueCharts Bot
87b0922551 Merge pull request #7318 from truecharts/renovate/tccr.io-truecharts-ghost-5.34.0 2023-02-15 14:35:50 +01:00
TrueCharts Bot
dfa8f21058 Merge pull request #7316 from truecharts/renovate/tccr.io-truecharts-fleet-2.3.3 2023-02-15 14:35:41 +01:00
TrueCharts Bot
1ef5ba2860 Merge pull request #7347 from truecharts/renovate/tccr.io-truecharts-nginx-unprivileged-1.23.3 2023-02-15 14:34:13 +01:00
TrueCharts-Bot
29655c2661 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 14:33:04 +01:00
TrueCharts-Admin
c0ff6d16a8 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-02-15 14:33:04 +01:00
TrueCharts Bot
0d7a494eae Merge pull request #7330 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-15 14:29:58 +01:00
TrueCharts Bot
d920b408ab Merge pull request #7352 from truecharts/renovate/tccr.io-truecharts-privatebin-1.5.1 2023-02-15 14:29:16 +01:00
TrueCharts Bot
861a7296f6 Merge pull request #7328 from truecharts/renovate/tccr.io-truecharts-kdenlive-latest 2023-02-15 14:29:13 +01:00
TrueCharts Bot
4b0647162e Merge pull request #7327 from truecharts/renovate/tccr.io-truecharts-invidious-latest 2023-02-15 14:29:07 +01:00
TrueCharts Bot
8233d5f24e Merge pull request #7348 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.8.0 2023-02-15 14:29:00 +01:00
TrueCharts Bot
ea177400ea Merge pull request #7324 from truecharts/renovate/tccr.io-truecharts-hedgedoc-1.9.6 2023-02-15 14:28:40 +01:00
TrueCharts Bot
c5bc966f97 Merge pull request #7355 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-02-15 14:28:07 +01:00
TrueCharts Bot
b3fc1d3870 Merge pull request #7344 from truecharts/renovate/tccr.io-truecharts-mysql-workbench-8.0.32 2023-02-15 14:27:55 +01:00
TrueCharts Bot
acc8d81e72 Merge pull request #7342 from truecharts/renovate/tccr.io-truecharts-mstream-v5.11.4 2023-02-15 14:27:45 +01:00
TrueCharts Bot
9e4763072e Merge pull request #7356 from truecharts/renovate/tccr.io-truecharts-pylon-2.9.0 2023-02-15 14:27:26 +01:00
TrueCharts Bot
94e6265770 Merge pull request #7333 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.3 2023-02-15 14:27:21 +01:00
TrueCharts Bot
1815b1f7ce Merge pull request #7350 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-02-15 14:26:54 +01:00
TrueCharts Bot
0d0f952b7b Merge pull request #7354 from truecharts/renovate/tccr.io-truecharts-pwndrop-v1.0.1 2023-02-15 14:26:50 +01:00
TrueCharts Bot
c9a5ef1dd4 Merge pull request #7343 from truecharts/renovate/tccr.io-truecharts-mylar3-0.7.0 2023-02-15 14:26:45 +01:00
TrueCharts Bot
bce4a6fe52 Merge pull request #7294 from truecharts/renovate/tccr.io-truecharts-budge-v0.0.9 2023-02-15 14:26:41 +01:00
TrueCharts Bot
412660f747 Merge pull request #7329 from truecharts/renovate/tccr.io-truecharts-lazylibrarian-latest 2023-02-15 14:26:19 +01:00
TrueCharts Bot
9573da9111 Merge pull request #7349 from truecharts/renovate/tccr.io-truecharts-openspeedtest-latest 2023-02-15 14:26:05 +01:00
TrueCharts Bot
ebeb17ae2b Merge pull request #7335 from truecharts/renovate/tccr.io-truecharts-medusa-1.0.11 2023-02-15 14:25:51 +01:00
TrueCharts Bot
6c176b604e Merge pull request #7322 from truecharts/renovate/tccr.io-truecharts-grocy-3.3.2 2023-02-15 14:25:27 +01:00
TrueCharts Bot
feebaeec49 Merge pull request #7338 from truecharts/renovate/tccr.io-truecharts-minetest-5.6.1 2023-02-15 14:25:14 +01:00
TrueCharts Bot
3ee1b8c3f0 Merge pull request #7332 from truecharts/renovate/tccr.io-truecharts-logitechmediaserver-8.4.0 2023-02-15 14:25:06 +01:00
TrueCharts Bot
922d781eed Merge pull request #7339 from truecharts/renovate/tccr.io-truecharts-minio-latest 2023-02-15 14:24:59 +01:00
TrueCharts Bot
55c758aad7 Merge pull request #7340 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.4 2023-02-15 14:24:54 +01:00
TrueCharts Bot
64784aa16c Merge pull request #7336 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-02-15 14:24:47 +01:00
TrueCharts Bot
29f5c18d6e Merge pull request #7307 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.0.1 2023-02-15 14:24:45 +01:00
TrueCharts Bot
e7a6d8117f Merge pull request #7331 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-02-15 14:24:42 +01:00
TrueCharts Bot
824e54ffac Merge pull request #7314 from truecharts/renovate/tccr.io-truecharts-farmos-latest 2023-02-15 14:24:38 +01:00
TrueCharts Bot
1fee575c8d Merge pull request #7323 from truecharts/renovate/tccr.io-truecharts-habridge-v5.4.1 2023-02-15 14:24:26 +01:00
TrueCharts Bot
ac00d02a5d Merge pull request #7319 from truecharts/renovate/tccr.io-truecharts-goaccess-npm-logs-latest 2023-02-15 14:24:08 +01:00
TrueCharts Bot
a0ffcdb8e0 Merge pull request #7315 from truecharts/renovate/tccr.io-truecharts-firefox-desktop-g3-latest 2023-02-15 14:24:01 +01:00
TrueCharts Bot
cf8f278f94 Merge pull request #7309 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-02-15 14:23:54 +01:00
TrueCharts Bot
7dc4c8172d Merge pull request #7313 from truecharts/renovate/tccr.io-truecharts-emulatorjs-v1.7.2 2023-02-15 14:23:53 +01:00
TrueCharts Bot
6c0ccd04bd Merge pull request #7311 from truecharts/renovate/tccr.io-truecharts-duplicacy-latest 2023-02-15 14:23:51 +01:00
TrueCharts Bot
1438b63ec4 Merge pull request #7310 from truecharts/renovate/tccr.io-truecharts-duckdns-latest 2023-02-15 14:23:47 +01:00
TrueCharts Bot
574d36bec9 Merge pull request #7317 from truecharts/renovate/tccr.io-truecharts-freshrss-1.20.2 2023-02-15 14:23:44 +01:00
TrueCharts Bot
95d1bfeecd Merge pull request #7301 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-15 14:23:40 +01:00
TrueCharts Bot
c150dfbc7c Merge pull request #7312 from truecharts/renovate/tccr.io-truecharts-eclipse-mosquitto-2.0.15 2023-02-15 14:23:32 +01:00
TrueCharts Bot
c8f058eaee Merge pull request #7291 from truecharts/renovate/tccr.io-truecharts-blender-latest 2023-02-15 14:23:24 +01:00
TrueCharts Bot
acafcf9153 Merge pull request #7320 from truecharts/renovate/tccr.io-truecharts-googlephotossync-latest 2023-02-15 14:23:19 +01:00
TrueCharts Bot
184e63c859 Merge pull request #7326 from truecharts/renovate/tccr.io-truecharts-impostor-server-nightly-vnightly 2023-02-15 14:23:16 +01:00
TrueCharts Bot
1b4358ba50 Merge pull request #7296 from truecharts/renovate/tccr.io-truecharts-check-mk-raw-v2.1.0 2023-02-15 14:23:08 +01:00
TrueCharts Bot
7c15457270 Merge pull request #7306 from truecharts/renovate/tccr.io-truecharts-dns-doh-companion-latest 2023-02-15 14:23:02 +01:00
TrueCharts Bot
02a68a0743 Merge pull request #7305 from truecharts/renovate/tccr.io-truecharts-dillinger-v3.39.1 2023-02-15 14:22:57 +01:00
TrueCharts Bot
d8e7420dce Merge pull request #7298 from truecharts/renovate/tccr.io-truecharts-cloudbeaver-latest 2023-02-15 14:22:53 +01:00
TrueCharts Bot
0f55330f25 Merge pull request #7308 from truecharts/renovate/tccr.io-truecharts-dockerregistry-v2 2023-02-15 14:22:39 +01:00
TrueCharts Bot
94d537ce4c Merge pull request #7295 from truecharts/renovate/tccr.io-truecharts-calibre-web-0.6.19 2023-02-15 14:22:35 +01:00
TrueCharts Bot
3d1736fc48 Merge pull request #7303 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-02-15 14:22:05 +01:00
TrueCharts Bot
a01f842071 Merge pull request #7297 from truecharts/renovate/tccr.io-truecharts-chromium-latest 2023-02-15 14:21:40 +01:00
TrueCharts Bot
f61160bd57 Merge pull request #7300 from truecharts/renovate/tccr.io-truecharts-cops-latest 2023-02-15 14:21:37 +01:00
TrueCharts Bot
f9f7d768b4 Merge pull request #7302 from truecharts/renovate/tccr.io-truecharts-cups-server-latest 2023-02-15 14:21:23 +01:00
TrueCharts Bot
8e1b0db41f Merge pull request #7293 from truecharts/renovate/tccr.io-truecharts-booksonic-air-v2201.1.0 2023-02-15 14:20:44 +01:00
TrueCharts Bot
7fc47ee9d3 Merge pull request #7286 from truecharts/renovate/tccr.io-truecharts-apprise-api-latest 2023-02-15 14:20:38 +01:00
TrueCharts Bot
a85351031f Merge pull request #7304 from truecharts/renovate/tccr.io-truecharts-ddclient-3.10.0 2023-02-15 14:20:33 +01:00
TrueCharts Bot
1552cad3d3 Merge pull request #7289 from truecharts/renovate/tccr.io-truecharts-bazarr-1.1.4 2023-02-15 14:20:29 +01:00
TrueCharts Bot
9ec087f79f Merge pull request #7288 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.14.0 2023-02-15 14:20:06 +01:00
TrueCharts Bot
3768b58dcb Merge pull request #7299 from truecharts/renovate/tccr.io-truecharts-cloudflareddns-latest 2023-02-15 14:19:59 +01:00
TrueCharts Bot
b719bcaace Merge pull request #7292 from truecharts/renovate/tccr.io-truecharts-boinc-latest 2023-02-15 14:19:51 +01:00
TrueCharts Bot
cc6f7337f8 Merge pull request #7290 from truecharts/renovate/tccr.io-truecharts-beets-v1.6.0 2023-02-15 14:19:09 +01:00
TrueCharts Bot
0fd5a545e3 Merge pull request #7287 from truecharts/renovate/tccr.io-truecharts-autoscan-latest 2023-02-15 14:17:24 +01:00
TrueCharts Bot
b0385890bd Merge pull request #7284 from truecharts/renovate/tccr.io-truecharts-adminer-latest 2023-02-15 14:16:01 +01:00
TrueCharts Bot
5cb84b76a1 Merge pull request #7325 from truecharts/renovate/tccr.io-truecharts-heimdall-2.5.5 2023-02-15 14:11:53 +01:00
TrueCharts-Bot
49d0ec0f4b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 13:28:44 +01:00
TrueCharts-Admin
c95638430c chore(deps): update container image tccr.io/truecharts/adguardhome-sync to latest 2023-02-15 13:28:44 +01:00
TrueCharts-Bot
9d7330c462 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 13:27:27 +01:00
TrueCharts-Admin
db2371eda5 chore(deps): update container image tccr.io/truecharts/acestream to latest 2023-02-15 13:27:27 +01:00
TrueCharts-Bot
9281220ad1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:24:34 +00:00
TrueCharts-Bot
a4b7a0ef92 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:24:25 +00:00
TrueCharts-Bot
8b50782842 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:23:50 +00:00
TrueCharts-Bot
71d362eb8f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:22:20 +00:00
TrueCharts-Bot
9768d91b22 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:22:09 +00:00
TrueCharts-Bot
95d2e0ed68 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:21:53 +00:00
TrueCharts-Bot
ddfe3238f4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:21:40 +00:00
TrueCharts-Bot
d07173d803 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:21:21 +00:00
TrueCharts-Bot
53983ce896 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:21:16 +00:00
TrueCharts-Bot
6294455254 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:20:47 +00:00
TrueCharts-Bot
b8f8b77228 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:20:46 +00:00
TrueCharts-Bot
6112047499 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:20:37 +00:00
TrueCharts-Bot
821c25a11f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:20:25 +00:00
TrueCharts-Bot
f20a7bf4bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:20:15 +00:00
TrueCharts-Bot
af74c2e735 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:20:14 +00:00
TrueCharts-Bot
64a24052ba Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:19:27 +00:00
TrueCharts-Bot
c06f0b1e99 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:19:22 +00:00
TrueCharts-Bot
c200deb42b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:19:22 +00:00
TrueCharts-Bot
d7c21582a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:19:13 +00:00
TrueCharts-Bot
ce6336caa7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:19:12 +00:00
TrueCharts-Bot
97dc448f76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:19:03 +00:00
TrueCharts-Bot
7c8e8ad327 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:18:58 +00:00
TrueCharts-Bot
93c00a1327 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:18:20 +00:00
TrueCharts-Bot
68258d5896 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:18:12 +00:00
TrueCharts-Bot
ba89c8e548 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:18:08 +00:00
TrueCharts-Bot
2c1df39ed1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:17:20 +00:00
TrueCharts-Bot
26f6da12fb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:17:01 +00:00
TrueCharts-Bot
982b7608cb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:16:54 +00:00
TrueCharts-Bot
ae1c353253 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:16:47 +00:00
TrueCharts-Bot
93693548ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:16:26 +00:00
TrueCharts-Bot
75f5211d2d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:16:09 +00:00
TrueCharts-Bot
03a891b776 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:14:53 +00:00
TrueCharts-Bot
35c1b7c0b1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:14:42 +00:00
TrueCharts-Bot
330e22d259 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:14:14 +00:00
TrueCharts-Bot
8fc34c37c1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:13:59 +00:00
TrueCharts-Bot
f871482338 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:13:53 +00:00
TrueCharts-Admin
463f00b96a chore(deps): update container image tccr.io/truecharts/storm to latest 2023-02-15 12:13:46 +00:00
TrueCharts-Bot
ba8e620a27 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:13:03 +00:00
TrueCharts-Bot
1e043faa9b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:13:00 +00:00
TrueCharts-Bot
acd0e1f361 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:12:34 +00:00
TrueCharts-Bot
e08cbfa52e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:12:23 +00:00
TrueCharts-Bot
dad73ef4e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:12:11 +00:00
TrueCharts-Bot
033d7de682 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:12:04 +00:00
TrueCharts-Admin
5ee4010c6d chore(deps): update container image tccr.io/truecharts/pylon to 2.9.0 2023-02-15 12:12:04 +00:00
TrueCharts-Admin
ed632e219d chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-02-15 12:11:56 +00:00
TrueCharts-Bot
dc129a6787 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:11:55 +00:00
TrueCharts-Admin
afba4143d5 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 2023-02-15 12:11:48 +00:00
TrueCharts-Bot
a17dce837e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:11:43 +00:00
TrueCharts-Admin
1ca3735f1e chore(deps): update container image tccr.io/truecharts/privatebin to 1.5.1 2023-02-15 12:11:32 +00:00
TrueCharts-Admin
32b363967b chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-02-15 12:11:14 +00:00
TrueCharts-Bot
889e49816c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:11:07 +00:00
TrueCharts-Admin
7c5066f851 chore(deps): update container image tccr.io/truecharts/openspeedtest to latest 2023-02-15 12:11:06 +00:00
TrueCharts-Bot
deed413432 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:11:05 +00:00
TrueCharts-Admin
1cb7a78326 chore(deps): update container image tccr.io/truecharts/omada-controller to 5.8.0 2023-02-15 12:10:57 +00:00
TrueCharts-Bot
1998e0d517 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:10:53 +00:00
TrueCharts-Admin
41fe7360f8 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to 1.23.3 2023-02-15 12:10:48 +00:00
TrueCharts-Bot
52da391a55 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:10:43 +00:00
TrueCharts-Admin
d6fd9c102e chore(deps): update container image tccr.io/truecharts/nginx to 1.23.3 2023-02-15 12:10:40 +00:00
TrueCharts-Admin
698389f5fe chore(deps): update container image tccr.io/truecharts/netbox to 3.4.4 2023-02-15 12:10:31 +00:00
TrueCharts-Bot
40b2435851 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:10:28 +00:00
TrueCharts-Bot
68594ffc58 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:10:24 +00:00
TrueCharts-Admin
8c6cadc164 chore(deps): update container image tccr.io/truecharts/mysql-workbench to 8.0.32 2023-02-15 12:10:23 +00:00
TrueCharts-Admin
1373fdfd8f chore(deps): update container image tccr.io/truecharts/mylar3 to 0.7.0 2023-02-15 12:10:14 +00:00
TrueCharts-Admin
02e485bec2 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 2023-02-15 12:10:06 +00:00
TrueCharts-Admin
92811b66e3 chore(deps): update container image tccr.io/truecharts/monica to 4.0.0 2023-02-15 12:09:58 +00:00
TrueCharts-Admin
712a822065 chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.4 2023-02-15 12:09:49 +00:00
TrueCharts-Admin
a35099be25 chore(deps): update container image tccr.io/truecharts/minio to latest 2023-02-15 12:09:41 +00:00
TrueCharts-Admin
f634ec5960 chore(deps): update container image tccr.io/truecharts/minetest to 5.6.1 2023-02-15 12:09:33 +00:00
TrueCharts-Admin
bf8537f4d0 chore(deps): update container image tccr.io/truecharts/minecraft-java19 to latest 2023-02-15 12:09:25 +00:00
TrueCharts-Bot
810a0d8ef9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:09:20 +00:00
TrueCharts-Bot
597c1439f5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:09:17 +00:00
TrueCharts-Admin
1c4aa7f9d1 chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-02-15 12:09:17 +00:00
TrueCharts-Bot
94218e08f2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:09:13 +00:00
TrueCharts-Admin
091bd64df7 chore(deps): update container image tccr.io/truecharts/medusa to 1.0.11 2023-02-15 12:09:09 +00:00
TrueCharts-Admin
bd0834ff5c chore(deps): update container image tccr.io/truecharts/matomo to 4.13.3 2023-02-15 12:09:01 +00:00
TrueCharts-Admin
27ae736a80 chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.3 2023-02-15 12:08:53 +00:00
TrueCharts-Admin
7b2dbd430b chore(deps): update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 2023-02-15 12:08:45 +00:00
TrueCharts-Admin
2edc220c14 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-02-15 12:08:36 +00:00
TrueCharts-Bot
c19634855c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:08:29 +00:00
TrueCharts-Admin
c5112b2ba6 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-15 12:08:25 +00:00
TrueCharts-Bot
9e872e45ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:08:21 +00:00
TrueCharts-Admin
e6c5e6e50b chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-02-15 12:08:17 +00:00
TrueCharts-Bot
a14009133e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:08:14 +00:00
TrueCharts-Bot
09a6457e08 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:08:12 +00:00
TrueCharts-Bot
7e28a136dc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:08:12 +00:00
TrueCharts-Admin
dcb95261b4 chore(deps): update container image tccr.io/truecharts/kdenlive to latest 2023-02-15 12:08:08 +00:00
TrueCharts-Admin
c59cbf0ed9 chore(deps): update container image tccr.io/truecharts/invidious to latest 2023-02-15 12:08:01 +00:00
TrueCharts-Bot
0a7817f0ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:07:58 +00:00
TrueCharts-Bot
4b50ede356 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:07:55 +00:00
TrueCharts-Bot
3e56630384 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:07:52 +00:00
TrueCharts-Admin
e798cf22f7 chore(deps): update container image tccr.io/truecharts/impostor-server-nightly to vnightly 2023-02-15 12:07:52 +00:00
TrueCharts-Admin
28167eb1da chore(deps): update container image tccr.io/truecharts/heimdall to 2.5.5 2023-02-15 12:07:44 +00:00
TrueCharts-Admin
63c075b5f0 chore(deps): update container image tccr.io/truecharts/hedgedoc to 1.9.6 2023-02-15 12:07:36 +00:00
TrueCharts-Bot
fc739661d8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:07:31 +00:00
TrueCharts-Bot
e5b5ebc550 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:07:29 +00:00
TrueCharts-Admin
05fbb15269 chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 2023-02-15 12:07:27 +00:00
TrueCharts-Admin
480fd58e7a chore(deps): update container image tccr.io/truecharts/grocy to 3.3.2 2023-02-15 12:07:19 +00:00
TrueCharts-Bot
6073e11fb7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:07:14 +00:00
TrueCharts-Bot
0159283822 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:07:06 +00:00
TrueCharts-Bot
12edae9d27 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:07:02 +00:00
TrueCharts-Admin
dbb39dfba3 chore(deps): update container image tccr.io/truecharts/googlephotossync to latest 2023-02-15 12:07:02 +00:00
TrueCharts-Admin
e0915d0e91 chore(deps): update container image tccr.io/truecharts/goaccess-npm-logs to latest 2023-02-15 12:06:54 +00:00
TrueCharts-Admin
b94332e70a chore(deps): update container image tccr.io/truecharts/ghost to 5.34.0 2023-02-15 12:06:46 +00:00
TrueCharts-Admin
f7365ada82 chore(deps): update container image tccr.io/truecharts/freshrss to 1.20.2 2023-02-15 12:06:37 +00:00
TrueCharts-Bot
6880d29d4f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:06:33 +00:00
TrueCharts-Admin
405e79d0cb chore(deps): update container image tccr.io/truecharts/fleet to 2.3.3 2023-02-15 12:06:29 +00:00
TrueCharts-Bot
43823d45a8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:06:24 +00:00
TrueCharts-Admin
70659a41f6 chore(deps): update container image tccr.io/truecharts/firefox-desktop-g3 to latest 2023-02-15 12:06:21 +00:00
TrueCharts-Bot
5ff36c4a00 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:06:11 +00:00
TrueCharts-Admin
20b815bddf chore(deps): update container image tccr.io/truecharts/farmos to latest 2023-02-15 12:06:08 +00:00
TrueCharts-Bot
2617554f93 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 12:06:02 +00:00
TrueCharts-Admin
cb9453ff9f chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 2023-02-15 12:06:00 +00:00
TrueCharts-Admin
3245741fdc chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to 2.0.15 2023-02-15 12:05:51 +00:00
TrueCharts-Admin
2fb250cfbb chore(deps): update container image tccr.io/truecharts/duplicacy to latest 2023-02-15 12:05:43 +00:00
TrueCharts-Admin
84715461e1 chore(deps): update container image tccr.io/truecharts/duckdns to latest 2023-02-15 12:05:35 +00:00
TrueCharts-Admin
25f6631001 chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-02-15 12:05:27 +00:00
TrueCharts-Admin
5f41ad0101 chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 2023-02-15 12:05:18 +00:00
TrueCharts-Admin
e318371d0e chore(deps): update container image tccr.io/truecharts/docker-in-docker to 23.0.1 2023-02-15 12:05:10 +00:00
TrueCharts-Admin
4773748a6c chore(deps): update container image tccr.io/truecharts/dns-doh-companion to latest 2023-02-15 12:05:01 +00:00
TrueCharts-Admin
a732537cbc chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 2023-02-15 12:04:53 +00:00
TrueCharts-Admin
ba1a6821af chore(deps): update container image tccr.io/truecharts/ddclient to 3.10.0 2023-02-15 12:04:45 +00:00
TrueCharts-Admin
f24ac2e539 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-02-15 12:04:34 +00:00
TrueCharts-Admin
2ff87ce96d chore(deps): update container image tccr.io/truecharts/cups-server to latest 2023-02-15 12:04:26 +00:00
TrueCharts-Admin
b0ef516581 chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-15 12:04:18 +00:00
TrueCharts-Admin
3e69688e71 chore(deps): update container image tccr.io/truecharts/cops to latest 2023-02-15 12:04:10 +00:00
TrueCharts-Admin
6c886d6637 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest 2023-02-15 12:04:01 +00:00
TrueCharts-Admin
7008fcc337 chore(deps): update container image tccr.io/truecharts/cloudbeaver to latest 2023-02-15 12:03:53 +00:00
TrueCharts-Admin
13c58bdd0e chore(deps): update container image tccr.io/truecharts/chromium to latest 2023-02-15 12:03:44 +00:00
TrueCharts-Admin
143562b9f7 chore(deps): update container image tccr.io/truecharts/check-mk-raw to v2.1.0 2023-02-15 12:03:36 +00:00
TrueCharts-Admin
c2815e09d1 chore(deps): update container image tccr.io/truecharts/calibre-web to 0.6.19 2023-02-15 12:03:28 +00:00
TrueCharts-Admin
d2b4c1021e chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 2023-02-15 12:03:21 +00:00
TrueCharts-Admin
7b18a2ef00 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 2023-02-15 12:03:13 +00:00
TrueCharts-Admin
f06e42ce13 chore(deps): update container image tccr.io/truecharts/boinc to latest 2023-02-15 12:03:05 +00:00
TrueCharts-Admin
b289773905 chore(deps): update container image tccr.io/truecharts/blender to latest 2023-02-15 12:02:56 +00:00
TrueCharts-Admin
52d57c6584 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 2023-02-15 12:02:47 +00:00
TrueCharts-Admin
0f0e068f06 chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.4 2023-02-15 12:02:38 +00:00
TrueCharts-Admin
acb7e152e3 chore(deps): update container image tccr.io/truecharts/babybuddy to 1.14.0 2023-02-15 12:02:30 +00:00
TrueCharts-Admin
cb3d4499fc chore(deps): update container image tccr.io/truecharts/autoscan to latest 2023-02-15 12:02:23 +00:00
TrueCharts-Admin
4471bef34e chore(deps): update container image tccr.io/truecharts/apprise-api to latest 2023-02-15 12:02:14 +00:00
TrueCharts-Admin
4cc0efaf24 chore(deps): update container image tccr.io/truecharts/adminer to latest 2023-02-15 12:01:57 +00:00
TrueCharts Bot
afe8f717e8 Merge pull request #7281 from truecharts/renovate/tccr.io-truecharts-esphome-2023.x 2023-02-15 12:55:39 +01:00
TrueCharts-Bot
b1c4578421 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 11:30:55 +00:00
TrueCharts-Admin
805166455f chore(deps): update container image tccr.io/truecharts/esphome to v2023.2.0 2023-02-15 11:26:56 +00:00
TrueCharts Bot
c1fd42d403 Merge pull request #7280 from truecharts/renovate/tccr.io-truecharts-jenkins-2.x 2023-02-15 12:00:19 +01:00
Xstar97TheNoob
e191f3a2f8 fix(aria2) disable portal and added more gui options. (#6697)
* fix(aria2) remove portal and clean up gui

* update values

* add gui options

* rar

* Update charts/stable/aria2/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: xstar97 <9399967+xstar97@users.noreply.github.com>

* bunmp

---------

Signed-off-by: xstar97 <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-02-15 11:54:58 +01:00
TrueCharts-Bot
2e6749e832 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 10:35:24 +00:00
TrueCharts-Admin
fdb1f25265 chore(deps): update container image tccr.io/truecharts/jenkins to v2.391.0 2023-02-15 10:30:43 +00:00
TrueCharts-Bot
749f041dec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 11:26:22 +01:00
TrueCharts-Admin
9226a8966a chore(deps): update container image tccr.io/truecharts/tdarr to v2.00.19.1 2023-02-15 11:26:22 +01:00
TrueCharts Bot
c2f3562386 Merge pull request #7237 from truecharts/renovate/tccr.io-truecharts-ispy-agent-dvr-4.x 2023-02-15 10:57:07 +01:00
TrueCharts Bot
b64bfd3d33 Merge pull request #7279 from truecharts/renovate/tccr.io-truecharts-tdarr_node-2.0.x 2023-02-15 10:54:44 +01:00
TrueCharts-Bot
5db36a3973 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 09:32:18 +00:00
TrueCharts-Bot
4092dc4240 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 09:29:16 +00:00
TrueCharts-Admin
3369b50ba3 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.5.1.0 2023-02-15 09:28:25 +00:00
TrueCharts-Admin
8c9b7b302b chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.00.19.1 2023-02-15 09:25:15 +00:00
TrueCharts Bot
1381d5ae7b Merge pull request #7277 from truecharts/renovate/tccr.io-truecharts-wizarr-latest 2023-02-15 09:54:39 +01:00
TrueCharts Bot
cc26c1c516 Merge pull request #7275 from truecharts/renovate/tccr.io-truecharts-libreddit-latest 2023-02-15 09:54:00 +01:00
TrueCharts Bot
b737c617ba Merge pull request #7276 from truecharts/renovate/tccr.io-truecharts-tasmoadmin-latest 2023-02-15 09:53:31 +01:00
TrueCharts-Bot
90a073cd9b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 08:29:40 +00:00
TrueCharts-Bot
d534a97db1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 08:29:02 +00:00
TrueCharts-Bot
57145971f3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 08:28:45 +00:00
TrueCharts-Admin
5456ea8695 chore(deps): update container image tccr.io/truecharts/wizarr to latest 2023-02-15 08:25:02 +00:00
TrueCharts-Admin
ec2a568e65 chore(deps): update container image tccr.io/truecharts/tasmoadmin to latest 2023-02-15 08:24:54 +00:00
TrueCharts-Admin
20c5cba1c5 chore(deps): update container image tccr.io/truecharts/libreddit to latest 2023-02-15 08:24:40 +00:00
TrueCharts Bot
e422ecb025 chore(deps): update actions/github-script digest to 98814c5 (#7254) 2023-02-15 10:02:38 +02:00
TrueCharts-Bot
7ba36fe45d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 07:26:32 +01:00
TrueCharts-Admin
79259439a1 chore(deps): update container image tccr.io/truecharts/traefik to v2.9.7 2023-02-15 07:26:32 +01:00
TrueCharts Bot
7149f58af4 Merge pull request #7274 from truecharts/renovate/tccr.io-truecharts-ghost-5.34.0 2023-02-15 07:12:21 +01:00
TrueCharts Bot
c6995d78ff Merge pull request #7273 from truecharts/renovate/tccr.io-truecharts-deluge-v2.1.1 2023-02-15 06:55:14 +01:00
TrueCharts-Bot
57b3fc3670 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 05:31:38 +00:00
TrueCharts-Bot
1dfe77a796 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 05:30:48 +00:00
TrueCharts-Admin
e4c58d2b8b chore(deps): update container image tccr.io/truecharts/ghost to 5.34.0 2023-02-15 05:27:44 +00:00
TrueCharts-Bot
944e98e35f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 06:26:31 +01:00
TrueCharts-Admin
55c40dd4c9 chore(deps): update container image tccr.io/truecharts/traefik to v 2023-02-15 06:26:31 +01:00
TrueCharts-Admin
961d6636c5 chore(deps): update container image tccr.io/truecharts/deluge to v2.1.1 2023-02-15 05:26:09 +00:00
TrueCharts Bot
d6da78c801 Merge pull request #7271 from truecharts/renovate/tccr.io-truecharts-ghost-5.x 2023-02-15 06:11:38 +01:00
TrueCharts Bot
f84a8ce89d Merge pull request #7269 from truecharts/renovate/splunk-splunk-9.0.x 2023-02-15 05:57:16 +01:00
TrueCharts Bot
cbe8924328 Merge pull request #7272 from truecharts/renovate/tccr.io-truecharts-ntfy-1.x 2023-02-15 05:55:45 +01:00
TrueCharts Bot
27d34bc931 Merge pull request #7267 from truecharts/renovate/tccr.io-truecharts-foldingathome-v7.6.21 2023-02-15 05:52:59 +01:00
TrueCharts-Bot
799530e12a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 04:32:22 +00:00
TrueCharts-Bot
2f3b33faae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 04:32:18 +00:00
TrueCharts-Bot
633aa98ca4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 04:29:15 +00:00
TrueCharts-Bot
096c0b22db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 04:28:54 +00:00
TrueCharts-Admin
467d904cc1 chore(deps): update container image tccr.io/truecharts/ntfy to v1.31.0 2023-02-15 04:28:30 +00:00
TrueCharts-Admin
cc96ef29ed chore(deps): update container image tccr.io/truecharts/ghost to v5.34.0 2023-02-15 04:28:17 +00:00
TrueCharts-Admin
a61829cf46 chore(deps): update container image splunk/splunk to v9.0.4 2023-02-15 04:25:00 +00:00
TrueCharts-Admin
f6cdb0ef16 chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 2023-02-15 04:24:38 +00:00
TrueCharts Bot
b6bb424788 Merge pull request #7266 from truecharts/renovate/tccr.io-truecharts-mkvtoolnix-23.2.x 2023-02-15 04:57:49 +01:00
TrueCharts Bot
2ab53cacb1 Merge pull request #7265 from truecharts/renovate/tccr.io-truecharts-makemkv-23.2.x 2023-02-15 04:56:33 +01:00
TrueCharts-Bot
ef83be244e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 03:34:11 +00:00
TrueCharts-Bot
515c6c6245 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 03:33:15 +00:00
TrueCharts-Admin
4246b0e88d chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.02.5 2023-02-15 03:29:22 +00:00
TrueCharts-Admin
055cc7e147 chore(deps): update container image tccr.io/truecharts/makemkv to v23.02.3 2023-02-15 03:29:13 +00:00
TrueCharts Bot
a8b1ec20b5 Merge pull request #7264 from truecharts/renovate/tccr.io-truecharts-browserless-chrome-1.x 2023-02-15 03:28:12 +01:00
TrueCharts Bot
6ea269da9b Merge pull request #7263 from truecharts/renovate/tccr.io-truecharts-grafana-image-renderer-latest 2023-02-15 03:17:24 +01:00
TrueCharts-Bot
8143094857 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 01:57:09 +00:00
TrueCharts-Bot
3766820916 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 01:54:36 +00:00
TrueCharts-Admin
fb5a7b72e7 chore(deps): update container image tccr.io/truecharts/browserless-chrome to v1.57.0 2023-02-15 01:53:04 +00:00
TrueCharts-Admin
69f1063d65 chore(deps): update container image tccr.io/truecharts/grafana-image-renderer to latest 2023-02-15 01:50:42 +00:00
TrueCharts Bot
84db09fc83 Merge pull request #7262 from truecharts/renovate/tccr.io-truecharts-sickchill-2023.1.2 2023-02-15 02:04:26 +01:00
TrueCharts Bot
f4a1496562 Merge pull request #7261 from truecharts/renovate/tccr.io-truecharts-alpine-latest 2023-02-15 02:00:48 +01:00
TrueCharts-Bot
a56903c67a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 00:39:30 +00:00
TrueCharts-Bot
e52aeaee45 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-15 00:39:26 +00:00
TrueCharts-Admin
e01b49e5d3 chore(deps): update container image tccr.io/truecharts/sickchill to 2023.1.2 2023-02-15 00:35:28 +00:00
TrueCharts-Admin
5dd2b1dfb2 chore(deps): update container image tccr.io/truecharts/alpine to latest 2023-02-15 00:35:10 +00:00
TrueCharts Bot
583883ff49 Merge pull request #7258 from truecharts/renovate/tccr.io-truecharts-timetagger-23.x 2023-02-14 23:56:15 +01:00
TrueCharts-Bot
171a947ae6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 22:30:50 +00:00
TrueCharts-Admin
87b7dd7f02 chore(deps): update container image tccr.io/truecharts/timetagger to v23.2.1 2023-02-14 22:25:34 +00:00
TrueCharts Bot
2b9ca76d5c Merge pull request #7256 from truecharts/renovate/patch-authentik 2023-02-14 22:03:07 +01:00
TrueCharts Bot
981e1306aa Merge pull request #7257 from truecharts/renovate/tccr.io-truecharts-uptime-kuma-1.20.x 2023-02-14 21:55:28 +01:00
TrueCharts Bot
a3bb517e30 Merge pull request #7255 from truecharts/renovate/kitchenowl 2023-02-14 21:53:47 +01:00
TrueCharts-Bot
f6dd167df1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 20:29:59 +00:00
TrueCharts-Bot
49b666c7d9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 20:29:34 +00:00
TrueCharts-Bot
d0412496d6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 20:29:28 +00:00
TrueCharts-Admin
f594d9b242 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.20.1 2023-02-14 20:25:29 +00:00
TrueCharts-Admin
fe389f188a chore(deps): update authentik to v2023.2.1 2023-02-14 20:25:18 +00:00
TrueCharts-Admin
bdf58f6a08 chore(deps): update container image tccr.io/truecharts/kitchenowl-web to latest 2023-02-14 20:25:02 +00:00
TrueCharts Bot
b6f076ffbc Merge pull request #7251 from truecharts/renovate/authentik 2023-02-14 18:08:09 +01:00
TrueCharts Bot
baf473df62 Merge pull request #7250 from truecharts/renovate/tccr.io-truecharts-synapse-1.77.0 2023-02-14 18:08:00 +01:00
TrueCharts Bot
0171a8a792 Merge pull request #7253 from truecharts/renovate/tccr.io-truecharts-domoticz-2023.x 2023-02-14 18:01:50 +01:00
TrueCharts Bot
f4bbfba92e Merge pull request #7252 from truecharts/renovate/tccr.io-truecharts-alist-3.x 2023-02-14 17:57:28 +01:00
TrueCharts-Bot
9f0cbe1423 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 16:32:19 +00:00
TrueCharts-Bot
7390202617 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 16:31:22 +00:00
TrueCharts-Bot
60b9a4c317 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 16:31:02 +00:00
TrueCharts-Bot
633c4d928b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 16:29:55 +00:00
TrueCharts-Admin
8e94705e65 chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230214 2023-02-14 16:27:30 +00:00
TrueCharts-Admin
019553f083 chore(deps): update container image tccr.io/truecharts/alist to v3.11.0 2023-02-14 16:27:10 +00:00
TrueCharts-Admin
d17e299a81 chore(deps): update authentik to v2023.2.0 2023-02-14 16:27:02 +00:00
TrueCharts-Admin
22d55ac432 chore(deps): update container image tccr.io/truecharts/synapse to 1.77.0 2023-02-14 16:24:25 +00:00
TrueCharts Bot
b63527cea5 Merge pull request #7249 from truecharts/renovate/tccr.io-truecharts-synapse-1.x 2023-02-14 16:08:44 +01:00
TrueCharts Bot
a1c470980d Merge pull request #7248 from truecharts/renovate/authentik 2023-02-14 16:04:12 +01:00
TrueCharts Bot
1aa222b421 Merge pull request #7245 from truecharts/renovate/tccr.io-truecharts-send-latest 2023-02-14 15:57:54 +01:00
TrueCharts Bot
5766d3fe97 Merge pull request #7247 from truecharts/renovate/tccr.io-truecharts-youtrack-2022.3.x 2023-02-14 15:55:32 +01:00
TrueCharts Bot
1b38d771ba Merge pull request #7246 from truecharts/renovate/tccr.io-truecharts-songkong-latest 2023-02-14 15:53:45 +01:00
TrueCharts-Bot
e31eb213c9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 14:32:26 +00:00
TrueCharts-Bot
7a2945ca76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 14:31:14 +00:00
TrueCharts-Bot
b278a60f9f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 14:29:23 +00:00
TrueCharts-Bot
8d2c5d2cc0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 14:28:53 +00:00
TrueCharts-Bot
045f5c4dd6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 14:28:26 +00:00
TrueCharts-Admin
5b2789ad20 chore(deps): update container image tccr.io/truecharts/synapse to v1.77.0 2023-02-14 14:27:33 +00:00
TrueCharts-Admin
d15fd16ed9 chore(deps): update container image tccr.io/truecharts/authentik-proxy to v2023.2.0 2023-02-14 14:27:12 +00:00
TrueCharts-Admin
ee75e90b83 chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65371 2023-02-14 14:24:31 +00:00
TrueCharts-Admin
cde7d4ba7e chore(deps): update container image tccr.io/truecharts/songkong to latest 2023-02-14 14:24:20 +00:00
TrueCharts-Admin
eb1e641c5c chore(deps): update container image tccr.io/truecharts/send to latest 2023-02-14 14:24:10 +00:00
TrueCharts Bot
2ae3c538ce Merge pull request #7242 from truecharts/renovate/tccr.io-truecharts-n8n-0.215.x 2023-02-14 12:57:19 +01:00
TrueCharts-Bot
2e4f8a5412 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 11:29:05 +00:00
TrueCharts-Admin
57f172bc50 chore(deps): update container image tccr.io/truecharts/n8n to v0.215.2 2023-02-14 11:25:03 +00:00
TrueCharts Bot
3f1a64c991 chore(deps): update dawidd6/action-download-artifact action to v2.25.0 (#7219) 2023-02-14 12:31:55 +02:00
TrueCharts Bot
0e2f0e6ca1 chore(deps): update renovatebot/github-action action to v34.136.0 (#7087) 2023-02-14 12:31:38 +02:00
TrueCharts Bot
2632016605 Merge pull request #7235 from truecharts/renovate/tccr.io-truecharts-onlyoffice-ds-7.3.x 2023-02-14 11:00:26 +01:00
TrueCharts-Bot
6a8e0638c3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 09:30:06 +00:00
TrueCharts-Admin
fafbc526d7 chore(deps): update container image tccr.io/truecharts/onlyoffice-ds to v7.3.2 2023-02-14 09:25:27 +00:00
TrueCharts Bot
3d1de7890e Merge pull request #7234 from truecharts/renovate/tccr.io-truecharts-homebox-0.x 2023-02-14 06:53:11 +01:00
TrueCharts Bot
7624a57f30 Merge pull request #7233 from truecharts/renovate/tccr.io-truecharts-uptime-kuma-1.20.0 2023-02-14 06:51:18 +01:00
TrueCharts-Bot
2c278a2dd4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 05:29:35 +00:00
TrueCharts-Bot
922202b6ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 05:27:21 +00:00
TrueCharts-Admin
62982676e0 chore(deps): update container image tccr.io/truecharts/homebox to v0.8.0 2023-02-14 05:25:42 +00:00
TrueCharts-Admin
6d7f1fcb84 chore(deps): update container image tccr.io/truecharts/uptime-kuma to 1.20.0 2023-02-14 05:22:49 +00:00
TrueCharts Bot
4a7a0bdc2f Merge pull request #7225 from truecharts/renovate/tccr.io-truecharts-mkvtoolnix-23.2.x 2023-02-14 05:55:20 +01:00
TrueCharts Bot
0260eee574 Merge pull request #7232 from truecharts/renovate/tccr.io-truecharts-makemkv-23.2.x 2023-02-14 05:54:09 +01:00
TrueCharts-Bot
a6bcf32349 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 04:30:18 +00:00
TrueCharts-Bot
967c1980b0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 04:29:26 +00:00
TrueCharts-Admin
745312c40c chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.02.4 2023-02-14 04:25:35 +00:00
TrueCharts-Admin
8cb0c7e147 chore(deps): update container image tccr.io/truecharts/makemkv to v23.02.2 2023-02-14 04:25:26 +00:00
TrueCharts-Bot
2455563566 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 05:24:06 +01:00
TrueCharts-Admin
2508787b32 chore(deps): update container image tccr.io/truecharts/thanos to 0.30.2 2023-02-14 05:24:06 +01:00
TrueCharts Bot
4a745b445e Merge pull request #7230 from truecharts/renovate/tccr.io-truecharts-qbitmanage-3.4.x 2023-02-14 04:14:39 +01:00
TrueCharts-Bot
a7643f7be4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 02:49:42 +00:00
TrueCharts-Admin
1469d19cd4 chore(deps): update container image tccr.io/truecharts/qbitmanage to v3.4.3 2023-02-14 02:45:47 +00:00
TrueCharts Bot
0aac133c83 Merge pull request #7229 from truecharts/renovate/tccr.io-truecharts-stash-0.x 2023-02-14 03:24:29 +01:00
TrueCharts Bot
06b360feee Merge pull request #7228 from truecharts/renovate/tccr.io-truecharts-navidrome-0.49.x 2023-02-14 03:22:17 +01:00
TrueCharts Bot
c25dcb469a Merge pull request #7227 from truecharts/renovate/tccr.io-truecharts-gokapi-1.6.x 2023-02-14 03:21:41 +01:00
TrueCharts-Bot
ec4a8f0b5f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 02:00:06 +00:00
TrueCharts-Bot
a01c1daf91 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 01:57:45 +00:00
TrueCharts-Bot
151aa1ea7c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-14 01:57:05 +00:00
TrueCharts-Admin
ae9d59fec2 chore(deps): update container image tccr.io/truecharts/stash to v0.19.0 2023-02-14 01:56:07 +00:00
TrueCharts-Admin
2fd9fa58ae chore(deps): update container image tccr.io/truecharts/navidrome to v0.49.3 2023-02-14 01:53:06 +00:00
TrueCharts-Admin
c2b5e07a6f chore(deps): update container image tccr.io/truecharts/gokapi to v1.6.2 2023-02-14 01:52:56 +00:00
TrueCharts Bot
3ea4dc3787 Merge pull request #7226 from truecharts/renovate/immich 2023-02-14 00:59:46 +01:00
TrueCharts-Bot
40c16edf8d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 23:29:40 +00:00
TrueCharts-Admin
9d44303314 chore(deps): update immich to v1.47.2 2023-02-13 23:25:37 +00:00
TrueCharts Bot
e117c5b1d5 Merge pull request #7223 from truecharts/renovate/tccr.io-truecharts-plex-1.x 2023-02-13 23:54:23 +01:00
TrueCharts Bot
a78ccfd270 Merge pull request #7224 from truecharts/renovate/tccr.io-truecharts-trilium-notes-0.58.x 2023-02-13 23:51:32 +01:00
TrueCharts-Bot
394de125bb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 22:30:28 +00:00
TrueCharts-Bot
f43f700d8e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 22:27:24 +00:00
TrueCharts-Admin
dcf34b831c chore(deps): update container image tccr.io/truecharts/plex to v1.31.0.6654 2023-02-13 22:26:32 +00:00
TrueCharts-Admin
6329f093f4 chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.58.8 2023-02-13 22:23:22 +00:00
TrueCharts Bot
9a8c1aba41 Merge pull request #7222 from truecharts/renovate/tccr.io-truecharts-plex-1.30.2.6563 2023-02-13 22:52:44 +01:00
TrueCharts-Bot
84004886e2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 21:27:54 +00:00
TrueCharts-Admin
4e90cba8b4 chore(deps): update container image tccr.io/truecharts/plex to v 2023-02-13 21:23:55 +00:00
TrueCharts Bot
cdd2fb3a79 Merge pull request #7220 from truecharts/renovate/tccr.io-truecharts-home-assistant-2023.2.x 2023-02-13 18:59:19 +01:00
TrueCharts Bot
61dcb2191e Merge pull request #7221 from truecharts/renovate/tccr.io-truecharts-netdata-1.38.x 2023-02-13 18:55:50 +01:00
TrueCharts-Bot
5214f2d39b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 17:30:48 +00:00
TrueCharts-Bot
c738c001e5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 17:30:23 +00:00
TrueCharts-Admin
a506fb007b chore(deps): update container image tccr.io/truecharts/netdata to v1.38.1 2023-02-13 17:25:45 +00:00
TrueCharts-Admin
d59b7d59bd chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.2.4 2023-02-13 17:25:37 +00:00
TrueCharts Bot
cc615b6c9b Merge pull request #7218 from truecharts/renovate/tccr.io-truecharts-embystat-v0.2.0 2023-02-13 16:54:59 +01:00
TrueCharts-Bot
1163dcf93a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 15:31:36 +00:00
TrueCharts-Admin
37d2bd4eaf chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 2023-02-13 15:27:38 +00:00
TrueCharts Bot
5776d55f05 Merge pull request #7216 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.11 2023-02-13 16:05:25 +01:00
TrueCharts Bot
9c01b86042 Merge pull request #7217 from truecharts/renovate/tccr.io-truecharts-flatnotes-2.1.x 2023-02-13 15:53:00 +01:00
TrueCharts-Bot
bd1a12126d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 14:26:35 +00:00
TrueCharts-Bot
bd7187d6cd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 14:26:32 +00:00
TrueCharts-Admin
fe835735a3 chore(deps): update container image tccr.io/truecharts/flatnotes to v2.1.1 2023-02-13 14:22:37 +00:00
TrueCharts-Admin
fe918d4cd0 chore(deps): update container image tccr.io/truecharts/leantime to 2.3.11 2023-02-13 14:22:20 +00:00
TrueCharts Bot
183bb9bdb3 Merge pull request #7215 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.10.x 2023-02-13 12:51:41 +01:00
TrueCharts-Bot
05a9c5a2d4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 11:27:46 +00:00
TrueCharts-Admin
f4bd1be683 chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.10.2 2023-02-13 11:23:50 +00:00
TrueCharts Bot
4e0a4beb8f Merge pull request #7214 from truecharts/renovate/tccr.io-truecharts-uptime-kuma-1.x 2023-02-13 11:57:49 +01:00
TrueCharts-Bot
9b16add8d6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 10:34:24 +00:00
TrueCharts-Admin
d7ba02f0a9 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.20.0 2023-02-13 10:30:27 +00:00
TrueCharts Bot
4862341458 Merge pull request #7213 from truecharts/renovate/tccr.io-truecharts-openhab-3.4.x 2023-02-13 06:55:35 +01:00
TrueCharts-Bot
5f555c3143 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 05:29:42 +00:00
TrueCharts-Admin
0636a9fc24 chore(deps): update container image tccr.io/truecharts/openhab to v3.4.2 2023-02-13 05:24:56 +00:00
TrueCharts Bot
b16d94a808 Merge pull request #7211 from truecharts/renovate/patch-ersatztv 2023-02-13 03:45:27 +01:00
TrueCharts Bot
4eb17b638a Merge pull request #7212 from truecharts/renovate/tccr.io-truecharts-makemkv-23.x 2023-02-13 03:26:17 +01:00
TrueCharts-Bot
32b588c5c9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 02:01:04 +00:00
TrueCharts-Bot
513ffb0c62 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 01:58:31 +00:00
TrueCharts-Admin
1334b940ec chore(deps): update container image tccr.io/truecharts/makemkv to v23.02.1 2023-02-13 01:57:10 +00:00
TrueCharts-Admin
3e1ebbad07 chore(deps): update ersatztv to v0.7.4 2023-02-13 01:54:31 +00:00
TrueCharts-Bot
f106c6af5e Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 00:27:35 +00:00
TrueCharts Bot
163b4dcfcc Merge pull request #7210 from truecharts/renovate/tccr.io-truecharts-recipes-1.4.7 2023-02-13 00:58:48 +01:00
TrueCharts-Bot
74d592a5af Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 23:29:48 +00:00
TrueCharts-Admin
03daf44844 chore(deps): update container image tccr.io/truecharts/recipes to 1.4.7 2023-02-12 23:25:55 +00:00
TrueCharts Bot
938c57ff36 Merge pull request #7209 from truecharts/renovate/tccr.io-truecharts-autobrr-1.x 2023-02-13 00:00:04 +01:00
TrueCharts Bot
fecf17fd39 Merge pull request #7208 from truecharts/renovate/tccr.io-truecharts-recipes-1.4.x 2023-02-12 23:57:07 +01:00
TrueCharts Bot
514975c5d2 Merge pull request #7207 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.10.x 2023-02-12 23:53:05 +01:00
TrueCharts Bot
044516d94c Merge pull request #7206 from truecharts/renovate/tccr.io-truecharts-tachidesk-docker-latest 2023-02-12 23:52:31 +01:00
TrueCharts Bot
b78acfc660 Merge pull request #7205 from truecharts/renovate/tccr.io-truecharts-postgresql-14.7.0 2023-02-12 23:50:50 +01:00
TrueCharts-Bot
4654e6e83e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 22:31:38 +00:00
TrueCharts-Bot
47771b8e8f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 22:29:17 +00:00
TrueCharts-Bot
50ada776ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 22:28:49 +00:00
TrueCharts-Bot
2689ab784d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 22:28:45 +00:00
TrueCharts-Bot
e19b731060 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 22:28:42 +00:00
TrueCharts-Admin
7eeff9f7be chore(deps): update container image tccr.io/truecharts/autobrr to v1.18.0 2023-02-12 22:27:37 +00:00
TrueCharts-Admin
a3a396ed44 chore(deps): update container image tccr.io/truecharts/recipes to v1.4.7 2023-02-12 22:25:00 +00:00
TrueCharts-Admin
de31708b98 chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.10.1 2023-02-12 22:24:51 +00:00
TrueCharts-Admin
a171af25ca chore(deps): update container image tccr.io/truecharts/tachidesk-docker to latest 2023-02-12 22:24:43 +00:00
TrueCharts-Admin
fd5cbf3cb9 chore(deps): update container image tccr.io/truecharts/postgresql to 14.7.0 2023-02-12 22:24:34 +00:00
TrueCharts Bot
2288da43af Merge pull request #7204 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-02-12 22:06:23 +01:00
TrueCharts-Bot
57804f4743 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 20:27:26 +00:00
TrueCharts-Admin
8b31f2b463 chore(deps): update container image tccr.io/truecharts/leantime to v2.3.11 2023-02-12 20:23:29 +00:00
TrueCharts Bot
6535f0b225 Merge pull request #7203 from truecharts/renovate/tccr.io-truecharts-qbittorrent-4.5.x 2023-02-12 19:53:31 +01:00
TrueCharts Bot
091feb22c1 Merge pull request #7202 from truecharts/renovate/tccr.io-truecharts-pihole-2023.2.x 2023-02-12 19:53:22 +01:00
TrueCharts-Bot
ccad23e09a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 18:30:09 +00:00
TrueCharts-Bot
51dd231be0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 18:29:16 +00:00
TrueCharts-Admin
01d1418903 chore(deps): update container image tccr.io/truecharts/qbittorrent to v4.5.1 2023-02-12 18:25:30 +00:00
TrueCharts-Admin
7581309461 chore(deps): update container image tccr.io/truecharts/pihole to v2023.02.1 2023-02-12 18:25:20 +00:00
TrueCharts Bot
3ed37efa2e Merge pull request #7200 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-02-12 16:06:39 +01:00
TrueCharts-Bot
83e61803b1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 14:28:14 +00:00
TrueCharts-Admin
f54a54e95e chore(deps): update container image tccr.io/truecharts/leantime to v2.3.10 2023-02-12 14:24:16 +00:00
TrueCharts Bot
edf6e258fb Merge pull request #7199 from truecharts/renovate/tccr.io-truecharts-artifactory-oss-7.49.x 2023-02-12 14:55:37 +01:00
TrueCharts-Bot
731d2ea69d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 13:29:33 +00:00
TrueCharts-Admin
83b31eaf8e chore(deps): update container image tccr.io/truecharts/artifactory-oss to v7.49.8 2023-02-12 13:25:40 +00:00
TrueCharts Bot
0ef430aabe Merge pull request #7197 from truecharts/renovate/tccr.io-truecharts-qinglong-2.15.7 2023-02-12 13:50:58 +01:00
TrueCharts Bot
88093b2e60 Merge pull request #7198 from truecharts/renovate/tccr.io-truecharts-sabnzbd-3.7.2 2023-02-12 13:50:27 +01:00
TrueCharts-Bot
319f527c81 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 12:27:17 +00:00
TrueCharts-Bot
fbfff33d85 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 12:26:56 +00:00
TrueCharts-Admin
f81081eeaf chore(deps): update container image tccr.io/truecharts/sabnzbd to 3.7.2 2023-02-12 12:23:12 +00:00
TrueCharts-Admin
06e069dcc7 chore(deps): update container image tccr.io/truecharts/qinglong to 2.15.7 2023-02-12 12:23:06 +00:00
TrueCharts Bot
4a76d681bb Merge pull request #7196 from truecharts/renovate/tccr.io-truecharts-medusa-1.0.11 2023-02-12 12:51:43 +01:00
TrueCharts-Bot
407c650228 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 11:25:58 +00:00
TrueCharts-Admin
e8a82f3331 chore(deps): update container image tccr.io/truecharts/medusa to 1.0.11 2023-02-12 11:22:03 +00:00
TrueCharts Bot
e95c895407 Merge pull request #7194 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-02-12 08:09:18 +01:00
TrueCharts-Bot
3fd4bcdc81 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 06:30:28 +00:00
TrueCharts-Admin
59e42b5d17 chore(deps): update container image tccr.io/truecharts/leantime to v2.3.9 2023-02-12 06:26:35 +00:00
TrueCharts Bot
c98f7e188c Merge pull request #7192 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-02-12 05:09:04 +01:00
TrueCharts Bot
01f8947d3c Merge pull request #7193 from truecharts/renovate/tccr.io-truecharts-misskey-13.6.x 2023-02-12 05:03:20 +01:00
TrueCharts-Bot
8b1ebc8220 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 03:31:02 +00:00
TrueCharts-Bot
0ceb947d57 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 03:30:34 +00:00
TrueCharts-Admin
650b1951e2 chore(deps): update container image tccr.io/truecharts/misskey to v13.6.1 2023-02-12 03:26:29 +00:00
TrueCharts-Admin
fa5e566260 chore(deps): update container image tccr.io/truecharts/leantime to v2.3.8 2023-02-12 03:26:23 +00:00
TrueCharts Bot
4cafb6aff8 Merge pull request #7191 from truecharts/renovate/tccr.io-truecharts-navidrome-0.49.x 2023-02-12 04:15:15 +01:00
TrueCharts-Bot
c4e04f16cd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 02:51:27 +00:00
TrueCharts-Admin
2bba3d7449 chore(deps): update container image tccr.io/truecharts/navidrome to v0.49.2 2023-02-12 02:47:22 +00:00
TrueCharts Bot
b225a8ccd8 Merge pull request #7190 from truecharts/renovate/tccr.io-truecharts-audiobookshelf-2.2.x 2023-02-12 01:57:56 +01:00
TrueCharts-Bot
7ceece48e1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 00:34:16 +00:00
TrueCharts-Admin
cc13b45649 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.2.15 2023-02-12 00:30:16 +00:00
TrueCharts-Bot
2bde76a1b3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-12 00:27:20 +00:00
TrueCharts Bot
466cb8db1c Merge pull request #7189 from truecharts/renovate/tccr.io-truecharts-lidarr-1.1.x 2023-02-12 00:52:58 +01:00
TrueCharts-Bot
225929ee0b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 23:28:24 +00:00
TrueCharts-Admin
0e88a3f364 chore(deps): update container image tccr.io/truecharts/lidarr to v1.1.3.2982 2023-02-11 23:24:31 +00:00
TrueCharts Bot
5c2ba5a32d Merge pull request #7188 from truecharts/renovate/tccr.io-truecharts-lidarr-1.1.2.2935 2023-02-11 23:50:25 +01:00
TrueCharts-Bot
1bb5e3170b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 22:27:00 +00:00
TrueCharts-Admin
d46f100f01 chore(deps): update container image tccr.io/truecharts/lidarr to v 2023-02-11 22:22:37 +00:00
TrueCharts Bot
e7f80e40ab Merge pull request #7185 from truecharts/renovate/tccr.io-truecharts-n8n-0.215.x 2023-02-11 20:56:47 +01:00
TrueCharts Bot
80a0a40fc8 Merge pull request #7186 from truecharts/renovate/tccr.io-truecharts-openvscode-server-1.75.x 2023-02-11 20:50:18 +01:00
TrueCharts-Bot
8614c291db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 19:26:51 +00:00
TrueCharts-Bot
0b4b7885b8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 19:26:50 +00:00
TrueCharts-Admin
5ff6b8cff6 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.75.1 2023-02-11 19:22:56 +00:00
TrueCharts-Admin
813a0cb855 chore(deps): update container image tccr.io/truecharts/n8n to v0.215.1 2023-02-11 19:22:49 +00:00
TrueCharts Bot
92efebc863 Merge pull request #7183 from truecharts/renovate/tccr.io-truecharts-traggo-0.x 2023-02-11 15:00:49 +01:00
TrueCharts-Bot
7c6ac70448 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 13:35:27 +00:00
TrueCharts-Admin
a15b2ddf37 chore(deps): update container image tccr.io/truecharts/traggo to v0.3.0 2023-02-11 13:31:23 +00:00
Stavros Kois
3ad86b7160 fix(deluge): fix tag 2023-02-11 12:37:22 +02:00
TrueCharts-Bot
4f6b5f80ac Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 11:21:26 +01:00
TrueCharts-Admin
2d462c1936 chore(deps): update container image tccr.io/truecharts/traefik to 2.9.6 2023-02-11 11:21:26 +01:00
TrueCharts Bot
fd101ce206 Merge pull request #7181 from truecharts/renovate/tccr.io-truecharts-misskey-13.x 2023-02-11 10:04:14 +01:00
TrueCharts Bot
313cb5b8eb Merge pull request #7180 from truecharts/renovate/tccr.io-truecharts-quickshare-latest 2023-02-11 09:53:03 +01:00
TrueCharts-Bot
f3e44b0856 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 08:31:38 +00:00
TrueCharts-Bot
9a6f4a9272 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 08:28:49 +00:00
TrueCharts-Admin
119cfcd639 chore(deps): update container image tccr.io/truecharts/misskey to v13.6.0 2023-02-11 08:27:39 +00:00
TrueCharts-Admin
024dfc4721 chore(deps): update container image tccr.io/truecharts/quickshare to latest 2023-02-11 08:24:45 +00:00
TrueCharts Bot
3adb63633a Merge pull request #7178 from truecharts/renovate/tccr.io-truecharts-dockerregistry-v2 2023-02-11 08:50:48 +01:00
TrueCharts-Bot
e8db827011 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 07:26:59 +00:00
TrueCharts-Admin
8b69998701 chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 2023-02-11 07:23:03 +00:00
TrueCharts Bot
20c6898c5d Merge pull request #7177 from truecharts/renovate/tccr.io-truecharts-xenorchestra-5.109.0 2023-02-11 05:53:40 +01:00
TrueCharts-Bot
b231ef0e8c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 04:29:37 +00:00
TrueCharts-Admin
aa07348ca9 chore(deps): update container image tccr.io/truecharts/xenorchestra to 5.109.0 2023-02-11 04:25:34 +00:00
TrueCharts Bot
961498d114 Merge pull request #7176 from truecharts/renovate/tccr.io-truecharts-deluge-18.x 2023-02-11 04:18:39 +01:00
TrueCharts Bot
f95e86305b Merge pull request #7175 from truecharts/renovate/tccr.io-truecharts-ring-mqtt-5.1.x 2023-02-11 04:14:08 +01:00
TrueCharts-Bot
25ca8e2d89 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 02:53:59 +00:00
TrueCharts-Bot
79b1fcb894 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 02:51:12 +00:00
TrueCharts-Admin
b2a7ed4103 chore(deps): update container image tccr.io/truecharts/deluge to v18.04.1 2023-02-11 02:49:58 +00:00
TrueCharts-Admin
7159b95ba1 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.1.3 2023-02-11 02:47:11 +00:00
TrueCharts Bot
25baffe0cf Merge pull request #7174 from truecharts/renovate/tccr.io-truecharts-deluge-2.x 2023-02-11 03:22:24 +01:00
TrueCharts-Bot
763969ab12 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 01:58:54 +00:00
TrueCharts-Admin
1173ea4394 chore(deps): update container image tccr.io/truecharts/deluge to v2.1.1 2023-02-11 01:54:55 +00:00
TrueCharts-Bot
dafb9e45eb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 02:51:04 +01:00
TrueCharts-Admin
a486dde2f9 chore(deps): update container image tccr.io/truecharts/grafana to 9.3.6 2023-02-11 02:51:04 +01:00
TrueCharts-Bot
d1ab0c97ae Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 00:23:09 +00:00
TrueCharts Bot
8c6882175e Merge pull request #7172 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.x 2023-02-11 00:53:26 +01:00
TrueCharts Bot
8a4a1d794c Merge pull request #7171 from truecharts/renovate/tccr.io-truecharts-eclipse-mosquitto-2.0.15 2023-02-11 00:51:35 +01:00
TrueCharts-Bot
1b4f22f9fc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 23:29:06 +00:00
TrueCharts-Bot
44c34c5fa5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 23:28:57 +00:00
TrueCharts-Admin
0e9565787d chore(deps): update container image tccr.io/truecharts/flexget to v3.5.22 2023-02-10 23:24:24 +00:00
TrueCharts-Admin
fcabf400a9 chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to 2.0.15 2023-02-10 23:24:05 +00:00
TrueCharts Bot
22043a3a6c Merge pull request #7168 from truecharts/renovate/tccr.io-truecharts-ghost-5.33.x 2023-02-11 00:06:01 +01:00
TrueCharts-Bot
f76157116f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 22:26:14 +00:00
TrueCharts-Admin
11f98e6b1a chore(deps): update container image tccr.io/truecharts/ghost to v5.33.8 2023-02-10 22:20:57 +00:00
TrueCharts Bot
1b6b1cdc15 Merge pull request #7170 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.0.1 2023-02-10 22:56:17 +01:00
TrueCharts-Bot
afc60dfb26 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 21:29:49 +00:00
TrueCharts-Admin
2d325231db chore(deps): update container image tccr.io/truecharts/docker-in-docker to 23.0.1 2023-02-10 21:25:01 +00:00
TrueCharts Bot
b94d949c9f Merge pull request #7166 from truecharts/renovate/tccr.io-truecharts-ghost-5.33.7 2023-02-10 22:06:06 +01:00
TrueCharts Bot
6f5d63ed1a Merge pull request #7169 from truecharts/renovate/tccr.io-truecharts-pihole-2023.x 2023-02-10 21:54:05 +01:00
TrueCharts Bot
8383685151 Merge pull request #7167 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.0.x 2023-02-10 21:53:43 +01:00
TrueCharts-Bot
a4a22b5f24 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 20:29:34 +00:00
TrueCharts-Bot
59dbde935d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 20:27:01 +00:00
TrueCharts-Bot
f3d223b580 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 20:26:33 +00:00
TrueCharts-Admin
2578dd6220 chore(deps): update container image tccr.io/truecharts/pihole to v2023.02.0 2023-02-10 20:25:37 +00:00
TrueCharts-Admin
4754936999 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.1 2023-02-10 20:22:52 +00:00
TrueCharts-Admin
06fe2fa6ec chore(deps): update container image tccr.io/truecharts/ghost to v 2023-02-10 20:22:40 +00:00
TrueCharts Bot
1aa8ee1795 Merge pull request #7165 from truecharts/renovate/tccr.io-truecharts-youtrack-2022.3.x 2023-02-10 19:56:39 +01:00
TrueCharts-Bot
4ec4a59f0a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 18:29:17 +00:00
TrueCharts-Admin
366aaa562b chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65370 2023-02-10 18:24:21 +00:00
TrueCharts Bot
2fb895c2da Merge pull request #7164 from truecharts/renovate/tccr.io-truecharts-n8n-0.x 2023-02-10 18:59:46 +01:00
TrueCharts-Bot
9c3667f4a1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 17:31:28 +00:00
TrueCharts-Admin
204409b8fb chore(deps): update container image tccr.io/truecharts/n8n to v0.215.0 2023-02-10 17:27:36 +00:00
TrueCharts Bot
e698e5f804 Merge pull request #7163 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.5.x 2023-02-10 17:55:24 +01:00
TrueCharts-Bot
dc82073115 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 16:31:25 +00:00
TrueCharts-Admin
45df9c23b2 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.3 2023-02-10 16:27:21 +00:00
Kjeld Schouten-Lebbing
e7ee7d7176 Update CODEOWNERS
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-10 15:23:27 +01:00
Dan Christensen
6afb793e1a fix: Chart changelogs (#7151)
The app-changelog.md files that are generated by git-chglog are not
being constrained tightly enough to specific branches to present useful
changelogs.  For example, the plex-12.0.10..plex-12.0.11 changelog link
to GitHub points to the comparison between
plex-utills-3.0.9..plex-12.0.11.

Using -\d+\.\d+\.\d+ as the tag name suffix seems safe since the version
numbers are under this project's control.

Signed-off-by: Dan Christensen <opello@opello.org>
2023-02-10 15:18:05 +01:00
TrueCharts Bot
4b7fc6400a Merge pull request #7160 from truecharts/renovate/tccr.io-truecharts-misskey-13.5.x 2023-02-10 15:05:27 +01:00
TrueCharts Bot
580b0babd2 Merge pull request #7161 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.x 2023-02-10 15:02:29 +01:00
TrueCharts Bot
db3be6769c Merge pull request #7159 from truecharts/renovate/tccr.io-truecharts-mosdns-5.1.0 2023-02-10 14:58:01 +01:00
TrueCharts-Bot
69d0316bc1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 13:37:00 +00:00
TrueCharts-Bot
89fb048125 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 13:33:39 +00:00
TrueCharts-Bot
f0ab8a6c62 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 13:33:22 +00:00
TrueCharts-Admin
0be297639e chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.10.0 2023-02-10 13:33:00 +00:00
TrueCharts-Admin
56023b3e80 chore(deps): update container image tccr.io/truecharts/misskey to v13.5.6 2023-02-10 13:29:38 +00:00
TrueCharts-Admin
ba22fdf290 chore(deps): update container image tccr.io/truecharts/mosdns to 5.1.0 2023-02-10 13:29:24 +00:00
TrueCharts Bot
123029db7b Merge pull request #7158 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-02-10 13:47:38 +01:00
TrueCharts-Bot
397f8944a9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 12:27:21 +00:00
TrueCharts-Admin
c72d9f31e0 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.20 2023-02-10 12:23:14 +00:00
Kjeld Schouten-Lebbing
5d31385a70 Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-10 10:44:48 +01:00
Kjeld Schouten-Lebbing
2c1eebf59f fix(all): ensure new helm deps repo is used in latest releases as well. 2023-02-10 10:44:04 +01:00
Kjeld Schouten-Lebbing
1e13d92280 move apps to use different deps helm repo 2023-02-10 10:30:06 +01:00
TrueCharts Bot
9386c92429 Merge pull request #7156 from truecharts/renovate/tccr.io-truecharts-qinglong-2.15.x 2023-02-10 08:51:58 +01:00
TrueCharts Bot
c61c840d37 Merge pull request #7155 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.3 2023-02-10 08:49:09 +01:00
TrueCharts-Bot
5ee666c1df Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 07:27:17 +00:00
TrueCharts-Bot
2d712da9e4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 07:26:35 +00:00
TrueCharts-Admin
1202302309 chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.7 2023-02-10 07:22:47 +00:00
TrueCharts-Admin
7e700ac9a9 chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.3 2023-02-10 07:22:32 +00:00
TrueCharts Bot
8490234860 Merge pull request #7154 from truecharts/renovate/immich 2023-02-10 07:56:36 +01:00
TrueCharts Bot
9d34f7979e Merge pull request #7153 from truecharts/renovate/patch-immich 2023-02-10 07:56:21 +01:00
TrueCharts-Bot
2e7b63076a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 06:26:58 +00:00
TrueCharts-Bot
a211b58a29 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 06:26:51 +00:00
TrueCharts-Admin
e8a04bad94 chore(deps): update immich to v1.46.1 2023-02-10 06:23:03 +00:00
TrueCharts-Admin
f5013f79da chore(deps): update immich to v1.46.1 2023-02-10 06:22:43 +00:00
TrueCharts Bot
3356c933aa Merge pull request #7152 from truecharts/renovate/tccr.io-truecharts-nexusoss-3.x 2023-02-10 05:02:34 +01:00
TrueCharts-Bot
49b251e83d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 03:33:56 +00:00
TrueCharts-Admin
9b2f655598 chore(deps): update container image tccr.io/truecharts/nexusoss to v3.47.1 2023-02-10 03:29:58 +00:00
TrueCharts-Bot
3c21085dca Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 00:28:40 +00:00
TrueCharts Bot
97aa5a8b84 Merge pull request #7147 from truecharts/renovate/tccr.io-truecharts-postgresql-14.x 2023-02-10 00:00:29 +01:00
TrueCharts Bot
56fb8a004e Merge pull request #7149 from truecharts/renovate/tccr.io-truecharts-actualserver-23.2.x 2023-02-09 23:51:10 +01:00
TrueCharts-Bot
9172f42a9a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 22:31:01 +00:00
TrueCharts-Bot
0ab42cbadf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 22:28:24 +00:00
TrueCharts-Admin
e136edb5fd chore(deps): update container image tccr.io/truecharts/postgresql to v14.7.0 2023-02-09 22:27:03 +00:00
TrueCharts-Admin
750989acce chore(deps): update container image tccr.io/truecharts/actualserver to v23.2.9 2023-02-09 22:23:36 +00:00
TrueCharts Bot
863774b9a7 Merge pull request #7148 from truecharts/renovate/immich 2023-02-09 22:59:03 +01:00
TrueCharts Bot
8a0130b592 Merge pull request #7146 from truecharts/renovate/tccr.io-truecharts-joplin-server-2.10.x 2023-02-09 22:57:24 +01:00
TrueCharts Bot
7a966e4bf4 Merge pull request #7145 from truecharts/renovate/tccr.io-truecharts-sickgear-latest 2023-02-09 22:49:18 +01:00
TrueCharts Bot
674cb181f0 Merge pull request #7144 from truecharts/renovate/tccr.io-truecharts-postgresql-14.6.0 2023-02-09 22:48:11 +01:00
TrueCharts-Bot
be9c6d6283 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 21:30:32 +00:00
TrueCharts-Bot
23701413ef Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 21:26:07 +00:00
TrueCharts-Bot
3d1c6dab3b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 21:26:00 +00:00
TrueCharts-Bot
1acd1842d8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 21:25:42 +00:00
TrueCharts-Admin
51cc4427c3 chore(deps): update immich to v1.46.0 2023-02-09 21:25:35 +00:00
TrueCharts-Admin
4ebd53be7d chore(deps): update container image tccr.io/truecharts/joplin-server to v2.10.9 2023-02-09 21:22:08 +00:00
TrueCharts-Admin
471f65bd0f chore(deps): update container image tccr.io/truecharts/sickgear to latest 2023-02-09 21:21:58 +00:00
TrueCharts-Admin
efa272368d chore(deps): update container image tccr.io/truecharts/postgresql to v 2023-02-09 21:21:49 +00:00
TrueCharts Bot
dcc4be3503 Merge pull request #7143 from truecharts/renovate/tccr.io-truecharts-joplin-server-2.10.x 2023-02-09 21:55:00 +01:00
TrueCharts-Bot
5266045101 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 20:26:09 +00:00
TrueCharts-Admin
86f389a62b chore(deps): update container image tccr.io/truecharts/joplin-server to v2.10.8 2023-02-09 20:21:20 +00:00
TrueCharts Bot
0cf7f25f55 Merge pull request #7142 from truecharts/renovate/tccr.io-truecharts-n8n-0.214.x 2023-02-09 20:52:17 +01:00
TrueCharts-Bot
5923daf8e2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 19:26:02 +00:00
Kjeld Schouten-Lebbing
8e9388e91d fix(Loki): BREAKING CHANGE Remove promtail dependency
Sadly enough SCALE will not allow a promtail container access to the logs anymore by default.

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 20:22:39 +01:00
TrueCharts-Admin
07df3d6db5 chore(deps): update container image tccr.io/truecharts/n8n to v0.214.3 2023-02-09 19:20:51 +00:00
Kjeld Schouten-Lebbing
dded9730cf Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 20:19:56 +01:00
TrueCharts Bot
8d62591927 Merge pull request #7141 from truecharts/renovate/jupyter 2023-02-09 17:50:43 +01:00
TrueCharts-Bot
71d3066985 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 16:26:28 +00:00
TrueCharts-Admin
c75da04342 chore(deps): update container image tccr.io/truecharts/jupyter-base to v2023-02 2023-02-09 16:22:23 +00:00
TrueCharts Bot
9b20a21627 Merge pull request #7140 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-02-09 16:48:57 +01:00
TrueCharts Bot
e883164f2c Merge pull request #7139 from truecharts/renovate/tccr.io-truecharts-corekeeper-latest 2023-02-09 16:48:21 +01:00
TrueCharts-Bot
e9b43360a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 15:24:16 +00:00
TrueCharts-Bot
a6510282ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 15:23:56 +00:00
TrueCharts-Admin
c6b3cefbf8 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.19 2023-02-09 15:20:15 +00:00
TrueCharts-Admin
21cf7162b9 chore(deps): update container image tccr.io/truecharts/corekeeper to latest 2023-02-09 15:19:56 +00:00
Kjeld Schouten-Lebbing
79819d9501 Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 15:42:36 +01:00
TrueCharts Bot
a5d9d61ea0 Merge pull request #7137 from truecharts/renovate/tccr.io-truecharts-ghost-5.33.7 2023-02-09 15:08:06 +01:00
TrueCharts Bot
18060a4665 Merge pull request #7138 from truecharts/renovate/tccr.io-truecharts-misskey-13.5.x 2023-02-09 15:00:57 +01:00
TrueCharts-Bot
f4f3ea5996 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 13:28:38 +00:00
TrueCharts-Bot
ff3f1dedf3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 13:28:23 +00:00
TrueCharts-Admin
27bb7d25b5 chore(deps): update container image tccr.io/truecharts/misskey to v13.5.5 2023-02-09 13:24:39 +00:00
TrueCharts-Admin
a19831bf35 chore(deps): update container image tccr.io/truecharts/ghost to 5.33.7 2023-02-09 13:24:24 +00:00
Kjeld Schouten-Lebbing
afa08eb738 Update .gitignore
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 14:00:44 +01:00
Kjeld Schouten-Lebbing
0e111d237d Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 14:00:28 +01:00
Dan Christensen
0d4e9d03b9 fix: Build links to Docker images for Chart.yaml (#6963)
* style: Split long lines, follow .editorconfig

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: Clarify why some sources are being excluded

The explanation is also meant to remind anyone that sees it that the
code could inadvertently remove a sources sequence entry that was
intentionally added, because it can not tell.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: Comment the image-to-URL code

Signed-off-by: Dan Christensen <opello@opello.org>

* refactor: Use case instead of if-ladder

This is a faithful move from the if-ladder to a case statement that
preserves the existing behavior, with optimization to follow.  The
behavior of the function before and after this change is the same.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: Remove dead code

No "container source" entry from description_list.md has a scheme.  The
values are parsed from the Dockerfiles and would not have one there
either.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: tccr.io image links

Parse the tccr.io prefix specifically instead of just checking for the
substring tccr which could result in a false positive.

The generated link was also going to point to a truecharts subdirectory
under mirror in the containers repository that does not exist.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: lscr.io image links

Parse the lscr.io prefix specifically instead of just checking for the
substring lscr which could result in a false positive.

The generated link would also return a 404 because the web interface
requires the image name to be passed in the query string.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: gcr.io image links

Parse the gcr.io prefix specifically instead of just checking for the
substring gcr which could result in a false positive.

Signed-off-by: Dan Christensen <opello@opello.org>

* feat: Do not add sources if no prefix is created

The intent of this code is to generate URLs to be included in
documentation to attribute inputs to the chart.  If a publicly
accessible URL can not be generated from the image name it makes sense
to not add anything and instead rely on a manual edit to the Chart.yaml.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: Disable azurecr.io image links

There does not seem to be a general purpose web index to the azurecr.io
hosted images.

Signed-off-by: Dan Christensen <opello@opello.org>

* feat: Disable mcr.microsoft.com image links

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: public.ecr.aws image links

Parse the public.ecr.aws prefix specifically instead of just checking
for the substring public.ecr.aws which could result in a false positive.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: Disable ocir.io image links

There does not seem to be a general purpose web index to the ocir.io
hosted images.

Signed-off-by: Dan Christensen <opello@opello.org>

* refactor: Add Docker Hub hosted image links

From the perspective of linking to image details on the Docker Hub web
interface, there are two types of images:

  1. Docker Official Images
  2. all of the other images, regardless of their trustworthiness

The Docker Official Images can be referenced several ways, either on the
command line when passed to docker pull, or in the FROM instruction of a
Dockerfile:

  * busybox
  * library/busybox
  * docker.io/busybox
  * docker.io/library/busybox

Furthermore, over the years there have been several domains used for the
official Docker Hub registry:

  * docker.io
  * index.docker.io
  * registry-1.docker.io
  * registry.hub.docker.com

The goal here is handling each possible case, which makes Docker Hub
images more complex than the handling for other registries.

It also makes the case block's '*' (default) case harder to find in the
sequence of glob expressions, but this is necessary to avoid repeating
the parsing or adding another helper function.

Reference:
https://github.com/docker/hub-feedback/issues/2113
https://github.com/docker/cli/issues/3793

Signed-off-by: Dan Christensen <opello@opello.org>

* feat: ghcr.io image links

Signed-off-by: Dan Christensen <opello@opello.org>

* feat: quay.io image links

Signed-off-by: Dan Christensen <opello@opello.org>

* feat: Do not generate likely-bad links

By assuming image names that are not handled by other cases are Docker
Hub images there is a risk of generating bad links.  Minimize this risk
by not generating a link if the image name for a Docker Hub link has two
slashes.  This is a case that should not happen and would likely mean an
unsupported registry is being used.

There is still a risk of an unsupported registry being treated as Docker
Hub and an invalid link being generated.  That case is if the domain and
image name is example.com/busybox where there is only one slash.

Signed-off-by: Dan Christensen <opello@opello.org>

* refactor: Sort cases

Sort the cases from longest to shortest prioritizing any case with a
suffix only glob over any case with a prefix glob.  The intention is to
avoid having a case that can not be reached.

The combined Docker Hub and default case is last.  It might make sense
to split the default case handling off but it does not seem to be a
problem right now.

Signed-off-by: Dan Christensen <opello@opello.org>

---------

Signed-off-by: Dan Christensen <opello@opello.org>
2023-02-09 13:08:53 +01:00
TrueCharts Bot
9bb593a9e9 Merge pull request #7135 from truecharts/renovate/tccr.io-truecharts-misskey-13.5.x 2023-02-09 13:00:44 +01:00
TrueCharts Bot
b7baa49222 Merge pull request #7136 from truecharts/renovate/tccr.io-truecharts-zwavejs-ui-8.8.x 2023-02-09 12:52:33 +01:00
TrueCharts-Bot
25b4b8f620 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 11:27:10 +00:00
TrueCharts-Bot
b103f594b7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 11:27:05 +00:00
TrueCharts-Admin
d48a0548d8 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.8.5 2023-02-09 11:23:07 +00:00
TrueCharts-Admin
3553dd8577 chore(deps): update container image tccr.io/truecharts/misskey to v13.5.4 2023-02-09 11:22:55 +00:00
TrueCharts Bot
f30e7378de Merge pull request #7134 from truecharts/renovate/tccr.io-truecharts-strapi-4.6.x 2023-02-09 10:55:14 +01:00
TrueCharts-Bot
7c4869a6da Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 09:23:52 +00:00
TrueCharts-Admin
c522236287 chore(deps): update container image tccr.io/truecharts/strapi to v4.6.1 2023-02-09 09:20:02 +00:00
TrueCharts Bot
290106bab8 Merge pull request #7133 from truecharts/renovate/tccr.io-truecharts-misskey-13.5.x 2023-02-09 06:56:32 +01:00
TrueCharts-Bot
53f461c256 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 05:26:14 +00:00
TrueCharts-Admin
40e4be5343 chore(deps): update container image tccr.io/truecharts/misskey to v13.5.3 2023-02-09 05:21:35 +00:00
TrueCharts Bot
71027d1756 Merge pull request #7132 from truecharts/renovate/tccr.io-truecharts-minio-console-0.23.x 2023-02-09 05:49:58 +01:00
TrueCharts-Bot
51332ebeaa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 04:26:42 +00:00
TrueCharts-Admin
fedd3919ea chore(deps): update container image tccr.io/truecharts/minio-console to v0.23.1 2023-02-09 04:22:23 +00:00
TrueCharts Bot
bd53ab5e99 Merge pull request #7131 from truecharts/renovate/tailscale-tailscale-1.36.x 2023-02-09 04:44:52 +01:00
TrueCharts-Bot
9ace02d8da Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 03:31:06 +00:00
TrueCharts-Admin
b5da7489de chore(deps): update container image tailscale/tailscale to v1.36.1 2023-02-09 03:27:13 +00:00
TrueCharts Bot
d0e087ceb7 Merge pull request #7130 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.0.0 2023-02-09 03:20:28 +01:00
TrueCharts-Bot
927104d929 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 01:53:34 +00:00
TrueCharts-Admin
565d3043c5 chore(deps): update container image tccr.io/truecharts/docker-in-docker to 23.0.0 2023-02-09 01:49:04 +00:00
TrueCharts Bot
4a67da8bab Merge pull request #7129 from truecharts/renovate/tccr.io-truecharts-dashdot-4.x 2023-02-08 21:52:51 +01:00
TrueCharts-Bot
8bdb4f1ce8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 20:29:48 +00:00
TrueCharts-Admin
f2f84cc947 chore(deps): update container image tccr.io/truecharts/dashdot to v4.9.0 2023-02-08 20:26:01 +00:00
TrueCharts-Bot
80e677a79f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 21:24:46 +01:00
TrueCharts-Admin
41ae79f3d9 chore(deps): update container image tccr.io/truecharts/actualserver to v23.2.6 2023-02-08 21:24:46 +01:00
TrueCharts Bot
0844dadf46 Merge pull request #7128 from truecharts/renovate/jupyter 2023-02-08 20:55:23 +01:00
TrueCharts Bot
8fcab8ac22 Merge pull request #7126 from truecharts/renovate/tccr.io-truecharts-tar1090-latest 2023-02-08 20:50:45 +01:00
TrueCharts-Bot
16c7ad6695 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 19:28:46 +00:00
TrueCharts-Bot
fdefb1a7c1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 19:25:34 +00:00
TrueCharts-Admin
a340c67c20 chore(deps): update jupyter to v2023-02 2023-02-08 19:24:52 +00:00
TrueCharts-Admin
98fe52b1af chore(deps): update container image tccr.io/truecharts/tar1090 to latest 2023-02-08 19:21:43 +00:00
TrueCharts Bot
7e7edc4f79 Merge pull request #7116 from truecharts/renovate/tccr.io-truecharts-jenkins-2.x 2023-02-08 19:56:54 +01:00
TrueCharts Bot
7bf6ffcd9c Merge pull request #7125 from truecharts/renovate/tccr.io-truecharts-tsmuxer-23.2.x 2023-02-08 19:54:47 +01:00
TrueCharts Bot
74287fe0a9 Merge pull request #7120 from truecharts/renovate/tccr.io-truecharts-jdownloader-2-23.2.x 2023-02-08 19:53:52 +01:00
TrueCharts Bot
a39571b8bc Merge pull request #7121 from truecharts/renovate/tccr.io-truecharts-mediainfo-23.2.x 2023-02-08 19:53:16 +01:00
TrueCharts Bot
fb0a8e6137 Merge pull request #7118 from truecharts/renovate/tccr.io-truecharts-czkawka-23.2.x 2023-02-08 19:53:08 +01:00
TrueCharts Bot
7f10cd762c Merge pull request #7122 from truecharts/renovate/tccr.io-truecharts-mkvtoolnix-23.2.x 2023-02-08 19:52:34 +01:00
TrueCharts Bot
915d130cb3 Merge pull request #7124 from truecharts/renovate/tccr.io-truecharts-qdirstat-23.2.x 2023-02-08 19:52:01 +01:00
TrueCharts Bot
186cc1ea44 Merge pull request #7119 from truecharts/renovate/tccr.io-truecharts-filebot-23.2.x 2023-02-08 19:51:58 +01:00
TrueCharts Bot
44c1f95594 Merge pull request #7123 from truecharts/renovate/tccr.io-truecharts-putty-23.2.x 2023-02-08 19:51:32 +01:00
TrueCharts-Bot
48bf4485a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 18:30:59 +00:00
TrueCharts-Bot
8065f4163b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 18:28:54 +00:00
TrueCharts-Bot
0061e8a827 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 18:27:32 +00:00
TrueCharts-Bot
4a0c00e7ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 18:27:32 +00:00
TrueCharts-Bot
bdc62d308e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 18:27:22 +00:00
TrueCharts-Bot
012cb4b437 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 18:27:17 +00:00
TrueCharts-Bot
3fd33e87bd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 18:27:15 +00:00
TrueCharts-Admin
85df328595 chore(deps): update container image tccr.io/truecharts/jenkins to v2.390.0 2023-02-08 18:27:11 +00:00
TrueCharts-Bot
7ab6ab63f8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 18:26:52 +00:00
TrueCharts-Bot
09ae9b7642 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 18:26:32 +00:00
TrueCharts-Admin
bda69cfddb chore(deps): update container image tccr.io/truecharts/tsmuxer to v23.02.2 2023-02-08 18:23:47 +00:00
TrueCharts-Admin
f5588f9527 chore(deps): update container image tccr.io/truecharts/qdirstat to v23.02.2 2023-02-08 18:23:39 +00:00
TrueCharts-Admin
402fe4ed2d chore(deps): update container image tccr.io/truecharts/putty to v23.02.2 2023-02-08 18:23:29 +00:00
TrueCharts-Admin
f8e8e2a12b chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.02.2 2023-02-08 18:23:21 +00:00
TrueCharts-Admin
30b355a94b chore(deps): update container image tccr.io/truecharts/mediainfo to v23.02.2 2023-02-08 18:23:13 +00:00
TrueCharts-Admin
b184ee604e chore(deps): update container image tccr.io/truecharts/jdownloader-2 to v23.02.2 2023-02-08 18:23:06 +00:00
TrueCharts-Admin
42dd473d2e chore(deps): update container image tccr.io/truecharts/filebot to v23.02.2 2023-02-08 18:22:57 +00:00
TrueCharts-Admin
cb4c2a4759 chore(deps): update container image tccr.io/truecharts/czkawka to v23.02.2 2023-02-08 18:22:48 +00:00
TrueCharts Bot
9ff10805f1 Merge pull request #7065 from truecharts/renovate/patch-zabbix 2023-02-08 19:04:18 +01:00
TrueCharts Bot
f1e41e7b96 Merge pull request #7117 from truecharts/renovate/tccr.io-truecharts-misskey-13.x 2023-02-08 18:59:20 +01:00
TrueCharts Bot
1ee5b02efc Merge pull request #7115 from truecharts/renovate/tccr.io-truecharts-autobrr-1.x 2023-02-08 18:58:28 +01:00
TrueCharts Bot
016ecba55f Merge pull request #7113 from truecharts/renovate/tccr.io-truecharts-jenkins-2.389.0 2023-02-08 18:51:53 +01:00
TrueCharts Bot
703a672346 Merge pull request #7114 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.1.3.2521 2023-02-08 18:49:21 +01:00
TrueCharts-Bot
90ef2fa787 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 17:28:58 +00:00
TrueCharts-Bot
7917aa25df Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 17:28:54 +00:00
TrueCharts-Bot
b1c07c9352 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 17:28:25 +00:00
Stavros Kois
0ec59e4df0 Update Chart.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-02-08 19:27:08 +02:00
TrueCharts-Bot
763f7f8053 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 17:26:32 +00:00
TrueCharts-Bot
21a638ec06 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 17:25:53 +00:00
TrueCharts-Admin
c1ed497307 chore(deps): update container image tccr.io/truecharts/misskey to v13.5.2 2023-02-08 17:24:57 +00:00
TrueCharts-Admin
30e649d80e chore(deps): update container image tccr.io/truecharts/autobrr to v1.17.0 2023-02-08 17:24:38 +00:00
TrueCharts-Admin
8826e1bce1 chore(deps): update zabbix to v6.2.7 2023-02-08 17:24:34 +00:00
TrueCharts-Admin
d8e64192c8 chore(deps): update container image tccr.io/truecharts/prowlarr to 1.1.3.2521 2023-02-08 17:22:03 +00:00
TrueCharts-Admin
486a3b21ab chore(deps): update container image tccr.io/truecharts/jenkins to v 2023-02-08 17:21:52 +00:00
TrueCharts Bot
c0f2740f09 Merge pull request #7112 from truecharts/renovate/tccr.io-truecharts-homer-23.x 2023-02-08 17:55:06 +01:00
TrueCharts Bot
47e1f56308 Merge pull request #7111 from truecharts/renovate/tccr.io-truecharts-portainer-ce-2.x 2023-02-08 17:54:37 +01:00
TrueCharts Bot
955dc2d5af Merge pull request #7109 from truecharts/renovate/tccr.io-truecharts-zwavejs-ui-8.8.x 2023-02-08 17:54:32 +01:00
TrueCharts Bot
ed54de7ec5 Merge pull request #7110 from truecharts/renovate/tccr.io-truecharts-netdata-1.x 2023-02-08 17:53:42 +01:00
TrueCharts-Bot
e2fbbd07fb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 16:31:13 +00:00
TrueCharts-Bot
67da7e4e4c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 16:29:45 +00:00
TrueCharts-Bot
a4aa16a2b3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 16:29:45 +00:00
TrueCharts-Bot
1b129bd9e9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 16:26:47 +00:00
TrueCharts-Admin
5438ae2032 chore(deps): update container image tccr.io/truecharts/homer to v23.02.1 2023-02-08 16:26:04 +00:00
TrueCharts-Admin
766becf4cf chore(deps): update container image tccr.io/truecharts/portainer-ce to v2.17.0 2023-02-08 16:25:52 +00:00
TrueCharts-Admin
075f2745b6 chore(deps): update container image tccr.io/truecharts/netdata to v1.38.0 2023-02-08 16:25:43 +00:00
TrueCharts-Admin
822585c2dd chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.8.4 2023-02-08 16:22:56 +00:00
TrueCharts Bot
8e600e53ed Merge pull request #7108 from truecharts/renovate/tccr.io-truecharts-phpmyadmin-latest 2023-02-08 15:48:57 +01:00
TrueCharts-Bot
bf06c36c30 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 14:25:59 +00:00
TrueCharts-Admin
47d365a536 chore(deps): update container image tccr.io/truecharts/phpmyadmin to latest 2023-02-08 14:20:56 +00:00
TrueCharts Bot
5eb250acd1 Merge pull request #7089 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.4 2023-02-08 15:15:29 +01:00
TrueCharts Bot
62a48ffa39 Merge pull request #7096 from truecharts/renovate/tccr.io-truecharts-ghost-5.33.x 2023-02-08 15:11:59 +01:00
TrueCharts Bot
a7b977753f Merge pull request #7102 from truecharts/renovate/tccr.io-truecharts-meshcentral-1.1.x 2023-02-08 15:06:18 +01:00
TrueCharts Bot
88be5de0cd Merge pull request #7091 from truecharts/renovate/zabbix 2023-02-08 15:04:59 +01:00
TrueCharts Bot
c0a3ef178d Merge pull request #7092 from truecharts/renovate/tccr.io-truecharts-appsmith-1.9.x 2023-02-08 15:02:08 +01:00
TrueCharts Bot
1b6c8a8d2c Merge pull request #7103 from truecharts/renovate/tccr.io-truecharts-n8n-0.214.x 2023-02-08 15:01:57 +01:00
TrueCharts Bot
493126d54a Merge pull request #7100 from truecharts/renovate/tccr.io-truecharts-joplin-server-2.10.x 2023-02-08 15:01:33 +01:00
TrueCharts Bot
22707d1932 Merge pull request #7098 from truecharts/renovate/tccr.io-truecharts-home-assistant-2023.2.x 2023-02-08 15:00:51 +01:00
TrueCharts Bot
507c378bad Merge pull request #7088 from truecharts/renovate/tccr.io-truecharts-briefkasten-latest 2023-02-08 14:58:29 +01:00
TrueCharts Bot
e26e64fa8e Merge pull request #7105 from truecharts/renovate/tccr.io-truecharts-syncthing-1.23.x 2023-02-08 14:56:47 +01:00
TrueCharts Bot
4c46a4c186 Merge pull request #7104 from truecharts/renovate/tccr.io-truecharts-sabnzbd-3.7.x 2023-02-08 14:55:53 +01:00
TrueCharts Bot
15698c7852 Merge pull request #7097 from truecharts/renovate/tccr.io-truecharts-homarr-0.11.x 2023-02-08 14:55:31 +01:00
TrueCharts Bot
c14d531d07 Merge pull request #7099 from truecharts/renovate/tccr.io-truecharts-homepage-0.6.x 2023-02-08 14:55:22 +01:00
TrueCharts Bot
68454e8fee Merge pull request #7095 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-02-08 14:55:19 +01:00
TrueCharts Bot
63165c0f40 Merge pull request #7093 from truecharts/renovate/tccr.io-truecharts-dashdot-4.8.x 2023-02-08 14:55:10 +01:00
TrueCharts Bot
d808301045 Merge pull request #7090 from truecharts/renovate/tccr.io-truecharts-posterr-latest 2023-02-08 14:55:04 +01:00
TrueCharts Bot
328a58be10 Merge pull request #7094 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.5.x 2023-02-08 14:54:56 +01:00
TrueCharts Bot
b7722e2721 Merge pull request #7101 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.x 2023-02-08 14:54:37 +01:00
TrueCharts Bot
e09960b004 Merge pull request #7106 from truecharts/renovate/tccr.io-truecharts-zigbee2mqtt-1.30.x 2023-02-08 14:46:14 +01:00
TrueCharts-Bot
48fcb56734 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:32:17 +00:00
TrueCharts-Bot
ab6edc82f6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:31:59 +00:00
TrueCharts-Bot
2b02d0c80a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:31:57 +00:00
TrueCharts-Bot
d6a2662149 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:31:57 +00:00
TrueCharts-Bot
840d25179f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:31:56 +00:00
TrueCharts-Bot
70e77b91c9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:31:50 +00:00
TrueCharts-Bot
0c300cf5f9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:31:41 +00:00
TrueCharts-Bot
33c1426b6f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:31:26 +00:00
TrueCharts-Bot
61914f3804 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:31:26 +00:00
TrueCharts-Bot
f225793b7d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:31:24 +00:00
TrueCharts-Bot
e0421b1700 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:31:12 +00:00
TrueCharts-Bot
1518120d1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:30:41 +00:00
TrueCharts-Bot
5d7d065c83 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:30:40 +00:00
TrueCharts-Bot
447a33bdc5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:30:34 +00:00
TrueCharts-Bot
c15e027916 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:30:30 +00:00
TrueCharts-Bot
47e51964ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:30:29 +00:00
TrueCharts-Bot
4dac97485b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:30:15 +00:00
TrueCharts-Bot
046ff113e7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:29:44 +00:00
TrueCharts-Bot
94d2df6ee0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 13:29:25 +00:00
TrueCharts-Admin
196b85112a chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.30.1 2023-02-08 13:28:07 +00:00
TrueCharts-Admin
bd0cc96dca chore(deps): update container image tccr.io/truecharts/syncthing to v1.23.1 2023-02-08 13:28:00 +00:00
TrueCharts-Admin
f257d1e57c chore(deps): update container image tccr.io/truecharts/sabnzbd to v3.7.2 2023-02-08 13:27:53 +00:00
TrueCharts-Admin
fddd010265 chore(deps): update container image tccr.io/truecharts/n8n to v0.214.2 2023-02-08 13:27:43 +00:00
TrueCharts-Admin
d1b6f58418 chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.4 2023-02-08 13:27:36 +00:00
TrueCharts-Admin
fc568c6520 chore(deps): update container image tccr.io/truecharts/mariadb to v10.10.3 2023-02-08 13:27:29 +00:00
TrueCharts-Admin
23b2ae11a1 chore(deps): update container image tccr.io/truecharts/joplin-server to v2.10.6 2023-02-08 13:27:22 +00:00
TrueCharts-Admin
b88f996563 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.7 2023-02-08 13:27:14 +00:00
TrueCharts-Admin
2d407f75a4 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.2.3 2023-02-08 13:27:07 +00:00
TrueCharts-Admin
de31aa0819 chore(deps): update container image tccr.io/truecharts/homarr to v0.11.4 2023-02-08 13:27:00 +00:00
TrueCharts-Admin
7849e9f0b3 chore(deps): update container image tccr.io/truecharts/ghost to v5.33.7 2023-02-08 13:26:52 +00:00
TrueCharts-Admin
06268f7d25 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.18 2023-02-08 13:26:44 +00:00
TrueCharts-Admin
7297d9a3e0 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.2 2023-02-08 13:26:37 +00:00
TrueCharts-Admin
262ebf9597 chore(deps): update container image tccr.io/truecharts/dashdot to v4.8.5 2023-02-08 13:26:30 +00:00
TrueCharts-Admin
ed2b3dbfc5 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.7 2023-02-08 13:26:22 +00:00
TrueCharts-Admin
50624efb50 chore(deps): update zabbix 2023-02-08 13:26:14 +00:00
TrueCharts-Admin
60649ed1ba chore(deps): update container image tccr.io/truecharts/posterr to latest 2023-02-08 13:26:00 +00:00
TrueCharts-Admin
469dccd823 chore(deps): update container image tccr.io/truecharts/netbox to 3.4.4 2023-02-08 13:25:51 +00:00
TrueCharts-Admin
736653ba67 chore(deps): update container image tccr.io/truecharts/briefkasten to latest 2023-02-08 13:25:31 +00:00
Stavros Kois
c5ab8866b2 Update Chart.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-02-08 14:16:30 +02:00
TrueCharts Bot
d106354b20 chore(deps): update renovatebot/github-action action to v34.125.1 (#7014) 2023-02-08 09:26:41 +02:00
TrueCharts Bot
3cb889f0d6 chore(deps): pin dessant/lock-threads action to (#7015) 2023-02-08 09:26:25 +02:00
TrueCharts-Bot
9efc2b3415 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 03:47:47 +01:00
TrueCharts-Admin
67afb16fdd chore(deps): update container image tccr.io/truecharts/grafana to v9.3.6 2023-02-08 03:47:47 +01:00
TrueCharts Bot
2bb04f4eab Merge pull request #7086 from truecharts/renovate/tccr.io-truecharts-chromium-desktop-g3-latest 2023-02-08 01:57:35 +01:00
TrueCharts-Bot
f38c15aee0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 00:33:22 +00:00
TrueCharts-Admin
f3027bed7e chore(deps): update container image tccr.io/truecharts/chromium-desktop-g3 to latest 2023-02-08 00:29:33 +00:00
Kjeld Schouten-Lebbing
e2b71bd889 Update metrics60m.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-07 16:14:25 +01:00
Kjeld Schouten-Lebbing
694023ffa9 Update metrics3m.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-07 16:14:19 +01:00
Kjeld Schouten-Lebbing
c007dc7a3a Update metrics.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-07 16:14:10 +01:00
Stavros Kois
d773ea749f Update Chart.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-02-07 16:48:04 +02:00
TrueCharts Bot
08736060ac Merge pull request #7082 from truecharts/renovate/immich 2023-02-07 15:02:53 +01:00
TrueCharts Bot
6accc765e5 Merge pull request #7081 from truecharts/renovate/tccr.io-truecharts-deconz-2.20.01 2023-02-07 14:54:33 +01:00
TrueCharts-Bot
0847bfa0b4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 13:33:55 +00:00
TrueCharts-Bot
2e32bb3fea Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 13:30:41 +00:00
TrueCharts-Admin
e6ce3ce8e0 chore(deps): update container image tccr.io/truecharts/immich-web to v1.45.0 2023-02-07 13:30:09 +00:00
TrueCharts-Admin
b40ac8eca3 chore(deps): update container image tccr.io/truecharts/deconz to 2.20.01 2023-02-07 13:26:49 +00:00
TrueCharts Bot
fb0cd831ae Merge pull request #7080 from truecharts/renovate/tccr.io-truecharts-clamav-1.0.0 2023-02-07 08:52:29 +01:00
TrueCharts-Bot
b3b9b86d5b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 07:28:44 +00:00
TrueCharts-Admin
d0b5391de8 chore(deps): update container image tccr.io/truecharts/clamav to 1.0.0 2023-02-07 07:24:13 +00:00
TrueCharts Bot
b9636fa563 Merge pull request #7079 from truecharts/renovate/tccr.io-truecharts-cloudflared-2023.x 2023-02-07 03:18:51 +01:00
TrueCharts Bot
4a0b2260f5 Merge pull request #7078 from truecharts/renovate/tccr.io-truecharts-emby-4.7.11.0 2023-02-07 03:16:32 +01:00
TrueCharts-Bot
dc08f69d91 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 01:55:55 +00:00
TrueCharts-Bot
2300c6563b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 01:52:42 +00:00
TrueCharts-Admin
41dac99842 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.2.1 2023-02-07 01:52:05 +00:00
TrueCharts-Admin
50888c4ad1 chore(deps): update container image tccr.io/truecharts/emby to 4.7.11.0 2023-02-07 01:49:03 +00:00
TrueCharts Bot
adcb60782a Merge pull request #7073 from truecharts/renovate/tccr.io-truecharts-lidarr-1.1.2.2935 2023-02-07 01:56:47 +01:00
TrueCharts Bot
58560e33c0 Merge pull request #7074 from truecharts/renovate/tccr.io-truecharts-plex-1.30.2.6563 2023-02-07 01:55:38 +01:00
TrueCharts Bot
68ff8aef54 Merge pull request #7075 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.1.3.2521 2023-02-07 01:55:31 +01:00
TrueCharts Bot
a82f295f9b Merge pull request #7077 from truecharts/renovate/tccr.io-truecharts-readarr-0.1.2.1558 2023-02-07 01:55:13 +01:00
TrueCharts Bot
cb91552586 Merge pull request #7076 from truecharts/renovate/tccr.io-truecharts-radarr-4.3.2.6857 2023-02-07 01:55:09 +01:00
TrueCharts-Bot
bc6c43707e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 00:32:30 +00:00
TrueCharts-Bot
21bc64bb32 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 00:32:12 +00:00
TrueCharts-Bot
d2e138e13e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 00:31:35 +00:00
TrueCharts-Bot
8f2cf5d9c6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 00:31:28 +00:00
TrueCharts-Bot
f58eeed02d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 00:31:12 +00:00
TrueCharts-Admin
45f3a21a4c chore(deps): update container image tccr.io/truecharts/readarr to 0.1.2.1558 2023-02-07 00:28:00 +00:00
TrueCharts-Admin
41df3f67ec chore(deps): update container image tccr.io/truecharts/radarr to 4.3.2.6857 2023-02-07 00:27:52 +00:00
TrueCharts-Admin
86e493a870 chore(deps): update container image tccr.io/truecharts/prowlarr to 1.1.3.2521 2023-02-07 00:27:45 +00:00
TrueCharts-Admin
4b5300bdad chore(deps): update container image tccr.io/truecharts/plex to 1.30.2.6563 2023-02-07 00:27:37 +00:00
TrueCharts-Admin
4e44d37b6b chore(deps): update container image tccr.io/truecharts/lidarr to 1.1.2.2935 2023-02-07 00:27:27 +00:00
TrueCharts Bot
65729bf0dd Merge pull request #7068 from truecharts/renovate/tccr.io-truecharts-calibre-6.x 2023-02-06 20:53:22 +01:00
TrueCharts Bot
c34c1eceba Merge pull request #7069 from truecharts/renovate/tccr.io-truecharts-czkawka-23.x 2023-02-06 20:52:27 +01:00
TrueCharts Bot
249115ea0a Merge pull request #7070 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.x 2023-02-06 20:51:58 +01:00
TrueCharts Bot
bb32534434 Merge pull request #7067 from truecharts/renovate/tccr.io-truecharts-rust-latest 2023-02-06 20:48:07 +01:00
TrueCharts-Bot
3886820b32 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 19:30:04 +00:00
TrueCharts-Bot
f54f106961 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 19:28:20 +00:00
TrueCharts-Bot
b8c861215c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 19:28:14 +00:00
TrueCharts-Bot
4774f7ab8b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 19:25:03 +00:00
TrueCharts-Admin
51f3f69e8f chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.1 2023-02-06 19:24:37 +00:00
TrueCharts-Admin
88e1f3765e chore(deps): update container image tccr.io/truecharts/czkawka to v23.02.1 2023-02-06 19:24:29 +00:00
TrueCharts-Admin
348474dbf8 chore(deps): update container image tccr.io/truecharts/calibre to v6.12.0 2023-02-06 19:24:22 +00:00
TrueCharts-Admin
1663ccd5b7 chore(deps): update container image tccr.io/truecharts/rust to latest 2023-02-06 19:21:10 +00:00
TrueCharts Bot
4106df2477 Merge pull request #7049 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-02-06 19:41:48 +01:00
TrueCharts Bot
ce80101f4d Merge pull request #6882 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-02-06 19:40:07 +01:00
TrueCharts Bot
64ebc25bec Merge pull request #7027 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.21 2023-02-06 19:38:57 +01:00
TrueCharts Bot
0018c4102e Merge pull request #7045 from truecharts/renovate/tccr.io-truecharts-redis-7.0.8 2023-02-06 19:34:53 +01:00
TrueCharts Bot
599618ec91 Merge pull request #7023 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-02-06 19:34:28 +01:00
TrueCharts-Bot
68ad48274d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 18:09:36 +00:00
TrueCharts-Bot
3ab5491196 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 18:09:06 +00:00
TrueCharts-Bot
70432a0285 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 18:09:02 +00:00
TrueCharts-Bot
03d26e9804 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 18:08:32 +00:00
TrueCharts-Bot
747325370b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 18:08:03 +00:00
TrueCharts-Admin
13f9e85aaf chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-06 18:05:15 +00:00
TrueCharts-Admin
1f0c766b40 chore(deps): update container image tccr.io/truecharts/redis to 7.0.8 2023-02-06 18:05:10 +00:00
TrueCharts-Admin
0eaa1d39af chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-02-06 18:05:04 +00:00
TrueCharts-Admin
1e37386df3 chore(deps): update container image tccr.io/truecharts/flexget to 3.5.21 2023-02-06 18:04:41 +00:00
TrueCharts-Admin
a708fb72f1 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-02-06 18:04:18 +00:00
Kjeld Schouten-Lebbing
9836d08cb6 Update CODEOWNERS
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:47:50 +01:00
Kjeld Schouten-Lebbing
19ca7eb014 Update pr-validate.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:42:27 +01:00
Kjeld Schouten-Lebbing
aae8ab21ab Update CODEOWNERS
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:38:26 +01:00
Kjeld Schouten-Lebbing
32cbcf7e58 Update CODEOWNERS
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:32:07 +01:00
Kjeld Schouten-Lebbing
dddf4c258b Update pr-validate.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:29:56 +01:00
TrueCharts Bot
251ed3ca7d Merge pull request #7060 from truecharts/renovate/minecraft-java 2023-02-06 17:39:58 +01:00
TrueCharts Bot
ea0928655e Merge pull request #7061 from truecharts/renovate/neko 2023-02-06 15:48:16 +01:00
TrueCharts Bot
654d6ad56d Merge pull request #7058 from truecharts/renovate/tccr.io-truecharts-wordpress-6.1.1 2023-02-06 15:33:34 +01:00
TrueCharts Bot
9aeb828fdc Merge pull request #7036 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.3 2023-02-06 15:31:06 +01:00
TrueCharts Bot
0eeef780e2 Merge pull request #7040 from truecharts/renovate/tccr.io-truecharts-nginx-1.23.3 2023-02-06 15:28:16 +01:00
TrueCharts-Bot
2b90ee63b9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 15:24:26 +01:00
TrueCharts-Admin
299e4d9d9c chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-02-06 15:24:26 +01:00
TrueCharts Bot
358b1c9549 Merge pull request #7046 from truecharts/renovate/tccr.io-truecharts-redmine-5.0.4 2023-02-06 15:23:52 +01:00
TrueCharts Bot
bbd06ac2a5 Merge pull request #7057 from truecharts/renovate/tccr.io-truecharts-wger-latest 2023-02-06 15:23:32 +01:00
TrueCharts Bot
721eaa0d3e Merge pull request #7033 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-06 15:23:06 +01:00
TrueCharts Bot
7b85d949d4 Merge pull request #7050 from truecharts/renovate/tccr.io-truecharts-searxng-latest 2023-02-06 15:21:31 +01:00
TrueCharts Bot
2ffb0b2ee7 Merge pull request #7056 from truecharts/renovate/tccr.io-truecharts-twonky-server-latest 2023-02-06 15:21:21 +01:00
TrueCharts Bot
3a1cc91823 Merge pull request #7054 from truecharts/renovate/tccr.io-truecharts-ts-dnsserver-latest 2023-02-06 15:21:14 +01:00
TrueCharts Bot
acb3e6fd46 Merge pull request #7053 from truecharts/renovate/tccr.io-truecharts-solr-9.1.1 2023-02-06 15:20:28 +01:00
TrueCharts Bot
d797259534 Merge pull request #7051 from truecharts/renovate/tccr.io-truecharts-sftpgo-latest 2023-02-06 15:20:12 +01:00
TrueCharts Bot
2f35f2239f Merge pull request #7044 from truecharts/renovate/tccr.io-truecharts-red-discordbot-vfull 2023-02-06 15:20:00 +01:00
TrueCharts Bot
8916cc6ffe Merge pull request #7041 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.8.0 2023-02-06 15:19:46 +01:00
TrueCharts Bot
bedb900fe9 Merge pull request #7055 from truecharts/renovate/tccr.io-truecharts-tubesync-latest 2023-02-06 15:19:45 +01:00
TrueCharts Bot
5f57a864a4 Merge pull request #7025 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-02-06 15:19:04 +01:00
TrueCharts Bot
d6cd20a743 Merge pull request #7018 from truecharts/renovate/tccr.io-truecharts-blender-latest 2023-02-06 15:18:47 +01:00
TrueCharts Bot
a58ff09013 Merge pull request #7052 from truecharts/renovate/tccr.io-truecharts-snapdrop-latest 2023-02-06 15:18:35 +01:00
TrueCharts Bot
e16cf7b0e3 Merge pull request #7047 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-02-06 15:18:25 +01:00
TrueCharts Bot
e99114f849 Merge pull request #7059 from truecharts/renovate/tccr.io-truecharts-yourls-latest 2023-02-06 15:18:22 +01:00
TrueCharts Bot
d1322ed246 Merge pull request #7039 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.4 2023-02-06 15:17:52 +01:00
TrueCharts Bot
cfc491c495 Merge pull request #7019 from truecharts/renovate/tccr.io-truecharts-blog-latest 2023-02-06 15:17:48 +01:00
TrueCharts Bot
975e55af3e Merge pull request #7021 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-06 15:17:19 +01:00
TrueCharts Bot
24bf0fa821 Merge pull request #7043 from truecharts/renovate/tccr.io-truecharts-postgresql-14.6.0 2023-02-06 15:17:12 +01:00
TrueCharts Bot
8a17bacea9 Merge pull request #7048 from truecharts/renovate/tccr.io-truecharts-rsnapshot-1.4.4 2023-02-06 15:17:05 +01:00
TrueCharts Bot
89d363dc2f Merge pull request #7029 from truecharts/renovate/tccr.io-truecharts-habridge-v5.4.1 2023-02-06 15:17:02 +01:00
TrueCharts Bot
44444c5065 Merge pull request #7038 from truecharts/renovate/tccr.io-truecharts-minio-latest 2023-02-06 15:17:01 +01:00
TrueCharts Bot
3352c84b67 Merge pull request #7034 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-02-06 15:16:58 +01:00
TrueCharts Bot
8d31734f40 Merge pull request #7031 from truecharts/renovate/tccr.io-truecharts-jenkins-2.389.0 2023-02-06 15:16:54 +01:00
TrueCharts Bot
76a5102041 Merge pull request #7042 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-02-06 15:16:52 +01:00
TrueCharts Bot
184b0a2009 Merge pull request #7026 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-02-06 15:16:19 +01:00
TrueCharts Bot
8664afbc8d Merge pull request #7022 from truecharts/renovate/tccr.io-truecharts-cups-server-latest 2023-02-06 15:16:09 +01:00
TrueCharts Bot
396a50dbc6 Merge pull request #7032 from truecharts/renovate/tccr.io-truecharts-lazylibrarian-latest 2023-02-06 15:15:51 +01:00
TrueCharts Bot
93e94eb91c Merge pull request #7035 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.2 2023-02-06 15:15:45 +01:00
TrueCharts Bot
0f789b22bc Merge pull request #7037 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-02-06 15:15:39 +01:00
TrueCharts Bot
e3550982bd Merge pull request #7020 from truecharts/renovate/tccr.io-truecharts-boinc-latest 2023-02-06 15:15:22 +01:00
TrueCharts Bot
e21c975052 Merge pull request #7016 from truecharts/renovate/tccr.io-truecharts-adminer-latest 2023-02-06 15:15:09 +01:00
TrueCharts Bot
78afe6d344 Merge pull request #7062 from truecharts/renovate/rdesktop 2023-02-06 15:10:42 +01:00
TrueCharts Bot
45b3abd407 Merge pull request #7063 from truecharts/renovate/webtop 2023-02-06 15:10:37 +01:00
TrueCharts Bot
6f965c07e1 Merge pull request #7030 from truecharts/renovate/tccr.io-truecharts-heimdall-2.5.5 2023-02-06 15:06:30 +01:00
TrueCharts-Bot
d25f6d6eeb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:44:31 +00:00
TrueCharts-Bot
992d58a141 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:43:25 +00:00
TrueCharts-Bot
5803cd9fee Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:41:43 +00:00
TrueCharts-Bot
6d7850f2c7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:41:43 +00:00
TrueCharts-Bot
a4e03329c3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:41:37 +00:00
TrueCharts-Bot
d16fc6b1ac Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:41:19 +00:00
TrueCharts-Bot
e4731130f7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:41:12 +00:00
TrueCharts-Bot
e9eadebed1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:40:59 +00:00
TrueCharts-Bot
00fe21ae49 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:40:34 +00:00
TrueCharts-Bot
c5cc03eb3d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:40:28 +00:00
TrueCharts-Bot
01fba6941d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:40:25 +00:00
TrueCharts-Bot
8475f1c1bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:40:14 +00:00
TrueCharts-Bot
e5fb10b206 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:39:56 +00:00
TrueCharts-Bot
5ffa3be68a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:39:38 +00:00
TrueCharts-Bot
eab1c81972 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:39:25 +00:00
TrueCharts-Bot
6a0b460e07 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:38:15 +00:00
TrueCharts-Bot
5b88bac7e2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:38:02 +00:00
TrueCharts-Bot
564e2d0901 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:37:39 +00:00
TrueCharts-Bot
a2e7f77ed9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:37:13 +00:00
TrueCharts-Bot
c75d349c7a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:37:11 +00:00
TrueCharts-Bot
bb589acd66 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:36:56 +00:00
TrueCharts-Bot
3ffb76e837 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:36:55 +00:00
TrueCharts-Bot
35addfc941 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:36:42 +00:00
TrueCharts-Bot
fe0ad91e4d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:36:36 +00:00
TrueCharts-Bot
1095a50023 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:35:57 +00:00
TrueCharts-Bot
9963b9a01b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:35:49 +00:00
TrueCharts-Bot
ac4a3fa381 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:35:19 +00:00
TrueCharts-Bot
c26cdfe4d9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:35:14 +00:00
TrueCharts-Bot
91bce25806 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:35:12 +00:00
TrueCharts-Admin
712db230ed chore(deps): update webtop 2023-02-06 13:34:47 +00:00
TrueCharts-Bot
62ec74e5db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:34:46 +00:00
TrueCharts-Admin
fb4d058066 chore(deps): update rdesktop 2023-02-06 13:34:39 +00:00
TrueCharts-Admin
1811199491 chore(deps): update neko 2023-02-06 13:34:31 +00:00
TrueCharts-Bot
df3399050f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:34:28 +00:00
TrueCharts-Admin
fffeb3e5af chore(deps): update minecraft-java 2023-02-06 13:34:24 +00:00
TrueCharts-Admin
a6cd91fac7 chore(deps): update container image tccr.io/truecharts/yourls to latest 2023-02-06 13:34:16 +00:00
TrueCharts-Bot
87c1b9f589 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:34:15 +00:00
TrueCharts-Bot
00068f40b9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:34:09 +00:00
TrueCharts-Admin
9647938f21 chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1 2023-02-06 13:34:09 +00:00
TrueCharts-Bot
9455d64a01 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:34:08 +00:00
TrueCharts-Admin
351302a9ad chore(deps): update container image tccr.io/truecharts/wger to latest 2023-02-06 13:34:01 +00:00
TrueCharts-Admin
064fa6fe5e chore(deps): update container image tccr.io/truecharts/twonky-server to latest 2023-02-06 13:33:53 +00:00
TrueCharts-Admin
29f58bc9ee chore(deps): update container image tccr.io/truecharts/tubesync to latest 2023-02-06 13:33:44 +00:00
TrueCharts-Admin
f49e56c74f chore(deps): update container image tccr.io/truecharts/ts-dnsserver to latest 2023-02-06 13:33:37 +00:00
TrueCharts-Bot
f1edb7a7d1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:33:32 +00:00
TrueCharts-Admin
2929739d91 chore(deps): update container image tccr.io/truecharts/solr to 9.1.1 2023-02-06 13:33:26 +00:00
TrueCharts-Bot
a9c94c0bec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:33:18 +00:00
TrueCharts-Admin
ea6b7aecd9 chore(deps): update container image tccr.io/truecharts/snapdrop to latest 2023-02-06 13:33:18 +00:00
TrueCharts-Bot
17d695cb86 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:33:12 +00:00
TrueCharts-Admin
565ac683b5 chore(deps): update container image tccr.io/truecharts/sftpgo to latest 2023-02-06 13:33:10 +00:00
TrueCharts-Admin
35dc3de2d9 chore(deps): update container image tccr.io/truecharts/searxng to latest 2023-02-06 13:33:03 +00:00
TrueCharts-Bot
b43ee5aba0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:32:57 +00:00
TrueCharts-Bot
3f3a048ee2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:32:49 +00:00
TrueCharts-Bot
3bb2e4d9a6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:32:47 +00:00
TrueCharts-Admin
3b85a969cb chore(deps): update container image tccr.io/truecharts/rsnapshot to 1.4.4 2023-02-06 13:32:44 +00:00
TrueCharts-Admin
6dd8385349 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-02-06 13:32:37 +00:00
TrueCharts-Admin
ee2ad81d9d chore(deps): update container image tccr.io/truecharts/redmine to 5.0.4 2023-02-06 13:32:28 +00:00
TrueCharts-Bot
6ff5e94f2d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 13:32:15 +00:00
TrueCharts-Admin
15906c55a6 chore(deps): update container image tccr.io/truecharts/red-discordbot to vfull 2023-02-06 13:32:13 +00:00
TrueCharts-Admin
57b654ce00 chore(deps): update container image tccr.io/truecharts/postgresql to 14.6.0 2023-02-06 13:32:04 +00:00
TrueCharts-Admin
5d03f48441 chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-02-06 13:31:55 +00:00
TrueCharts-Admin
64b8c30c48 chore(deps): update container image tccr.io/truecharts/omada-controller to 5.8.0 2023-02-06 13:31:46 +00:00
TrueCharts-Admin
c22940cc16 chore(deps): update container image tccr.io/truecharts/nginx to 1.23.3 2023-02-06 13:31:38 +00:00
TrueCharts-Admin
22b611b83f chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.4 2023-02-06 13:31:31 +00:00
TrueCharts-Admin
5c40c8178b chore(deps): update container image tccr.io/truecharts/minio to latest 2023-02-06 13:31:23 +00:00
TrueCharts-Admin
284b11eddc chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-02-06 13:31:15 +00:00
TrueCharts-Admin
e877e69794 chore(deps): update container image tccr.io/truecharts/matomo to 4.13.3 2023-02-06 13:31:08 +00:00
TrueCharts-Admin
f7ba0bb08b chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.2 2023-02-06 13:31:00 +00:00
TrueCharts-Admin
8f19a8a020 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-02-06 13:30:52 +00:00
TrueCharts-Admin
85d69f28f2 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-06 13:30:43 +00:00
TrueCharts-Admin
8c6e050241 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-02-06 13:30:35 +00:00
TrueCharts-Admin
15b7b69df1 chore(deps): update container image tccr.io/truecharts/jenkins to 2.389.0 2023-02-06 13:30:28 +00:00
TrueCharts-Admin
f8742dfe1a chore(deps): update container image tccr.io/truecharts/heimdall to 2.5.5 2023-02-06 13:30:20 +00:00
TrueCharts-Admin
89d9ac79c4 chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 2023-02-06 13:30:13 +00:00
TrueCharts-Admin
b46d6d5f31 chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-02-06 13:29:47 +00:00
TrueCharts-Admin
d41e9536b8 chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-02-06 13:29:40 +00:00
TrueCharts-Admin
e8c94a4a46 chore(deps): update container image tccr.io/truecharts/cups-server to latest 2023-02-06 13:29:19 +00:00
TrueCharts-Admin
27f50e9f2c chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-06 13:29:11 +00:00
TrueCharts-Admin
6182c4487a chore(deps): update container image tccr.io/truecharts/boinc to latest 2023-02-06 13:29:04 +00:00
TrueCharts-Admin
26ae09d81a chore(deps): update container image tccr.io/truecharts/blog to latest 2023-02-06 13:28:56 +00:00
TrueCharts-Admin
d838281901 chore(deps): update container image tccr.io/truecharts/blender to latest 2023-02-06 13:28:48 +00:00
TrueCharts-Admin
c669b03eb3 chore(deps): update container image tccr.io/truecharts/adminer to latest 2023-02-06 13:28:34 +00:00
StevenMcElligott
c355902143 docs(Jellyfin): Added a complete Setup Guide (#7007)
* docs(Jellyfin): Added a complete Setup Guide

* Update charts/stable/jellyfin/docs/how-to.md

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/stable/jellyfin/docs/how-to.md

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update charts/stable/jellyfin/docs/how-to.md

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 10:48:29 +01:00
TrueCharts Bot
529e6d2f6c Merge pull request #7013 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.x 2023-02-06 09:54:25 +01:00
TrueCharts-Bot
1eb7cd98db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 08:27:11 +00:00
TrueCharts-Admin
03c986b3df chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.0 2023-02-06 08:23:27 +00:00
TrueCharts Bot
79779e1ce5 Merge pull request #7009 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.14.0 2023-02-06 08:55:34 +01:00
TrueCharts Bot
de6cdf5ac0 Merge pull request #7012 from truecharts/renovate/tccr.io-truecharts-filebot-23.x 2023-02-06 08:55:19 +01:00
TrueCharts Bot
9c737df308 Merge pull request #7010 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-20.10.23 2023-02-06 08:53:35 +01:00
TrueCharts-Bot
ab16eca5ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 07:29:32 +00:00
TrueCharts-Bot
48382bad2f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 07:27:13 +00:00
TrueCharts-Bot
6cc5e022b7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 07:26:30 +00:00
TrueCharts-Admin
36bc89b607 chore(deps): update container image tccr.io/truecharts/filebot to v23.02.1 2023-02-06 07:25:51 +00:00
TrueCharts-Admin
39d857cc98 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v 2023-02-06 07:22:42 +00:00
TrueCharts-Admin
f6b82d2f1b chore(deps): update container image tccr.io/truecharts/babybuddy to 1.14.0 2023-02-06 07:22:34 +00:00
2922 changed files with 50719 additions and 61354 deletions

View File

@@ -1,4 +1,8 @@
{
"projectName": "charts",
"projectOwner": "truecharts",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
".github/README.md"
],
@@ -581,8 +585,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/9399967?v=4",
"profile": "https://xstar97.github.io",
"contributions": [
"bug",
"code",
"bug",
"mentoring"
]
},
@@ -1102,7 +1106,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/1340877?v=4",
"profile": "https://github.com/neoestremi",
"contributions": [
"mentoring"
"mentoring",
"bug"
]
},
{
@@ -1282,7 +1287,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/92877124?v=4",
"profile": "https://github.com/MaverickD650",
"contributions": [
"code"
"code",
"bug"
]
},
{
@@ -1320,13 +1326,463 @@
"contributions": [
"doc"
]
},
{
"login": "l-moon-git",
"name": "l-moon-git",
"avatar_url": "https://avatars.githubusercontent.com/u/103282929?v=4",
"profile": "https://github.com/l-moon-git",
"contributions": [
"code"
]
},
{
"login": "hughes5",
"name": "hughes5",
"avatar_url": "https://avatars.githubusercontent.com/u/6740468?v=4",
"profile": "https://github.com/hughes5",
"contributions": [
"doc"
]
},
{
"login": "sdimovv",
"name": "sdimovv",
"avatar_url": "https://avatars.githubusercontent.com/u/36302090?v=4",
"profile": "https://github.com/sdimovv",
"contributions": [
"code"
]
},
{
"login": "AllieQpzm",
"name": "AllieQpzm",
"avatar_url": "https://avatars.githubusercontent.com/u/2895565?v=4",
"profile": "https://github.com/AllieQpzm",
"contributions": [
"code"
]
},
{
"login": "dominch",
"name": "Dominik",
"avatar_url": "https://avatars.githubusercontent.com/u/10815109?v=4",
"profile": "http://www.dominik.net.pl",
"contributions": [
"bug"
]
},
{
"login": "renovate[bot]",
"name": "renovate[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/2740?v=4",
"profile": "https://github.com/apps/renovate",
"contributions": [
"tool"
]
},
{
"login": "allcontributors[bot]",
"name": "allcontributors[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/23186?v=4",
"profile": "https://github.com/apps/allcontributors",
"contributions": [
"tool"
]
},
{
"login": "dependabot[bot]",
"name": "dependabot[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"profile": "https://github.com/apps/dependabot",
"contributions": [
"tool"
]
},
{
"login": "truecharts-admin",
"name": "TrueCharts Bot",
"avatar_url": "https://avatars.githubusercontent.com/u/80468013?v=4",
"profile": "https://truecharts.org/",
"contributions": [
"tool",
"infra",
"code"
]
},
{
"login": "renovate-bot",
"name": "Mend Renovate",
"avatar_url": "https://avatars.githubusercontent.com/u/25180681?v=4",
"profile": "https://www.mend.io/free-developer-tools/renovate/",
"contributions": [
"tool"
]
},
{
"login": "Simoneu01",
"name": "Simone",
"avatar_url": "https://avatars.githubusercontent.com/u/43807696?v=4",
"profile": "https://github.com/Simoneu01",
"contributions": [
"code"
]
},
{
"login": "jfroy",
"name": "Jean-François Roy",
"avatar_url": "https://avatars.githubusercontent.com/u/49554?v=4",
"profile": "https://devklog.net/",
"contributions": [
"code"
]
},
{
"login": "Whiskey24",
"name": "Whiskey24",
"avatar_url": "https://avatars.githubusercontent.com/u/12865553?v=4",
"profile": "https://github.com/Whiskey24",
"contributions": [
"code"
]
},
{
"login": "inmanturbo",
"name": "inmanturbo",
"avatar_url": "https://avatars.githubusercontent.com/u/47095624?v=4",
"profile": "https://github.com/inmanturbo",
"contributions": [
"doc"
]
},
{
"login": "Dhs92",
"name": "Alex",
"avatar_url": "https://avatars.githubusercontent.com/u/3068714?v=4",
"profile": "https://github.com/Dhs92",
"contributions": [
"code"
]
},
{
"login": "bjsemrad",
"name": "Brian Semrad",
"avatar_url": "https://avatars.githubusercontent.com/u/1234356?v=4",
"profile": "https://github.com/bjsemrad",
"contributions": [
"code"
]
},
{
"login": "ctag",
"name": "Christopher",
"avatar_url": "https://avatars.githubusercontent.com/u/6200085?v=4",
"profile": "https://256.makerslocal.org/wiki/User:Ctag",
"contributions": [
"code"
]
},
{
"login": "engedics",
"name": "Csaba Engedi",
"avatar_url": "https://avatars.githubusercontent.com/u/11065639?v=4",
"profile": "https://github.com/engedics",
"contributions": [
"code"
]
},
{
"login": "Cyb3rzombie",
"name": "Cyb3rzombie",
"avatar_url": "https://avatars.githubusercontent.com/u/19274374?v=4",
"profile": "https://github.com/Cyb3rzombie",
"contributions": [
"code"
]
},
{
"login": "CajuCLC",
"name": "Eric Cavalcanti",
"avatar_url": "https://avatars.githubusercontent.com/u/1249095?v=4",
"profile": "https://cloudtutorial.net/",
"contributions": [
"code"
]
},
{
"login": "g-a-c",
"name": "Gavin Chappell",
"avatar_url": "https://avatars.githubusercontent.com/u/2798739?v=4",
"profile": "https://github.com/g-a-c",
"contributions": [
"code",
"bug"
]
},
{
"login": "raynay-r",
"name": "raynay-r",
"avatar_url": "https://avatars.githubusercontent.com/u/16634069?v=4",
"profile": "https://github.com/raynay-r",
"contributions": [
"code"
]
},
{
"login": "Jip-Hop",
"name": "Jip-Hop",
"avatar_url": "https://avatars.githubusercontent.com/u/2871973?v=4",
"profile": "https://jip.debeer.it/",
"contributions": [
"doc"
]
},
{
"login": "jonaswre",
"name": "Jonas Wrede",
"avatar_url": "https://avatars.githubusercontent.com/u/3731681?v=4",
"profile": "https://github.com/jonaswre",
"contributions": [
"code"
]
},
{
"login": "silentnyte",
"name": "SilentNyte",
"avatar_url": "https://avatars.githubusercontent.com/u/2430307?v=4",
"profile": "https://github.com/silentnyte",
"contributions": [
"doc"
]
},
{
"login": "StanMar-bit",
"name": "Stan",
"avatar_url": "https://avatars.githubusercontent.com/u/84271654?v=4",
"profile": "https://github.com/StanMar-bit",
"contributions": [
"code"
]
},
{
"login": "tiagogaspar8",
"name": "Tiago Gaspar",
"avatar_url": "https://avatars.githubusercontent.com/u/39808643?v=4",
"profile": "https://github.com/tiagogaspar8",
"contributions": [
"code"
]
},
{
"login": "gismo2004",
"name": "gismo2004",
"avatar_url": "https://avatars.githubusercontent.com/u/2325636?v=4",
"profile": "https://github.com/gismo2004",
"contributions": [
"code"
]
},
{
"login": "jsegaert",
"name": "jsegaert",
"avatar_url": "https://avatars.githubusercontent.com/u/20346509?v=4",
"profile": "https://github.com/jsegaert",
"contributions": [
"doc"
]
},
{
"login": "miguelangel-nubla",
"name": "Miguel Angel Nubla",
"avatar_url": "https://avatars.githubusercontent.com/u/866596?v=4",
"profile": "https://github.com/miguelangel-nubla",
"contributions": [
"code"
]
},
{
"login": "xal3xhx",
"name": "xal3xhx",
"avatar_url": "https://avatars.githubusercontent.com/u/8585664?v=4",
"profile": "https://github.com/xal3xhx",
"contributions": [
"code"
]
},
{
"login": "jeremybox",
"name": "jeremybox",
"avatar_url": "https://avatars.githubusercontent.com/u/33465600?v=4",
"profile": "https://github.com/jeremybox",
"contributions": [
"doc"
]
},
{
"login": "CameronSabuda",
"name": "Cameron Sabuda",
"avatar_url": "https://avatars.githubusercontent.com/u/25101288?v=4",
"profile": "https://github.com/CameronSabuda",
"contributions": [
"doc"
]
},
{
"login": "edmeister",
"name": "Jeroen Schepens",
"avatar_url": "https://avatars.githubusercontent.com/u/702527?v=4",
"profile": "https://github.com/edmeister",
"contributions": [
"bug"
]
},
{
"login": "jrwrigh",
"name": "James Wright",
"avatar_url": "https://avatars.githubusercontent.com/u/20801821?v=4",
"profile": "http://jameswright.xyz",
"contributions": [
"doc"
]
},
{
"login": "Malpractis",
"name": "Malpractis",
"avatar_url": "https://avatars.githubusercontent.com/u/31232305?v=4",
"profile": "https://github.com/Malpractis",
"contributions": [
"bug"
]
},
{
"login": "CommanderStarhump",
"name": "CommanderStarhump",
"avatar_url": "https://avatars.githubusercontent.com/u/91758053?v=4",
"profile": "https://github.com/CommanderStarhump",
"contributions": [
"bug"
]
},
{
"login": "vianchiel",
"name": "Vianchiel",
"avatar_url": "https://avatars.githubusercontent.com/u/123665622?v=4",
"profile": "https://github.com/vianchiel",
"contributions": [
"bug"
]
},
{
"login": "b-m-f",
"name": "Maximilian Ehlers",
"avatar_url": "https://avatars.githubusercontent.com/u/2843450?v=4",
"profile": "https://github.com/b-m-f",
"contributions": [
"bug"
]
},
{
"login": "nautilus7",
"name": "nautilus7",
"avatar_url": "https://avatars.githubusercontent.com/u/1540233?v=4",
"profile": "https://github.com/nautilus7",
"contributions": [
"bug"
]
},
{
"login": "kqmaverick",
"name": "kqmaverick",
"avatar_url": "https://avatars.githubusercontent.com/u/121722567?v=4",
"profile": "https://github.com/kqmaverick",
"contributions": [
"bug"
]
},
{
"login": "ccalby",
"name": "ccalby",
"avatar_url": "https://avatars.githubusercontent.com/u/680553?v=4",
"profile": "https://github.com/ccalby",
"contributions": [
"bug"
]
},
{
"login": "kofeyh",
"name": "kofeyh",
"avatar_url": "https://avatars.githubusercontent.com/u/26401963?v=4",
"profile": "https://github.com/kofeyh",
"contributions": [
"bug"
]
},
{
"login": "imjustleaving",
"name": "imjustleaving",
"avatar_url": "https://avatars.githubusercontent.com/u/109609649?v=4",
"profile": "https://github.com/imjustleaving",
"contributions": [
"bug"
]
},
{
"login": "PrototypeActual",
"name": "Cristian Torres",
"avatar_url": "https://avatars.githubusercontent.com/u/18661121?v=4",
"profile": "https://github.com/PrototypeActual",
"contributions": [
"bug"
]
},
{
"login": "schopenhauer",
"name": "schopenhauer",
"avatar_url": "https://avatars.githubusercontent.com/u/2085103?v=4",
"profile": "https://github.com/schopenhauer",
"contributions": [
"bug"
]
},
{
"login": "Zackptg5",
"name": "Zackptg5",
"avatar_url": "https://avatars.githubusercontent.com/u/5107713?v=4",
"profile": "https://github.com/Zackptg5",
"contributions": [
"bug"
]
},
{
"login": "backerman",
"name": "Brad Ackerman",
"avatar_url": "https://avatars.githubusercontent.com/u/115895?v=4",
"profile": "https://bradackerman.com/",
"contributions": [
"bug"
]
},
{
"login": "mcspiff313",
"name": "mcspiff313",
"avatar_url": "https://avatars.githubusercontent.com/u/7252551?v=4",
"profile": "https://hachyderm.io/@mcspiff",
"contributions": [
"bug"
]
},
{
"login": "fnichol",
"name": "Fletcher Nichol",
"avatar_url": "https://avatars.githubusercontent.com/u/261548?v=4",
"profile": "https://fnichol.com",
"contributions": [
"code",
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "charts",
"projectOwner": "truecharts",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}

18
.github/CODEOWNERS vendored
View File

@@ -1,11 +1,9 @@
# Default code owners
* @ornias1993
* @truecharts-bot
/charts/stable/ @stavros-k
/charts/incubator/ @stavros-k
/charts/SCALE/ @ornias1993
/charts/core/ @ornias1993
/charts/dependency/ @ornias1993
/charts/enterprise/ @ornias1993
/charts/dev/ @ornias1993
/docs/ @ornias1993 @stavros-k
* @ornias1993
/charts/stable/ @truecharts/stable-maintainers @ornias1993
/charts/incubator/ @truecharts/incubator-maintainers @Ornias1993
/charts/dependency/ @truecharts/enterprise-maintainers @ornias1993
/charts/enterprise/ @truecharts/enterprise-maintainers @ornias1993
/charts/dev/ @ornias1993
/.github/ @truecharts/ci-maintainers @ornias1993
docs/ @truecharts/docs-maintainers @ornias1993

79
.github/README.md vendored
View File

@@ -32,7 +32,7 @@ All our charts are supposed to work together, be easy to setup using the TrueNAS
Installing TrueCharts within TrueNAS SCALE, is possible using the TrueNAS SCALE Catalog list.
Check TrueCharts [Quick-Start Guides](https://truecharts.org/manual/guides/Adding-TrueCharts) for more information.
Check TrueCharts [Quick-Start Guides](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts) for more information.
### Support
@@ -79,7 +79,7 @@ This ensures freedom and flexibility for everyone involved and makes sure you, t
Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior know-how on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.
For more information on creating SCALE Apps and Helm charts, please check out our [development manual](https://truecharts.org/manual/development/License-headers)
For more information on creating SCALE Apps and Helm charts, please check out our [development manual](https://truecharts.org/manual/development/chart-structure/)
### Automation and you
@@ -124,7 +124,7 @@ A lot of our work is based on the great effort of others. We would love to exten
## Contributors ✨
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-140-orange.svg?style=for-the-badge)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-191-orange.svg?style=for-the-badge)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -212,7 +212,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/alexthamm"><img src="https://avatars.githubusercontent.com/u/2556372?v=4?s=100" width="100px;" alt="Alexander Thamm"/><br /><sub><b>Alexander Thamm</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aalexthamm" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rexit1982"><img src="https://avatars.githubusercontent.com/u/7585043?v=4?s=100" width="100px;" alt="rexit1982"/><br /><sub><b>rexit1982</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Arexit1982" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iaxx"><img src="https://avatars.githubusercontent.com/u/13745514?v=4?s=100" width="100px;" alt="iaxx"/><br /><sub><b>iaxx</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aiaxx" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://xstar97.github.io"><img src="https://avatars.githubusercontent.com/u/9399967?v=4?s=100" width="100px;" alt="Xstar97"/><br /><sub><b>Xstar97</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AXstar97" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=Xstar97" title="Code">💻</a> <a href="#mentoring-Xstar97" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://xstar97.github.io"><img src="https://avatars.githubusercontent.com/u/9399967?v=4?s=100" width="100px;" alt="Xstar97"/><br /><sub><b>Xstar97</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Xstar97" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3AXstar97" title="Bug reports">🐛</a> <a href="#mentoring-Xstar97" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Ornias"><img src="https://avatars.githubusercontent.com/u/20852677?v=4?s=100" width="100px;" alt="ornias"/><br /><sub><b>ornias</b></sub></a><br /><a href="#video-ornias" title="Videos">📹</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://joshasplund.com"><img src="https://avatars.githubusercontent.com/u/3958801?v=4?s=100" width="100px;" alt="Josh Asplund"/><br /><sub><b>Josh Asplund</b></sub></a><br /><a href="#financial-joshuata" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/midnight33233"><img src="https://avatars.githubusercontent.com/u/25982892?v=4?s=100" width="100px;" alt="midnight33233"/><br /><sub><b>midnight33233</b></sub></a><br /><a href="#financial-midnight33233" title="Financial">💵</a></td>
@@ -284,7 +284,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Chowarmaan"><img src="https://avatars.githubusercontent.com/u/175738?v=4?s=100" width="100px;" alt="Steven Scott"/><br /><sub><b>Steven Scott</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Chowarmaan" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piwi3910"><img src="https://avatars.githubusercontent.com/u/12539757?v=4?s=100" width="100px;" alt="Watteel Pascal"/><br /><sub><b>Watteel Pascal</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=piwi3910" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JamesOsborn-SE"><img src="https://avatars.githubusercontent.com/u/3580335?v=4?s=100" width="100px;" alt="JamesOsborn-SE"/><br /><sub><b>JamesOsborn-SE</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=JamesOsborn-SE" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=JamesOsborn-SE" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/neoestremi"><img src="https://avatars.githubusercontent.com/u/1340877?v=4?s=100" width="100px;" alt="NeoToxic"/><br /><sub><b>NeoToxic</b></sub></a><br /><a href="#mentoring-neoestremi" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/neoestremi"><img src="https://avatars.githubusercontent.com/u/1340877?v=4?s=100" width="100px;" alt="NeoToxic"/><br /><sub><b>NeoToxic</b></sub></a><br /><a href="#mentoring-neoestremi" title="Mentoring">🧑‍🏫</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Aneoestremi" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jab416171"><img src="https://avatars.githubusercontent.com/u/345752?v=4?s=100" width="100px;" alt="jab416171"/><br /><sub><b>jab416171</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jab416171" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.zioniyes.me"><img src="https://avatars.githubusercontent.com/u/16231288?v=4?s=100" width="100px;" alt="Anna"/><br /><sub><b>Anna</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=HumbleDeer" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ChaosBlades"><img src="https://avatars.githubusercontent.com/u/7530545?v=4?s=100" width="100px;" alt="ChaosBlades"/><br /><sub><b>ChaosBlades</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AChaosBlades" title="Bug reports">🐛</a></td>
@@ -310,12 +310,79 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/u4ium"><img src="https://avatars.githubusercontent.com/u/57515023?v=4?s=100" width="100px;" alt="u4ium"/><br /><sub><b>u4ium</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=u4ium" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ErroneousBosch"><img src="https://avatars.githubusercontent.com/u/20829218?v=4?s=100" width="100px;" alt="ErroneousBosch"/><br /><sub><b>ErroneousBosch</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AErroneousBosch" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaverickD650"><img src="https://avatars.githubusercontent.com/u/92877124?v=4?s=100" width="100px;" alt="MaverickD650"/><br /><sub><b>MaverickD650</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=MaverickD650" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaverickD650"><img src="https://avatars.githubusercontent.com/u/92877124?v=4?s=100" width="100px;" alt="MaverickD650"/><br /><sub><b>MaverickD650</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=MaverickD650" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3AMaverickD650" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Grogdor"><img src="https://avatars.githubusercontent.com/u/6863613?v=4?s=100" width="100px;" alt="Grogdor"/><br /><sub><b>Grogdor</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Grogdor" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rgooler"><img src="https://avatars.githubusercontent.com/u/1108200?v=4?s=100" width="100px;" alt="Ryan Gooler"/><br /><sub><b>Ryan Gooler</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=rgooler" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://reb.gg"><img src="https://avatars.githubusercontent.com/u/16991201?v=4?s=100" width="100px;" alt="Rob Herley"/><br /><sub><b>Rob Herley</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=robherley" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/oblivioncth"><img src="https://avatars.githubusercontent.com/u/24661585?v=4?s=100" width="100px;" alt="Christian Heimlich"/><br /><sub><b>Christian Heimlich</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=oblivioncth" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/l-moon-git"><img src="https://avatars.githubusercontent.com/u/103282929?v=4?s=100" width="100px;" alt="l-moon-git"/><br /><sub><b>l-moon-git</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=l-moon-git" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hughes5"><img src="https://avatars.githubusercontent.com/u/6740468?v=4?s=100" width="100px;" alt="hughes5"/><br /><sub><b>hughes5</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=hughes5" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sdimovv"><img src="https://avatars.githubusercontent.com/u/36302090?v=4?s=100" width="100px;" alt="sdimovv"/><br /><sub><b>sdimovv</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=sdimovv" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AllieQpzm"><img src="https://avatars.githubusercontent.com/u/2895565?v=4?s=100" width="100px;" alt="AllieQpzm"/><br /><sub><b>AllieQpzm</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=AllieQpzm" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.dominik.net.pl"><img src="https://avatars.githubusercontent.com/u/10815109?v=4?s=100" width="100px;" alt="Dominik"/><br /><sub><b>Dominik</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Adominch" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/apps/renovate"><img src="https://avatars.githubusercontent.com/in/2740?v=4?s=100" width="100px;" alt="renovate[bot]"/><br /><sub><b>renovate[bot]</b></sub></a><br /><a href="#tool-renovate[bot]" title="Tools">🔧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/apps/allcontributors"><img src="https://avatars.githubusercontent.com/in/23186?v=4?s=100" width="100px;" alt="allcontributors[bot]"/><br /><sub><b>allcontributors[bot]</b></sub></a><br /><a href="#tool-allcontributors[bot]" title="Tools">🔧</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/apps/dependabot"><img src="https://avatars.githubusercontent.com/in/29110?v=4?s=100" width="100px;" alt="dependabot[bot]"/><br /><sub><b>dependabot[bot]</b></sub></a><br /><a href="#tool-dependabot[bot]" title="Tools">🔧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://truecharts.org/"><img src="https://avatars.githubusercontent.com/u/80468013?v=4?s=100" width="100px;" alt="TrueCharts Bot"/><br /><sub><b>TrueCharts Bot</b></sub></a><br /><a href="#tool-truecharts-admin" title="Tools">🔧</a> <a href="#infra-truecharts-admin" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/truecharts/charts/commits?author=truecharts-admin" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.mend.io/free-developer-tools/renovate/"><img src="https://avatars.githubusercontent.com/u/25180681?v=4?s=100" width="100px;" alt="Mend Renovate"/><br /><sub><b>Mend Renovate</b></sub></a><br /><a href="#tool-renovate-bot" title="Tools">🔧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Simoneu01"><img src="https://avatars.githubusercontent.com/u/43807696?v=4?s=100" width="100px;" alt="Simone"/><br /><sub><b>Simone</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Simoneu01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://devklog.net/"><img src="https://avatars.githubusercontent.com/u/49554?v=4?s=100" width="100px;" alt="Jean-François Roy"/><br /><sub><b>Jean-François Roy</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jfroy" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Whiskey24"><img src="https://avatars.githubusercontent.com/u/12865553?v=4?s=100" width="100px;" alt="Whiskey24"/><br /><sub><b>Whiskey24</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Whiskey24" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/inmanturbo"><img src="https://avatars.githubusercontent.com/u/47095624?v=4?s=100" width="100px;" alt="inmanturbo"/><br /><sub><b>inmanturbo</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=inmanturbo" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dhs92"><img src="https://avatars.githubusercontent.com/u/3068714?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Dhs92" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bjsemrad"><img src="https://avatars.githubusercontent.com/u/1234356?v=4?s=100" width="100px;" alt="Brian Semrad"/><br /><sub><b>Brian Semrad</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=bjsemrad" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://256.makerslocal.org/wiki/User:Ctag"><img src="https://avatars.githubusercontent.com/u/6200085?v=4?s=100" width="100px;" alt="Christopher"/><br /><sub><b>Christopher</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ctag" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/engedics"><img src="https://avatars.githubusercontent.com/u/11065639?v=4?s=100" width="100px;" alt="Csaba Engedi"/><br /><sub><b>Csaba Engedi</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=engedics" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Cyb3rzombie"><img src="https://avatars.githubusercontent.com/u/19274374?v=4?s=100" width="100px;" alt="Cyb3rzombie"/><br /><sub><b>Cyb3rzombie</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Cyb3rzombie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://cloudtutorial.net/"><img src="https://avatars.githubusercontent.com/u/1249095?v=4?s=100" width="100px;" alt="Eric Cavalcanti"/><br /><sub><b>Eric Cavalcanti</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=CajuCLC" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/g-a-c"><img src="https://avatars.githubusercontent.com/u/2798739?v=4?s=100" width="100px;" alt="Gavin Chappell"/><br /><sub><b>Gavin Chappell</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=g-a-c" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Ag-a-c" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/raynay-r"><img src="https://avatars.githubusercontent.com/u/16634069?v=4?s=100" width="100px;" alt="raynay-r"/><br /><sub><b>raynay-r</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=raynay-r" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jip.debeer.it/"><img src="https://avatars.githubusercontent.com/u/2871973?v=4?s=100" width="100px;" alt="Jip-Hop"/><br /><sub><b>Jip-Hop</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Jip-Hop" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jonaswre"><img src="https://avatars.githubusercontent.com/u/3731681?v=4?s=100" width="100px;" alt="Jonas Wrede"/><br /><sub><b>Jonas Wrede</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jonaswre" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/silentnyte"><img src="https://avatars.githubusercontent.com/u/2430307?v=4?s=100" width="100px;" alt="SilentNyte"/><br /><sub><b>SilentNyte</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=silentnyte" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/StanMar-bit"><img src="https://avatars.githubusercontent.com/u/84271654?v=4?s=100" width="100px;" alt="Stan"/><br /><sub><b>Stan</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=StanMar-bit" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tiagogaspar8"><img src="https://avatars.githubusercontent.com/u/39808643?v=4?s=100" width="100px;" alt="Tiago Gaspar"/><br /><sub><b>Tiago Gaspar</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=tiagogaspar8" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gismo2004"><img src="https://avatars.githubusercontent.com/u/2325636?v=4?s=100" width="100px;" alt="gismo2004"/><br /><sub><b>gismo2004</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=gismo2004" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jsegaert"><img src="https://avatars.githubusercontent.com/u/20346509?v=4?s=100" width="100px;" alt="jsegaert"/><br /><sub><b>jsegaert</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jsegaert" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/miguelangel-nubla"><img src="https://avatars.githubusercontent.com/u/866596?v=4?s=100" width="100px;" alt="Miguel Angel Nubla"/><br /><sub><b>Miguel Angel Nubla</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=miguelangel-nubla" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xal3xhx"><img src="https://avatars.githubusercontent.com/u/8585664?v=4?s=100" width="100px;" alt="xal3xhx"/><br /><sub><b>xal3xhx</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=xal3xhx" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jeremybox"><img src="https://avatars.githubusercontent.com/u/33465600?v=4?s=100" width="100px;" alt="jeremybox"/><br /><sub><b>jeremybox</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jeremybox" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CameronSabuda"><img src="https://avatars.githubusercontent.com/u/25101288?v=4?s=100" width="100px;" alt="Cameron Sabuda"/><br /><sub><b>Cameron Sabuda</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=CameronSabuda" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/edmeister"><img src="https://avatars.githubusercontent.com/u/702527?v=4?s=100" width="100px;" alt="Jeroen Schepens"/><br /><sub><b>Jeroen Schepens</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aedmeister" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://jameswright.xyz"><img src="https://avatars.githubusercontent.com/u/20801821?v=4?s=100" width="100px;" alt="James Wright"/><br /><sub><b>James Wright</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jrwrigh" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Malpractis"><img src="https://avatars.githubusercontent.com/u/31232305?v=4?s=100" width="100px;" alt="Malpractis"/><br /><sub><b>Malpractis</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AMalpractis" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CommanderStarhump"><img src="https://avatars.githubusercontent.com/u/91758053?v=4?s=100" width="100px;" alt="CommanderStarhump"/><br /><sub><b>CommanderStarhump</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ACommanderStarhump" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vianchiel"><img src="https://avatars.githubusercontent.com/u/123665622?v=4?s=100" width="100px;" alt="Vianchiel"/><br /><sub><b>Vianchiel</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Avianchiel" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/b-m-f"><img src="https://avatars.githubusercontent.com/u/2843450?v=4?s=100" width="100px;" alt="Maximilian Ehlers"/><br /><sub><b>Maximilian Ehlers</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ab-m-f" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nautilus7"><img src="https://avatars.githubusercontent.com/u/1540233?v=4?s=100" width="100px;" alt="nautilus7"/><br /><sub><b>nautilus7</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Anautilus7" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kqmaverick"><img src="https://avatars.githubusercontent.com/u/121722567?v=4?s=100" width="100px;" alt="kqmaverick"/><br /><sub><b>kqmaverick</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Akqmaverick" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ccalby"><img src="https://avatars.githubusercontent.com/u/680553?v=4?s=100" width="100px;" alt="ccalby"/><br /><sub><b>ccalby</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Accalby" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kofeyh"><img src="https://avatars.githubusercontent.com/u/26401963?v=4?s=100" width="100px;" alt="kofeyh"/><br /><sub><b>kofeyh</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Akofeyh" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/imjustleaving"><img src="https://avatars.githubusercontent.com/u/109609649?v=4?s=100" width="100px;" alt="imjustleaving"/><br /><sub><b>imjustleaving</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aimjustleaving" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/PrototypeActual"><img src="https://avatars.githubusercontent.com/u/18661121?v=4?s=100" width="100px;" alt="Cristian Torres"/><br /><sub><b>Cristian Torres</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3APrototypeActual" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/schopenhauer"><img src="https://avatars.githubusercontent.com/u/2085103?v=4?s=100" width="100px;" alt="schopenhauer"/><br /><sub><b>schopenhauer</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aschopenhauer" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Zackptg5"><img src="https://avatars.githubusercontent.com/u/5107713?v=4?s=100" width="100px;" alt="Zackptg5"/><br /><sub><b>Zackptg5</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AZackptg5" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bradackerman.com/"><img src="https://avatars.githubusercontent.com/u/115895?v=4?s=100" width="100px;" alt="Brad Ackerman"/><br /><sub><b>Brad Ackerman</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Abackerman" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/snazy2000"><img src="https://avatars.githubusercontent.com/u/1378836?v=4?s=100" width="100px;" alt="Stephen"/><br /><sub><b>Stephen</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Asnazy2000" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://hachyderm.io/@mcspiff"><img src="https://avatars.githubusercontent.com/u/7252551?v=4?s=100" width="100px;" alt="mcspiff313"/><br /><sub><b>mcspiff313</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Amcspiff313" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://fnichol.com"><img src="https://avatars.githubusercontent.com/u/261548?v=4?s=100" width="100px;" alt="Fletcher Nichol"/><br /><sub><b>Fletcher Nichol</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=fnichol" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Afnichol" title="Bug reports">🐛</a></td>
</tr>
</tbody>
</table>

6
.github/SUPPORT.md vendored
View File

@@ -12,11 +12,11 @@ We also document which versions of TrueNAS will receive TrueCharts updates and f
| TrueNAS version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
| ---------------- | -------- | ---------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- | --- |
| 22.02.4 or prior | `master` | :white_check_mark: | :x: | :x: | Advised to update to 22.12.0 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) | |
| 22.12.0 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Most Stable Release as of 2022-12-13 |
| 22.02.4 or prior | `master` | :x: | :x: | :x: | Advised to update to 22.12.1 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) | |
| 22.12.1 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Most Stable Release as of 2023-02-21 |
| Nightly | `master` | :white_check_mark: | :x: | :white_check_mark: | Please only submit bug reports during codefreeze |
::: warning Support Guidelines
:::warning Support Guidelines
Our [Discord](https://discord.gg/tVsPTHWTtr) support (the ticketing system inside #support) is primarily limited to what is covered by our written guides. This includes installing, linking and editing apps. This doesn't mean the actual setup of the application. All #support tickets covered by the staff are done so in a **best effort** policy.

View File

@@ -77,15 +77,16 @@
"groupName": "helm dependency non-major",
},
//
// helm charts
// helm ent
//
{
"matchDatasources": ["helm"],
"updateTypes": ["major"],
"bumpVersion": "major",
"enabled": true,
"labels": ["update/helm/general/major"],
"groupName": ["helm general major"],
"matchPaths": ["charts/incubator/**", "charts/SCALE/**", "charts/dev/**", "charts/enterprise/**", "charts/stable/**", "templates/app/**"],
"matchPaths": ["charts/enterprise/**"],
"schedule": [
"before 10pm on tuesday"
],
@@ -97,10 +98,42 @@
"minor",
"patch"
],
"enabled": true,
"bumpVersion": "patch",
"labels": ["update/helm/general/non-major"],
"groupName": "helm general non-major",
"matchPaths": ["charts/incubator/**", "charts/SCALE/**", "charts/dev/**", "charts/enterprise/**", "charts/stable/**", "templates/app/**"],
"matchPaths": ["charts/enterprise/**"],
"schedule": [
"before 10pm on tuesday"
],
},
//
// helm charts
//
{
"matchDatasources": ["helm"],
"updateTypes": ["major"],
"bumpVersion": "major",
"enabled": false,
"labels": ["update/helm/general/major"],
"groupName": ["helm general major"],
"matchPaths": ["charts/incubator/**", "charts/SCALE/**", "charts/dev/**", "charts/stable/**", "templates/app/**"],
"schedule": [
"before 10pm on tuesday"
],
},
{
"matchDatasources": ["helm"],
"automerge": true,
"enabled": true,
"matchUpdateTypes": [
"minor",
"patch"
],
"bumpVersion": "patch",
"labels": ["update/helm/general/non-major"],
"groupName": "helm general non-major",
"matchPaths": ["charts/incubator/**", "charts/SCALE/**", "charts/dev/**", "charts/stable/**", "templates/app/**"],
"schedule": [
"before 10pm on tuesday"
],
@@ -111,6 +144,7 @@
{
"matchDatasources": ["docker"],
"updateTypes": ["major"],
"enabled": true,
"bumpVersion": "major",
"labels": ["update/docker/enterprise/major"],
"matchPaths": ["charts/enterprise/**"],
@@ -121,6 +155,7 @@
"matchUpdateTypes": [
"minor",
],
"enabled": true,
"bumpVersion": "patch",
"labels": ["update/docker/enterprise/minor"],
"matchPaths": ["charts/enterprise/**"],
@@ -134,6 +169,7 @@
"pin",
],
"bumpVersion": "patch",
"enabled": true,
"labels": ["update/docker/enterprise/patch"],
"matchPaths": ["charts/enterprise/**"],
},
@@ -144,6 +180,7 @@
"matchDatasources": ["docker"],
"updateTypes": ["major"],
"bumpVersion": "minor",
"enabled": false,
"labels": ["update/docker/general/major", "automerge"],
"matchPaths": ["charts/dependency/**", "charts/SCALE/**", "charts/incubator/**", "charts/dev/**", "charts/stable/**", "templates/app/**"],
},
@@ -157,6 +194,7 @@
"pin",
],
"bumpVersion": "patch",
"enabled": false,
"labels": ["update/docker/general/non-major", "automerge"],
"matchPaths": ["charts/dependency/**", "charts/SCALE/**", "charts/incubator/**", "charts/dev/**", "charts/library/**", "charts/stable/**", "templates/app/**"],
},
@@ -260,6 +298,11 @@
"matchPackagePrefixes": ["tccr.io/truecharts/rickroll"],
"groupName": "rickroll",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/scrypted"],
"groupName": "scrypted",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/docspell"],

View File

@@ -14,7 +14,7 @@ if [[ -d "charts/${1}" ]]; then
rm -rf ${chart}/app-changelog.md || echo "changelog not found..."
echo "Generating changelogs for: ${chartname}"
# SCALE "Changelog" containing only last change
git-chglog --next-tag ${chartname}-${chartversion} --tag-filter-pattern ${chartname} --path ${chart} -o ${chart}/app-changelog.md ${chartname}-${chartversion} || echo "changelog generation failed..."
git-chglog --next-tag ${chartname}-${chartversion} --tag-filter-pattern "^${chartname}-\d+\.\d+\.\d+\$" --path ${chart} -o ${chart}/app-changelog.md ${chartname}-${chartversion} || echo "changelog generation failed..."
else
echo "Chart 'charts/${1}' no longer exists in repo. Skipping it..."
fi

View File

@@ -15,9 +15,9 @@ jobs:
name: Test SCALE Catalog
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
name: Checkout
with:
fetch-depth: 100
@@ -27,7 +27,7 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
repository: truecharts/catalog
path: catalog

View File

@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
@@ -44,13 +44,13 @@ jobs:
commitHash: ${{ steps.save-commit-hash.outputs.commit_hash }}
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
- name: Install Kubernetes tools
if: inputs.isRenovatePR == 'true'
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
yq

View File

@@ -47,7 +47,7 @@ jobs:
detected6: ${{ steps.list-changed.outputs.detected6 }}
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
@@ -107,13 +107,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -141,13 +141,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -175,13 +175,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -209,13 +209,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -243,13 +243,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -277,13 +277,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3

View File

@@ -11,15 +11,59 @@ on:
- "charts/**"
jobs:
release-helm:
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
- name: Checkout Helm-Staging
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 1
repository: truecharts/helm-staging
token: ${{ secrets.BOT_TOKEN }}
path: helm
- name: Fix Pre-Commit issues
shell: bash
run: |
echo "Running pre-commit test-and-cleanup..."
pre-commit run --all ||:
# Fix sh files to always be executable
find . -name '*.sh' | xargs chmod +x
- name: Commit Helm Changes
run: |
rm -rf helm/charts
mkdir helm/charts
cp -rf charts helm
- name: Commit Helm Changes
run: |
cd helm
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
git add --all
git commit -sm "Commit released Helm Charts for TrueCharts" || exit 0
git push
cd -
release-scale:
runs-on: ubuntu-latest
outputs:
ref: ${{ steps.save-commit-hash.outputs.commit_hash }}
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -35,7 +79,7 @@ jobs:
helm repo update
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 0
@@ -67,7 +111,7 @@ jobs:
find . -name '*.sh' | xargs chmod +x
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:
@@ -179,9 +223,10 @@ jobs:
git add --all
git commit -sm "Commit released docs for TrueCharts" || exit 0
git push
- name: Checkout Catalog
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:
@@ -233,7 +278,7 @@ jobs:
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:
charts_dir: charts/dependency
charts_repo_url: https://charts.truecharts.org
charts_repo_url: https://deps.truecharts.org
env:
CR_TOKEN: "${{ secrets.BOT_TOKEN }}"
CR_SKIP_EXISTING: "true"

View File

@@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -81,7 +81,7 @@ jobs:
detected6: ${{ steps.list-changed.outputs.detected6 }}
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
@@ -140,13 +140,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -171,7 +171,7 @@ jobs:
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
install-charts2:
needs:
@@ -185,13 +185,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -217,7 +217,7 @@ jobs:
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
install-charts3:
needs:
@@ -231,13 +231,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -262,7 +262,7 @@ jobs:
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
install-charts4:
needs:
@@ -276,13 +276,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -307,7 +307,7 @@ jobs:
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
install-charts5:
needs:
@@ -321,13 +321,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -352,7 +352,7 @@ jobs:
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
install-charts6:
needs:
@@ -366,13 +366,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -397,7 +397,7 @@ jobs:
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
install_success:

View File

@@ -2,7 +2,7 @@ name: "Chore: Daily Tasks"
on:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
@@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
name: "Generate readme files"
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
@@ -55,7 +55,7 @@ jobs:
done
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
repository: truecharts/website
path: website
@@ -68,74 +68,132 @@ jobs:
# Designed to ensure the appversion in Chart.yaml is in sync with the primary Chart tag if found
# Also makes sure that home link is pointing to the correct url
sync_tag() {
local chart="$1"
local chartname="$2"
local train="$3"
echo "Attempting to sync primary tag with appversion for: ${chartname}"
local tag="$(cat ${chart}/values.yaml | grep '^ tag: ' | awk -F" " '{ print $2 }' | head -1)"
tag="${tag%%@*}"
tag="${tag:-auto}"
tag=$(echo $tag | sed "s/release-//g")
tag=$(echo $tag | sed "s/release_//g")
tag=$(echo $tag | sed "s/version-//g")
tag=$(echo $tag | sed "s/version_//g")
tag="${tag#*V.}"
tag="${tag#*v-}"
tag="${tag#*v}"
tag="${tag%-*}"
tag="${tag:0:10}"
tag="${tag%-}"
tag="${tag%_}"
tag="${tag%.}"
echo "Updating tag of ${chartname} to ${tag}..."
sed -i -e "s|appVersion: .*|appVersion: \"${tag}\"|" "${chart}/Chart.yaml"
echo "Updating icon of ${chartname}..."
sed -i -e "s|icon: .*|icon: https:\/\/truecharts.org\/img\/hotlink-ok\/chart-icons\/${chartname}.png|" "${chart}/Chart.yaml"
echo "Updating home of ${chartname}..."
sed -i -e "s|home: .*|home: https:\/\/truecharts.org\/charts\/${train}\/${chartname}|" "${chart}/Chart.yaml"
echo "Attempting to update sources of ${chartname}..."
echo "Using go-yq verion: <$(go-yq -V)>"
# Get all sources (except truecharts)
curr_sources=$(go-yq '.sources[] | select(. != "https://github.com/truecharts*" and . != "https://ghcr*" and . != "docker.io*" and . != "https://docker.io*" and . != "https://hub.docker*" and . != "https://fleet.*" and . != "https://github.com/truecharts/containers/tree/master/mirror/*" and . != "https://public.ecr.aws*" and . != "https://ocir.io*" and . != "https://gcr*" and . != "https://azurecr*" and . != "https://quay*" and . != "https://lscr*" and . != "https://github.com/truecharts/containers*" and . == "http*")' "${chart}/Chart.yaml")
# Empty sources list in-place
go-yq -i 'del(.sources.[])' "${chart}/Chart.yaml"
# Add truechart source
tcsource="https://github.com/truecharts/charts/tree/master/charts/$train/$chartname" go-yq -i '.sources += env(tcsource)' "${chart}/Chart.yaml"
container=$(cat website/docs/charts/description_list.md | grep "\[${chartname}\]" | cut -f3 -d '|' | grep -v 'Not Found' || echo "")
if [ ! -z "$container" ]; then
prefix="https://hub.docker.com/"
container=${container#https://}
if echo ${container} | grep 'tccr'; then
container=${container#tccr.io}
container="https://github.com/truecharts/containers/tree/master/mirror"
prefix=""
elif echo ${container} | grep 'lscr'; then
container="https://fleet.linuxserver.io/"
prefix=""
elif echo ${container} | grep 'gcr'; then
prefix="https://"
elif echo ${container} | grep 'azurecr'; then
prefix="https://"
elif echo ${container} | grep 'public.ecr.aws'; then
prefix="https://"
elif echo ${container} | grep 'ocir.io'; then
prefix="https://"
elif echo ${container} | grep 'hub.docker'; then
prefix="https://"
elif echo ${container} | grep 'docker.io'; then
container=${container#docker.io}
prefix="https://hub.docker.com"
elif echo ${container} | grep 'hub.docker'; then
prefix="https://"
fi
local chart="$1"
local chartname="$2"
local train="$3"
echo "Attempting to sync primary tag with appversion for: ${chartname}"
local tag="$(cat ${chart}/values.yaml | grep '^ tag: ' | awk -F" " '{ print $2 }' | head -1)"
tag="${tag%%@*}"
tag="${tag:-auto}"
tag=$(echo $tag | sed "s/release-//g")
tag=$(echo $tag | sed "s/release_//g")
tag=$(echo $tag | sed "s/version-//g")
tag=$(echo $tag | sed "s/version_//g")
tag="${tag#*V.}"
tag="${tag#*v-}"
tag="${tag#*v}"
tag="${tag%-*}"
tag="${tag:0:10}"
tag="${tag%-}"
tag="${tag%_}"
tag="${tag%.}"
echo "Updating tag of ${chartname} to ${tag}..."
sed -i -e "s|appVersion: .*|appVersion: \"${tag}\"|" "${chart}/Chart.yaml"
echo "Updating icon of ${chartname}..."
sed -i -e "s|icon: .*|icon: https:\/\/truecharts.org\/img\/hotlink-ok\/chart-icons\/${chartname}.png|" "${chart}/Chart.yaml"
echo "Updating home of ${chartname}..."
sed -i -e "s|home: .*|home: https:\/\/truecharts.org\/charts\/${train}\/${chartname}|" "${chart}/Chart.yaml"
echo "Attempting to update sources of ${chartname}..."
echo "Using go-yq verion: <$(go-yq -V)>"
# Get current sources, exluding those that may have been added automatically.
curr_sources=$(
go-yq '
.sources[] |
select(
. != "https://github.com/truecharts*" and
. != "https://ghcr*" and
. != "docker.io*" and
. != "https://docker.io*" and
. != "https://hub.docker*" and
. != "https://fleet.*" and
. != "https://github.com/truecharts/containers/tree/master/mirror/*" and
. != "https://public.ecr.aws*" and
. != "https://ocir.io*" and
. != "https://gcr*" and
. != "https://azurecr*" and
. != "https://quay*" and
. != "https://lscr*" and
. != "https://github.com/truecharts/containers*" and
. == "http*"
)
' \
"${chart}/Chart.yaml"
)
# Empty sources list in-place
go-yq -i 'del(.sources.[])' "${chart}/Chart.yaml"
# Add truechart source
tcsource="https://github.com/truecharts/charts/tree/master/charts/$train/$chartname" go-yq -i '.sources += env(tcsource)' "${chart}/Chart.yaml"
# Get the container image name that was parsed out of the Dockerfile for the website.
container=$(cat website/docs/charts/description_list.md | grep "\[${chartname}\]" | cut -f3 -d '|' | grep -v 'Not Found' || echo "")
# Convert the container image name to a URL.
if [ ! -z "$container" ]; then
prefix=""
case "$container" in
lscr.io/linuxserver/*)
prefix="https://fleet.linuxserver.io/image?name="
container=${container#lscr.io/}
;;
tccr.io/truecharts/*)
prefix="https://github.com/truecharts/containers/tree/master/mirror"
container=${container#tccr.io/truecharts/}
;;
mcr.microsoft.com/*)
prefix=""
;;
public.ecr.aws/*)
prefix="https://gallery.ecr.aws/"
container=${container#public.ecr.aws/}
;;
ghcr.io/*)
prefix="https://"
;;
quay.io/*)
prefix="https://"
;;
gcr.io/*)
prefix="https://"
;;
*.azurecr.io/*)
prefix=""
;;
*.ocir.io/*)
prefix=""
;;
# There have been a number of domains used for the Docker Hub registry over the years.
# NOTE: This is also the default case!
docker.io/*|index.docker.io/*|registry-1.docker.io/*|registry.hub.docker.com/*|*)
prefix="https://hub.docker.com/r/"
container=${container#docker.io/}
container=${container#index.docker.io/}
container=${container#registry-1.docker.io/}
container=${container#registry.hub.docker.com/}
# If the image name does not contain a slash it is a Docker Official Image.
if [ "$container" == "${container////}" ]; then
prefix="https://hub.docker.com/_/"
# If the user name is library it is a Docker Official Image.
elif [ "${container%%/*}" == "library" ]; then
prefix="https://hub.docker.com/_/"
container=${container#library/}
fi
# Avoid creating a bad link since an unsupported registry may have been used.
slashes=${container//[^\/]/}
# Bail out if the image name has more than 1 slash.
if [ ${#slashes} -gt 1 ]; then
prefix=""
echo "WARNING: Not assuming '$container' is a Docker Hub image"
fi
;;
esac
if [ -n "${prefix}" ]; then
container="${prefix}${container}" go-yq -i '.sources += env(container) | .sources |= unique' "${chart}/Chart.yaml"
fi
# Add the rest of the sources
while IFS= read -r line; do
src="$line" go-yq -i '.sources += env(src)' "${chart}/Chart.yaml" || echo "src set error"
done <<< "$curr_sources"
echo "Sources of ${chartname} updated!"
}
fi
# Add the rest of the sources
while IFS= read -r line; do
src="$line" go-yq -i '.sources += env(src)' "${chart}/Chart.yaml" || echo "src set error"
done <<< "$curr_sources"
echo "Sources of ${chartname} updated!"
}
export -f sync_tag
for train in enterprise stable incubator dependency; do
@@ -164,10 +222,10 @@ jobs:
runs-on: ubuntu-latest
name: "Generate Security Reports"
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -182,7 +240,7 @@ jobs:
helm repo update
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
@@ -191,7 +249,7 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout website
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 1
repository: truecharts/website
@@ -294,14 +352,38 @@ jobs:
lock-threads:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
- uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836 # v4
with:
github-token: ${{ secrets.BOT_TOKEN }}
issue-inactive-days: '7'
exclude-any-issue-labels: ''
issue-comment: 'This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists'
issue-lock-reason: ''
pr-inactive-days: '7'
pr-comment: 'This PR is locked to prevent necro-posting on closed PRs. Please create a issue or contact staff on discord if you want to further discuss this'
pr-lock-reason: 'resolved'
issue-inactive-days: "7"
exclude-any-issue-labels: ""
issue-comment: "This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists"
issue-lock-reason: ""
pr-inactive-days: "7"
pr-comment: "This PR is locked to prevent necro-posting on closed PRs. Please create a issue or contact staff on discord if you want to further discuss this"
pr-lock-reason: "resolved"
log-output: true
check-contributors:
name: Check Contributors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
node-version: 18
- uses: borales/actions-yarn@97ba8bebfe5b549bb7999261698a52a81fd62f1b # v4.2.0
with:
cmd: install --frozen-lockfile
- name: List missing and unknown contributors
env:
PRIVATE_TOKEN: ${{ secrets.BOT_TOKEN }}
run: |
awk -F', ' '{ for( i=1; i<=NF; i++ ) print $i }' <<<$(yarn all-contributors check)

View File

@@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f # v2.24.3
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2.27.0
with:
github_token: ${{ secrets.BOT_TOKEN }}
workflow: pr-validate.yaml
@@ -34,7 +34,7 @@ jobs:
path: ./pr_metadata/pr_number.txt
- name: "Get workflow job status"
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # tag=v6
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6
id: get-workflow-jobs
with:
github-token: ${{ secrets.BOT_TOKEN }}

View File

@@ -22,7 +22,7 @@ jobs:
name: Label commenter
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
token: ${{ secrets.BOT_TOKEN }}
ref: master

View File

@@ -29,7 +29,7 @@ jobs:
steps:
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@eee8675bd61ec38bcfbfedd504d8473292ba649e # v6.4
uses: tj-actions/branch-names@2e5354c6733793113f416314375826df030ada23 # v6.5
- name: Save PR data to file
env:
@@ -53,7 +53,7 @@ jobs:
addedOrModifiedCharts: ${{ steps.collect-changes.outputs.addedOrModifiedCharts }}
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- name: Collect changes
id: collect-changes

View File

@@ -62,7 +62,7 @@ jobs:
head-commit-message: ${{ steps.get_head_commit_message.outputs.headCommitMsg }}
steps:
- name: Get repo
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: verbose head git commit message
@@ -71,7 +71,7 @@ jobs:
id: get_head_commit_message
run: echo "::set-output name=headCommitMsg::$(git show -s --format=%s)"
automerge:
automerge-and-approve:
needs:
- pr-metadata
- catalog-test
@@ -79,11 +79,14 @@ jobs:
- charts-lint
- print_head_msg
if: needs.print_head_msg.outputs.head-commit-message == 'Commit bumped Chart Version'
name: Automerge build
name: Automerge and Approve build
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: "${{ secrets.PERS_PAT }}"
- name: automerge
uses: pascalgn/automerge-action@eb68b061739cb9d81564f8e812d0b3c45f0fb09a # tag=v0.15.5
uses: pascalgn/automerge-action@22948e0bc22f0aa673800da838595a3e7347e584 # v0.15.6
env:
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
UPDATE_RETRIES: 12

View File

@@ -9,9 +9,9 @@ jobs:
name: "prune old releases"
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
fetch-depth: 0
- uses: actions/delete-package-versions@a31a43afa6c2d3afdf8b5f1e311b2dc75585932e # tag=v3
- uses: actions/delete-package-versions@0d39a63126868f5eefaa47169615edd3c0f61e20 # v4
with:
min-versions-to-keep: 200

View File

@@ -12,14 +12,14 @@ jobs:
name: Get changed Apps
runs-on: ubuntu-20.04
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
name: Checkout
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
name: Checkout
with:
fetch-depth: 0

View File

@@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@0fce79bdbacb2bf5e92fc93944dc94e351868eb3 # v34.124.3
uses: renovatebot/github-action@95cbcd7e8b9d0d69e15ba26208631839ce7eee48 # v36.0.2
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
with:
token: ${{ secrets.BOT_TOKEN }}

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check for stale issues and PRs
uses: actions/stale@5ebf00ea0e4c1561e9b43a292ed34424fb1d4578 # tag=v6
uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8
with:
repo-token: ${{ secrets.BOT_TOKEN }}
days-before-issue-stale: 180

2
.gitignore vendored
View File

@@ -56,3 +56,5 @@ website/
pub/
tgz_cache/
index_cache/
helm/
node_modules/

View File

@@ -22,6 +22,7 @@ repos:
- id: fix-byte-order-marker # removes utf-8 byte order marker.
- id: requirements-txt-fixer # sorts entries in requirements.txt.
- id: check-added-large-files # prevents giant files from being committed.
exclude: \.(png|jpg|jpeg|svg)$
- id: check-yaml # checks yaml files for parseable syntax.
exclude: (templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml)
- id: detect-private-key # detects the presence of private keys.

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "23.1.3.5"
appVersion: "23.2.1.253"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.4.21
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/charts/dependency/clickhouse
@@ -20,10 +20,9 @@ maintainers:
name: clickhouse
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://hub.docker.com/clickhouse/clickhouse-server
- https://clickhouse.com/
type: application
version: 3.0.19
version: 5.0.12
annotations:
truecharts.org/catagories: |
- database

View File

@@ -0,0 +1 @@
clickhousePassword: "testpassword"

View File

@@ -1,10 +1,15 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: clickhouseDatabase
group: "App Configuration"
@@ -67,7 +72,7 @@ questions:
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{vctRoot}
# Include{persistenceRoot}
additional_attrs: true
type: dict
attrs:
@@ -96,51 +101,34 @@ questions:
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1 +1 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,54 +1,67 @@
image:
repository: tccr.io/truecharts/clickhouse
pullPolicy: IfNotPresent
tag: 23.1.3.5@sha256:3da895503f8a0e59fb66a730b312b81fced672d85d1eced4cbaec4a772178daa
tag: 23.2.1.2537@sha256:669278d98936a2d12bf8f331067afb6a34e5570fdcb37b854bb5d0b2d8f30108
controller:
type: statefulset
strategy: RollingUpdate
rollingUpdate:
unavailable: 1
workload:
main:
replicas: 1
podSpec:
containers:
main:
env:
CLICKHOUSE_DB: "{{ .Values.clickhouseDatabase }}"
CLICKHOUSE_USER: "{{ .Values.clickhouseUsername }}"
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: "{{ .Values.clickhouseDefaultAccessManagement }}"
CLICKHOUSE_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.clickhousePassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.clickhousePassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "clickhousecreds" }}{{ end }}'
key: "clickhouse-password"
probes:
liveness:
type: http
path: /ping
readiness:
type: http
path: /ping
startup:
type: http
path: /ping
securityContext:
readOnlyRootFilesystem: false
# Optional capabilities advanced ClickHouse features. See also:
# https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/README.md#linux-capabilities
# https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-clickhouse-in-docker/
# https://github.com/ClickHouse/ClickHouse/blob/b844c36a9d5e76300a88b4f49e6debccf1ad22e4/programs/install/Install.cpp#L793-L804
# capabilities:
# add:
# - IPC_LOCK
# - NET_ADMIN
# - SYS_NICE
container:
readOnlyRootFilesystem: false
# Optional capabilities advanced ClickHouse features. See also:
# https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/README.md#linux-capabilities
# https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-clickhouse-in-docker/
# https://github.com/ClickHouse/ClickHouse/blob/b844c36a9d5e76300a88b4f49e6debccf1ad22e4/programs/install/Install.cpp#L793-L804
# capabilities:
# add:
# - IPC_LOCK
# - NET_ADMIN
# - SYS_NICE
service:
main:
ports:
main:
port: 8123
protocol: HTTP
protocol: http
targetPort: 8123
volumeClaimTemplates:
persistence:
data:
enabled: true
mountPath: /var/lib/clickhouse
probes:
liveness:
type: HTTP
path: /ping
readiness:
type: HTTP
path: /ping
startup:
type: HTTP
path: /ping
clickhouseDatabase: "test"
clickhouseUsername: "test"
clickhousePassword: "testpass"
clickhouseDefaultAccessManagement: 0
# -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart.
clickhousePassword: ""
existingSecret: ""
secret:
@@ -57,17 +70,9 @@ secret:
data:
clickhouse-password: '{{ ( .Values.clickhousePassword | default "empty" ) }}'
env:
CLICKHOUSE_DB: "{{ .Values.clickhouseDatabase }}"
CLICKHOUSE_USER: "{{ .Values.clickhouseUsername }}"
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: "{{ .Values.clickhouseDefaultAccessManagement }}"
CLICKHOUSE_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "clickhouse-password"
portal:
enabled: false
open:
enabled: false
manifests:
manifestManager:
enabled: false

View File

@@ -1,993 +0,0 @@
# Changelog
## [collabora-online-12.1.75](https://github.com/truecharts/charts/compare/collabora-online-12.1.74...collabora-online-12.1.75) (2022-11-09)
### Chore
- update helm chart common to v10.9.5
## [collabora-online-12.1.74](https://github.com/truecharts/charts/compare/collabora-online-12.1.73...collabora-online-12.1.74) (2022-11-08)
### Chore
- update helm chart common to v10.9.4
## [collabora-online-12.1.73](https://github.com/truecharts/charts/compare/collabora-online-12.1.72...collabora-online-12.1.73) (2022-11-08)
### Chore
- update helm chart common to v10.9.3 ([#4348](https://github.com/truecharts/charts/issues/4348))
## [collabora-online-12.1.72](https://github.com/truecharts/charts/compare/collabora-online-12.1.71...collabora-online-12.1.72) (2022-11-07)
### Chore
- update helm chart common to v10.9.1 ([#4339](https://github.com/truecharts/charts/issues/4339))
## [collabora-online-12.1.71](https://github.com/truecharts/charts/compare/collabora-online-12.1.70...collabora-online-12.1.71) (2022-11-07)
### Chore
- update helm chart common to v10.9.0 ([#4337](https://github.com/truecharts/charts/issues/4337))
## [collabora-online-12.1.70](https://github.com/truecharts/charts/compare/collabora-online-12.1.69...collabora-online-12.1.70) (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.8.1 ([#4326](https://github.com/truecharts/charts/issues/4326))
## [collabora-online-12.1.69](https://github.com/truecharts/charts/compare/collabora-online-12.1.67...collabora-online-12.1.69) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.8.0 ([#4305](https://github.com/truecharts/charts/issues/4305))
- update helm chart common to v10.7.19 ([#4305](https://github.com/truecharts/charts/issues/4305))
## [memcached-3.0.113](https://github.com/truecharts/charts/compare/memcached-3.0.112...memcached-3.0.113) (2022-11-04)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.15
## [redis-3.0.113](https://github.com/truecharts/charts/compare/redis-3.0.112...redis-3.0.113) (2022-11-04)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4293](https://github.com/truecharts/charts/issues/4293))
## [redis-3.0.112](https://github.com/truecharts/charts/compare/redisinsight-0.0.35...redis-3.0.112) (2022-11-03)
### Chore
- update helm chart common to v10.7.14
## [redis-3.0.111](https://github.com/truecharts/charts/compare/redis-3.0.110...redis-3.0.111) (2022-11-01)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
## [redis-3.0.110](https://github.com/truecharts/charts/compare/redis-3.0.109...redis-3.0.110) (2022-11-01)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4260](https://github.com/truecharts/charts/issues/4260))
## [redis-3.0.109](https://github.com/truecharts/charts/compare/redis-3.0.108...redis-3.0.109) (2022-10-30)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.12
## [redis-3.0.108](https://github.com/truecharts/charts/compare/redis-3.0.107...redis-3.0.108) (2022-10-29)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.11 ([#4232](https://github.com/truecharts/charts/issues/4232))
## [redis-3.0.107](https://github.com/truecharts/charts/compare/redis-3.0.106...redis-3.0.107) (2022-10-29)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4230](https://github.com/truecharts/charts/issues/4230))
## [redis-3.0.106](https://github.com/truecharts/charts/compare/redis-3.0.105...redis-3.0.106) (2022-10-28)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.10
## [redis-3.0.104](https://github.com/truecharts/charts/compare/redis-3.0.103...redis-3.0.104) (2022-10-27)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.8 ([#4203](https://github.com/truecharts/charts/issues/4203))
## [redis-3.0.104](https://github.com/truecharts/charts/compare/redis-3.0.103...redis-3.0.104) (2022-10-27)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.8 ([#4203](https://github.com/truecharts/charts/issues/4203))
## [redis-3.0.103](https://github.com/truecharts/charts/compare/redisinsight-0.0.33...redis-3.0.103) (2022-10-26)
### Chore
- update docker general non-major ([#4189](https://github.com/truecharts/charts/issues/4189))
## [redis-3.0.102](https://github.com/truecharts/charts/compare/redis-3.0.101...redis-3.0.102) (2022-10-23)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4165](https://github.com/truecharts/charts/issues/4165))
## [redis-3.0.101](https://github.com/truecharts/charts/compare/redis-3.0.100...redis-3.0.101) (2022-10-22)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.7 ([#4162](https://github.com/truecharts/charts/issues/4162))
## [redis-3.0.100](https://github.com/truecharts/charts/compare/redis-3.0.99...redis-3.0.100) (2022-10-21)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.6
## [redis-3.0.99](https://github.com/truecharts/charts/compare/redis-3.0.98...redis-3.0.99) (2022-10-21)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.4 ([#4147](https://github.com/truecharts/charts/issues/4147))
- update docker general non-major ([#4139](https://github.com/truecharts/charts/issues/4139))
## [redis-3.0.98](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.30...redis-3.0.98) (2022-10-21)
### Chore
- update helm chart common to v10.7.2 ([#4143](https://github.com/truecharts/charts/issues/4143))
## [redis-3.0.97](https://github.com/truecharts/charts/compare/redis-3.0.96...redis-3.0.97) (2022-10-17)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119))
## [redis-3.0.96](https://github.com/truecharts/charts/compare/redis-3.0.95...redis-3.0.96) (2022-10-15)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.1
## [redis-3.0.95](https://github.com/truecharts/charts/compare/redisinsight-0.0.31...redis-3.0.95) (2022-10-14)
### Chore
- update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084))
## [redis-3.0.94](https://github.com/truecharts/charts/compare/redis-3.0.93...redis-3.0.94) (2022-10-11)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070))
## [redis-3.0.93](https://github.com/truecharts/charts/compare/redisinsight-0.0.30...redis-3.0.93) (2022-10-10)
### Chore
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
## [redis-3.0.92](https://github.com/truecharts/charts/compare/redis-3.0.91...redis-3.0.92) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major
## [redis-3.0.91](https://github.com/truecharts/charts/compare/redisinsight-0.0.29...redis-3.0.91) (2022-10-07)
### Chore
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [redis-3.0.90](https://github.com/truecharts/charts/compare/redisinsight-0.0.28...redis-3.0.90) (2022-10-05)
### Chore
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010))
- update docker general non-major
## [redis-3.0.89](https://github.com/truecharts/charts/compare/redis-3.0.88...redis-3.0.89) (2022-10-01)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975))
## [redis-3.0.88](https://github.com/truecharts/charts/compare/redis-3.0.87...redis-3.0.88) (2022-10-01)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.8
## [redis-3.0.87](https://github.com/truecharts/charts/compare/redis-3.0.86...redis-3.0.87) (2022-09-29)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.5 ([#3946](https://github.com/truecharts/charts/issues/3946))
## [redis-3.0.85](https://github.com/truecharts/charts/compare/redisinsight-0.0.26...redis-3.0.85) (2022-09-26)
### Chore
- update helm chart common to v10.6.4 ([#3914](https://github.com/truecharts/charts/issues/3914))
## [redis-3.0.84](https://github.com/truecharts/charts/compare/redis-3.0.83...redis-3.0.84) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.1 ([#3893](https://github.com/truecharts/charts/issues/3893))
## [redis-3.0.83](https://github.com/truecharts/charts/compare/redis-3.0.82...redis-3.0.83) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881))
## [redis-3.0.82](https://github.com/truecharts/charts/compare/redis-3.0.81...redis-3.0.82) (2022-09-24)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.0
## [redis-3.0.81](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.24...redis-3.0.81) (2022-09-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850))
- update helm chart common to v10.5.12
## [redis-3.0.80](https://github.com/truecharts/charts/compare/redis-3.0.79...redis-3.0.80) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.5.12
## [redis-3.0.79](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.79) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827))
- update helm chart common to v10.5.11 ([#3832](https://github.com/truecharts/charts/issues/3832))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.79](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.79) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm chart common to v10.5.11 ([#3832](https://github.com/truecharts/charts/issues/3832))
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.76](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.76) (2022-09-17)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.76](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.76) (2022-09-18)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.76](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.76) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.76](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.76) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.76](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.76) (2022-09-15)
### Chore
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.75](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.23...redis-3.0.75) (2022-09-15)
### Chore
- remove unneeded element from UI ([#3779](https://github.com/truecharts/charts/issues/3779))
## [redis-3.0.74](https://github.com/truecharts/charts/compare/redisinsight-0.0.24...redis-3.0.74) (2022-09-13)
### Chore
- update helm chart common to v10.5.10
## [redis-3.0.73](https://github.com/truecharts/charts/compare/redis-3.0.72...redis-3.0.73) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3743](https://github.com/truecharts/charts/issues/3743))
## [redis-3.0.73](https://github.com/truecharts/charts/compare/redis-3.0.72...redis-3.0.73) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3743](https://github.com/truecharts/charts/issues/3743))
## [redis-3.0.73](https://github.com/truecharts/charts/compare/redis-3.0.72...redis-3.0.73) (2022-09-12)
### Chore
- update docker general non-major ([#3743](https://github.com/truecharts/charts/issues/3743))
## [redis-3.0.72](https://github.com/truecharts/charts/compare/redis-3.0.71...redis-3.0.72) (2022-09-11)
### Chore
- update helm chart common to v10.5.9
## [redis-3.0.71](https://github.com/truecharts/charts/compare/redis-3.0.70...redis-3.0.71) (2022-09-10)
### Chore
- update helm chart common to v10.5.8 ([#3729](https://github.com/truecharts/charts/issues/3729))
- update docker general non-major ([#3727](https://github.com/truecharts/charts/issues/3727))
## [redis-3.0.70](https://github.com/truecharts/charts/compare/redis-3.0.69...redis-3.0.70) (2022-09-05)
### Chore
- update docker general non-major ([#3700](https://github.com/truecharts/charts/issues/3700))
## [redis-3.0.69](https://github.com/truecharts/charts/compare/redis-3.0.68...redis-3.0.69) (2022-09-03)
### Chore
- update helm chart common to v10.5.7 ([#3676](https://github.com/truecharts/charts/issues/3676))
## [mongodb-2.0.6](https://github.com/truecharts/charts/compare/mongodb-2.0.5...mongodb-2.0.6) (2022-09-02)
### Chore
- update docker general non-major ([#3660](https://github.com/truecharts/charts/issues/3660))
## [mongodb-2.0.5](https://github.com/truecharts/charts/compare/mongodb-2.0.3...mongodb-2.0.5) (2022-08-30)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.5.6 ([#3635](https://github.com/truecharts/charts/issues/3635))
- update helm chart common to v10.5.5
## [mongodb-2.0.4](https://github.com/truecharts/charts/compare/mongodb-2.0.3...mongodb-2.0.4) (2022-08-30)
### Chore
- update helm chart common to v10.5.5
## [memcached-3.0.66](https://github.com/truecharts/charts/compare/memcached-3.0.65...memcached-3.0.66) (2022-08-30)
### Chore
- update docker general non-major ([#3623](https://github.com/truecharts/charts/issues/3623))
## [memcached-3.0.65](https://github.com/truecharts/charts/compare/memcached-3.0.64...memcached-3.0.65) (2022-08-29)
### Chore
- update helm chart common to v10.5.4 ([#3613](https://github.com/truecharts/charts/issues/3613))
## [memcached-3.0.64](https://github.com/truecharts/charts/compare/memcached-3.0.63...memcached-3.0.64) (2022-08-29)
### Chore
- update helm chart common to v10.5.3 ([#3610](https://github.com/truecharts/charts/issues/3610))
## [memcached-3.0.62](https://github.com/truecharts/charts/compare/memcached-3.0.61...memcached-3.0.62) (2022-08-25)
### Chore
- update docker general non-major ([#3561](https://github.com/truecharts/charts/issues/3561))
## [clickhouse-1.0.13](https://github.com/truecharts/charts/compare/clickhouse-1.0.12...clickhouse-1.0.13) (2022-08-25)
### Chore
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
## [clickhouse-1.0.12](https://github.com/truecharts/charts/compare/clickhouse-1.0.11...clickhouse-1.0.12) (2022-08-23)
### Chore
- update helm chart common to v10.5.0 ([#3546](https://github.com/truecharts/charts/issues/3546))
## [clickhouse-1.0.11](https://github.com/truecharts/charts/compare/clickhouse-1.0.10...clickhouse-1.0.11) (2022-08-19)
### Chore
- update docker general non-major docker tags ([#3512](https://github.com/truecharts/charts/issues/3512))
## [clickhouse-1.0.10](https://github.com/truecharts/charts/compare/clickhouse-1.0.9...clickhouse-1.0.10) (2022-08-17)
### Chore
- update helm chart common to v10.4.13
## [clickhouse-1.0.9](https://github.com/truecharts/charts/compare/clickhouse-1.0.8...clickhouse-1.0.9) (2022-08-14)
### Chore
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))
## [clickhouse-1.0.8](https://github.com/truecharts/charts/compare/clickhouse-1.0.7...clickhouse-1.0.8) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm chart common to v10.4.12
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [clickhouse-1.0.7](https://github.com/truecharts/charts/compare/clickhouse-1.0.6...clickhouse-1.0.7) (2022-08-10)
### Chore
- update helm chart common to v10.4.11 ([#3428](https://github.com/truecharts/charts/issues/3428))
## [clickhouse-1.0.6](https://github.com/truecharts/charts/compare/clickhouse-1.0.5...clickhouse-1.0.6) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [clickhouse-1.0.5](https://github.com/truecharts/apps/compare/clickhouse-1.0.4...clickhouse-1.0.5) (2022-07-29)
### Chore
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
- update helm chart common to v10.4.9
## [clickhouse-1.0.4](https://github.com/truecharts/apps/compare/clickhouse-1.0.2...clickhouse-1.0.4) (2022-07-25)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [clickhouse-1.0.3](https://github.com/truecharts/apps/compare/clickhouse-1.0.2...clickhouse-1.0.3) (2022-07-25)
### Chore
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [clickhouse-1.0.2](https://github.com/truecharts/apps/compare/clickhouse-1.0.1...clickhouse-1.0.2) (2022-07-23)
### Chore
- update helm chart common to v10.4.7 ([#3277](https://github.com/truecharts/apps/issues/3277))
## [clickhouse-1.0.1](https://github.com/truecharts/apps/compare/clickhouse-1.0.0...clickhouse-1.0.1) (2022-07-22)
### Chore
- Bump all charts to generate config and container references due to huge increase of repository
- update docker general non-major ([#3266](https://github.com/truecharts/apps/issues/3266))
## [clickhouse-1.0.0](https://github.com/truecharts/apps/compare/clickhouse-0.0.12...clickhouse-1.0.0) (2022-07-21)
### Chore
- move clickhouse to dependency train, remove 2 breaking apps and remove some special characters
## [clickhouse-0.0.12](https://github.com/truecharts/apps/compare/clickhouse-0.0.11...clickhouse-0.0.12) (2022-07-19)
### Chore
- Update Readme and Description on SCALE
## [clickhouse-0.0.11](https://github.com/truecharts/apps/compare/clickhouse-0.0.10...clickhouse-0.0.11) (2022-07-14)
### Fix
- regenerate catalog and update template
## [clickhouse-0.0.10](https://github.com/truecharts/apps/compare/clickhouse-0.0.8...clickhouse-0.0.10) (2022-07-14)
### Fix
- bump to ensure .helmignore is present on all Charts
## [clickhouse-0.0.8](https://github.com/truecharts/apps/compare/clickhouse-0.0.6...clickhouse-0.0.8) (2022-07-12)
### Chore
- update icons ([#3156](https://github.com/truecharts/apps/issues/3156))
- bump to cleanup old docs and use correct icon urls
## [clickhouse-0.0.6](https://github.com/truecharts/apps/compare/clickhouse-0.0.5...clickhouse-0.0.6) (2022-07-12)
### Chore
- bump to regenerate documentation
- update docker general non-major ([#3150](https://github.com/truecharts/apps/issues/3150))
<a name="clickhouse-0.0.5"></a>
### [clickhouse-0.0.5](https://github.com/truecharts/apps/compare/clickhouse-0.0.4...clickhouse-0.0.5) (2022-07-11)
<a name="clickhouse-0.0.4"></a>
### [clickhouse-0.0.4](https://github.com/truecharts/apps/compare/clickhouse-0.0.3...clickhouse-0.0.4) (2022-07-11)
#### Chore
* move icons into the apps folder ([#3139](https://github.com/truecharts/apps/issues/3139))
<a name="clickhouse-0.0.3"></a>
### [clickhouse-0.0.3](https://github.com/truecharts/apps/compare/clickhouse-0.0.2...clickhouse-0.0.3) (2022-07-11)
<a name="clickhouse-0.0.2"></a>
### [clickhouse-0.0.2](https://github.com/truecharts/apps/compare/clickhouse-0.0.1...clickhouse-0.0.2) (2022-07-11)
#### Chore
* Auto-update chart README [skip ci]
#### Fix
* Fix ClickHouse upstream repo ([#3134](https://github.com/truecharts/apps/issues/3134))
<a name="clickhouse-0.0.1"></a>
### clickhouse-0.0.1 (2022-07-10)
#### Feat
* Add ClickHouse ([#3060](https://github.com/truecharts/apps/issues/3060))

View File

@@ -1,31 +0,0 @@
apiVersion: v2
appVersion: "22.05.10.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: "An awesome Online Office suite."
home: https://truecharts.org/charts/dependency/collabora-online
icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora-online.png
keywords:
- collabora-online
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: collabora-online
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/collabora-online
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 14.0.16
annotations:
truecharts.org/catagories: |
- office
- documents
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -1,9 +0,0 @@
# Installation Notes
If you don't enable `Reverse Proxy` on `Collabora` (It's not recommended as it is unsecure), in order for it to work you have to
- Remove `-o:ssl.termination=true -o:ssl.enable=false` from `Extra Parameters`.
- Set `Server Name` to `hostIP:port` (The port number you set for `NodePort`)
- Set `Service type` to `NodePort`
- Set `Port type` to `HTTPS`
- Disable certificate validation in the app you are going to use it. (eg. Nextcloud have a checkbox under Collabora's URL to disable Cert Validation)

View File

@@ -1,24 +0,0 @@
# Input Validation
**`Server Name`**
Accepted formats are:
- Single FQDN (eg. `collabora.mydomain.com` or `mydomain.com`)
- Single IP (eg. `10.10.10.11`)
_Same rules apply for FQDN as in the section above_
Regex used to match this: `^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$`
You can try live [here](https://regex101.com/r/mICKDp/1)
**`Password for WebUI`**
Accepted formats are:
- Letters, Numbers, Symbols, Minimum 8 characters (eg. `dg523$*a`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?`
Regex used to match those: `[a-zA-Z0-9!@#$%^&*?]{8,}`
You can try live [here](https://regex101.com/r/ef3V88/1)
---
_If you find a field that you think it needs validation, please open an issue on github_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,160 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
path: "/"
admin:
# Include{portalLink}
path: "/browser/dist/admin/admin.html"
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: username
label: "Username for WebUI"
schema:
type: string
default: "admin"
required: true
- variable: password
label: "Password for WebUI"
schema:
type: string
valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}"
private: true
required: true
default: "REPLACETHIS"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: aliasgroup1
label: "aliasgroup1"
description: "Comma separated hosts list."
schema:
type: string
default: ""
- variable: dictionaries
label: "Dictionaries to use, leave empty to use all"
schema:
type: string
default: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
- variable: extra_params
label: "Extra Parameters to add"
description: 'e.g. "--o:welcome.enable=false", See more on /etc/loolwsd/loolwsd.xml. Separate params with space'
schema:
type: string
default: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false"
- variable: DONT_GEN_SSL_CERT
label: "DONT_GEN_SSL_CERT"
description: "When set to true it does NOT generate an SSL cert, you have to use your own"
schema:
type: boolean
default: true
- variable: server_name
label: "Server Name"
description: "When this environment variable is set (is not empty), then its value will be used as server name in /etc/loolwsd/loolwsd.xml. Without this, CODE is not delivering a correct host for the websocket connection in case of a proxy in front of it."
schema:
type: string
default: 'collabora.domain.tld'
valid_chars: '^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$'
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10105
required: true
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
type: boolean
default: true
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 104
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 106
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{vpn}
# Include{documentation}

View File

@@ -1,54 +0,0 @@
image:
repository: tccr.io/truecharts/collabora
tag: 22.05.10.1.1@sha256:e5ccc448db2b0cce93cf14c5feb02cd7ba7e3a42deaa7abaff63b6a74e527ccf
pullPolicy: IfNotPresent
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
securityContext:
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 104
runAsGroup: 106
service:
main:
ports:
main:
port: 10105
targetPort: 9980
secretEnv:
username: ""
password: ""
env:
aliasgroup1: ""
dictionaries: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
extra_params: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false "
server_name: "collabora.domain.tld"
DONT_GEN_SSL_CERT: true
portal:
enabled: true

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "10.10.2"
appVersion: "10.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.4.21
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://truecharts.org/charts/dependency/mariadb
@@ -21,12 +21,11 @@ maintainers:
name: mariadb
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
- https://hub.docker.com/bitnami/mariadb
- https://github.com/bitnami/bitnami-docker-mariadb
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 5.0.27
version: 7.0.13
annotations:
truecharts.org/catagories: |
- database

View File

@@ -0,0 +1 @@
mariadbPassword: "testpassword"

View File

@@ -1,10 +1,15 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: mariadbDatabase
group: "App Configuration"
@@ -61,7 +66,7 @@ questions:
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{vctRoot}
# Include{persistenceRoot}
additional_attrs: true
type: dict
attrs:
@@ -74,51 +79,34 @@ questions:
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1 +1 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,28 +1,48 @@
image:
repository: tccr.io/truecharts/mariadb
pullPolicy: IfNotPresent
tag: 10.10.2@sha256:f6f907c682a38a9f9abf3f6a376bc65f184351fdecea8e5edf272821e9915b6f
tag: 10.11.2@sha256:fc01102eef1de92155b5097636ef738700c8bef1735f52a397b1505cbf455c0f
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
workload:
main:
podSpec:
containers:
main:
env:
MARIADB_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}'
key: "mariadb-password"
MARIADB_ROOT_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}'
key: "mariadb-root-password"
MARIADB_USER: "{{ .Values.mariadbUsername }}"
MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}"
probes:
liveness:
enabled: true
type: exec
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
readiness:
enabled: true
type: exec
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
startup:
enabled: true
type: exec
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
service:
main:
@@ -32,7 +52,9 @@ service:
targetPort: 3306
securityContext:
readOnlyRootFilesystem: false
container:
readOnlyRootFilesystem: false
runAsGroup: 0
secret:
credentials:
@@ -41,87 +63,23 @@ secret:
mariadb-password: '{{ ( .Values.mariadbPassword | default "empty" ) }}'
mariadb-root-password: '{{ ( .Values.mariadbRootPassword | default "empty" ) }}'
env:
MARIADB_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "mariadb-password"
MARIADB_ROOT_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "mariadb-root-password"
MARIADB_USER: "{{ .Values.mariadbUsername }}"
MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}"
podSecurityContext:
runAsGroup: 0
volumeClaimTemplates:
persistence:
data:
enabled: true
mountPath: "/bitnami/mariadb"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
mariadbPassword: "testpass"
mariadbUsername: "test"
mariadbDatabase: "test"
mariadbRootPassword: "testroot"
# -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart.
mariadbPassword: ""
existingSecret: ""
portal:
enabled: false
open:
enabled: false
manifests:
manifestManager:
enabled: false

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.18"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.4.21
deprecated: false
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/charts/dependency/memcached
@@ -20,11 +20,10 @@ maintainers:
name: memcached
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
- https://hub.docker.com/bitnami/memcached
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 5.0.26
version: 6.0.23
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,32 +1,14 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: postgresqlDatabase
group: "App Configuration"
label: "Database Name"
schema:
type: string
default: "mydatabase"
required: true
- variable: postgresqlUsername
group: "App Configuration"
label: "Database User"
schema:
type: string
default: "mydatabaseuser"
required: true
- variable: postgresqlPassword
group: "App Configuration"
label: "Database Password"
schema:
type: string
default: ""
required: true
# Include{serviceRoot}
- variable: main
label: "Main Service"
@@ -55,51 +37,34 @@ questions:
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1,2 +1,2 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,17 +1,19 @@
image:
repository: tccr.io/truecharts/memcached
pullPolicy: IfNotPresent
tag: 1.6.18@sha256:b83214bffc05340d5a896fdb326be8eaa8a4bac9c4b64e35c0dfc934f504c034
tag: 1.6.18@sha256:49998f1e9bb4c1537c559c9e6a757c93a346d2ea6b03d03ecdca3bda3c8d4ab6
service:
main:
ports:
main:
port: 11211
protocol: tcp
targetPort: 11211
portal:
enabled: false
open:
enabled: false
manifests:
manifestManager:
enabled: false

View File

@@ -3,7 +3,7 @@ appVersion: "6.0.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.4.21
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/charts/dependency/mongodb
@@ -20,11 +20,10 @@ maintainers:
name: mongodb
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
- https://hub.docker.com/bitnami/mongodb
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 4.0.29
version: 6.0.12
annotations:
truecharts.org/catagories: |
- database

View File

@@ -0,0 +1 @@
mongodbPassword: "testpassword"

View File

@@ -1,10 +1,15 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: mongodbDatabase
group: "App Configuration"
@@ -61,7 +66,7 @@ questions:
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{vctRoot}
# Include{persistenceRoot}
additional_attrs: true
type: dict
attrs:
@@ -74,51 +79,34 @@ questions:
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1 +1 @@
{{- include "tc.common.loader.all" . }}
{{- include "tc.v1.common.loader.all" . }}

View File

@@ -1,28 +1,80 @@
image:
repository: tccr.io/truecharts/mongodb
pullPolicy: IfNotPresent
tag: 6.0.4@sha256:0b02531b780d72d16c39c819b44320be50c33e58c24d0419636909ec4f971c5e
tag: 6.0.4@sha256:3600c9f13d96311ddad4d2de6520d54c89a8708ee36798e4dc6fb93f59c1eab4
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
workload:
main:
replicas: 1
podSpec:
containers:
main:
env:
MONGODB_USERNAME: "{{ .Values.mongodbUsername }}"
MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}"
MONGODB_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}'
key: "mongodb-password"
MONGODB_ROOT_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}'
key: "mongodb-root-password"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
service:
main:
@@ -32,74 +84,22 @@ service:
targetPort: 27017
securityContext:
readOnlyRootFilesystem: false
container:
runAsGroup: 0
readOnlyRootFilesystem: false
podSecurityContext:
runAsGroup: 0
volumeClaimTemplates:
persistence:
data:
enabled: true
mountPath: "/bitnami/mongodb"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
mongodbPassword: "testpass"
mongodbUsername: "test"
mongodbDatabase: "test"
mongodbRootPassword: "testroot"
# -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart.
mongodbPassword: ""
existingSecret: ""
secret:
@@ -109,20 +109,9 @@ secret:
mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}'
mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}'
env:
MONGODB_USERNAME: "{{ .Values.mongodbUsername }}"
MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}"
MONGODB_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "mongodb-password"
MONGODB_ROOT_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "mongodb-root-password"
portal:
enabled: false
open:
enabled: false
manifests:
manifestManager:
enabled: false

View File

@@ -1,124 +0,0 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
- variable: postgresqlDatabase
group: "App Configuration"
label: "Database Name"
schema:
type: string
default: "mydatabase"
required: true
- variable: postgresqlUsername
group: "App Configuration"
label: "Database User"
schema:
type: string
default: "mydatabaseuser"
required: true
- variable: postgresqlPassword
group: "App Configuration"
label: "Database Password"
schema:
type: string
default: ""
required: true
- variable: postgrespassword
group: "App Configuration"
label: "Root Password"
schema:
type: string
default: ""
required: true
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5432
required: true
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{vctRoot}
additional_attrs: true
type: dict
attrs:
- variable: db
label: "DB Storage"
description: "Stores the old Application Database."
schema:
type: dict
hidden: true
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{vpn}
# Include{documentation}

View File

@@ -1,132 +0,0 @@
image:
repository: tccr.io/truecharts/postgresql
pullPolicy: IfNotPresent
tag: 14.6.0@sha256:80f8f4d90e915540a783d4f32f14506abad433403aa1e3bd77705fda5ce3fc0a
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 5432
targetPort: 5432
## TODO: Fix the backup-on-upgrade system
enableUpgradeBackup: false
podSecurityContext:
runAsGroup: 0
volumeClaimTemplates:
db:
enabled: true
mountPath: "/bitnami/postgresql"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
postgresqlPassword: "testpass"
postgresqlUsername: "test"
postgresqlDatabase: "test"
postgrespassword: "testroot"
existingSecret: ""
secret:
credentials:
enabled: true
data:
postgresql-password: '{{ ( .Values.postgresqlPassword | default "empty" ) }}'
postgresql-postgres-password: '{{ ( .Values.postgrespassword | default "empty" ) }}'
env:
POSTGRES_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "postgresql-password"
POSTGRESQL_POSTGRES_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "postgresql-postgres-password"
POSTGRES_USER: "{{ .Values.postgresqlUsername }}"
POSTGRES_DB: "{{ .Values.postgresqlDatabase }}"
# POSTGRESQL_POSTGRES_PASSWORD: "{{ .Values.postgrespassword }}"
# POSTGRESQL_PASSWORD: "{{ .Values.password }}"
portal:
enabled: false
manifests:
enabled: false

View File

@@ -1,990 +0,0 @@
# Changelog
## [promtail-4.0.0](https://github.com/truecharts/charts/compare/promtail-3.0.80...promtail-4.0.0) (2022-11-10)
### Chore
- Major Change to GUI
## [promtail-3.0.80](https://github.com/truecharts/charts/compare/promtail-3.0.79...promtail-3.0.80) (2022-11-09)
### Chore
- update helm chart common to v10.9.5
## [promtail-3.0.79](https://github.com/truecharts/charts/compare/promtail-3.0.78...promtail-3.0.79) (2022-11-08)
### Chore
- update helm chart common to v10.9.4
## [promtail-3.0.78](https://github.com/truecharts/charts/compare/promtail-3.0.77...promtail-3.0.78) (2022-11-08)
### Chore
- update helm chart common to v10.9.3 ([#4348](https://github.com/truecharts/charts/issues/4348))
## [promtail-3.0.77](https://github.com/truecharts/charts/compare/promtail-3.0.76...promtail-3.0.77) (2022-11-07)
### Chore
- update helm chart common to v10.9.1 ([#4339](https://github.com/truecharts/charts/issues/4339))
## [promtail-3.0.76](https://github.com/truecharts/charts/compare/promtail-3.0.75...promtail-3.0.76) (2022-11-07)
### Chore
- update helm chart common to v10.9.0 ([#4337](https://github.com/truecharts/charts/issues/4337))
## [redis-3.0.117](https://github.com/truecharts/charts/compare/redisinsight-0.0.37...redis-3.0.117) (2022-11-06)
### Chore
- update helm chart common to v10.8.1 ([#4326](https://github.com/truecharts/charts/issues/4326))
## [redis-3.0.116](https://github.com/truecharts/charts/compare/redis-3.0.114...redis-3.0.116) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.8.0 ([#4305](https://github.com/truecharts/charts/issues/4305))
- update helm chart common to v10.7.19 ([#4305](https://github.com/truecharts/charts/issues/4305))
## [redis-3.0.114](https://github.com/truecharts/charts/compare/redis-3.0.113...redis-3.0.114) (2022-11-04)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.15
## [redis-3.0.112](https://github.com/truecharts/charts/compare/redisinsight-0.0.35...redis-3.0.112) (2022-11-03)
### Chore
- update helm chart common to v10.7.14
## [redis-3.0.111](https://github.com/truecharts/charts/compare/redis-3.0.110...redis-3.0.111) (2022-11-01)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
## [redis-3.0.110](https://github.com/truecharts/charts/compare/redis-3.0.109...redis-3.0.110) (2022-11-01)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4260](https://github.com/truecharts/charts/issues/4260))
## [redis-3.0.109](https://github.com/truecharts/charts/compare/redis-3.0.108...redis-3.0.109) (2022-10-30)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.12
## [redis-3.0.108](https://github.com/truecharts/charts/compare/redis-3.0.107...redis-3.0.108) (2022-10-29)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.11 ([#4232](https://github.com/truecharts/charts/issues/4232))
## [redis-3.0.107](https://github.com/truecharts/charts/compare/redis-3.0.106...redis-3.0.107) (2022-10-29)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4230](https://github.com/truecharts/charts/issues/4230))
## [redis-3.0.106](https://github.com/truecharts/charts/compare/redis-3.0.105...redis-3.0.106) (2022-10-28)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.10
## [redis-3.0.104](https://github.com/truecharts/charts/compare/redis-3.0.103...redis-3.0.104) (2022-10-27)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.8 ([#4203](https://github.com/truecharts/charts/issues/4203))
## [redis-3.0.104](https://github.com/truecharts/charts/compare/redis-3.0.103...redis-3.0.104) (2022-10-27)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.8 ([#4203](https://github.com/truecharts/charts/issues/4203))
## [redis-3.0.103](https://github.com/truecharts/charts/compare/redisinsight-0.0.33...redis-3.0.103) (2022-10-26)
### Chore
- update docker general non-major ([#4189](https://github.com/truecharts/charts/issues/4189))
## [redis-3.0.102](https://github.com/truecharts/charts/compare/redis-3.0.101...redis-3.0.102) (2022-10-23)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4165](https://github.com/truecharts/charts/issues/4165))
## [redis-3.0.101](https://github.com/truecharts/charts/compare/redis-3.0.100...redis-3.0.101) (2022-10-22)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.7 ([#4162](https://github.com/truecharts/charts/issues/4162))
## [redis-3.0.100](https://github.com/truecharts/charts/compare/redis-3.0.99...redis-3.0.100) (2022-10-21)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.6
## [redis-3.0.99](https://github.com/truecharts/charts/compare/redis-3.0.98...redis-3.0.99) (2022-10-21)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.4 ([#4147](https://github.com/truecharts/charts/issues/4147))
- update docker general non-major ([#4139](https://github.com/truecharts/charts/issues/4139))
## [redis-3.0.98](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.30...redis-3.0.98) (2022-10-21)
### Chore
- update helm chart common to v10.7.2 ([#4143](https://github.com/truecharts/charts/issues/4143))
## [redis-3.0.97](https://github.com/truecharts/charts/compare/redis-3.0.96...redis-3.0.97) (2022-10-17)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119))
## [redis-3.0.96](https://github.com/truecharts/charts/compare/redis-3.0.95...redis-3.0.96) (2022-10-15)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.1
## [redis-3.0.95](https://github.com/truecharts/charts/compare/redisinsight-0.0.31...redis-3.0.95) (2022-10-14)
### Chore
- update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084))
## [redis-3.0.94](https://github.com/truecharts/charts/compare/redis-3.0.93...redis-3.0.94) (2022-10-11)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070))
## [redis-3.0.93](https://github.com/truecharts/charts/compare/redisinsight-0.0.30...redis-3.0.93) (2022-10-10)
### Chore
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
## [redis-3.0.92](https://github.com/truecharts/charts/compare/redis-3.0.91...redis-3.0.92) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major
## [redis-3.0.91](https://github.com/truecharts/charts/compare/redisinsight-0.0.29...redis-3.0.91) (2022-10-07)
### Chore
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [redis-3.0.90](https://github.com/truecharts/charts/compare/redisinsight-0.0.28...redis-3.0.90) (2022-10-05)
### Chore
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010))
- update docker general non-major
## [redis-3.0.89](https://github.com/truecharts/charts/compare/redis-3.0.88...redis-3.0.89) (2022-10-01)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975))
## [redis-3.0.88](https://github.com/truecharts/charts/compare/redis-3.0.87...redis-3.0.88) (2022-10-01)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.8
## [redis-3.0.87](https://github.com/truecharts/charts/compare/redis-3.0.86...redis-3.0.87) (2022-09-29)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.5 ([#3946](https://github.com/truecharts/charts/issues/3946))
## [redis-3.0.85](https://github.com/truecharts/charts/compare/redisinsight-0.0.26...redis-3.0.85) (2022-09-26)
### Chore
- update helm chart common to v10.6.4 ([#3914](https://github.com/truecharts/charts/issues/3914))
## [redis-3.0.84](https://github.com/truecharts/charts/compare/redis-3.0.83...redis-3.0.84) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.1 ([#3893](https://github.com/truecharts/charts/issues/3893))
## [redis-3.0.83](https://github.com/truecharts/charts/compare/redis-3.0.82...redis-3.0.83) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881))
## [redis-3.0.82](https://github.com/truecharts/charts/compare/redis-3.0.81...redis-3.0.82) (2022-09-24)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.0
## [redis-3.0.81](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.24...redis-3.0.81) (2022-09-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850))
- update helm chart common to v10.5.12
## [redis-3.0.80](https://github.com/truecharts/charts/compare/redis-3.0.79...redis-3.0.80) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.5.12
## [redis-3.0.79](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.79) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827))
- update helm chart common to v10.5.11 ([#3832](https://github.com/truecharts/charts/issues/3832))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.79](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.79) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update helm chart common to v10.5.11 ([#3832](https://github.com/truecharts/charts/issues/3832))
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-21)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.77](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.77) (2022-09-19)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.76](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.76) (2022-09-17)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.76](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.76) (2022-09-18)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.76](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.76) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.76](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.76) (2022-09-16)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.76](https://github.com/truecharts/charts/compare/redis-3.0.75...redis-3.0.76) (2022-09-15)
### Chore
- update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772))
## [redis-3.0.75](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.23...redis-3.0.75) (2022-09-15)
### Chore
- remove unneeded element from UI ([#3779](https://github.com/truecharts/charts/issues/3779))
## [redis-3.0.74](https://github.com/truecharts/charts/compare/redisinsight-0.0.24...redis-3.0.74) (2022-09-13)
### Chore
- update helm chart common to v10.5.10
## [redis-3.0.73](https://github.com/truecharts/charts/compare/redis-3.0.72...redis-3.0.73) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3743](https://github.com/truecharts/charts/issues/3743))
## [redis-3.0.73](https://github.com/truecharts/charts/compare/redis-3.0.72...redis-3.0.73) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3743](https://github.com/truecharts/charts/issues/3743))
## [redis-3.0.73](https://github.com/truecharts/charts/compare/redis-3.0.72...redis-3.0.73) (2022-09-12)
### Chore
- update docker general non-major ([#3743](https://github.com/truecharts/charts/issues/3743))
## [redis-3.0.72](https://github.com/truecharts/charts/compare/redis-3.0.71...redis-3.0.72) (2022-09-11)
### Chore
- update helm chart common to v10.5.9
## [redis-3.0.71](https://github.com/truecharts/charts/compare/redis-3.0.70...redis-3.0.71) (2022-09-10)
### Chore
- update helm chart common to v10.5.8 ([#3729](https://github.com/truecharts/charts/issues/3729))
- update docker general non-major ([#3727](https://github.com/truecharts/charts/issues/3727))
## [redis-3.0.70](https://github.com/truecharts/charts/compare/redis-3.0.69...redis-3.0.70) (2022-09-05)
### Chore
- update docker general non-major ([#3700](https://github.com/truecharts/charts/issues/3700))
## [redis-3.0.69](https://github.com/truecharts/charts/compare/redis-3.0.68...redis-3.0.69) (2022-09-03)
### Chore
- update helm chart common to v10.5.7 ([#3676](https://github.com/truecharts/charts/issues/3676))
## [mongodb-2.0.6](https://github.com/truecharts/charts/compare/mongodb-2.0.5...mongodb-2.0.6) (2022-09-02)
### Chore
- update docker general non-major ([#3660](https://github.com/truecharts/charts/issues/3660))
## [mongodb-2.0.5](https://github.com/truecharts/charts/compare/mongodb-2.0.3...mongodb-2.0.5) (2022-08-30)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.5.6 ([#3635](https://github.com/truecharts/charts/issues/3635))
- update helm chart common to v10.5.5
## [mongodb-2.0.4](https://github.com/truecharts/charts/compare/mongodb-2.0.3...mongodb-2.0.4) (2022-08-30)
### Chore
- update helm chart common to v10.5.5
## [memcached-3.0.66](https://github.com/truecharts/charts/compare/memcached-3.0.65...memcached-3.0.66) (2022-08-30)
### Chore
- update docker general non-major ([#3623](https://github.com/truecharts/charts/issues/3623))
## [memcached-3.0.65](https://github.com/truecharts/charts/compare/memcached-3.0.64...memcached-3.0.65) (2022-08-29)
### Chore
- update helm chart common to v10.5.4 ([#3613](https://github.com/truecharts/charts/issues/3613))
## [memcached-3.0.64](https://github.com/truecharts/charts/compare/memcached-3.0.63...memcached-3.0.64) (2022-08-29)
### Chore
- update helm chart common to v10.5.3 ([#3610](https://github.com/truecharts/charts/issues/3610))
## [memcached-3.0.62](https://github.com/truecharts/charts/compare/memcached-3.0.61...memcached-3.0.62) (2022-08-25)
### Chore
- update docker general non-major ([#3561](https://github.com/truecharts/charts/issues/3561))
## [clickhouse-1.0.13](https://github.com/truecharts/charts/compare/clickhouse-1.0.12...clickhouse-1.0.13) (2022-08-25)
### Chore
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
## [clickhouse-1.0.12](https://github.com/truecharts/charts/compare/clickhouse-1.0.11...clickhouse-1.0.12) (2022-08-23)
### Chore
- update helm chart common to v10.5.0 ([#3546](https://github.com/truecharts/charts/issues/3546))
## [clickhouse-1.0.11](https://github.com/truecharts/charts/compare/clickhouse-1.0.10...clickhouse-1.0.11) (2022-08-19)
### Chore
- update docker general non-major docker tags ([#3512](https://github.com/truecharts/charts/issues/3512))
## [clickhouse-1.0.10](https://github.com/truecharts/charts/compare/clickhouse-1.0.9...clickhouse-1.0.10) (2022-08-17)
### Chore
- update helm chart common to v10.4.13
## [clickhouse-1.0.9](https://github.com/truecharts/charts/compare/clickhouse-1.0.8...clickhouse-1.0.9) (2022-08-14)
### Chore
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))
## [clickhouse-1.0.8](https://github.com/truecharts/charts/compare/clickhouse-1.0.7...clickhouse-1.0.8) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm chart common to v10.4.12
### Fix
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [clickhouse-1.0.7](https://github.com/truecharts/charts/compare/clickhouse-1.0.6...clickhouse-1.0.7) (2022-08-10)
### Chore
- update helm chart common to v10.4.11 ([#3428](https://github.com/truecharts/charts/issues/3428))
## [clickhouse-1.0.6](https://github.com/truecharts/charts/compare/clickhouse-1.0.5...clickhouse-1.0.6) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [clickhouse-1.0.5](https://github.com/truecharts/apps/compare/clickhouse-1.0.4...clickhouse-1.0.5) (2022-07-29)
### Chore
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
- update helm chart common to v10.4.9
## [clickhouse-1.0.4](https://github.com/truecharts/apps/compare/clickhouse-1.0.2...clickhouse-1.0.4) (2022-07-25)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [clickhouse-1.0.3](https://github.com/truecharts/apps/compare/clickhouse-1.0.2...clickhouse-1.0.3) (2022-07-25)
### Chore
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [clickhouse-1.0.2](https://github.com/truecharts/apps/compare/clickhouse-1.0.1...clickhouse-1.0.2) (2022-07-23)
### Chore
- update helm chart common to v10.4.7 ([#3277](https://github.com/truecharts/apps/issues/3277))
## [clickhouse-1.0.1](https://github.com/truecharts/apps/compare/clickhouse-1.0.0...clickhouse-1.0.1) (2022-07-22)
### Chore
- Bump all charts to generate config and container references due to huge increase of repository
- update docker general non-major ([#3266](https://github.com/truecharts/apps/issues/3266))
## [clickhouse-1.0.0](https://github.com/truecharts/apps/compare/clickhouse-0.0.12...clickhouse-1.0.0) (2022-07-21)
### Chore
- move clickhouse to dependency train, remove 2 breaking apps and remove some special characters
## [clickhouse-0.0.12](https://github.com/truecharts/apps/compare/clickhouse-0.0.11...clickhouse-0.0.12) (2022-07-19)
### Chore
- Update Readme and Description on SCALE
## [clickhouse-0.0.11](https://github.com/truecharts/apps/compare/clickhouse-0.0.10...clickhouse-0.0.11) (2022-07-14)
### Fix
- regenerate catalog and update template
## [clickhouse-0.0.10](https://github.com/truecharts/apps/compare/clickhouse-0.0.8...clickhouse-0.0.10) (2022-07-14)
### Fix
- bump to ensure .helmignore is present on all Charts
## [clickhouse-0.0.8](https://github.com/truecharts/apps/compare/clickhouse-0.0.6...clickhouse-0.0.8) (2022-07-12)
### Chore
- update icons ([#3156](https://github.com/truecharts/apps/issues/3156))
- bump to cleanup old docs and use correct icon urls
## [clickhouse-0.0.6](https://github.com/truecharts/apps/compare/clickhouse-0.0.5...clickhouse-0.0.6) (2022-07-12)
### Chore
- bump to regenerate documentation
- update docker general non-major ([#3150](https://github.com/truecharts/apps/issues/3150))
<a name="clickhouse-0.0.5"></a>
### [clickhouse-0.0.5](https://github.com/truecharts/apps/compare/clickhouse-0.0.4...clickhouse-0.0.5) (2022-07-11)
<a name="clickhouse-0.0.4"></a>
### [clickhouse-0.0.4](https://github.com/truecharts/apps/compare/clickhouse-0.0.3...clickhouse-0.0.4) (2022-07-11)
#### Chore
* move icons into the apps folder ([#3139](https://github.com/truecharts/apps/issues/3139))
<a name="clickhouse-0.0.3"></a>
### [clickhouse-0.0.3](https://github.com/truecharts/apps/compare/clickhouse-0.0.2...clickhouse-0.0.3) (2022-07-11)
<a name="clickhouse-0.0.2"></a>
### [clickhouse-0.0.2](https://github.com/truecharts/apps/compare/clickhouse-0.0.1...clickhouse-0.0.2) (2022-07-11)
#### Chore
* Auto-update chart README [skip ci]
#### Fix
* Fix ClickHouse upstream repo ([#3134](https://github.com/truecharts/apps/issues/3134))
<a name="clickhouse-0.0.1"></a>
### clickhouse-0.0.1 (2022-07-10)
#### Feat
* Add ClickHouse ([#3060](https://github.com/truecharts/apps/issues/3060))

View File

@@ -1,33 +0,0 @@
apiVersion: v2
appVersion: "2.7.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: Promtail is an agent which ships the contents of local logs to a Loki instance
icon: https://truecharts.org/img/hotlink-ok/chart-icons/promtail.png
home: https://truecharts.org/charts/dependency/promtail
keywords:
- metrics
- logs
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: promtail
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/promtail
- https://hub.docker.com/grafana/promtail
- https://github.com/grafana/loki
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
version: 6.0.14
annotations:
truecharts.org/catagories: |
- metrics
- logs
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -1,43 +0,0 @@
# Include{groups}
portals: {}
questions:
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The serving the Prometheus WebUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3101
required: true
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{advanced}

View File

@@ -1,34 +0,0 @@
{{- define "tc.promtail.servicemonitor" -}}
{{- if .Values.serviceMonitor.enabled }}
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "tc.common.names.fullname" . -}}
{{- with .Values.serviceMonitor.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
{{- include "tc.common.labels" . | nindent 4 }}
{{- with .Values.serviceMonitor.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- with .Values.serviceMonitor.namespaceSelector }}
namespaceSelector:
{{- toYaml . | nindent 4 }}
{{- end }}
selector:
matchLabels:
{{- include "tc.common.labels.selectorLabels" . | nindent 6 }}
endpoints:
- port: http-metrics
{{- with .Values.serviceMonitor.interval }}
interval: {{ . }}
{{- end }}
{{- with .Values.serviceMonitor.scrapeTimeout }}
scrapeTimeout: {{ . }}
{{- end }}
{{- end }}
{{- end -}}

View File

@@ -1,4 +0,0 @@
{{/* Render the templates */}}
{{ include "tc.common.loader.init" . }}
{{ include "tc.promtail.servicemonitor" . }}
{{ include "tc.common.loader.apply" . }}

View File

@@ -1,258 +0,0 @@
image:
repository: ghcr.io/truecharts/promtail
tag: 2.7.3@sha256:0ebced1842adafae322f7acd4236442d7dc7d7870cbe956f41cd78158c2f0d2b
# controller:
# # -- Set the controller type.
# # Valid options are deployment, daemonset or statefulset
# type: daemonset
args:
- "-config.file=/etc/promtail/promtail.yaml"
secret:
config:
enabled: true
data:
promtail.yaml: |
{{- tpl .Values.config.file . | nindent 4 }}
env:
HOSTNAME:
fieldRef:
fieldPath: spec.nodeName
service:
main:
ports:
main:
targetPort: 3101
port: 3101
probes:
liveness:
path: "/ready"
readiness:
path: "/ready"
startup:
path: "/ready"
# -- The security context for pods
podSecurityContext:
runAsUser: 0
runAsGroup: 0
# -- The security context for containers
securityContext:
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
allowPrivilegeEscalation: false
runAsNonRoot: false
persistence:
pods:
enabled: true
type: hostPath
mountPath: /var/log/pods
hostPath: /var/log/pods
readOnly: true
run:
enabled: true
type: hostPath
mountPath: /run/promtail
hostPath: /run/promtail
config:
enabled: true
type: secret
objectName: '{{ include "tc.common.names.fullname" . }}-config'
mountPath: /etc/promtail
# -- Whether Role Based Access Control objects like roles and rolebindings should be created
rbac:
main:
enabled: true
rules:
- apiGroups:
- ""
resources:
- nodes
- nodes/proxy
- services
- endpoints
- pods
verbs:
- get
- watch
- list
# -- The service account the pods will use to interact with the Kubernetes API
serviceAccount:
main:
enabled: true
# -- Tolerations for pods. By default, pods will be scheduled on master/control-plane nodes.
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
# ServiceMonitor configuration
serviceMonitor:
# -- If enabled, ServiceMonitor resources for Prometheus Operator are created
enabled: false
# -- Alternative namespace for ServiceMonitor resources
namespace: null
# -- Namespace selector for ServiceMonitor resources
namespaceSelector: {}
# -- ServiceMonitor annotations
annotations: {}
# -- Additional ServiceMonitor labels
labels: {}
# -- ServiceMonitor scrape interval
interval: null
# -- ServiceMonitor scrape timeout in Go duration format (e.g. 15s)
scrapeTimeout: null
# -- Section for crafting Promtails config file. The only directly relevant value is `config.file`
# which is a templated string that references the other values and snippets below this key.
# @default -- See `values.yaml`
config:
# -- The log level of the Promtail server
# Must be reference in `config.file` to configure `server.log_level`
# See default config in `values.yaml`
logLevel: info
# -- The port of the Promtail server
# Must be reference in `config.file` to configure `server.http_listen_port`
# See default config in `values.yaml`
serverPort: 3101
# -- The Loki address to post logs to.
# Must be reference in `config.file` to configure `client.url`.
# See default config in `values.yaml`
lokiAddress: ""
# -- A section of reusable snippets that can be reference in `config.file`.
# Custom snippets may be added in order to reduce redundancy.
# This is especially helpful when multiple `kubernetes_sd_configs` are use which usually have large parts in common.
# @default -- See `values.yaml`
snippets:
pipelineStages:
- cri: {}
common:
- action: replace
source_labels:
- __meta_kubernetes_pod_node_name
target_label: node_name
- action: replace
source_labels:
- __meta_kubernetes_namespace
target_label: namespace
- action: replace
replacement: $1
separator: /
source_labels:
- namespace
- app
target_label: job
- action: replace
source_labels:
- __meta_kubernetes_pod_name
target_label: pod
- action: replace
source_labels:
- __meta_kubernetes_pod_container_name
target_label: container
- action: replace
replacement: /var/log/pods/*$1/*.log
separator: /
source_labels:
- __meta_kubernetes_pod_uid
- __meta_kubernetes_pod_container_name
target_label: __path__
- action: replace
replacement: /var/log/pods/*$1/*.log
regex: true/(.*)
separator: /
source_labels:
- __meta_kubernetes_pod_annotationpresent_kubernetes_io_config_hash
- __meta_kubernetes_pod_annotation_kubernetes_io_config_hash
- __meta_kubernetes_pod_container_name
target_label: __path__
# If set to true, adds an additional label for the scrape job.
# This helps debug the Promtail config.
addScrapeJobLabel: false
# -- You can put here any keys that will be directly added to the config file's 'client' block.
# @default -- empty
extraClientConfigs: ""
# -- You can put here any additional scrape configs you want to add to the config file.
# @default -- empty
extraScrapeConfigs: ""
# -- You can put here any additional relabel_configs to "kubernetes-pods" job
extraRelabelConfigs: []
scrapeConfigs: |
# See also https://github.com/grafana/loki/blob/master/production/ksonnet/promtail/scrape_config.libsonnet for reference
- job_name: kubernetes-pods
pipeline_stages:
{{- toYaml .Values.config.snippets.pipelineStages | nindent 4 }}
kubernetes_sd_configs:
- role: pod
relabel_configs:
- source_labels:
- __meta_kubernetes_pod_controller_name
regex: ([0-9a-z-.]+?)(-[0-9a-f]{8,10})?
action: replace
target_label: __tmp_controller_name
- source_labels:
- __meta_kubernetes_pod_label_app_kubernetes_io_name
- __meta_kubernetes_pod_label_app
- __tmp_controller_name
- __meta_kubernetes_pod_name
regex: ^;*([^;]+)(;.*)?$
action: replace
target_label: app
- source_labels:
- __meta_kubernetes_pod_label_app_kubernetes_io_component
- __meta_kubernetes_pod_label_component
regex: ^;*([^;]+)(;.*)?$
action: replace
target_label: component
{{- if .Values.config.snippets.addScrapeJobLabel }}
- replacement: kubernetes-pods
target_label: scrape_job
{{- end }}
{{- toYaml .Values.config.snippets.common | nindent 4 }}
{{- with .Values.config.snippets.extraRelabelConfigs }}
{{- toYaml . | nindent 4 }}
{{- end }}
# -- Config file contents for Promtail.
# Must be configured as string.
# It is templated so it can be assembled from reusable snippets in order to avoid redundancy.
# @default -- See `values.yaml`
file: |
server:
log_level: {{ .Values.config.logLevel }}
http_listen_port: {{ .Values.config.serverPort }}
client:
url: {{ .Values.config.lokiAddress | default ( printf "http://%v.%v.svc.cluster.local:3100/loki/api/v1/push" .Release.Name .Release.Namespace ) }}
{{- tpl .Values.config.snippets.extraClientConfigs . | nindent 2 }}
positions:
filename: /run/promtail/positions.yaml
scrape_configs:
{{- tpl .Values.config.snippets.scrapeConfigs . | nindent 2 }}
{{- tpl .Values.config.snippets.extraScrapeConfigs . | nindent 2 }}
manifests:
enabled: false

View File

@@ -3,7 +3,7 @@ appVersion: "7.0.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.4.21
deprecated: false
description: Open source, advanced key-value store.
home: https://truecharts.org/charts/dependency/redis
@@ -20,11 +20,10 @@ maintainers:
name: redis
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://hub.docker.com/bitnami/redis
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 5.0.30
version: 6.0.29
annotations:
truecharts.org/catagories: |
- database

View File

@@ -0,0 +1 @@
redisPassword: "testpassword"

View File

@@ -1,10 +1,15 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: redisPassword
group: "App Configuration"
@@ -53,51 +58,34 @@ questions:
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1,2 +1,2 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,34 +1,55 @@
image:
repository: tccr.io/truecharts/redis
pullPolicy: IfNotPresent
tag: 7.0.8@sha256:ba0da0977791dae5c5df0114f13caa596d99b57aa16a2eb43efaa27ebe933faa
tag: 7.0.8@sha256:13e0bbf5369ed2f219b96c0e7136b531eb1fdca1db7b7e2c72e13133adf26288
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
workload:
main:
replicas: 1
type: StatefulSet
strategy: RollingUpdate
podSpec:
containers:
main:
env:
REDIS_REPLICATION_MODE: master
ALLOW_EMPTY_PASSWORD: "yes"
REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
REDIS_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.redisPassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.redisPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "rediscreds" }}{{ end }}'
key: "redis-password"
probes:
liveness:
enabled: true
type: exec
command:
- sh
- -c
- /health/ping_liveness_local.sh 2
readiness:
enabled: true
type: exec
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
type: exec
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
securityContext:
readOnlyRootFilesystem: false
podSecurityContext:
runAsGroup: 0
container:
readOnlyRootFilesystem: false
runAsGroup: 0
configmap:
health:
@@ -109,16 +130,9 @@ secret:
data:
redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}'
env:
REDIS_REPLICATION_MODE: master
ALLOW_EMPTY_PASSWORD: "yes"
REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
REDIS_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "redis-password"
redisPassword: "testpass"
# -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart.
redisPassword: ""
existingSecret: ""
service:
@@ -133,80 +147,30 @@ volumeClaimTemplates:
enabled: true
mountPath: "/bitnami/redis"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- /health/ping_liveness_local.sh 2
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
persistence:
# -- redis-health configmap mount
# @default -- See below
redis-health:
enabled: true
type: custom
# -- Where to mount the volume in the main container.
# Defaults to `/<name_of_the_volume>`,
# setting to '-' creates the volume but disables the volumeMount.
type: configmap
objectName: health
mountPath: "/health"
# -- Specify if the volume should be mounted read-only.
readOnly: false
# -- Define the custom Volume spec here
# [[ref]](https://kubernetes.io/docs/concepts/storage/volumes/)
volumeSpec:
configMap:
defaultMode: 0755
name: '{{ include "tc.common.names.fullname" . }}-health'
defaultMode: "0755"
items:
- key: ping_readiness_local.sh
path: ping_readiness_local.sh
- key: ping_liveness_local.sh
path: ping_liveness_local.sh
- key: ping_readiness_master.sh
path: ping_readiness_master.sh
- key: ping_liveness_master.sh
path: ping_liveness_master.sh
- key: ping_liveness_local_and_master.sh
path: ping_liveness_local_and_master.sh
- key: ping_readiness_local_and_master.sh
path: ping_readiness_local_and_master.sh
portal:
enabled: false
open:
enabled: false
manifests:
manifestManager:
enabled: false

View File

@@ -3,7 +3,7 @@ appVersion: "9.1.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.4.21
deprecated: false
description: Apache Solr
home: https://truecharts.org/charts/dependency/solr
@@ -20,10 +20,9 @@ maintainers:
name: solr
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://hub.docker.com/bitnami/solr
- https://github.com/apache/solr
type: application
version: 2.0.28
version: 4.0.12
annotations:
truecharts.org/catagories: |
- search

View File

@@ -0,0 +1 @@
solrPassword: "testpassword"

View File

@@ -4,10 +4,15 @@ portals:
# Include{portalLink}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: solrCores
group: "App Configuration"
@@ -63,7 +68,7 @@ questions:
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{vctRoot}
# Include{persistenceRoot}
additional_attrs: true
type: dict
attrs:
@@ -76,51 +81,34 @@ questions:
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 1001
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: false
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 1001
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1,2 +1,2 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,35 +1,99 @@
image:
repository: tccr.io/truecharts/solr
pullPolicy: IfNotPresent
tag: 9.1.1@sha256:678ca033852415c0d8a8bc77e0fd51f6edee01fc0fa755d8576d8d60b6dfb343
tag: 9.1.1@sha256:4ac9d6e8120321349f0a3e5dbaff796192a9623de8fb164adf9f42de952479f1
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
workload:
main:
replicas: 1
podSpec:
containers:
main:
env:
SOLR_CORES: "{{ .Values.solrCores }}"
SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}"
SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}"
SOLR_OPTS: "{{ .Values.solrOpts }}"
SOLR_ADMIN_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.solrPassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.solrPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "solrcreds" }}{{ end }}'
key: "solr-password"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
podSecurityContext:
runAsUser: 1001
runAsGroup: 0
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 1001
runAsGroup: 0
service:
main:
@@ -38,87 +102,22 @@ service:
port: 8983
targetPort: 8983
volumeClaimTemplates:
persistence:
db:
enabled: true
mountPath: "/bitnami/solr"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
# Currently only single core is supported, with multiple cores, probes will fail.
solrCores: "testcore"
solrEnableAuthentication: "yes"
solrUsername: "test"
solrPassword: "testpass"
# Used to pass a comma separated list of optional options like '-XX:G1HeapRegionSize=8m'
solrOpts: ""
# -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart.
existingSecret: ""
solrPassword: ""
secret:
credentials:
@@ -126,18 +125,9 @@ secret:
data:
solr-password: '{{ ( .Values.solrPassword | default "empty" ) }}'
env:
SOLR_CORES: "{{ .Values.solrCores }}"
SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}"
SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}"
SOLR_OPTS: "{{ .Values.solrOpts }}"
SOLR_ADMIN_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "solr-password"
portal:
enabled: true
open:
enabled: true
manifests:
manifestManager:
enabled: false

View File

@@ -1,90 +0,0 @@
# Changelog
## [subchart-2.0.0](https://github.com/truecharts/charts/compare/subchart-1.0.7...subchart-2.0.0) (2022-11-10)
### Chore
- Major Change to GUI
## [subchart-1.0.7](https://github.com/truecharts/charts/compare/subchart-1.0.6...subchart-1.0.7) (2022-11-09)
### Chore
- update helm chart common to v10.9.5
## [subchart-1.0.6](https://github.com/truecharts/charts/compare/subchart-1.0.5...subchart-1.0.6) (2022-11-08)
### Chore
- update helm chart common to v10.9.4
## [subchart-1.0.5](https://github.com/truecharts/charts/compare/subchart-1.0.4...subchart-1.0.5) (2022-11-08)
### Chore
- update helm chart common to v10.9.3 ([#4348](https://github.com/truecharts/charts/issues/4348))
## [subchart-1.0.4](https://github.com/truecharts/charts/compare/subchart-1.0.3...subchart-1.0.4) (2022-11-07)
### Chore
- update helm chart common to v10.9.1 ([#4339](https://github.com/truecharts/charts/issues/4339))
## [subchart-1.0.3](https://github.com/truecharts/charts/compare/subchart-1.0.2...subchart-1.0.3) (2022-11-07)
### Chore
- update helm chart common to v10.9.0 ([#4337](https://github.com/truecharts/charts/issues/4337))
## [subchart-1.0.2](https://github.com/truecharts/charts/compare/subchart-1.0.1...subchart-1.0.2) (2022-11-06)
### Chore
- update helm chart common to v10.8.1 ([#4326](https://github.com/truecharts/charts/issues/4326))
## [subchart-1.0.1](https://github.com/truecharts/charts/compare/subchart-1.0.0...subchart-1.0.1) (2022-11-06)
## [subchart-1.0.0]subchart-1.0.0 (2022-11-06)
### Chore
- Auto-update chart README [skip ci]
### Feat
- add subchart dependency ([#4319](https://github.com/truecharts/charts/issues/4319))
## [subchart-1.0.0]subchart-1.0.0 (2022-11-06)
### Feat
- add subchart dependency ([#4319](https://github.com/truecharts/charts/issues/4319))

View File

@@ -1,27 +0,0 @@
apiVersion: v2
appVersion: "jammy"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: This is only used as a subchart.
home: https://truecharts.org/charts/dependency/subchart
icon: https://truecharts.org/img/hotlink-ok/chart-icons/subchart.png
keywords:
- subchart
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: subchart
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/subchart
type: application
version: 3.0.11
annotations:
truecharts.org/catagories: |
- subchart
truecharts.org/SCALE-support: "false"
truecharts.org/grade: U

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -1,28 +0,0 @@
image:
repository: tccr.io/truecharts/ubuntu
pullPolicy: IfNotPresent
tag: jammy-20221101@sha256:4b9475e08c5180d4e7417dc6a18a26dcce7691e4311e5353dbb952645c5ff43f
manifests:
enabled: false
updateCRD: false
portal:
enabled: false
service:
main:
enabled: false
ports:
main:
enabled: false
port: 9999
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false

View File

@@ -3,18 +3,14 @@ appVersion: "4.37.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.22
version: 12.4.21
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.29
repository: https://deps.truecharts.org
version: 6.0.29
deprecated: false
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
home: https://truecharts.org/charts/stable/authelia
home: https://truecharts.org/charts/enterprise/authelia
icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png
keywords:
- authelia
@@ -35,12 +31,11 @@ maintainers:
url: https://truecharts.org
name: authelia
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/authelia
- https://hub.docker.com/ghcr.io/authelia/authelia
- https://github.com/truecharts/charts/tree/master/charts/enterprise/authelia
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
version: 14.0.26
version: 15.1.9
annotations:
truecharts.org/catagories: |
- security

View File

@@ -0,0 +1,106 @@
Business Source License 1.1
Parameters
Licensor: The TrueCharts Project, it's owner and it's contributors
Licensed Work: The TrueCharts "Cert-Manager" Helm Chart
Additional Use Grant: You may use the licensed work in production, as long
as it is directly sourced from a TrueCharts provided
official repository, catalog or source. You may also make private
modification to the directly sourced licenced work,
when used in production.
The following cases are, due to their nature, also
defined as 'production use' and explicitly prohibited:
- Bundling, including or displaying the licensed work
with(in) another work intended for production use,
with the apparent intend of facilitating and/or
promoting production use by third parties in
violation of this license.
Change Date: 2050-01-01
Change License: 3-clause BSD license
For information about alternative licensing arrangements for the Software,
please contact: legal@truecharts.org
Notice
The Business Source License (this document, or the “License”) is not an Open
Source license. However, the Licensed Work will eventually be made available
under an Open Source License, as stated in this License.
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
“Business Source License” is a trademark of MariaDB Corporation Ab.
-----------------------------------------------------------------------------
Business Source License 1.1
Terms
The Licensor hereby grants you the right to copy, modify, create derivative
works, redistribute, and make non-production use of the Licensed Work. The
Licensor may make an Additional Use Grant, above, permitting limited
production use.
Effective on the Change Date, or the fourth anniversary of the first publicly
available distribution of a specific version of the Licensed Work under this
License, whichever comes first, the Licensor hereby grants you rights under
the terms of the Change License, and the rights granted in the paragraph
above terminate.
If your use of the Licensed Work does not comply with the requirements
currently in effect as described in this License, you must purchase a
commercial license from the Licensor, its affiliated entities, or authorized
resellers, or you must refrain from using the Licensed Work.
All copies of the original and modified Licensed Work, and derivative works
of the Licensed Work, are subject to this License. This License applies
separately for each version of the Licensed Work and the Change Date may vary
for each version of the Licensed Work released by Licensor.
You must conspicuously display this License on each original or modified copy
of the Licensed Work. If you receive the Licensed Work in original or
modified form from a third party, the terms and conditions set forth in this
License apply to your use of that work.
Any use of the Licensed Work in violation of this License will automatically
terminate your rights under this License for the current and all other
versions of the Licensed Work.
This License does not grant you any right in any trademark or logo of
Licensor or its affiliates (provided that you may use a trademark or logo of
Licensor as expressly required by this License).
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.
MariaDB hereby grants you permission to use this Licenses text to license
your works, and to refer to it using the trademark “Business Source License”,
as long as you comply with the Covenants of Licensor below.
Covenants of Licensor
In consideration of the right to use this Licenses text and the “Business
Source License” name and trademark, Licensor covenants to MariaDB, and to all
other recipients of the licensed work to be provided by Licensor:
1. To specify as the Change License the GPL Version 2.0 or any later version,
or a license that is compatible with GPL Version 2.0 or a later version,
where “compatible” means that software provided under the Change License can
be included in a program with software provided under GPL Version 2.0 or a
later version. Licensor may specify additional Change Licenses without
limitation.
2. To either: (a) specify an additional grant of rights to use that does not
impose any additional restriction on the right granted in this License, as
the Additional Use Grant; or (b) insert the text “None”.
3. To specify a Change Date.
4. Not to modify this License in any other way.

View File

@@ -5,7 +5,7 @@
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/enterprise/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -4,10 +4,13 @@ portals:
# Include{portalLink}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas2}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: domain
group: "App Configuration"
@@ -19,8 +22,8 @@ questions:
required: true
- variable: default_redirection_url
group: "App Configuration"
label: "Default Redirection Url"
description: "If user tries to authenticate without any referer, this is used"
label: "Default Redirection URL"
description: "If user tries to authenticate without any referrer, this is used"
schema:
type: string
default: ""
@@ -41,7 +44,7 @@ questions:
description: "dark"
- variable: log
group: "App Configuration"
label: "Log Configuration "
label: "Log Configuration"
schema:
additional_attrs: true
type: dict
@@ -166,7 +169,7 @@ questions:
type: string
default: "5m"
required: true
- variable: inactivity
- variable: remember_me_duration
label: "Remember-Me duration"
description: "The remember me duration"
schema:
@@ -176,7 +179,7 @@ questions:
- variable: regulation
group: "App Configuration"
label: "Regulation Configuration"
description: "his mechanism prevents attackers from brute forcing the first factor."
description: "This mechanism prevents attackers from brute forcing the first factor."
schema:
additional_attrs: true
type: dict
@@ -238,15 +241,15 @@ questions:
subquestions:
- variable: implementation
label: "Implementation"
description: "The LDAP implementation, this affects elements like the attribute utilised for resetting a password"
description: "The LDAP implementation, this affects elements like the attribute utilized for resetting a password"
schema:
type: string
default: "custom"
enum:
- value: "activedirectory"
description: "activedirectory"
description: "Active Directory"
- value: "custom"
description: "custom"
description: "Custom"
- variable: url
label: "URL"
description: "The url to the ldap server. Format: <scheme>://<address>[:<port>]"
@@ -443,7 +446,7 @@ questions:
- variable: notifier
group: "App Configuration"
label: "Notifier Configuration"
description: "otifications are sent to users when they require a password reset, a u2f registration or a TOTP registration."
description: "Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration."
schema:
additional_attrs: true
type: dict
@@ -763,54 +766,30 @@ questions:
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{vpn}
# Include{documentation}
- variable: identity_providers
group: "Advanced"
label: "Authelia Identity Providers (BETA)"
@@ -825,7 +804,7 @@ questions:
type: dict
attrs:
- variable: enabled
label: "enabled"
label: "Enabled"
schema:
type: boolean
default: false
@@ -1012,3 +991,10 @@ questions:
type: string
default: "form_post"
required: true
# Include{postgresql}
# Include{postgresqlBasics}
# Include{addons}
# Include{codeserver}
# Include{vpn}
# Include{netshoot}
# Include{documentation}

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1,10 +1,6 @@
{{/* Define the configmap */}}
{{- define "authelia.configmap" -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: authelia-paths
{{- define "authelia.configmap.paths" -}}
enabled: true
data:
AUTHELIA_SERVER_DISABLE_HEALTHCHECK: "true"
AUTHELIA_JWT_SECRET_FILE: "/secrets/JWT_TOKEN"
@@ -29,25 +25,30 @@ data:
AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY_FILE: "/secrets/OIDC_PRIVATE_KEY"
{{- end }}
---
{{- end -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: authelia-configfile
{{- define "authelia.configmap.configfile" -}}
enabled: true
data:
configuration.yaml: |
---
theme: {{ default "light" .Values.theme }}
default_redirection_url: {{ default (printf "https://www.%s" .Values.domain) .Values.default_redirection_url }}
ntp:
address: {{ default "time.cloudflare.com:123" .Values.ntp.address }}
version: {{ default 4 .Values.ntp.version }}
max_desync: {{ default "3s" .Values.ntp.max_desync }}
disable_startup_check: {{ default false .Values.ntp.disable_startup_check }}
disable_failure: {{ default true .Values.ntp.disable_failure }}
server:
host: 0.0.0.0
port: {{ default 9091 .Values.server.port }}
{{- if not (eq "" (default "" .Values.server.path)) }}
path: {{ .Values.server.path }}
{{- end }}
read_buffer_size: {{ default 4096 .Values.server.read_buffer_size }}
write_buffer_size: {{ default 4096 .Values.server.write_buffer_size }}
buffers:
write: {{ default 4096 .Values.server.write_buffer_size }}
read: {{ default 4096 .Values.server.read_buffer_size }}
enable_pprof: {{ default false .Values.server.enable_pprof }}
enable_expvars: {{ default false .Values.server.enable_expvars }}
log:
@@ -68,7 +69,8 @@ data:
{{- end }}
{{- with $auth := .Values.authentication_backend }}
authentication_backend:
disable_reset_password: {{ $auth.disable_reset_password }}
password_reset:
disable: {{ $auth.disable_reset_password }}
{{- if $auth.file.enabled }}
file:
path: {{ $auth.file.path }}
@@ -126,7 +128,7 @@ data:
remember_me_duration: {{ default "1M" $session.remember_me_duration }}
{{- end }}
redis:
host: {{ .Values.redis.url.plain }}
host: {{ .Values.redis.creds.plain }}
{{- with $redis := .Values.redisProvider }}
port: {{ default 6379 $redis.port }}
{{- if not (eq $redis.username "") }}
@@ -153,13 +155,14 @@ data:
regulation: {{ toYaml .Values.regulation | nindent 6 }}
storage:
postgres:
host: {{ printf "%v-%v" .Release.Name "postgresql" }}
host: {{ $.Values.cnpg.main.creds.host }}
{{- with $storage := .Values.storage }}
port: {{ default 5432 $storage.postgres.port }}
database: {{ default "authelia" $storage.postgres.database }}
username: {{ default "authelia" $storage.postgres.username }}
timeout: {{ default "5s" $storage.postgres.timeout }}
sslmode: {{ default "disable" $storage.postgres.sslmode }}
ssl:
mode: {{ default "disable" $storage.postgres.sslmode }}
{{- end }}
{{- with $notifier := .Values.notifier }}
notifier:

View File

@@ -0,0 +1,53 @@
{{/* Define the secrets */}}
{{- define "authelia.secrets" -}}
{{- $basename := include "tc.v1.common.lib.chart.names.fullname" $ -}}
{{- $fetchname := printf "%s-authelia-secrets" $basename -}}
{{/* Initialize all keys */}}
{{- $oidckey := genPrivateKey "rsa" }}
{{- $oidcsecret := randAlphaNum 32 }}
{{- $jwtsecret := randAlphaNum 50 }}
{{- $sessionsecret := randAlphaNum 50 }}
{{- $encryptionkey := randAlphaNum 100 }}
enabled: true
data:
{{ with (lookup "v1" "Secret" .Release.Namespace $fetchname) }}
{{/* Get previous values and decode */}}
{{ $sessionsecret = (index .data "SESSION_ENCRYPTION_KEY") | b64dec }}
{{ $jwtsecret = (index .data "JWT_TOKEN") | b64dec }}
{{ $encryptionkey = (index .data "ENCRYPTION_KEY") | b64dec }}
{{/* Check if those keys ever existed. as OIDC is optional */}}
{{ if and (hasKey .data "OIDC_PRIVATE_KEY") (hasKey .data "OIDC_HMAC_SECRET") }}
{{ $oidckey = (index .data "OIDC_PRIVATE_KEY") | b64dec }}
{{ $oidcsecret = (index .data "OIDC_HMAC_SECRET") | b64dec }}
{{ end }}
{{ end }}
SESSION_ENCRYPTION_KEY: {{ $sessionsecret }}
JWT_TOKEN: {{ $jwtsecret }}
ENCRYPTION_KEY: {{ $encryptionkey }}
{{- if .Values.authentication_backend.ldap.enabled }}
LDAP_PASSWORD: {{ .Values.authentication_backend.ldap.plain_password }}
{{- end }}
{{- if and .Values.notifier.smtp.enabled .Values.notifier.smtp.plain_password }}
SMTP_PASSWORD: {{ .Values.notifier.smtp.plain_password }}
{{- end }}
{{- if .Values.duo_api.enabled }}
DUO_API_KEY: {{ .Values.duo_api.plain_api_key }}
{{- end }}
STORAGE_PASSWORD: {{ $.Values.cnpg.main.creds.password | trimAll "\"" }}
REDIS_PASSWORD: {{ .Values.redis.creds.redisPassword | trimAll "\"" }}
{{- if .Values.redisProvider.high_availability.enabled }}
REDIS_SENTINEL_PASSWORD: {{ .Values.redis.sentinelPassword | trimAll "\"" }}
{{- end }}
OIDC_PRIVATE_KEY: |
{{- $oidckey | nindent 4 }}
OIDC_HMAC_SECRET: {{ $oidcsecret }}
{{- end -}}

View File

@@ -0,0 +1,77 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render configmap for authelia */}}
{{- $configmapPaths := include "authelia.configmap.paths" . | fromYaml -}}
{{- if $configmapPaths -}}
{{- $_ := set .Values.configmap "authelia-paths" $configmapPaths -}}
{{- end -}}
{{- $configmapFile := include "authelia.configmap.configfile" . | fromYaml -}}
{{- if $configmapFile -}}
{{- $_ := set .Values.configmap "authelia-configfile" $configmapFile -}}
{{- end -}}
{{/* Render secrets for authelia */}}
{{- $secret := include "authelia.secrets" . | fromYaml -}}
{{- if $secret -}}
{{- $_ := set .Values.secret "authelia-secrets" $secret -}}
{{- end -}}
{{/* Append the general configMap volume to the volumes */}}
{{- define "authelia.configmapVolume" -}}
enabled: true
mountPath: /configuration.yaml
subPath: configuration.yaml
readOnly: true
type: "configmap"
objectName: authelia-configfile
{{- end -}}
{{/* Append the general secret volumes to the volumes */}}
{{- define "authelia.secretVolumes" -}}
enabled: true
mountPath: "/secrets"
readOnly: true
type: "secret"
objectName: authelia-secrets
items:
- key: "JWT_TOKEN"
path: JWT_TOKEN
- key: "SESSION_ENCRYPTION_KEY"
path: SESSION_ENCRYPTION_KEY
- key: "ENCRYPTION_KEY"
path: ENCRYPTION_KEY
- key: "STORAGE_PASSWORD"
path: STORAGE_PASSWORD
{{- if .Values.authentication_backend.ldap.enabled }}
- key: "LDAP_PASSWORD"
path: LDAP_PASSWORD
{{- end }}
{{- if and .Values.notifier.smtp.enabled .Values.notifier.smtp.plain_password }}
- key: "SMTP_PASSWORD"
path: SMTP_PASSWORD
{{- end }}
- key: "REDIS_PASSWORD"
path: REDIS_PASSWORD
{{- if .Values.redisProvider.high_availability.enabled}}
- key: "REDIS_SENTINEL_PASSWORD"
path: REDIS_SENTINEL_PASSWORD
{{- end }}
{{- if .Values.duo_api.enabled }}
- key: "DUO_API_KEY"
path: DUO_API_KEY
{{- end }}
{{- if .Values.identity_providers.oidc.enabled }}
- key: "OIDC_PRIVATE_KEY"
path: OIDC_PRIVATE_KEY
- key: "OIDC_HMAC_SECRET"
path: OIDC_HMAC_SECRET
{{- end }}
{{- end -}}
{{- $_ := set .Values.persistence "authelia-configfile" (include "authelia.configmapVolume" . | fromYaml) -}}
{{- $_ := set .Values.persistence "authelia-secrets" (include "authelia.secretVolumes" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@@ -3,10 +3,30 @@ image:
pullPolicy: IfNotPresent
tag: 4.37.5@sha256:76a4617539534cec140fd98a12f721b878524f2df3a3653f3df8ff2b7eaab586
command: ["authelia"]
args: ["--config=/configuration.yaml"]
workload:
main:
replicas: 2
strategy: RollingUpdate
podSpec:
containers:
main:
command: ["authelia"]
args: ["--config=/configuration.yaml"]
envFrom:
- configMapRef:
name: authelia-paths
probes:
liveness:
type: http
path: "/api/health"
enableServiceLinks: false
readiness:
type: http
path: "/api/health"
startup:
type: http
path: "/api/health"
service:
main:
@@ -19,45 +39,17 @@ persistence:
config:
enabled: true
mountPath: "/config"
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: authelia
postgresqlDatabase: authelia
cnpg:
main:
enabled: true
user: authelia
database: authelia
# Enabled redis
# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/redis
redis:
enabled: true
existingSecret: "rediscreds"
resources:
limits: {}
# limits:
# cpu: "4.00"
# memory: 125Mi
requests: {}
# requests:
# cpu: "0.25"
# memory: 50Mi
envFrom:
- configMapRef:
name: authelia-paths
# probes:
# liveness:
# type: HTTP
# path: /api/health"
# readiness:
# type: HTTP
# path: "/api/health"
# startup:
# type: HTTP
# path: "/api/health"
domain: example.com
@@ -133,6 +125,15 @@ duo_api:
integration_key: ABCDEF
plain_api_key: ""
## NTP settings
ntp:
address: "time.cloudflare.com:123"
version: 4
max_desync: 3s
disable_startup_check: false
disable_failure: true
##
## Authentication Backend Provider Configuration
##
@@ -625,4 +626,5 @@ identity_providers:
# userinfo_signing_algorithm: none
portal:
enabled: true
open:
enabled: true

View File

@@ -1,13 +1,13 @@
apiVersion: v2
appVersion: "0.19"
appVersion: "0.21.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.4.21
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.29
repository: https://deps.truecharts.org
version: 6.0.29
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
home: https://truecharts.org/charts/enterprise/blocky
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
@@ -22,11 +22,10 @@ maintainers:
name: blocky
sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky
- https://hub.docker.com/spx01/blocky
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
version: 4.0.20
version: 5.0.22
annotations:
truecharts.org/catagories: |
- network

View File

@@ -0,0 +1,106 @@
Business Source License 1.1
Parameters
Licensor: The TrueCharts Project, it's owner and it's contributors
Licensed Work: The TrueCharts "Blocky" Helm Chart
Additional Use Grant: You may use the licensed work in production, as long
as it is directly sourced from a TrueCharts provided
official repository, catalog or source. You may also make private
modification to the directly sourced licenced work,
when used in production.
The following cases are, due to their nature, also
defined as 'production use' and explicitly prohibited:
- Bundling, including or displaying the licensed work
with(in) another work intended for production use,
with the apparent intend of facilitating and/or
promoting production use by third parties in
violation of this license.
Change Date: 2050-01-01
Change License: 3-clause BSD license
For information about alternative licensing arrangements for the Software,
please contact: legal@truecharts.org
Notice
The Business Source License (this document, or the “License”) is not an Open
Source license. However, the Licensed Work will eventually be made available
under an Open Source License, as stated in this License.
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
“Business Source License” is a trademark of MariaDB Corporation Ab.
-----------------------------------------------------------------------------
Business Source License 1.1
Terms
The Licensor hereby grants you the right to copy, modify, create derivative
works, redistribute, and make non-production use of the Licensed Work. The
Licensor may make an Additional Use Grant, above, permitting limited
production use.
Effective on the Change Date, or the fourth anniversary of the first publicly
available distribution of a specific version of the Licensed Work under this
License, whichever comes first, the Licensor hereby grants you rights under
the terms of the Change License, and the rights granted in the paragraph
above terminate.
If your use of the Licensed Work does not comply with the requirements
currently in effect as described in this License, you must purchase a
commercial license from the Licensor, its affiliated entities, or authorized
resellers, or you must refrain from using the Licensed Work.
All copies of the original and modified Licensed Work, and derivative works
of the Licensed Work, are subject to this License. This License applies
separately for each version of the Licensed Work and the Change Date may vary
for each version of the Licensed Work released by Licensor.
You must conspicuously display this License on each original or modified copy
of the Licensed Work. If you receive the Licensed Work in original or
modified form from a third party, the terms and conditions set forth in this
License apply to your use of that work.
Any use of the Licensed Work in violation of this License will automatically
terminate your rights under this License for the current and all other
versions of the Licensed Work.
This License does not grant you any right in any trademark or logo of
Licensor or its affiliates (provided that you may use a trademark or logo of
Licensor as expressly required by this License).
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.
MariaDB hereby grants you permission to use this Licenses text to license
your works, and to refer to it using the trademark “Business Source License”,
as long as you comply with the Covenants of Licensor below.
Covenants of Licensor
In consideration of the right to use this Licenses text and the “Business
Source License” name and trademark, Licensor covenants to MariaDB, and to all
other recipients of the licensed work to be provided by Licensor:
1. To specify as the Change License the GPL Version 2.0 or any later version,
or a license that is compatible with GPL Version 2.0 or a later version,
where “compatible” means that software provided under the Change License can
be included in a program with software provided under GPL Version 2.0 or a
later version. Licensor may specify additional Change Licenses without
limitation.
2. To either: (a) specify an additional grant of rights to use that does not
impose any additional restriction on the right granted in this License, as
the Additional Use Grant; or (b) insert the text “None”.
3. To specify a Change Date.
4. Not to modify this License in any other way.

View File

@@ -0,0 +1,3 @@
queryLog:
# optional one of: mysql, postgresql, csv, csv-client. If empty, log to console
type: "postgresql"

View File

@@ -4,10 +4,15 @@ portals:
# Include{portalLink}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
- variable: webUI
group: App Configuration
label: WebUI Configuration
@@ -108,6 +113,37 @@ questions:
type: string
required: true
default: ""
- variable: additionalBootstrapDns
group: App Configuration
label: Additional Bootstrap DNS
schema:
type: list
show_if: [[ "bootstrapDns", "!=", {"upstream": "", "ips": []} ]]
default: []
items:
- variable: additionalBootstrapDnsEntry
label: Additional Bootstrap DNS Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: upstream
label: Upstream
schema:
type: string
default: ""
- variable: ips
label: IPs
schema:
type: list
default: []
items:
- variable: ipEntry
label: IP Entry
schema:
type: string
required: true
default: ""
- variable: filtering
group: App Configuration
label: Filtering
@@ -403,12 +439,22 @@ questions:
schema:
type: string
default: 2s
- variable: failStartOnListError
label: Fail Start on List Error
description: Fail to start if at least one list can't be downloaded or opened
- variable: startStrategy
label: Start Strategy
description: |
blocking: all blocking lists will be loaded before DNS resolution starts.</br>
failOnError: like blocking but blocky will shut down if any download fails.</br>
fast: DNS resolution starts immediately without blocking which will be enabled after list load is completed
schema:
type: boolean
default: false
type: string
default: blocking
enum:
- value: blocking
description: Blocking
- value: failOnError
description: Fail On Error
- value: fast
description: Fast
- variable: processingConcurrency
label: Processing Concurrency
description: Sets how many list-groups can be processed at the same time
@@ -542,6 +588,48 @@ questions:
schema:
type: string
default: 30m
- variable: queryLog
group: App Configuration
label: Query Logging configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: type
label: Type
schema:
type: string
default: ""
enum:
- value: ""
description: Console
- value: postgresql
description: postgresql
- value: csv
description: csv
- value: csv-client
description: csv-client
- variable: target
label: Target
schema:
type: string
show_if: [["type", "!=", "postgresql"]]
default: "/var/log/something"
- variable: logRetentionDays
label: Log Retention Days
schema:
type: int
default: 0
- variable: creationAttempts
label: Creation Attempts
schema:
type: int
default: 3
- variable: creationCooldown
label: Creation Cooldown
schema:
type: string
default: 2s
- variable: k8sgateway
group: App Configuration
label: k8s-Gateway Configuration
@@ -656,7 +744,7 @@ questions:
description: This port exposes the container port on the service
schema:
type: int
default: 10315
default: 4000
required: true
- variable: dnstcp
label: DNS TCP Service
@@ -724,28 +812,6 @@ questions:
type: int
default: 853
required: true
- variable: http
label: HTTP and Metrics Service
description: "service for things like metrics, pprof, API, DoH etc"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorClusterIP}
# Include{serviceSelectorExtras}
- variable: http
label: HTTP and Metrics Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 4000
required: true
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -762,52 +828,34 @@ questions:
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: Privileged mode
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: ReadOnly Root Filesystem
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: true
- variable: allowPrivilegeEscalation
label: Allow Privilege Escalation
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: runAsNonRoot
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 568
- variable: runAsGroup
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 568
- variable: fsGroup
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568
# Include{resources}
# Include{metrics}
# Include{prometheusRule}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1,14 +1,7 @@
{{/* Define the config */}}
{{- define "blocky.configmap" -}}
{{- $configName := printf "%s-config" (include "tc.common.names.fullname" .) }}
{{- $config := merge ( include "blocky.config" . | fromYaml ) ( .Values.blockyConfig ) }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ $configName }}
labels:
{{- include "tc.common.labels" . | nindent 4 }}
{{- $config := mustMerge ( include "blocky.config" . | fromYaml ) ( .Values.blockyConfig ) }}
enabled: true
data:
config.yml: |
{{ $config | toYaml | indent 4 }}
@@ -17,7 +10,7 @@ data:
{{- define "blocky.config" -}}
redis:
address: {{ printf "%v-%v" .Release.Name "redis" }}:6379
password: {{ .Values.redis.redisPassword | trimAll "\"" }}
password: {{ .Values.redis.creds.redisPassword | trimAll "\"" }}
database: 0
required: true
connectionAttempts: 10
@@ -25,6 +18,23 @@ redis:
prometheus:
enable: true
path: /metrics
queryLog:
# optional one of: postgresql, csv, csv-client. If empty, log to console
type: {{ .Values.queryLog.type }}
# directory (should be mounted as volume in docker) for csv, db connection string for mysql/postgresql
#postgresql target: postgres://user:password@db_host_or_ip:5432/db_name
{{- if eq .Values.queryLog.type "postgresql" }}
target: {{ .Values.cnpg.main.creds.std }}
{{- else }}
target: {{ .Values.queryLog.target }}
{{- end }}
# if > 0, deletes log files which are older than ... days
logRetentionDays: {{ .Values.queryLog.logRetentionDays | default 0 }}
# optional: Max attempts to create specific query log writer
creationAttempts: {{ .Values.queryLog.creationAttempts | default 3 }}
# optional: Time between the creation attempts
creationCooldown: {{ .Values.queryLog.creationAttempts | default "2s" }}
upstream:
default:
{{- .Values.defaultUpstreams | toYaml | nindent 8 }}
@@ -33,21 +43,19 @@ upstream:
{{- $value.dnsservers | toYaml | nindent 8 }}
{{- end }}
{{- if .Values.service.dnsudp.enabled }}
port: {{ .Values.service.dnsudp.ports.dnsudp.targetPort }}
{{- end }}
{{- if .Values.service.dot.enabled }}
tlsPort: {{ .Values.service.dot.ports.dot.targetPort }}
{{- end }}
{{- if .Values.service.http.enabled }}
httpPort: {{ .Values.service.http.ports.http.targetPort }}
{{- end }}
{{- if .Values.service.https.enabled }}
httpsPort: {{ .Values.service.https.ports.https.targetPort }}
{{- end }}
ports:
{{- if .Values.service.dnsudp.enabled }}
dns: {{ .Values.service.dnsudp.ports.dnsudp.targetPort }}
{{- end }}
{{- if .Values.service.dot.enabled }}
tls: {{ .Values.service.dot.ports.dot.targetPort }}
{{- end }}
{{- if .Values.service.main.enabled }}
http: {{ .Values.service.main.ports.main.targetPort }}
{{- end }}
{{- if .Values.service.https.enabled }}
https: {{ .Values.service.https.ports.https.targetPort }}
{{- end }}
{{- if .Values.certFile }}
certFile: {{ .Values.certFile }}
@@ -57,17 +65,16 @@ certFile: {{ .Values.certFile }}
keyFile: {{ .Values.keyFile }}
{{- end }}
{{- if .Values.logLevel }}
logLevel: {{ .Values.logLevel }}
{{- end }}
{{- if .Values.logTimestamp }}
logTimestamp: {{ .Values.logTimestamp }}
{{- end }}
{{- if .Values.logPrivacy }}
logPrivacy: {{ .Values.logPrivacy }}
{{- end }}
log:
{{- if .Values.logLevel }}
level: {{ .Values.logLevel }}
{{- end }}
{{- if .Values.logTimestamp }}
timestamp: {{ .Values.logTimestamp }}
{{- end }}
{{- if .Values.logPrivacy }}
privacy: {{ .Values.logPrivacy }}
{{- end }}
{{- if .Values.dohUserAgent }}
dohUserAgent: {{ .Values.dohUserAgent }}
@@ -88,15 +95,27 @@ hostsFile:
{{- if or .Values.bootstrapDns.upstream .Values.bootstrapDns.ips }}
bootstrapDns:
{{- if .Values.bootstrapDns.upstream }}
upstream: {{ .Values.bootstrapDns.upstream }}
{{- end }}
{{- if .Values.bootstrapDns.ips }}
ips:
{{- range $id, $value := .Values.bootstrapDns.ips }}
- {{ $value }}
{{- end }}
{{- end }}
{{- if .Values.bootstrapDns.upstream }}
- upstream: {{ .Values.bootstrapDns.upstream }}
{{- end }}
{{- if .Values.bootstrapDns.ips }}
ips:
{{- range $id, $value := .Values.bootstrapDns.ips }}
- {{ $value }}
{{- end }}
{{- end }}
{{/* Add additional Bootstrap DNS */}}
{{- range .Values.additionalBootstrapDns }}
{{- with .upstream }}
- upstream: {{ . }}
{{- end }}
{{- if .ips }}
ips:
{{- range $id, $value := .ips }}
- {{ $value }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- if or .Values.filtering.filtering }}
@@ -183,7 +202,7 @@ blocking:
downloadTimeout: {{ .Values.blocking.downloadTimeout }}
downloadAttempts: {{ .Values.blocking.downloadAttempts }}
downloadCooldown: {{ .Values.blocking.downloadCooldown }}
failStartOnListError: {{ .Values.blocking.failStartOnListError }}
startStrategy: {{ .Values.blocking.startStrategy }}
processingConcurrency: {{ .Values.blocking.processingConcurrency }}
{{- if .Values.blocking.whitelist }}
whiteLists:

View File

@@ -1,42 +1,24 @@
{{- define "k8sgateway.container" -}}
image: {{ .Values.k8sgatewayImage.repository }}:{{ .Values.k8sgatewayImage.tag }}
imagePullPolicy: {{ .Values.k8sgatewayImage.pullPolicy }}
enabled: true
imageSelector: k8sgatewayImage
securityContext:
runAsUser: 0
runAsGroup: 0
readOnlyRootFilesystem: true
runAsNonRoot: false
args: ["-conf", "/etc/coredns/Corefile"]
ports:
- containerPort: {{ .Values.service.k8sgateway.ports.k8sgateway.targetPort }}
name: main
volumeMounts:
- name: config-volume
mountPath: /etc/coredns
readinessProbe:
httpGet:
probes:
readiness:
enabled: true
path: /ready
port: 8181
initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }}
livenessProbe:
httpGet:
liveness:
enabled: true
path: /health
port: 8080
initialDelaySeconds: {{ .Values.probes.liveness.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.liveness.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.liveness.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.liveness.spec.failureThreshold }}
startupProbe:
httpGet:
startup:
enabled: true
path: /ready
port: 8181
initialDelaySeconds: {{ .Values.probes.startup.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.startup.spec.failureThreshold }}
{{- end -}}
{{/*
@@ -53,14 +35,8 @@ Create the matchable regex from domain
{{/* Define the configmap */}}
{{- define "k8sgateway.configmap" -}}
{{- $values := .Values.k8sgateway }}
{{- $fqdn := ( include "tc.common.names.fqdn" . ) }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "tc.common.names.fullname" . }}-corefile
labels:
{{- include "tc.common.labels" . | nindent 4 }}
{{- $fqdn := ( include "tc.v1.common.lib.chart.names.fqdn" . ) }}
enabled: true
data:
Corefile: |-
.:{{ .Values.service.k8sgateway.ports.k8sgateway.targetPort }} {
@@ -78,7 +54,8 @@ data:
fallthrough
}
{{- end }}
k8s_gateway "{{ required "Delegated domain ('domain') is mandatory " .domain }}" {
{{- end }}
k8s_gateway {{ range .Values.k8sgateway.domains }}"{{ required "Delegated domain ('domain') is mandatory " .domain }}"{{ end }} {
apex {{ $values.apex | default $fqdn }}
ttl {{ $values.ttl }}
{{- if $values.secondary }}
@@ -89,7 +66,7 @@ data:
{{- end }}
fallthrough
}
{{- end }}
prometheus 0.0.0.0:9153
{{- if .Values.k8sgateway.forward.enabled }}
forward . {{ .Values.k8sgateway.forward.primary }} {{ .Values.k8sgateway.forward.secondary }} {

View File

@@ -1,21 +0,0 @@
{{- define "blocky.prometheusrule" -}}
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
---
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ include "tc.common.names.fullname" . }}
labels:
{{- include "tc.common.labels" . | nindent 4 }}
{{- with .Values.metrics.prometheusRule.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
groups:
- name: {{ include "tc.common.names.fullname" . }}
rules:
{{- with .Values.metrics.prometheusRule.rules }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- end -}}

View File

@@ -1,27 +0,0 @@
{{- define "blocky.servicemonitor" -}}
{{- if .Values.metrics.enabled }}
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "tc.common.names.fullname" . }}
labels:
{{- include "tc.common.labels" . | nindent 4 }}
{{- with .Values.metrics.serviceMonitor.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
selector:
matchLabels:
{{- include "tc.common.labels.selectorLabels" . | nindent 6 }}
endpoints:
- port: http
{{- with .Values.metrics.serviceMonitor.interval }}
interval: {{ . }}
{{- end }}
{{- with .Values.metrics.serviceMonitor.scrapeTimeout }}
scrapeTimeout: {{ . }}
{{- end }}
path: /metrics
{{- end }}
{{- end -}}

View File

@@ -1,48 +0,0 @@
{{- define "blocky.frontend" -}}
image: {{ .Values.WebUIImage.repository }}:{{ .Values.WebUIImage.tag }}
imagePullPolicy: {{ .Values.WebUIImage.pullPolicy }}
securityContext:
runAsUser: 568
runAsGroup: 568
readOnlyRootFilesystem: true
runAsNonRoot: true
ports:
- containerPort: {{ .Values.service.main.ports.main.targetPort }}
name: main
readinessProbe:
httpGet:
path: /
port: {{ .Values.service.main.ports.main.targetPort }}
initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }}
livenessProbe:
httpGet:
path: /
port: {{ .Values.service.main.ports.main.targetPort }}
initialDelaySeconds: {{ .Values.probes.liveness.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.liveness.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.liveness.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.liveness.spec.failureThreshold }}
startupProbe:
httpGet:
path: /
port: {{ .Values.service.main.ports.main.targetPort }}
initialDelaySeconds: {{ .Values.probes.startup.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.startup.spec.failureThreshold }}
env:
- name: NODE_ENV
value: "production"
{{- $url := .Values.webUI.apiURL }}
{{- if .Values.ingress.main.enabled }}
{{- with (first .Values.ingress.main.hosts) }}
{{- $url = ( printf "https://%s" .host ) }}
{{- end }}
{{- else }}
{{- end }}
- name: API_URL
value: "{{ $url }}"
{{- end -}}

Some files were not shown because too many files have changed in this diff Show More