Commit Graph

542 Commits

Author SHA1 Message Date
TrueCharts-Bot 0027f3756f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-28 15:42:58 +00:00
TrueCharts-Bot d1c22138f9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-28 15:22:53 +00:00
TrueCharts-Bot 3fab41f7a1 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-28 15:04:03 +00:00
TrueCharts-Bot 01b018378c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-28 00:23:58 +00:00
TrueCharts-Bot 3c71f33be8 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-27 12:03:08 +00:00
Xstar97TheNoob e6a70eef32
chore(repo) change charts to the upstream images (#14824)
**Description**
Apps with multiple images (multiple trains here)
⚒️ 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-11-18 11:48:35 +01:00
Xstar97TheNoob 613fd90a4c
chore(repo) change stable charts to the upstream images (#14739)
**Description**
Update the stable train charts to their direct upstream image.
⚒️ 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 <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 11:22:57 +01:00
Rob Reus c73c9beb3d
Fixing metrics (#14719)
**Description**
Several *arr applications support metrics. However, they were missing a
`targetSelector` that points the `ServiceMonitor` resource to the
correct `service` which is named `metrics`.

It also fixes a bug for uptime-kuma where the metrics configuration
points to the port named `metrics` which does not exist. The metrics for
uptime-kuma are exposed via the regular service on the `main` port.

⚒️ Fixes  #14468

**⚙️ 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?**
Manually applied the changes to the `ServiceMonitor` resources using
`kubectl patch` to see if the metrics started working. They did, so
these changes will ensure the `ServiceMonitor` resources will be
deployed with the right `matchLabels` and `port` values.

**📃 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._
2023-11-16 19:25:09 +01:00
TrueCharts Bot 63cbcae35a
chore(deps): update helm general non-major (#14465)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.22` ->
`7.0.24` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.3.3` -> `14.3.5` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.35` ->
`3.0.36` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.38` ->
`9.0.39` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.37` ->
`3.0.38` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.42` ->
`8.0.43` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.24`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.24)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.23...clickhouse-7.0.24)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.23`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.23)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.22...clickhouse-7.0.23)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.3.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.5)

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

Function library for TrueCharts

###
[`v14.3.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.4)

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-08 23:23:35 +01:00
TrueCharts Bot 1baf16be9b
chore(deps): update helm general non-major (#14454)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.21` ->
`7.0.22` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.2.3` -> `14.3.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.34` ->
`3.0.35` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.37` ->
`9.0.38` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.36` ->
`3.0.37` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.41` ->
`8.0.42` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.22`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.22)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.21...clickhouse-7.0.22)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.3.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.3)

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

Function library for TrueCharts

###
[`v14.3.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.2)

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

Function library for TrueCharts

###
[`v14.3.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.1)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-08 18:13:07 +01:00
TrueCharts Bot 3d6e6bfdbd
chore(deps): update helm general non-major (#14365)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.19` ->
`7.0.21` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.2` -> `14.2.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.33` ->
`3.0.34` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.36` ->
`9.0.37` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.35` ->
`3.0.36` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.40` ->
`8.0.41` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.21`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.21)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.20...clickhouse-7.0.21)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.20`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.20)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.19...clickhouse-7.0.20)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

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

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-05 16:16:09 +01:00
TrueCharts Bot 4f3a7d8442
chore(deps): update helm general non-major (#14287)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.16` ->
`7.0.19` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.0` -> `14.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.1` -> `14.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.31` ->
`3.0.33` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.34` ->
`9.0.36` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.33` ->
`3.0.35` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.37` ->
`8.0.40` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.19`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.19)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.18...clickhouse-7.0.19)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.18`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.18)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.17...clickhouse-7.0.18)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.17`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.17)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.16...clickhouse-7.0.17)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.2)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40My4zIiwidXBkYXRlZEluVmVyIjoiMzcuNDMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-03 10:14:57 +01:00
TrueCharts Bot 374557a246
chore(deps): update helm general non-major (#14094)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.9` ->
`7.0.16` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.9` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.14` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.12` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.10` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.1.0` -> `14.2.0` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.23` ->
`3.0.31` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.27` ->
`9.0.34` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.26` ->
`9.0.34` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.25` ->
`3.0.33` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.29` ->
`8.0.37` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.16`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.16)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.15...clickhouse-7.0.16)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.15`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.15)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.14...clickhouse-7.0.15)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.14`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.14)

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

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

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

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

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

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

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

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

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

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

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

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

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

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

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

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

Function library for TrueCharts

###
[`v14.1.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.1.1)

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

Function library for TrueCharts

###
[`v14.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.1.0)

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

Function library for TrueCharts

###
[`v14.0.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.15)

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

Function library for TrueCharts

###
[`v14.0.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.14)

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

Function library for TrueCharts

###
[`v14.0.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.13)

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

Function library for TrueCharts

###
[`v14.0.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.12)

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

Function library for TrueCharts

###
[`v14.0.11`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.11)

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

Function library for TrueCharts

###
[`v14.0.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.10)

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-29 18:01:50 +01:00
Jon S. Stumpf 6895cfde2a
chore(categories): Fix typo in categories and make them singular (#13693)
**Description**
While researching how to create a chart for [graylog
open](https://graylog.org/products/source-available/), I noticed that
there was a typo in the annotation: **truecharts.org/categories**. I
fixed all instances of this typo in the repo. In addition, I addressed
all other instances of the word category and categories (case
insensitive) for all code (shell scripts), comments, markdowns, and
filenames.

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 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?**
I have tested that the syntax is correct in the following files:
- .github/scripts/build-catalog.sh
- tools/gen-cat.sh
- tools/build-release.sh

**📃 Notes:**
n/a

**✔️ 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
- [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`

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:07:52 +03:00
TrueCharts Bot 07207e4d17
chore(deps): update container image tccr.io/truecharts/exportarr to v1.6.0 (#13761) 2023-10-19 02:52:47 +02:00
TrueCharts Bot aedf77b4b8
chore(deps): update helm general non-major (#13386)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | minor
| `v1.12.3` -> `v1.13.1` |
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` ->
`7.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.1` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.6` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.3` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.4` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.1` -> `13.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.2` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.8` -> `14.0.9` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.22` ->
`3.0.23` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.25` ->
`9.0.26` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.24` ->
`3.0.25` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.0` ->
`8.0.29` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.28` ->
`8.0.29` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.13.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.1)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.0...v1.13.1)

v1.13.1 contains a bugfix for a name collision bug in the
StableCertificateRequestName feature that was enabled by default in
v1.13.0.

##### ⚠️ READ
https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before
you upgrade from a < v1.13 version!

#### Changes since v1.13.0

##### Bug or Regression

- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#&#8203;6358](https://togithub.com/cert-manager/cert-manager/issues/6358),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because
`v3.10.2` is labeled as "DO NOT USE".
([#&#8203;6368](https://togithub.com/cert-manager/cert-manager/issues/6368),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade Go from 1.20.7 to 1.20.8.
([#&#8203;6370](https://togithub.com/cert-manager/cert-manager/issues/6370),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

###
[`v1.13.0`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.5...v1.13.0)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

This is the 1.13 release of cert-manager!

cert-manager 1.13 brings support for DNS over HTTPS, support for loading
options from a versioned
config file for the cert-manager controller, and more. This release also
includes the promotion of
the StableCertificateRequestName and SecretsFilteredCaching feature
gates to Beta.

#### Known issues

The `StableCertificateRequestName` that was promoted to Beta contains a
"name collision" bug:
[https://github.com/cert-manager/cert-manager/issues/6342](https://togithub.com/cert-manager/cert-manager/issues/6342)
This will be fixed in v1.13.1.

#### Breaking Changes (You MUST read this before you upgrade!)

1. **BREAKING** : If you deploy cert-manager using helm and have
`.featureGates` value set, the features defined there will no longer be
passed to cert-manager webhook, only to cert-manager controller. Use
`webhook.featureGates` field instead to define features to be enabled on
webhook.
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
2. **Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
3. **Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#&#8203;6182](https://togithub.com/cert-manager/cert-manager/issues/6182),
[@&#8203;inteon](https://togithub.com/inteon))

#### Community

Welcome to these new cert-manager members (more info -
[https://github.com/cert-manager/cert-manager/pull/6260](https://togithub.com/cert-manager/cert-manager/pull/6260)):
[@&#8203;jsoref](https://togithub.com/jsoref)
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart)
[@&#8203;hawksight](https://togithub.com/hawksight)
[@&#8203;erikgb](https://togithub.com/erikgb)

Thanks again to all open-source contributors with commits in this
release, including:
[@&#8203;AcidLeroy](https://togithub.com/AcidLeroy)
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart)
[@&#8203;lucacome](https://togithub.com/lucacome)
[@&#8203;cypres](https://togithub.com/cypres)
[@&#8203;erikgb](https://togithub.com/erikgb)
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit)
[@&#8203;jkroepke](https://togithub.com/jkroepke)
[@&#8203;jsoref](https://togithub.com/jsoref)
[@&#8203;gdvalle](https://togithub.com/gdvalle)
[@&#8203;rouke-broersma](https://togithub.com/rouke-broersma)
[@&#8203;schrodit](https://togithub.com/schrodit)
[@&#8203;zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs)
[@&#8203;arukiidou](https://togithub.com/arukiidou)
[@&#8203;hawksight](https://togithub.com/hawksight)
[@&#8203;Richardds](https://togithub.com/Richardds)
[@&#8203;kahirokunn](https://togithub.com/kahirokunn)

Thanks also to the following cert-manager maintainers for their
contributions during this release:
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish)
[@&#8203;maelvls](https://togithub.com/maelvls)
[@&#8203;irbekrm](https://togithub.com/irbekrm)
[@&#8203;inteon](https://togithub.com/inteon)

Equally thanks to everyone who provided feedback, helped users and
raised issues on Github and Slack and joined our meetings!

Special thanks to [@&#8203;AcidLeroy](https://togithub.com/AcidLeroy)
for adding "load options from a versioned config file" support for the
cert-manager controller! This has been on our wishlist for a very long
time. (see
[https://github.com/cert-manager/cert-manager/pull/5337](https://togithub.com/cert-manager/cert-manager/pull/5337))

Also, thanks a lot to
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart) for
adding support for DNS over HTTPS for the ACME DNS self-check. This is
very useful in case all traffic must be HTTP(S) trafic, eg. when using a
HTTPS_PROXY. (see
[https://github.com/cert-manager/cert-manager/pull/5003](https://togithub.com/cert-manager/cert-manager/pull/5003))

Thanks also to the [CNCF](https://www.cncf.io/), which provides
resources and support, and to the AWS open source team for being good
community members and for their maintenance of the [PrivateCA
Issuer](https://togithub.com/cert-manager/aws-privateca-issuer).

In addition, massive thanks to [Venafi](https://www.venafi.com/) for
contributing developer time and resources towards the continued
maintenance of cert-manager projects.

#### Changes since v1.12.0

##### Feature

- Add support for logging options to webhook config file.
([#&#8203;6243](https://togithub.com/cert-manager/cert-manager/issues/6243),
[@&#8203;inteon](https://togithub.com/inteon))
- Add view permissions to the well-known (Openshift) user-facing
`cluster-reader` aggregated cluster role
([#&#8203;6241](https://togithub.com/cert-manager/cert-manager/issues/6241),
[@&#8203;erikgb](https://togithub.com/erikgb))
- Certificate Shim: distinguish dns names and ip address in certificate
([#&#8203;6267](https://togithub.com/cert-manager/cert-manager/issues/6267),
[@&#8203;zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs))
- Cmctl can now be imported by third parties.
([#&#8203;6049](https://togithub.com/cert-manager/cert-manager/issues/6049),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Make `enableServiceLinks` configurable for all Deployments and
`startupapicheck` Job in Helm chart.
([#&#8203;6292](https://togithub.com/cert-manager/cert-manager/issues/6292),
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit))
- Promoted the StableCertificateRequestName and SecretsFilteredCaching
feature gates to Beta (enabled by default).
([#&#8203;6298](https://togithub.com/cert-manager/cert-manager/issues/6298),
[@&#8203;inteon](https://togithub.com/inteon))
- The cert-manager controller options are now configurable using a
configuration file.
([#&#8203;5337](https://togithub.com/cert-manager/cert-manager/issues/5337),
[@&#8203;AcidLeroy](https://togithub.com/AcidLeroy))
- The pki CertificateTemplate functions now perform validation of the
CSR blob, making sure we sign a Certificate that matches the IsCA and
(Extended)KeyUsages that are defined in the CertificateRequest resource.
([#&#8203;6199](https://togithub.com/cert-manager/cert-manager/issues/6199),
[@&#8203;inteon](https://togithub.com/inteon))
- \[helm] Add prometheus.servicemonitor.endpointAdditionalProperties to
define additional properties on a ServiceMonitor endpoint, e.g.
relabelings
([#&#8203;6110](https://togithub.com/cert-manager/cert-manager/issues/6110),
[@&#8203;jkroepke](https://togithub.com/jkroepke))

##### Design

- DNS over HTTPS (DoH) is now possible for doing the self-checks during
the ACME verification.
The DNS check method to be used is controlled through the command line
flag: `--dns01-recursive-nameservers-only=true` in combination with
`--dns01-recursive-nameservers=https://<DoH-endpoint>` (e.g.
`https://8.8.8.8/dns-query`). It keeps using DNS lookup as a default
method.
([#&#8203;5003](https://togithub.com/cert-manager/cert-manager/issues/5003),
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart))

##### Bug or Regression

- Allow overriding default pdb .minAvailable with .maxUnavailable
without setting .minAvailable to null
([#&#8203;6087](https://togithub.com/cert-manager/cert-manager/issues/6087),
[@&#8203;rouke-broersma](https://togithub.com/rouke-broersma))
- BUGFIX: `cmctl check api --wait 0` exited without output and exit code
1; we now make sure we perform the API check at least once and return
with the correct error code
([#&#8203;6109](https://togithub.com/cert-manager/cert-manager/issues/6109),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX: the issuer and certificate-name annotations on a Secret were
incorrectly updated when other fields are changed.
([#&#8203;6147](https://togithub.com/cert-manager/cert-manager/issues/6147),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#&#8203;6232](https://togithub.com/cert-manager/cert-manager/issues/6232),
[@&#8203;inteon](https://togithub.com/inteon))
- Fix CloudDNS issuers stuck in propagation check, when multiple
instances are issuing for the same FQDN
([#&#8203;6088](https://togithub.com/cert-manager/cert-manager/issues/6088),
[@&#8203;cypres](https://togithub.com/cypres))
- Fix indentation of Webhook NetworkPolicy matchLabels in helm chart.
([#&#8203;6220](https://togithub.com/cert-manager/cert-manager/issues/6220),
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit))
- Fixed Cloudflare DNS01 challenge provider race condition when
validating multiple domains
([#&#8203;6191](https://togithub.com/cert-manager/cert-manager/issues/6191),
[@&#8203;Richardds](https://togithub.com/Richardds))
-   Fixes a bug where webhook was pulling in controller's feature gates.
**⚠️ ⚠️ BREAKING ⚠️ ⚠️** : If you deploy cert-manager using helm and
have `.featureGates` value set, the features defined there will no
longer be passed to cert-manager webhook, only to cert-manager
controller. Use `webhook.featureGates` field instead to define features
to be enabled on webhook.
**⚠️Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#&#8203;6293](https://togithub.com/cert-manager/cert-manager/issues/6293),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- We disabled the `enableServiceLinks` option for our ACME http solver
pods, because the option caused the pod to be in a crash loop in a
cluster with lot of services.
([#&#8203;6143](https://togithub.com/cert-manager/cert-manager/issues/6143),
[@&#8203;schrodit](https://togithub.com/schrodit))
- **⚠️Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#&#8203;6182](https://togithub.com/cert-manager/cert-manager/issues/6182),
[@&#8203;inteon](https://togithub.com/inteon))

##### Other (Cleanup or Flake)

- A subset of the klogs flags have been deprecated and will be removed
in the future.
([#&#8203;5879](https://togithub.com/cert-manager/cert-manager/issues/5879),
[@&#8203;maelvls](https://togithub.com/maelvls))
- All service links in helm chart deployments have been disabled.
([#&#8203;6144](https://togithub.com/cert-manager/cert-manager/issues/6144),
[@&#8203;schrodit](https://togithub.com/schrodit))
- Cert-manager will now re-issue a certificate if the public key in the
latest CertificateRequest resource linked to a Certificate resource does
not match the public key of the key encoded in the Secret linked to that
Certificate resource
([#&#8203;6168](https://togithub.com/cert-manager/cert-manager/issues/6168),
[@&#8203;inteon](https://togithub.com/inteon))
- Chore: When hostNetwork is enabled, dnsPolicy is now set to
ClusterFirstWithHostNet.
([#&#8203;6156](https://togithub.com/cert-manager/cert-manager/issues/6156),
[@&#8203;kahirokunn](https://togithub.com/kahirokunn))
- Cleanup the controller configfile structure by introducing
sub-structs.
([#&#8203;6242](https://togithub.com/cert-manager/cert-manager/issues/6242),
[@&#8203;inteon](https://togithub.com/inteon))
- Don't run API Priority and Fairness controller in webhook's extension
apiserver
([#&#8203;6085](https://togithub.com/cert-manager/cert-manager/issues/6085),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
- Helm: Add apache 2.0 license annotation
([#&#8203;6225](https://togithub.com/cert-manager/cert-manager/issues/6225),
[@&#8203;arukiidou](https://togithub.com/arukiidou))
- Make apis/acme/v1/ACMEIssuer.PreferredChain optional in JSON
serialization.
([#&#8203;6034](https://togithub.com/cert-manager/cert-manager/issues/6034),
[@&#8203;gdvalle](https://togithub.com/gdvalle))
- The SecretPostIssuancePolicyChain now also makes sure that the
`cert-manager.io/common-name`, `cert-manager.io/alt-names`, ...
annotations on Secrets are kept at their correct value.
([#&#8203;6176](https://togithub.com/cert-manager/cert-manager/issues/6176),
[@&#8203;inteon](https://togithub.com/inteon))
- The cmctl logging has been improved and support for json logging has
been added.
([#&#8203;6247](https://togithub.com/cert-manager/cert-manager/issues/6247),
[@&#8203;inteon](https://togithub.com/inteon))
- Updates Kubernetes libraries to `v0.27.2`.
([#&#8203;6077](https://togithub.com/cert-manager/cert-manager/issues/6077),
[@&#8203;lucacome](https://togithub.com/lucacome))
- Updates Kubernetes libraries to `v0.27.4`.
([#&#8203;6227](https://togithub.com/cert-manager/cert-manager/issues/6227),
[@&#8203;lucacome](https://togithub.com/lucacome))
- We now only check that the issuer name, kind and group annotations on
a Secret match in case those annotations are set.
([#&#8203;6152](https://togithub.com/cert-manager/cert-manager/issues/6152),
[@&#8203;inteon](https://togithub.com/inteon))

###
[`v1.12.5`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.5)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.4...v1.12.5)

v1.12.5 contains a backport for a name collision bug that was found in
v1.13.0

#### Changes since v1.12.4

##### Bug or Regression

- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#&#8203;6359](https://togithub.com/cert-manager/cert-manager/issues/6359),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Updated base images to the latest version.
([#&#8203;6372](https://togithub.com/cert-manager/cert-manager/issues/6372),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade Go from 1.20.7 to 1.20.8.
([#&#8203;6371](https://togithub.com/cert-manager/cert-manager/issues/6371),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

###
[`v1.12.4`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.4)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.3...v1.12.4)

v1.12.4 contains an important security fix that
addresses [CVE-2023-29409](https://cve.report/CVE-2023-29409).

#### Changes since v1.12.3

- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#&#8203;6297](https://togithub.com/cert-manager/cert-manager/issues/6297),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Use Go 1.20.7 to fix a security issue in Go's `crypto/tls` library.
([#&#8203;6318](https://togithub.com/cert-manager/cert-manager/issues/6318),
[@&#8203;maelvls](https://togithub.com/maelvls))

</details>

<details>
<summary>truecharts/charts (clickhouse)</summary>

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

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

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

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

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

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

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

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

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

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

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

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.5`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.5)

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

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.4`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.4)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.3...clickhouse-7.0.4)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.3`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.3)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.2...clickhouse-7.0.3)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.2)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.1...clickhouse-7.0.2)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.0.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.9)

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

Function library for TrueCharts

###
[`v14.0.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.8)

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

Function library for TrueCharts

###
[`v14.0.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.7)

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

Function library for TrueCharts

###
[`v14.0.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.6)

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

Function library for TrueCharts

###
[`v14.0.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.5)

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

Function library for TrueCharts

###
[`v14.0.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.4)

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

Function library for TrueCharts

###
[`v14.0.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.3)

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

Function library for TrueCharts

###
[`v14.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.2)

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

---------

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-10-08 01:47:09 +03:00
TrueCharts Bot 1c38633669
chore(deps): update container image tccr.io/truecharts/exportarr to v1.5.5 (#13227) 2023-10-04 09:37:48 +02:00
Xstar97TheNoob 74e77e5e53
fix(sonarr) fix auth method and add docs (#13142)
**Description**
- Update the auth method list and add the None for v3.
- Left External as is and rename the description for both values for the
respective versions.
- Added docs to better explain the auth options and give a warning on
using Basic.

⚒️ Fixes  #11314

**⚙️ Type of change**

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

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

**📃 Notes:**
<!-- 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
- [ ] ⚠️ 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-10-02 19:14:24 +03:00
Kjeld Schouten 34bd9b147b revert bumps on incubator (+2 squashed commit)
Squashed commit:

[7e168fa0eb] chore(deps): update container image tccr.io/truecharts/valheim-server to latest (#9633)

[c21e8fb9d8] bump everything to common 14.0.1 (will need to fix inherently failing CI)
2023-07-31 19:23:26 +02:00
TrueCharts Bot 72313a0816
chore(deps): update helm general non-major (#10955)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.12.2` -> `v1.12.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.6` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.2` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.8` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.7` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.0` -> `13.2.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.3` ->
`2.0.5` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.62` ->
`7.0.70` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.70` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.69` ->
`6.0.77` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.67` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.3` ->
`2.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.62` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.64` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` ->
`7.0.5` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.3` ->
`7.0.5` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.12.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.3)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.2...v1.12.3)

#### Changes by Kind

##### Bugfixes

- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#&#8203;6235](https://togithub.com/cert-manager/cert-manager/issues/6235),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v2.0.5`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.5)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.4...kube-state-metrics-2.0.5)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v2.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.4)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.3...kube-state-metrics-2.0.4)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-29 09:58:25 +02:00
Xstar97TheNoob 630d4abb5a
feat(sonarr) allow the user to disable exportarr (#10743)
**Description**
Give the user the ability to disable exportarr by disabling metrics
itself
⚒️ 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
- [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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-07-22 19:44:47 +03:00
Xstar97TheNoob bc0a19040a
fix(sonarr) metrics endpoints port service (#10715)
**Description**
Fix sonarr's metrics endpoint port to match the correct service port.

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

- [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-07-21 23:02:59 +02:00
Xstar97TheNoob 9fd5a71eee
feat(sonarr) add exportarr sidecar to sonarr (#10354)
**Description**
Add exportarr sidecar to sonarr
⚒️ 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
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-21 21:32:53 +02:00
TrueCharts Bot 3df97af1eb
chore(deps): update helm general non-major (#10069)
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.14.2` -> `12.14.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.3` -> `12.14.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.1` -> `12.14.6` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.20` ->
`1.0.31` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.61` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.68` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.59` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.22` ->
`1.0.34` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.58` ->
`6.0.62` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.62` |

---

### ⚠ 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 (common)</summary>

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v1.0.31`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.31)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.30...kube-state-metrics-1.0.31)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.30`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.30)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.29...kube-state-metrics-1.0.30)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.29`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.29)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.28...kube-state-metrics-1.0.29)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.28`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.28)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.27...kube-state-metrics-1.0.28)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.27`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.27)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.26...kube-state-metrics-1.0.27)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.26`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.26)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.25...kube-state-metrics-1.0.26)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.25`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.25)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.24...kube-state-metrics-1.0.25)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.24`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.24)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.20...kube-state-metrics-1.0.24)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-01 20:34:40 +03:00
TrueCharts Bot 7997d11510
chore(deps): update helm chart common to 12.14.2 (#9599)
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.14.1` -> `12.14.2` |

---

### ⚠ 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.14.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.2)

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-13 09:55:08 +02:00
TrueCharts Bot 8002e877b7
chore(deps): update helm general non-major (#9558)
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.13.0` -> `12.14.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.13.1` -> `12.14.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.10.4` -> `12.14.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.15` ->
`1.0.20` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.45` ->
`7.0.50` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.55` ->
`6.0.59` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.44` ->
`6.0.48` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.18` ->
`1.0.22` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.54` ->
`6.0.58` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.46` ->
`6.0.58` |

---

### ⚠ 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.14.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.1)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

###
[`v1.0.20`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.20)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.19...kube-state-metrics-1.0.20)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.19`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.19)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.18...kube-state-metrics-1.0.19)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.18`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.18)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.17...kube-state-metrics-1.0.18)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.17`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.17)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.16...kube-state-metrics-1.0.17)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.16`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.16)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.15...kube-state-metrics-1.0.16)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-11 09:32:38 +02:00
Kjeld Schouten 4ce0590fac
feat(ci): install operators before testing (#9455)
**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 <kjeld@schouten-lebbing.nl>
2023-06-07 12:44:38 +02:00
TrueCharts Bot 8701cfe1c7
chore(deps): update helm general non-major (#9457)
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.12.3` -> `12.13.0` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.13` ->
`1.0.14` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.43` ->
`7.0.44` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.53` ->
`6.0.54` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.42` ->
`6.0.43` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.16` ->
`1.0.17` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.52` ->
`6.0.53` |

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

###
[`v1.0.14`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.14)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.13...kube-state-metrics-1.0.14)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-07 12:07:49 +02:00
TrueCharts Bot 530ee15b0f
chore(deps): update helm general non-major (#9423)
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.12.1` -> `12.12.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.10.4` -> `12.12.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.11` ->
`1.0.13` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.39` ->
`7.0.43` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.49` ->
`6.0.53` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.38` ->
`6.0.42` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.13` ->
`1.0.16` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.50` ->
`6.0.52` |

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

###
[`v1.0.13`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.13)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.12...kube-state-metrics-1.0.13)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.12`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.12)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.11...kube-state-metrics-1.0.12)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-06-07 09:23:24 +02:00
TrueCharts Bot 432a8cd439
chore(deps): update helm general non-major (#9393)
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.10.4` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.10.10` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.9.5` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.9.2` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.10.2` -> `12.12.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.7` ->
`1.0.11` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.34` ->
`7.0.39` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.29` ->
`7.0.39` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.44` ->
`6.0.49` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.33` ->
`6.0.38` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.6` ->
`1.0.13` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.46` ->
`6.0.50` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.50` |

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

###
[`v1.0.11`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.11)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.10...kube-state-metrics-1.0.11)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.10`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.10)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.9...kube-state-metrics-1.0.10)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.9`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.9)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.8...kube-state-metrics-1.0.9)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.8`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.8)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.7...kube-state-metrics-1.0.8)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-04 11:18:02 +02:00
Stavros Kois 8b91e1e0de
chore(ci): Add some checks to tc-lint.sh and update chart-tests to GITHUB_OUTPUT (#9289)
**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)
- [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:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-30 12:54:44 +02:00
Kjeld Schouten f9b44d282b
chore(ci): improve CI performance (#9257)
**Description**
The CI was using an old devcontainer for things where this wasn't
technically 100% needed.
By removing it we can cut it down by another 50-70% for single-chart
runs, such as container updates.

**⚙️ Type of change**

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

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

**📃 Notes:**
<!-- 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.

- [ ] 🪞 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 <kjeld@schouten-lebbing.nl>
2023-05-29 11:20:59 +02:00
Stavros Kois 421a2f5896
fix(ci): quote modified charts list (#9228)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-28 22:36:35 +03:00
TrueCharts Bot 949787d0f9
chore(deps): update helm general non-major (#9197)
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.10.2` -> `12.10.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.33` ->
`7.0.34` |

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

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

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

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

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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-27 18:17:59 +02:00
TrueCharts Bot 3ed5e03204
chore(deps): update helm general non-major (#9156)
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.9.5` -> `12.10.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.9.2` -> `12.10.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`10.2.0` -> `10.9.7` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.4` ->
`1.0.7` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.30` ->
`7.0.33` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.41` ->
`6.0.44` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.30` ->
`6.0.33` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.3` ->
`1.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.44` ->
`6.0.46` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.43` ->
`6.0.46` |

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

###
[`v1.0.7`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.7)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.4...kube-state-metrics-1.0.7)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-26 09:39:42 +02:00
TrueCharts Bot eb5e234437
chore(deps): update helm general non-major (#9125)
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.9.2` -> `12.9.5` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.3` ->
`1.0.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.29` ->
`7.0.30` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.40` ->
`6.0.41` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.29` ->
`6.0.30` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.2` ->
`1.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.43` ->
`6.0.44` |

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

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

###
[`v1.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.4)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.3...kube-state-metrics-1.0.4)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC43IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-24 11:23:49 +02:00
TrueCharts Bot c171d00a1c
chore(deps): update helm general non-major (#9089)
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.8.1` -> `12.9.2` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.27` ->
`7.0.29` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.36` ->
`6.0.40` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.25` ->
`6.0.29` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.41` ->
`6.0.43` |

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

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

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

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

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

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

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**: Disabled by config. Please merge this manually once you
are satisfied.

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-22 16:22:23 +02:00
StevenMcElligott 001551be7e
feat(Stable): Add Global Pod Options (#9007)
**Description**

Figured I'll manually add them to the initial batch of ported charts to
the new common that are missing the option
⚒️ 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._

---------

Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-22 09:02:18 +02:00
TrueCharts Bot b856e93d2a
chore(deps): update helm general non-major (#8979)
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.6.6` -> `12.8.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.6.8` -> `12.8.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.22` ->
`7.0.26` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.34` ->
`6.0.36` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.23` ->
`6.0.25` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.39` ->
`6.0.41` |

---

### ⚠ 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.8.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.8.1)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

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

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

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

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

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

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

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

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

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

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

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

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**: Disabled by config. Please merge this manually once you
are satisfied.

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-16 09:42:00 +02:00
TrueCharts Bot 9b1fa6d1bf
chore(deps): update helm general non-major (#8782)
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.6.4` -> `12.6.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.6.1` -> `12.6.6` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.19` ->
`7.0.22` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.31` ->
`6.0.34` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.20` ->
`6.0.23` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.37` ->
`6.0.39` |

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

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

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

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

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

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

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**: Disabled by config. Please merge this manually once you
are satisfied.

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-06 00:41:12 +02:00
TrueCharts Bot f80463fa8c
chore(deps): update helm general non-major (#8739)
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.6.1` -> `12.6.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.6.3` -> `12.6.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.4.21` -> `12.6.4` |
|
[kube-state-metrics](https://togithub.com/bitnami/charts/tree/main/bitnami/kube-state-metrics)
([source](https://togithub.com/bitnami/charts)) | patch | `3.4.0` ->
`3.4.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.16` ->
`7.0.19` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.5` ->
`7.0.19` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.15` ->
`6.0.31` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.15` ->
`6.0.20` |
|
[node-exporter](https://togithub.com/bitnami/charts/tree/main/bitnami/node-exporter)
([source](https://togithub.com/bitnami/charts)) | minor | `3.3.4` ->
`3.4.1` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.32` ->
`6.0.37` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.21` ->
`6.0.37` |

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

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

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

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

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

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

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

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

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

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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 11:27:54 +02:00
TrueCharts Bot c9b52bbffe
chore(deps): update container image tccr.io/truecharts/sonarr to v3.0.10.1567 (#8525)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/sonarr](https://togithub.com/truecharts/containers)
| patch | `3.0.9.1549` -> `3.0.10.1567` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-30 07:32:34 +02:00
TrueCharts Bot bf79ab855d
chore(deps): update helm general non-major (#8153)
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.5.1` -> `12.6.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.15` ->
`7.0.16` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.14` ->
`6.0.15` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.31` ->
`6.0.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.6.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.1)

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

Function library for TrueCharts

</details>

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

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

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMiJ9-->
2023-04-25 20:22:11 +03:00
TrueCharts Bot 0812c73e51
chore(deps): update helm general non-major (#8145)
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.4.21` -> `12.5.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.13` ->
`7.0.15` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.12` ->
`6.0.14` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.29` ->
`6.0.31` |

---

### ⚠ 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.5.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.5.1)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

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

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

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

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

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-25 12:34:49 +02: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
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
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
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
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 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
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
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
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 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
TrueCharts-Bot 94c00b8c6f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-24 00:24:32 +00:00
TrueCharts-Bot 9ac50b75ba Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-01 00:29:55 +00: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
TrueCharts-Bot f106c6af5e Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 00:27:35 +00:00
TrueCharts-Bot d1ab0c97ae Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 00:23:09 +00: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
TrueCharts-Bot 3c21085dca Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 00:28:40 +00:00
TrueCharts-Bot 35f77ed72d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 14:05:41 +00:00
Kjeld Schouten-Lebbing 0dbc251a06 Revert "Commit daily changes"
This reverts commit 848e5175c3.
2023-02-03 14:55:52 +01:00
TrueCharts-Bot 848e5175c3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 13:28:30 +00:00
Kjeld Schouten-Lebbing b92fcb20b1 Revert "Commit daily changes"
This reverts commit 2a8f5c58e4.
2023-02-03 14:13:28 +01:00
TrueCharts-Bot 2a8f5c58e4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 13:09:22 +00:00
Kjeld Schouten-Lebbing 110ae6125b Revert "Commit daily changes"
This reverts commit 208c2919fe.
2023-02-03 14:05:04 +01:00
TrueCharts-Bot 208c2919fe Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 12:51:53 +00:00
TrueCharts-Bot adda47bb64 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-01 17:37:55 +00:00
TrueCharts-Bot ed743f6c5c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-01 16:36:45 +00:00
TrueCharts-Bot 0fb22dd1e2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-31 22:59:20 +00:00
TrueCharts-Bot ed66075977 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-31 22:41:38 +00:00
TrueCharts-Bot 3f63d20af9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-31 21:34:45 +00:00
TrueCharts-Bot dfff570b9c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-31 21:15:25 +00:00
TrueCharts Bot a9910a47b2
chore(deps): update helm general non-major (#5856)
* chore(deps): update helm general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-27 22:48:28 +02:00
TrueCharts Bot 3a29755f39
chore(deps): update helm general non-major (#5839)
* chore(deps): update helm general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-26 14:37:12 +01:00
TrueCharts-Admin 7b7271a5b0 chore(deps): update helm general non-major 2022-12-25 21:23:15 +01:00
TrueCharts-Bot 39c50fefd0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-20 02:15:46 +01:00
TrueCharts-Admin 6485adc96a chore(deps): update helm general non-major 2022-12-20 02:15:46 +01:00
TrueCharts-Admin a440c1c652 chore(deps): update helm general non-major 2022-12-13 03:58:48 +01:00
TrueCharts-Admin 876d547e2a Update helm general non-major 2022-11-30 04:19:27 +01:00
TrueCharts Bot ce91f2dca8
chore(deps): update helm general non-major (#4463)
* chore(deps): update helm general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-15 19:06:18 +01:00
TrueCharts Bot 1cede202ad
chore(deps): update helm general major (major) (#4424)
* chore(deps): update helm general major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-15 00:58:48 +01:00
TrueCharts Bot ae1e653127
chore(deps): update helm general non-major (#4395) 2022-11-12 19:28:54 +01:00
Kjeld Schouten-Lebbing 5af8f0db8c
chore(apps): Bump all for ingressList and speedtest 2022-11-11 20:17:41 +01:00
Stavros Kois 3b9ba2a1df
bump everything (#4376) 2022-11-11 15:04:17 +02:00
Kjeld Schouten-Lebbing cbf9d388ec
chore(apps): bump to regenerate catalog 2022-11-11 10:00:57 +01:00
Kjeld Schouten-Lebbing 2ef737f7d3
chore(apps): Major Change to GUI 2022-11-10 17:21:56 +01:00
TrueCharts Bot 0120c215e2
chore(deps): update helm general non-major (#4349) 2022-11-08 23:52:28 +01:00
TrueCharts Bot ec3d56395c
chore(deps): update helm general non-major (#4342)
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-11-08 03:12:03 +02:00
TrueCharts Bot 1964ba3781
chore(deps): update helm general non-major (#4329) 2022-11-07 00:27:38 +02:00
TrueCharts Bot 227575098c
chore(deps): update helm general non-major (#4317) 2022-11-06 10:47:39 +01:00
TrueCharts Bot f04cc8f6d8
chore(deps): update helm general non-major (#4308) 2022-11-05 15:05:34 +01:00
TrueCharts Bot 8138da06c9
chore(deps): update helm general non-major (#4261)
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-11-02 10:34:09 +02:00
TrueCharts Bot 8a3205d1dc
chore(deps): update helm general non-major (#4182)
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-10-25 10:19:56 +02:00
TrueCharts Bot f9b94b9665
chore(deps): update helm general non-major (#4122) 2022-10-19 08:41:02 +03:00
TrueCharts Bot d0b19f4993
chore(deps): update helm general non-major (#4071) 2022-10-12 17:19:34 +02:00
TrueCharts-Admin 6761b1362d chore(deps): update helm general non-major 2022-10-07 18:00:19 +00:00
TrueCharts-Admin 5e88a86bff chore(deps): update helm general non-major 2022-10-05 18:43:33 +00:00
TrueCharts Bot 76c168c11d
chore(deps): update helm general non-major (#3918)
* chore(deps): update helm general non-major

* Commit bumped Chart Version

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

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>
2022-09-27 08:54:37 +03:00
TrueCharts Bot cb5a369c96
chore(deps): update helm general non-major (#3898) 2022-09-25 15:38:09 +02:00
TrueCharts Bot 63021f6f27
chore(deps): update docker general non-major (#3881)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-25 08:51:31 +03:00
TrueCharts Bot 48e5471458
chore(deps): update helm general non-major (#3767) 2022-09-15 15:22:46 +02:00
TrueCharts Bot 845ea2d896
chore(deps): update helm general non-major (#3711) 2022-09-11 12:10:33 +02:00
TrueCharts Bot 9627a97001
chore(deps): update helm general non-major (#3639) 2022-08-31 00:00:06 +02:00
TrueCharts Bot dfd2c9134a
chore(deps): update helm chart common to v10.5.5 (#3626) 2022-08-30 16:02:23 +02:00
TrueCharts Bot 1688d56b28
chore(deps): update helm general non-major (#3619) 2022-08-29 20:49:59 +02:00
TrueCharts Bot b51c98bb4a
chore(deps): update helm general non-major helm releases (#3545) 2022-08-23 23:38:35 +02:00
TrueCharts Bot 92a83a28f2
chore(deps): update helm general non-major helm releases (#3456)
* chore(deps): update helm general non-major helm releases

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-12 23:05:15 +02:00
truecharts-bot 1d35dff3d1 chore: Auto-update chart README [skip ci] 2022-08-12 20:59:51 +00:00
TrueCharts Bot 384bb2e450
chore(deps): update docker general non-major (#3453)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-12 22:40:58 +02:00
TrueCharts Bot ca2970fc01
chore(deps): update docker general non-major (#3421)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-10 08:32:13 +03:00
truecharts-bot aa39c09e86 chore: Auto-update chart README [skip ci] 2022-08-08 23:15:26 +00:00
TrueCharts Bot 763af7a7b9
chore(deps): update helm general non-major helm releases (#3376) 2022-08-08 23:59:40 +02:00
Stavros Kois 714090aa6e
chore(apps): update home links (#3291) 2022-07-26 12:04:37 +02:00
TrueCharts Bot 54e805ab4d
chore(deps): update helm general non-major helm releases (#3302) 2022-07-26 11:28:46 +02:00
TrueCharts Bot 97d5375359
chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00
TrueCharts Bot f9940cb96a
chore(deps): update helm general non-major helm releases (#3280) 2022-07-23 15:47:25 +02:00
Kjeld Schouten-Lebbing 2c844c4b81
chore(charts): Bump all charts to generate config and container references due to huge increase of repository 2022-07-23 00:58:33 +02:00
TrueCharts Bot 1a27d01cf4
chore(deps): update helm general non-major helm releases (#3268)
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-07-23 00:47:31 +02:00
Kjeld Schouten-Lebbing ded5a3c0e6
run prettier as pre-commit hook (#3264) 2022-07-22 20:23:01 +02:00
Kjeld Schouten-Lebbing 9d230e7e12
chore: Update Readme and Description on SCALE 2022-07-19 14:10:40 +02:00
Kjeld Schouten-Lebbing 4fc9d425dc
fix(charts): regenerate catalog and update template 2022-07-14 22:21:21 +02:00
Kjeld Schouten-Lebbing 30c50855e9
fix CI typo and bump again 2022-07-14 15:50:39 +02:00
Kjeld Schouten-Lebbing e1d26bd589
fix(Charts): bump to ensure .helmignore is present on all Charts 2022-07-14 15:47:30 +02:00
Kjeld Schouten-Lebbing b47799c065
chore(charts): bump to cleanup old docs and use correct icon urls 2022-07-13 00:43:13 +02:00
Stavros Kois 27b742a9ff
chore(apps): update icons (#3156)
* chore(apps): update icons

* bump everything
2022-07-13 00:42:35 +02:00
Kjeld Schouten-Lebbing 061a7ec7e4
chore(charts): bump to regenerate documentation 2022-07-12 22:41:34 +02:00
TrueCharts Bot 09e7d55ca8
chore(deps): update helm general non-major helm releases (#3147) 2022-07-12 20:25:00 +02:00
Kjeld Schouten-Lebbing 153415cbc7
bump all the things to rerender images/docs and remove unused config.md files 2022-07-11 23:35:47 +02:00
Stavros Kois 4ad582d87f
chore(apps): move icons into the apps folder (#3139)
* chore(apps): move icons into the apps folder

* rename to `icon.png`

* replace solr image

* remove `docs/` from gitignore

* move app specific docs into app folder [skip ci]

* fix some links

* chore(apps): update image links temporary
2022-07-11 17:09:18 +02:00
TrueCharts Bot 338d2469fc
chore(deps): update helm general non-major helm releases (#3113)
* chore(deps): update helm general non-major helm releases

* remove metallb changes

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-07-09 21:55:24 +02:00
TrueCharts Bot 54dc59b3e1
chore(deps): update helm general non-major helm releases (#3066) 2022-07-04 16:21:32 +02:00
TrueCharts Bot cdc9cb3cdd
chore(deps): update helm general non-major helm releases (#2977)
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-06-25 14:22:52 +02:00
TrueCharts Bot 21c6d0bbf7
chore(deps): update helm general non-major helm releases (#2948) 2022-06-22 23:39:42 +02:00
TrueCharts Bot e465a115b4
chore(deps): update helm general non-major helm releases (#2943) 2022-06-21 08:27:33 +02:00
TrueCharts Bot 0872d0d5fc
chore(deps): update docker general non-major (#2931)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-21 08:26:39 +02:00
TrueCharts Bot c4e1365aed
chore(deps): update helm general non-major helm releases (#2886) 2022-06-14 15:02:17 +02:00
TrueCharts Bot 62b1cef80b
chore(deps): update docker general non-major (#2860)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-13 10:53:45 +02:00
TrueCharts Bot c5fd4631f9
chore(deps): update helm general non-major helm releases (#2854) 2022-06-11 20:06:33 +02:00
Kjeld Schouten-Lebbing 6452c1b36d
fix(charts): hotpatch to disable HPA and networkPolicy in SCALE interface, due to incompatible format. 2022-06-07 23:29:22 +02:00
Kjeld Schouten-Lebbing 16d15554c1
fix(charts): remove malfunctioning SCALE migration script 2022-06-07 20:36:39 +02:00
Kjeld Schouten-Lebbing 5529c2a3af
refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00
TrueCharts Bot 8def52f470
chore(deps): update helm general non-major helm releases (#2803) 2022-05-31 21:20:34 +02:00
TrueCharts Bot 68a7098a1e
chore(deps): update helm general non-major helm releases (#2759)
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-05-26 11:34:20 +02:00
TrueCharts-Bot 6377314a5d chore(deps): update helm general non-major helm releases 2022-05-24 08:22:00 +02:00
TrueCharts-Bot 6173a22c31 chore(deps): update helm general non-major helm releases 2022-05-17 20:27:02 +02:00
TrueCharts-Bot 1b1edccfc1 chore(deps): update helm general non-major helm releases 2022-05-17 08:28:26 +02:00
renovate[bot] 6600c918a4
chore(deps): update helm general non-major helm releases (#2649)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-10 22:21:24 +02:00
renovate[bot] 7692c86fac
chore(deps): update helm general non-major helm releases (#2612)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-05 10:05:05 +02:00
renovate[bot] 5ebabd020b
chore(deps): update helm general non-major helm releases (#2573)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-26 21:11:09 +02:00
truecharts-bot 413df3cb96 chore: Auto-update chart README [skip ci] 2022-04-26 10:10:07 +00:00
renovate[bot] 74c4859701
chore(deps): update docker general non-major (#2571)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-26 09:56:48 +00:00
renovate[bot] ff20763663
chore(deps): update helm general non-major helm releases (#2524)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-20 22:29:17 +02:00
renovate[bot] 380d1412f6
chore(deps): update helm general non-major helm releases (#2480)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-12 18:25:26 +02:00
renovate[bot] 7da3f33f3e
chore(deps): update helm general non-major helm releases (#2410)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-03 17:42:54 +02:00
renovate[bot] 190efd4a36
chore(deps): update helm general non-major helm releases (#2361)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-31 14:14:59 +02:00
renovate[bot] 6c01d54cd4
chore(deps): update helm general non-major helm releases (#2354)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-30 21:26:59 +02:00
kjeld Schouten-Lebbing 810f1bf60e
chore(apps): bump all apps to trigger ci 2022-03-26 15:29:49 +01:00
Stavros Kois 61a6c7e967
chore(apps): update common lib referece (#2288)
* chore(apps): update common lib referece

* bump apps

* trigger
2022-03-26 14:07:37 +01:00
TrueCharts-Bot dc3763b22c chore(deps): update helm general non-major helm releases 2022-03-22 12:18:52 -04:00
renovate[bot] 4768f1aa44
chore(deps): update helm general non-major helm releases (#2201)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-17 19:59:49 +01:00
TrueCharts-Bot 551902d97b Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-17 08:36:39 +00:00
renovate[bot] 5c2206eb40
chore(deps): update docker general non-major (#2198)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-17 09:15:06 +01:00
renovate[bot] ee34b96806
chore(deps): update helm general non-major helm releases (#2177)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-15 23:23:30 +01:00
renovate[bot] 958cac32e0
chore(deps): update helm general non-major helm releases (#2111)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-07 17:11:28 +01:00
Stavros Kois a2c6aaaa8e
chore(docs): Remove `-icon` string from icon png's (#2040)
* rename icons (remove `-icon`)

* Remove (`-icon`) from chart.yaml

* Add 2 icons

* slight format change

* remove -icon
2022-03-06 20:11:45 +01:00
renovate[bot] e67a958989
chore(deps): update helm general major helm releases (#2021)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 22:32:24 +01:00
renovate[bot] af26f1bf73
chore(deps): update helm general non-major helm releases (#1999)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02 12:33:35 +01:00
renovate[bot] a31cfa91f8
chore(deps): update helm general non-major helm releases (#1927)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-22 00:17:51 +01:00
renovate[bot] 8fcbafa2a1
chore(deps): update helm general non-major helm releases (#1901)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-15 14:51:55 +01:00
renovate[bot] b3740090db
chore(deps): update helm general non-major helm releases (#1871)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-08 17:06:31 +01:00
renovate[bot] 9c0bf192e8
chore(deps): update helm chart common to v8.15.0 (#1859)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 17:07:47 +01:00
renovate[bot] 4cf58ad87e
chore(deps): update helm general non-major helm releases (#1852)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-05 12:48:19 +01:00
renovate[bot] 0ff4ec7d06
chore(deps): update helm general non-major helm releases (#1828)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 14:27:42 +01:00
renovate[bot] fa2166391e
chore(deps): update helm general non-major helm releases (#1791)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 20:17:24 +01:00
renovate[bot] 8118507400
chore(deps): update helm general non-major helm releases (#1766)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-22 14:44:34 +01:00
renovate[bot] 7e850a5e6d
chore(deps): update helm general non-major helm releases (#1759)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-21 13:14:05 +01:00
renovate[bot] 55ca29a61f
chore(deps): update helm general non-major helm releases (#1732)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-18 16:02:01 +01:00
renovate[bot] d0578f13ae
chore(deps): update helm general non-major helm releases (#1712)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-13 17:39:12 +01:00
renovate[bot] 09c30d8602
chore(deps): update helm general non-major helm releases (#1704)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-13 00:09:13 +01:00
renovate[bot] a65b0681f5
chore(deps): update helm general non-major helm releases (#1693)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-11 18:43:10 +01:00
Renovate Bot 6bc77fd079 chore(deps): update helm general non-major helm releases 2022-01-04 20:09:50 +00:00
renovate[bot] 471e82aac4
chore(deps): update helm general non-major helm releases (#1623)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-28 15:46:00 +01:00
renovate[bot] 7d8245d5ce
chore(deps): update helm general non-major helm releases (#1596)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-21 19:07:31 +01:00
renovate[bot] d9922d6113
chore(deps): update docker general non-major (#1589)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-20 18:53:43 +01:00
kjeld Schouten-Lebbing 4d67abc47d
chore(apps): Last patch bump before RC2 branch-off 2021-12-20 00:02:11 +01:00
renovate[bot] 1fabdd98d0
chore(deps): update helm general non-major helm releases (#1571)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-19 18:55:43 +01:00
Stavros Kois cf1485a0b7
chore(apps): cleanup questions by removing hidden dicts (#1558)
* chore(apps): cleanup questions by removing hidden dicts

* persistence cleanup pt1

* persistence cleanup pt2

* persistence cleanup pt3

* persistence cleanup pt4

* persistence cleanup pt5

* remove gui for staticfiles for recipes

* make mountPath visible and read-only field

* make mountPath visible and read-only field

* bump patch

* remove trailing `/` on paths and fix freerad

* enable udev (scrutiny)

* also cleanup vCT

* move mountPath under advanced

* update mountPath label

* bump patch dep train
2021-12-18 20:25:00 +01:00
NightShaman f840d3c2a2
chore(apps): App-Icon Organization (#1539) 2021-12-15 18:52:33 +01:00
renovate[bot] 2ea1e021c1
chore(deps): update helm general non-major helm releases (#1535)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-14 21:03:35 +01:00
kjeld Schouten-Lebbing d57586bd73
chore(apps): move incubator apps to stable and bump everything 2021-12-13 12:55:31 +01:00
renovate[bot] 3b2aa08323
chore(deps): update general helm non-major helm releases (#1509)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-11 14:37:13 +01:00
renovate[bot] 2db53b88e6
chore(deps): update non-major deps helm releases (#1481)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-07 23:23:24 +01:00
renovate[bot] b5db6f780d
chore(deps): update non-major deps helm releases (#1471)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-05 23:41:57 +01:00
renovate[bot] fc1cbd038f
chore(deps): update non-major deps helm releases (#1468)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-05 14:41:47 +01:00
kjeld Schouten-Lebbing 4688d6cdb4
chore(Apps): bump apps to generate security page 2021-12-05 00:54:01 +01:00
renovate[bot] 91ccfe2631
chore(deps): update non-major deps helm releases (#1453)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-04 01:29:25 +01:00
renovate[bot] e8dbca32f5
chore(deps): update non-major (#1449)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-03 15:07:49 +01:00
renovate[bot] b7c3c1a64e
chore(deps): update non-major deps helm releases (#1432)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 12:28:31 +01:00
renovate[bot] 85117fc612
chore(deps): update non-major deps helm releases (#1386)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-23 13:41:33 +01:00
renovate[bot] 133e104e56
chore(deps): update non-major deps helm releases (#1383)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-11-22 23:10:40 +01:00
renovate[bot] f4e6dbe7bc
chore(deps): update non-major deps helm releases (#1345)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-16 22:46:28 +01:00
renovate[bot] 55c73e77a8
chore(deps): update non-major deps helm releases (#1338)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-15 23:09:08 +01:00
renovate[bot] 8da7e0bc30
chore(deps): update non-major deps helm releases (#1328)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-14 18:12:55 +01:00
Stavros Kois fa93d84e29
chore(apps): clean up Chart.yaml (#1322)
* fix url for maintainers

* chore(apps): clean up Chart.yaml

* remove whitespace

* remove maintainer from depracated app
2021-11-14 14:31:24 +01:00
renovate[bot] d47e9a4829
chore(deps): update non-major deps helm releases (#1297)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-09 11:44:43 +01:00
renovate[bot] f127275770
chore(deps): update non-major deps helm releases (#1295)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-07 19:07:51 +01:00
renovate[bot] fc8d926fee
chore(deps): update non-major (#1270)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-11-07 17:57:54 +01:00
renovate[bot] d1dd00ba74
chore(deps): update non-major deps helm releases (#1291)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-07 15:54:08 +01:00
renovate[bot] d98861711c
chore(deps): update non-major deps helm releases (#1267)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 18:45:07 +01:00
renovate[bot] 0f52f2344f
chore(deps): update non-major deps helm releases (#1264)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 14:37:13 +01:00
renovate[bot] 0bf9014d69
chore(deps): update non-major deps helm releases (#1245)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-26 21:13:42 +02:00
renovate[bot] 850c757e82
chore(deps): update helm chart common to v8.3.15 (#1240)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-26 16:28:59 +02:00
kjeld Schouten-Lebbing 542e8dcffb
chore(Everything): Adapt for TrueNAS SCALE RC1 2021-10-25 13:02:15 +02:00
kjeld Schouten-Lebbing 1bf35c85a5
chore(apps): bump apps, remove duplicates and move incubator to stable for RC1 2021-10-21 00:00:57 +02:00
kjeld Schouten-Lebbing 22639c7964
fix(Apps): reenable postgresql migration scripting and bump all to force update 2021-10-20 21:53:30 +02:00
renovate[bot] cee1dc4075
chore(deps): update non-major deps helm releases (#1213)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-20 21:32:45 +02:00
kjeld Schouten-Lebbing 7ae1bf5a10
chore(Apps): bump versions to rerelease and fix icons 2021-10-20 10:18:23 +02:00
renovate[bot] 77f6a4168e
chore(deps): update helm chart common to v8.3.13 (#1184)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 23:24:10 +02:00
Kjeld Schouten-Lebbing 066f596265
feat(Docs): Project-Eclipse 4, Add App grading annotations to Chart.yaml (#1180)
* feat(Apps): Add App Grading annotation

(cherry picked from commit d6b5ff729ac0a51154d4556341556b30f0daf141)

* fix small issue in build suite
2021-10-19 18:15:58 +02:00
Kjeld Schouten-Lebbing 8fbddf53ef
change(Apps): Project-Eclipse 3, Automatically generate item.yaml (#1178)
* change(Apps): automatically generate item.yaml

* bump jacket for testing

* update dev devcontainer reference

* update container versions
2021-10-19 17:59:59 +02:00
TrueCharts-Bot 4778d18340 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-19 11:51:50 +00:00
kjeld Schouten-Lebbing 69d69b1f54
fix(Apps): fix previous SCALE bugfix not correctly being applied 2021-10-19 12:46:12 +02:00
TrueCharts-Bot 60f66e0abb Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-19 10:37:59 +00:00
Kjeld Schouten-Lebbing 1aa854ef14
fix(Apps): Solve issues regarding ix_values.yaml not containing the image and tag definitions. (#1176)
* fix(Apps): Solve issues regarding ix_values.yaml not containing the image and tag definitions.

* bump patch to regenerate releases
2021-10-19 11:21:33 +02:00
TrueCharts-Bot 886f3096ee Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-18 22:08:35 +00:00
Kjeld Schouten-Lebbing 4ccf8d64a5
refactor(Apps): Project Eclipse - part 1 - remove ix_values.yaml (#1168)
* NUKE values.yaml -> ix_values.yaml

* nuke the values.yaml files globally (we can revert just the bare minimum required settings, if needed)

* bump patch versions

(cherry picked from commit e6c60c57df81af47652180d3e822f05c878e1d2b)

* bump common to deal with some storageClass naming issues

* bump common and postgresql

* try retrying helm dependency update 3 times if failed

* sleep after error
2021-10-18 23:08:34 +02:00
renovate[bot] d5d78b5bfd
chore(deps): update helm chart common to v8.3.10 (#1160)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-17 20:20:18 +02:00
renovate[bot] 86c7079a30
chore(deps): update non-major deps helm releases (#1133)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-14 00:13:04 +02:00
renovate[bot] 2f69449fd1
chore(deps): update non-major deps helm releases (#1126)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-12 19:21:35 +02:00
renovate[bot] ec8256869f
chore(deps): update non-major deps helm releases (#1123)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-12 10:59:54 +02:00
renovate[bot] 6a7c88b418
chore(deps): update non-major deps helm releases (#1099)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-05 14:11:18 +02:00
TrueCharts-Bot 0541233a7f Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-05 11:36:30 +00:00
renovate[bot] 38159dc480
chore(deps): update non-major (#1098)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-05 13:03:37 +02:00
renovate[bot] 87cba68080
chore(deps): update helm chart common to v8.0.13 (#1060)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 18:04:00 +02:00
renovate[bot] 2ba5ed07ce
chore(deps): update non-major deps helm releases (#1056)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 12:27:52 +02:00
TrueCharts-Bot f40ee6213d Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-26 23:18:29 +00:00
kjeld Schouten-Lebbing 5c210883ac
(fix) Bump master to fix bug when enabling vpn and/or custom storage 2021-09-27 00:28:20 +02:00
kjeld Schouten-Lebbing 9b9bd5f8e6
(fix) update common to try to patch VPN issues 2021-09-26 22:53:27 +02:00
TrueCharts-Bot 4c1861933f Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-26 18:24:56 +00:00
Kjeld Schouten-Lebbing acf510ea13
(feat) Standardise and Harden default app securitycontext (#1028)
* Apply security hardened defaults to values.yaml for all apps

* Add default common securityContext to all apps

* Adjust securityContext defaults in questions.yaml, according to values.yaml

* Add default common podSecurityContext to all apps

* Clean whitespace

* Clean more whitespace

* Adjust podSecurityContext defaults in questions.yaml, according to values.yaml

* fix pgadmin

Co-authored-by: Stavros kois <s.kois@outlook.com>
2021-09-26 20:05:21 +02:00
renovate[bot] d6b521c186
chore(deps): update non-major deps helm releases (#1014)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-21 11:59:23 +02:00
TrueCharts-Bot e9944183a2 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-13 17:07:54 +00:00
Kjeld Schouten-Lebbing 2349bb4d40
feat: add new GUI and VPN support to all Apps (#977)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-13 18:49:14 +02:00
TrueCharts-Bot 62b7d2eb8e Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-08 03:12:08 +00:00
renovate[bot] ee5a5c495d
chore(deps): update non-major deps helm releases (#907)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 10:01:47 +02:00
TrueCharts-Bot c327fb2c49 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-05 03:12:01 +00:00
renovate[bot] 5e975976ca
chore(deps): update non-major deps helm releases (#895)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 13:04:53 +02:00
TrueCharts-Bot 01461b60a1 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-01 03:11:53 +00:00