Commit Graph

355 Commits

Author SHA1 Message Date
TrueCharts-Bot 980fedc5a3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-03 00:09:16 +00:00
Kjeld Schouten ebb11dbbe9 chore: force bump to ensure up-to-date catalogs 2024-01-02 17:01:35 +01:00
TrueCharts-Bot 1482d8090e Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-02 00:09:13 +00:00
Kjeld Schouten 64339bd4b4 chore: increase common version for oci fixes 2024-01-01 23:59:49 +01:00
Stavros Kois 1e0dbf15e9
chore(questions): remove non-existent template refs (#16738)
**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._
2024-01-01 21:28:20 +02:00
TrueCharts Bot 026bebde2d
chore(deps): update container image common to v17.2.19@4ebb688 by renovate (#16733)
This PR contains the following updates:

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

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" 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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-01 18:57:58 +01:00
Kjeld Schouten aee418953a chore: bump all charts for OCI test push 2024-01-01 17:40:52 +01:00
TrueCharts Bot f368d57f85
chore(deps): update container image common to v17.2.18@085ba3c by renovate (#16732)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| common | patch | `17.2.2` -> `17.2.18` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" 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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-01 17:24:42 +01:00
Kjeld Schouten 0eae972794 chore: move everything to consume OCI-hosted common-chart dependency 2024-01-01 17:11:47 +01:00
TrueCharts-Bot 92663fd205 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-01 00:10:30 +00:00
Stavros Kois 698622495c
chore(docs): standardize ./img references (#16704)
**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-12-31 22:39:31 +02:00
Stavros Kois 12b5c56b24
chore(docs): lints some docs, uses front-matter instead of # h1, and fix list items in changelog (#16589)
**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)-->

front matter is supported by all doc sites (including github markdown
rendering
and is easier to add extra metadata later on, if we want to.

```
---
title: sometitle
---
```

**⚙️ 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-12-31 16:24:05 +02:00
TrueCharts-Bot bf535bc529 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-31 00:10:39 +00:00
TrueCharts Bot 9eddcd99d3
chore(deps): update helm general minor by renovate (#16579)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | minor | `10.0.3` ->
`10.1.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`17.1.4` -> `17.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | minor | `6.0.3` ->
`6.1.0` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | minor | `12.0.3` ->
`12.1.0` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` ->
`11.1.0` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` ->
`11.1.0` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | minor | `6.0.3` ->
`6.1.0` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` ->
`11.1.0` |

---

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

---

### Release Notes

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

###
[`v10.1.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.1.0)

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

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

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

###
[`v17.1.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.5)

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

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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjExMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-30 01:53:16 +01:00
TrueCharts-Bot 2abaa1a6de Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-30 00:08:42 +00:00
TrueCharts Bot 2fde8d4e5c
chore(deps): update helm general non-major by renovate (#16545)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.1` ->
`10.0.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`17.1.0` -> `17.1.4` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.1` ->
`6.0.2` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `12.0.1` ->
`12.0.2` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.1` ->
`11.0.2` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.1` ->
`11.0.2` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.1` ->
`6.0.2` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.1` ->
`11.0.2` |

---

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.0.1...clickhouse-10.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>

###
[`v17.1.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.4)

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

Function library for TrueCharts

###
[`v17.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.3)

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

Function library for TrueCharts

###
[`v17.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.2)

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

Function library for TrueCharts

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

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.0...common-17.1.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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-26 23:37:47 +02:00
TrueCharts-Bot 14f7692854 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-26 00:09:36 +00:00
TrueCharts Bot 6a2ea11999
chore(deps): update helm chart common to 17.1.0 by renovate (#16532)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

###
[`v17.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.1)

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

Function library for TrueCharts

###
[`v17.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.0)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

###
[`v16.2.23`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.23)

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

Function library for TrueCharts

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

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 17:59:06 +01:00
TrueCharts-Bot c26aa35148 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-25 00:08:55 +00:00
TrueCharts Bot 702b146d12
chore(deps): update helm general non-major by renovate (#16384)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.16` ->
`9.0.17` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.20` -> `16.2.21` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.15` ->
`5.0.16` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.16`
-> `11.0.17` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.16`
-> `10.0.17` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.15`
-> `10.0.16` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.15` ->
`5.0.16` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.16`
-> `10.0.17` |

---

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.16...clickhouse-9.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>

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

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

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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-24 16:57:27 +01:00
TrueCharts Bot af2c9bee81
chore(deps): update helm general non-major by renovate (#16376)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.15` ->
`9.0.16` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.17` -> `16.2.20` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.14` ->
`5.0.15` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.15`
-> `11.0.16` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.15`
-> `10.0.16` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.14`
-> `10.0.15` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.14` ->
`5.0.15` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.15`
-> `10.0.16` |

---

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

---

### Release Notes

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

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

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-24 14:01:40 +01:00
TrueCharts Bot 7a9e19fed7
chore(deps): update helm general non-major by renovate (#16373)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.13` ->
`9.0.15` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.15` -> `16.2.17` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.12` ->
`5.0.14` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.13`
-> `11.0.15` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.13`
-> `10.0.15` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.12`
-> `10.0.14` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.12` ->
`5.0.14` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.13`
-> `10.0.15` |

---

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

---

### Release Notes

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

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

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

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

###
[`v16.2.16`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.16)

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

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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-23 21:52:32 +01:00
TrueCharts Bot 712d425846
chore(deps): update helm general non-major by renovate (#16369)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.12` ->
`9.0.13` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.13` -> `16.2.15` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.11` ->
`5.0.12` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.12`
-> `11.0.13` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.12`
-> `10.0.13` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.11`
-> `10.0.12` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.11` ->
`5.0.12` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.12`
-> `10.0.13` |

---

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

---

### Release Notes

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

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

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

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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-23 18:55:38 +01:00
TrueCharts Bot 93a7988815
chore(deps): update helm general non-major by renovate (#16361)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.10` ->
`9.0.12` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.12` -> `16.2.13` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.9` ->
`5.0.11` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.10`
-> `11.0.12` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.10`
-> `10.0.12` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.9` ->
`10.0.11` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.9` ->
`5.0.11` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.10`
-> `10.0.12` |

---

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

---

### Release Notes

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

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

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

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

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

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

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

</details>

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

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

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

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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-23 09:08:00 +02:00
TrueCharts-Bot 2f00f14103 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-23 00:09:08 +00:00
TrueCharts Bot 38ea5f1c8e
chore(deps): update helm general non-major by renovate (#16359) 2023-12-22 21:16:27 +02:00
Kjeld Schouten 257c24ed26 fix(ingress): expose custom options for homepage integration 2023-12-22 11:18:53 +01:00
TrueCharts-Bot 726c4327b8 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-22 00:09:32 +00:00
Kjeld Schouten b3058e799e fix: bump to release middleware fix 2023-12-21 17:52:24 +01:00
Kjeld Schouten fd610994c1 chore: bump everything to ensure patches are applied globally 2023-12-21 14:22:19 +01:00
TrueCharts Bot 8d456c3bcf
chore(deps): update helm general non-major by renovate (#16341)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.4` ->
`9.0.5` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.7` -> `16.2.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.5` -> `16.2.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.4` -> `16.2.9` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.3` ->
`5.0.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.4` ->
`11.0.5` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.4` ->
`10.0.5` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.3` ->
`10.0.4` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.3` ->
`5.0.4` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.3` ->
`10.0.4` |

---

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

---

### Release Notes

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

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

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

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

</details>

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

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

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

Function library for TrueCharts

###
[`v16.2.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.8)

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

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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-21 13:23:49 +01:00
TrueCharts-Bot 4001f85191 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-21 00:11:53 +00:00
Kjeld Schouten 5385fd4cbe chore: bump patch versions on all charts for new GUI release 2023-12-20 20:59:09 +01:00
TrueCharts-Bot 1b4ce58b07 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-20 19:51:11 +00:00
TrueCharts Bot 49e418b488
chore(deps): update helm general major by renovate (major) (#14631)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | major | `7.0.30` ->
`9.0.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`14.5.0` -> `16.2.7` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`13.2.2` -> `16.2.7` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`15.3.4` -> `16.2.7` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | major | `3.0.41` ->
`5.0.3` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | major | `7.0.70` ->
`11.0.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | major | `9.0.43` ->
`11.0.4` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | major | `6.0.77` ->
`10.0.4` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | major | `6.0.67` ->
`10.0.3` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | major | `3.0.43` ->
`5.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `6.0.66` ->
`10.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `7.0.6` ->
`10.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `8.0.47` ->
`10.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `9.0.3` ->
`10.0.3` |

---

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

---

### Release Notes

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

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

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

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

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

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

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

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

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

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

###
[`v9.0.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.0)

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

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

###
[`v8.1.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.1.0)

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

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

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

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

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

###
[`v8.0.1`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.0.1)

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

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

###
[`v8.0.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.0.0)

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

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

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

###
[`v16.2.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.4)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

###
[`v16.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.0.0)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

###
[`v15.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.0.1)

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

Function library for TrueCharts

###
[`v15.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.0.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.5.0...common-15.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy41Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTA1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-12-20 19:30:50 +01:00
Kjeld Schouten 3f74856193 chore: Bump everything to force min/max scale version update 2023-12-20 14:15:47 +01:00
TrueCharts-Bot dc6307df6c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-20 13:11:56 +00:00
TrueCharts-Bot c5cffa07e4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-19 00:08:54 +00:00
TrueCharts-Bot 4fceb64003 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-17 00:09:15 +00:00
TrueCharts Bot 45f50c7fcc
chore(deps): update helm general non-major (#14784)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.13.2` -> `v1.13.3` |
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.25` ->
`7.0.30` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.3.5` -> `14.5.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`15.0.1` -> `15.3.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`16.0.0` -> `16.2.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`15.2.0` -> `15.3.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.3.3` -> `14.5.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`15.3.1` -> `15.3.4` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.38` ->
`3.0.41` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.40` ->
`9.0.43` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.40` ->
`3.0.43` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.44` ->
`8.0.47` |
| [velero](https://togithub.com/vmware-tanzu/velero)
([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor |
`5.1.4` -> `5.2.0` |

---

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

---

### Release Notes

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

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

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

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

> ⚠️ Read about the [**breaking changes in cert-manager
1.13**](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0)
before you upgrade from a < v1.13 version!

This patch release contains fixes for the following security
vulnerabilities in the cert-manager-controller:

- [`GO-2023-2334`](https://pkg.go.dev/vuln/GO-2023-2334): Decryption of
malicious PBES2 JWE objects can consume unbounded system resources.

If you use [ArtifactHub Security
report](https://artifacthub.io/packages/helm/cert-manager/cert-manager/1.13.2?modal=security-report)
or [trivy](https://trivy.dev/), this patch will also silence the
following warning about a vulnerability in code which is imported but
**not used** by the cert-manager-controller:

-
[`CVE-2023-47108`](https://access.redhat.com/security/cve/CVE-2023-47108):
DoS vulnerability in `otelgrpc` due to unbound cardinality metrics.

An ongoing security audit of cert-manager suggested some changes to the
webhook code to mitigate DoS attacks, and these are included in this
patch release.

##### Changes

##### Bug or Regression

- The webhook server now returns HTTP error 413 (Content Too Large) for
requests with body size `>= 3MiB`. This is to mitigate DoS attacks that
attempt to crash the webhook process by sending large requests that
exceed the available memory.
([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507),
[@&#8203;inteon](https://togithub.com/inteon))
- The webhook server now returns HTTP error 400 (Bad Request) if the
request contains an empty body.
([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507),
[@&#8203;inteon](https://togithub.com/inteon))
- The webhook server now returns HTTP error 500 (Internal Server Error)
rather than crashing, if the code panics while handling a request.
([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507),
[@&#8203;inteon](https://togithub.com/inteon))
- Mitigate potential "Slowloris" attacks by setting `ReadHeaderTimeout`
in all `http.Server` instances.
([#&#8203;6538](https://togithub.com/cert-manager/cert-manager/pull/6538),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Upgrade Go modules: `otel`, `docker`, and `jose` to fix CVE alerts.
See https://github.com/advisories/GHSA-8pgv-569h-w5rw,
https://github.com/advisories/GHSA-jq35-85cj-fj4p, and
https://github.com/advisories/GHSA-2c7c-3mj9-8fqh.
([#&#8203;6514](https://togithub.com/cert-manager/cert-manager/pull/6514),
[@&#8203;inteon](https://togithub.com/inteon))

##### Dependencies

##### Added

*Nothing has changed.*

##### Changed

-   `cloud.google.com/go/firestore`: `v1.11.0 → v1.12.0`
-   `cloud.google.com/go`: `v0.110.6 → v0.110.7`
- `github.com/felixge/httpsnoop`: [`v1.0.3 →
v1.0.4`](https://togithub.com/felixge/httpsnoop/compare/v1.0.3...v1.0.4)
- `github.com/go-jose/go-jose/v3`: [`v3.0.0 →
v3.0.1`](https://togithub.com/go-jose/go-jose/v3/compare/v3.0.0...v3.0.1)
- `github.com/go-logr/logr`: [`v1.2.4 →
v1.3.0`](https://togithub.com/go-logr/logr/compare/v1.2.4...v1.3.0)
- `github.com/golang/glog`: [`v1.1.0 →
v1.1.2`](https://togithub.com/golang/glog/compare/v1.1.0...v1.1.2)
- `github.com/google/go-cmp`: [`v0.5.9 →
v0.6.0`](https://togithub.com/google/go-cmp/compare/v0.5.9...v0.6.0)
-
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`:
`v0.45.0 → v0.46.0`
- `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`:
`v0.44.0 → v0.46.0`
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`:
`v1.19.0 → v1.20.0`
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace`: `v1.19.0 →
v1.20.0`
-   `go.opentelemetry.io/otel/metric`: `v1.19.0 → v1.20.0`
-   `go.opentelemetry.io/otel/sdk`: `v1.19.0 → v1.20.0`
-   `go.opentelemetry.io/otel/trace`: `v1.19.0 → v1.20.0`
-   `go.opentelemetry.io/otel`: `v1.19.0 → v1.20.0`
-   `go.uber.org/goleak`: `v1.2.1 → v1.3.0`
-   `golang.org/x/sys`: `v0.13.0 → v0.14.0`
-   `google.golang.org/genproto/googleapis/api`: `f966b18 → b8732ec`
-   `google.golang.org/genproto`: `f966b18 → b8732ec`
-   `google.golang.org/grpc`: `v1.58.3 → v1.59.0`

##### Removed

*Nothing has changed.*

</details>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

<details>
<summary>vmware-tanzu/helm-charts (velero)</summary>

###
[`v5.2.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.2.0)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.7...velero-5.2.0)

A Helm chart for velero

#### What's Changed

- \[velero] Pass config trough tpl and implement reload trigger by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/vmware-tanzu/helm-charts/pull/525](https://togithub.com/vmware-tanzu/helm-charts/pull/525)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.7...velero-5.2.0

###
[`v5.1.7`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.7)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.6...velero-5.1.7)

A Helm chart for velero

#### What's Changed

- \[velero]: Feature push new charts to GHCR OCI registry as well by
[@&#8203;ishuar](https://togithub.com/ishuar) in
[https://github.com/vmware-tanzu/helm-charts/pull/523](https://togithub.com/vmware-tanzu/helm-charts/pull/523)
- \[velero] feat: Add additional templating options for Velero upgrade
CRDs job by [@&#8203;cbuto](https://togithub.com/cbuto) in
[https://github.com/vmware-tanzu/helm-charts/pull/528](https://togithub.com/vmware-tanzu/helm-charts/pull/528)

#### New Contributors

- [@&#8203;cbuto](https://togithub.com/cbuto) made their first
contribution in
[https://github.com/vmware-tanzu/helm-charts/pull/528](https://togithub.com/vmware-tanzu/helm-charts/pull/528)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.6...velero-5.1.7

###
[`v5.1.6`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.6)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.5...velero-5.1.6)

A Helm chart for velero

#### What's Changed

- \[velero]: Disable default values for upgradeJobResources by
[@&#8203;ishuar](https://togithub.com/ishuar) in
[https://github.com/vmware-tanzu/helm-charts/pull/524](https://togithub.com/vmware-tanzu/helm-charts/pull/524)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.5...velero-5.1.6

###
[`v5.1.5`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.5)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.4...velero-5.1.5)

A Helm chart for velero

#### What's Changed

- Bump velero/velero from 1.12.1 to v1.12.2 in /charts/velero by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vmware-tanzu/helm-charts/pull/522](https://togithub.com/vmware-tanzu/helm-charts/pull/522)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.4...velero-5.1.5

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-16 13:45:50 +01:00
Kjeld Schouten b3cff36b48 chore: fix move mistake and cleanup metadata 2023-12-16 13:04:04 +01:00
TrueCharts-Bot 5c47316bce Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-16 00:13:05 +00:00
TrueCharts-Bot 836a202222 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-14 12:05:19 +00:00
TrueCharts-Bot 58ebe44c10 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-14 00:08:50 +00:00
TrueCharts-Bot 61f5b6aca3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-13 12:03:05 +00:00
TrueCharts Bot 39a2922c77
chore(deps): update container image netdata/netdata to v1.44.1@4363d04 (#16029)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [netdata/netdata](https://netdata.cloud)
([source](https://togithub.com/netdata/netdata)) | patch | `v1.44.0` ->
`v1.44.1` |

---

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

---

### Release Notes

<details>
<summary>netdata/netdata (netdata/netdata)</summary>

###
[`v1.44.1`](https://togithub.com/netdata/netdata/blob/HEAD/CHANGELOG.md#v1441-2023-12-12)

[Compare
Source](https://togithub.com/netdata/netdata/compare/v1.44.0...v1.44.1)

[Full
Changelog](https://togithub.com/netdata/netdata/compare/v1.44.0...v1.44.1)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 01:48:07 +01:00
TrueCharts-Bot 0389064d49 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-13 00:08:48 +00:00
TrueCharts-Bot 8600090269 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-12 15:59:06 +00:00
TrueCharts-Bot b9f4ccaee6 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-12 12:02:26 +00:00
TrueCharts-Bot 3ac7442c25 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-12 00:09:22 +00:00
TrueCharts-Bot 84eca1fd32 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-11 00:09:01 +00:00
TrueCharts-Bot c43b0458e7 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-10 00:09:20 +00:00
TrueCharts-Bot 9edb8f34a2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-09 00:08:31 +00:00
TrueCharts-Bot fbb022673b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-07 00:09:07 +00:00
TrueCharts Bot 488a67b7e6
chore(deps): update container image netdata/netdata to v1.44.0@a1f0e22 (#15816)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [netdata/netdata](https://netdata.cloud)
([source](https://togithub.com/netdata/netdata)) | minor | `v1.43.2` ->
`v1.44.0` |

---

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

---

### Release Notes

<details>
<summary>netdata/netdata (netdata/netdata)</summary>

###
[`v1.44.0`](https://togithub.com/netdata/netdata/blob/HEAD/CHANGELOG.md#v1440-2023-12-06)

[Compare
Source](https://togithub.com/netdata/netdata/compare/v1.43.2...v1.44.0)

[Full
Changelog](https://togithub.com/netdata/netdata/compare/v1.43.2...v1.44.0)

**Merged pull requests:**

- update bundled UI to v6.66.1
[#&#8203;16554](https://togithub.com/netdata/netdata/pull/16554)
([ilyam8](https://togithub.com/ilyam8))
- Improve page validity check during database extent load
[#&#8203;16552](https://togithub.com/netdata/netdata/pull/16552)
([stelfrag](https://togithub.com/stelfrag))
- Proper Learn-friendly links
[#&#8203;16547](https://togithub.com/netdata/netdata/pull/16547)
([Ancairon](https://togithub.com/Ancairon))
- docs required for release
[#&#8203;16546](https://togithub.com/netdata/netdata/pull/16546)
([ktsaou](https://togithub.com/ktsaou))
- Add option to change page type for tier 0 to gorilla
[#&#8203;16545](https://togithub.com/netdata/netdata/pull/16545)
([vkalintiris](https://togithub.com/vkalintiris))
- fix alpine deps
[#&#8203;16543](https://togithub.com/netdata/netdata/pull/16543)
([tkatsoulas](https://togithub.com/tkatsoulas))
- change level to debug "took too long to be updated"
[#&#8203;16540](https://togithub.com/netdata/netdata/pull/16540)
([ilyam8](https://togithub.com/ilyam8))
- apps: fix uptime for groups with 0 processes
[#&#8203;16538](https://togithub.com/netdata/netdata/pull/16538)
([ilyam8](https://togithub.com/ilyam8))
- Regenerate integrations.js
[#&#8203;16536](https://togithub.com/netdata/netdata/pull/16536)
([netdatabot](https://togithub.com/netdatabot))
- Reorg kickstart guide's steps
[#&#8203;16534](https://togithub.com/netdata/netdata/pull/16534)
([tkatsoulas](https://togithub.com/tkatsoulas))
- update go.d plugin to v0.57.2
[#&#8203;16533](https://togithub.com/netdata/netdata/pull/16533)
([ilyam8](https://togithub.com/ilyam8))
- Update getting-started-light-poc.md
[#&#8203;16532](https://togithub.com/netdata/netdata/pull/16532)
([M4itee](https://togithub.com/M4itee))
- Acquire receiver_lock to to avoid race condition
[#&#8203;16531](https://togithub.com/netdata/netdata/pull/16531)
([stelfrag](https://togithub.com/stelfrag))
- link aclk.log to stdout in docker
[#&#8203;16529](https://togithub.com/netdata/netdata/pull/16529)
([ilyam8](https://togithub.com/ilyam8))
- Update getting-started.md
[#&#8203;16528](https://togithub.com/netdata/netdata/pull/16528)
([Ancairon](https://togithub.com/Ancairon))
- Make image available to Learn + add a category overview page for new …
[#&#8203;16527](https://togithub.com/netdata/netdata/pull/16527)
([Ancairon](https://togithub.com/Ancairon))
- logs-management: Disable logs management monitoring section
[#&#8203;16525](https://togithub.com/netdata/netdata/pull/16525)
([Dim-P](https://togithub.com/Dim-P))
- log method = none is not respected
[#&#8203;16523](https://togithub.com/netdata/netdata/pull/16523)
([ktsaou](https://togithub.com/ktsaou))
- include more cases for megacli degraded state
[#&#8203;16522](https://togithub.com/netdata/netdata/pull/16522)
([ClaraCrazy](https://togithub.com/ClaraCrazy))
- update bundled UI to v6.65.0
[#&#8203;16520](https://togithub.com/netdata/netdata/pull/16520)
([ilyam8](https://togithub.com/ilyam8))
- log2journal improvements 5
[#&#8203;16519](https://togithub.com/netdata/netdata/pull/16519)
([ktsaou](https://togithub.com/ktsaou))
- change log level to debug for dbengine routine operations on start
[#&#8203;16518](https://togithub.com/netdata/netdata/pull/16518)
([ilyam8](https://togithub.com/ilyam8))
- remove system info logging
[#&#8203;16517](https://togithub.com/netdata/netdata/pull/16517)
([ilyam8](https://togithub.com/ilyam8))
- python.d: logger: remove timestamp when logging to journald.
[#&#8203;16516](https://togithub.com/netdata/netdata/pull/16516)
([ilyam8](https://togithub.com/ilyam8))
- python.d: mute stock jobs logging during check()
[#&#8203;16515](https://togithub.com/netdata/netdata/pull/16515)
([ilyam8](https://togithub.com/ilyam8))
- logs-management: Add prefix to chart names
[#&#8203;16514](https://togithub.com/netdata/netdata/pull/16514)
([Dim-P](https://togithub.com/Dim-P))
- docs: add with-systemd-units-monitoring example to docker
[#&#8203;16513](https://togithub.com/netdata/netdata/pull/16513)
([ilyam8](https://togithub.com/ilyam8))
- apps: fix "has aggregated" debug output
[#&#8203;16512](https://togithub.com/netdata/netdata/pull/16512)
([ilyam8](https://togithub.com/ilyam8))
- log2journal improvements 4
[#&#8203;16510](https://togithub.com/netdata/netdata/pull/16510)
([ktsaou](https://togithub.com/ktsaou))
- journal improvements part 3
[#&#8203;16509](https://togithub.com/netdata/netdata/pull/16509)
([ktsaou](https://togithub.com/ktsaou))
- convert some error messages to info
[#&#8203;16508](https://togithub.com/netdata/netdata/pull/16508)
([ilyam8](https://togithub.com/ilyam8))
- Resolve coverity issue 410232
[#&#8203;16507](https://togithub.com/netdata/netdata/pull/16507)
([stelfrag](https://togithub.com/stelfrag))
- convert some error messages to info
[#&#8203;16505](https://togithub.com/netdata/netdata/pull/16505)
([ilyam8](https://togithub.com/ilyam8))
- diskspace/diskstats: don't create runtime disk config by default
[#&#8203;16503](https://togithub.com/netdata/netdata/pull/16503)
([ilyam8](https://togithub.com/ilyam8))
- Fix CID 410152 Dereference after null check
[#&#8203;16502](https://togithub.com/netdata/netdata/pull/16502)
([stelfrag](https://togithub.com/stelfrag))
- proc_net_dev: don't create runtime device config by default
[#&#8203;16501](https://togithub.com/netdata/netdata/pull/16501)
([ilyam8](https://togithub.com/ilyam8))
- Regenerate integrations.js
[#&#8203;16500](https://togithub.com/netdata/netdata/pull/16500)
([netdatabot](https://togithub.com/netdatabot))
- remove discourse badge from readme
[#&#8203;16499](https://togithub.com/netdata/netdata/pull/16499)
([ilyam8](https://togithub.com/ilyam8))
- add curl example to create_netdata_conf()
[#&#8203;16498](https://togithub.com/netdata/netdata/pull/16498)
([ilyam8](https://togithub.com/ilyam8))
- add /var/log mount to docker
[#&#8203;16496](https://togithub.com/netdata/netdata/pull/16496)
([ilyam8](https://togithub.com/ilyam8))
- Fix occasional shutdown deadlock
[#&#8203;16495](https://togithub.com/netdata/netdata/pull/16495)
([stelfrag](https://togithub.com/stelfrag))
- Log2journal improvements part2
[#&#8203;16494](https://togithub.com/netdata/netdata/pull/16494)
([ktsaou](https://togithub.com/ktsaou))
- proc_net_dev: remove device config section
[#&#8203;16492](https://togithub.com/netdata/netdata/pull/16492)
([ilyam8](https://togithub.com/ilyam8))
- Spelling fixes to documentation
[#&#8203;16490](https://togithub.com/netdata/netdata/pull/16490)
([M4itee](https://togithub.com/M4itee))
- Fix builds on macOS due to missing endianness functions
[#&#8203;16489](https://togithub.com/netdata/netdata/pull/16489)
([vkalintiris](https://togithub.com/vkalintiris))
- log2journal: added missing yaml elements
[#&#8203;16488](https://togithub.com/netdata/netdata/pull/16488)
([ktsaou](https://togithub.com/ktsaou))
- When unregistering an ephemeral host, delete its chart labels
[#&#8203;16486](https://togithub.com/netdata/netdata/pull/16486)
([stelfrag](https://togithub.com/stelfrag))
- logs-management: Add option to submit logs to system journal
[#&#8203;16485](https://togithub.com/netdata/netdata/pull/16485)
([Dim-P](https://togithub.com/Dim-P))
- logs-management: Add function cancellability
[#&#8203;16484](https://togithub.com/netdata/netdata/pull/16484)
([Dim-P](https://togithub.com/Dim-P))
- Fix incorrect DEB package build dep.
[#&#8203;16483](https://togithub.com/netdata/netdata/pull/16483)
([Ferroin](https://togithub.com/Ferroin))
- Bump new version to cov-analysis tool
[#&#8203;16482](https://togithub.com/netdata/netdata/pull/16482)
([tkatsoulas](https://togithub.com/tkatsoulas))
- log2journal moved to collectors
[#&#8203;16481](https://togithub.com/netdata/netdata/pull/16481)
([ktsaou](https://togithub.com/ktsaou))
- Disable netdata monitoring section by default
[#&#8203;16480](https://togithub.com/netdata/netdata/pull/16480)
([MrZammler](https://togithub.com/MrZammler))
- Log2journal yaml configuration support
[#&#8203;16479](https://togithub.com/netdata/netdata/pull/16479)
([ktsaou](https://togithub.com/ktsaou))
- log alarm notifications to health.log
[#&#8203;16476](https://togithub.com/netdata/netdata/pull/16476)
([ktsaou](https://togithub.com/ktsaou))
- journals management improvements
[#&#8203;16475](https://togithub.com/netdata/netdata/pull/16475)
([ktsaou](https://togithub.com/ktsaou))
- SEO changes for Collector names
[#&#8203;16473](https://togithub.com/netdata/netdata/pull/16473)
([sashwathn](https://togithub.com/sashwathn))
- Check context post processing queue before sending status to cloud
[#&#8203;16472](https://togithub.com/netdata/netdata/pull/16472)
([stelfrag](https://togithub.com/stelfrag))
- fix charts.d plugin loading configuration
[#&#8203;16471](https://togithub.com/netdata/netdata/pull/16471)
([ilyam8](https://togithub.com/ilyam8))
- Fix error limit to respect the log every
[#&#8203;16469](https://togithub.com/netdata/netdata/pull/16469)
([stelfrag](https://togithub.com/stelfrag))
- Journal better estimations and watcher
[#&#8203;16467](https://togithub.com/netdata/netdata/pull/16467)
([ktsaou](https://togithub.com/ktsaou))
- update go.d plugin version to v0.57.1
[#&#8203;16465](https://togithub.com/netdata/netdata/pull/16465)
([ilyam8](https://togithub.com/ilyam8))
- Add option to disable ML.
[#&#8203;16463](https://togithub.com/netdata/netdata/pull/16463)
([vkalintiris](https://togithub.com/vkalintiris))
- fix analytics logs
[#&#8203;16462](https://togithub.com/netdata/netdata/pull/16462)
([ktsaou](https://togithub.com/ktsaou))
- fix logs bashism
[#&#8203;16461](https://togithub.com/netdata/netdata/pull/16461)
([ktsaou](https://togithub.com/ktsaou))
- fix log2journal incorrect log
[#&#8203;16460](https://togithub.com/netdata/netdata/pull/16460)
([ktsaou](https://togithub.com/ktsaou))
- fixes for logging
[#&#8203;16459](https://togithub.com/netdata/netdata/pull/16459)
([ktsaou](https://togithub.com/ktsaou))
- when the namespace socket does not work, continue trying
[#&#8203;16458](https://togithub.com/netdata/netdata/pull/16458)
([ktsaou](https://togithub.com/ktsaou))
- set journal path for logging
[#&#8203;16457](https://togithub.com/netdata/netdata/pull/16457)
([ktsaou](https://togithub.com/ktsaou))
- add sbindir_POST to PATH of bash scripts that use `systemd-cat-native`
[#&#8203;16456](https://togithub.com/netdata/netdata/pull/16456)
([ilyam8](https://togithub.com/ilyam8))
- add LogNamespace to systemd units
[#&#8203;16454](https://togithub.com/netdata/netdata/pull/16454)
([ilyam8](https://togithub.com/ilyam8))
- Update non-zero uuid key + child conf.
[#&#8203;16452](https://togithub.com/netdata/netdata/pull/16452)
([vkalintiris](https://togithub.com/vkalintiris))
- Add missing argument.
[#&#8203;16451](https://togithub.com/netdata/netdata/pull/16451)
([vkalintiris](https://togithub.com/vkalintiris))
- log flood protection to 1000 log lines / 1 minute
[#&#8203;16450](https://togithub.com/netdata/netdata/pull/16450)
([ilyam8](https://togithub.com/ilyam8))
- Code cleanup
[#&#8203;16448](https://togithub.com/netdata/netdata/pull/16448)
([stelfrag](https://togithub.com/stelfrag))
- fix: link daemon.log to stderr in docker
[#&#8203;16447](https://togithub.com/netdata/netdata/pull/16447)
([ilyam8](https://togithub.com/ilyam8))
- Doc change: Curl no longer supports spaces in the URL.
[#&#8203;16446](https://togithub.com/netdata/netdata/pull/16446)
([luisj1983](https://togithub.com/luisj1983))
- journal estimations
[#&#8203;16445](https://togithub.com/netdata/netdata/pull/16445)
([ktsaou](https://togithub.com/ktsaou))
- journal startup
[#&#8203;16443](https://togithub.com/netdata/netdata/pull/16443)
([ktsaou](https://togithub.com/ktsaou))
- Regenerate integrations.js
[#&#8203;16442](https://togithub.com/netdata/netdata/pull/16442)
([netdatabot](https://togithub.com/netdatabot))
- Fix icon filename
[#&#8203;16441](https://togithub.com/netdata/netdata/pull/16441)
([shyamvalsan](https://togithub.com/shyamvalsan))
- On-Prem documentation full and light
[#&#8203;16440](https://togithub.com/netdata/netdata/pull/16440)
([M4itee](https://togithub.com/M4itee))
- Minor: Small health docs typo fix
[#&#8203;16439](https://togithub.com/netdata/netdata/pull/16439)
([MrZammler](https://togithub.com/MrZammler))
- Removes Observabilitycon banner README.md
[#&#8203;16434](https://togithub.com/netdata/netdata/pull/16434)
([Aliki92](https://togithub.com/Aliki92))
- Journal sampling
[#&#8203;16433](https://togithub.com/netdata/netdata/pull/16433)
([ktsaou](https://togithub.com/ktsaou))
- Regenerate integrations.js
[#&#8203;16431](https://togithub.com/netdata/netdata/pull/16431)
([netdatabot](https://togithub.com/netdatabot))
- Regenerate integrations.js
[#&#8203;16430](https://togithub.com/netdata/netdata/pull/16430)
([netdatabot](https://togithub.com/netdatabot))
- proc_net_dev: keep nic_speed_max in kilobits
[#&#8203;16429](https://togithub.com/netdata/netdata/pull/16429)
([ilyam8](https://togithub.com/ilyam8))
- update go.d plugin to v0.57.0
[#&#8203;16427](https://togithub.com/netdata/netdata/pull/16427)
([ilyam8](https://togithub.com/ilyam8))
- Adds config info for Telegram cloud notification
[#&#8203;16424](https://togithub.com/netdata/netdata/pull/16424)
([juacker](https://togithub.com/juacker))
- Minor: Remove backtick from doc
[#&#8203;16423](https://togithub.com/netdata/netdata/pull/16423)
([MrZammler](https://togithub.com/MrZammler))
- Update netdata-functions.md
[#&#8203;16421](https://togithub.com/netdata/netdata/pull/16421)
([shyamvalsan](https://togithub.com/shyamvalsan))
- disable socket port reuse
[#&#8203;16420](https://togithub.com/netdata/netdata/pull/16420)
([ilyam8](https://togithub.com/ilyam8))
- fix proc net dev: keep iface speed chart var in Mbits
[#&#8203;16418](https://togithub.com/netdata/netdata/pull/16418)
([ilyam8](https://togithub.com/ilyam8))
- Don't print errors from reading filtered alerts
[#&#8203;16417](https://togithub.com/netdata/netdata/pull/16417)
([MrZammler](https://togithub.com/MrZammler))
- /api/v1/charts: bring back chart id to `title`
[#&#8203;16416](https://togithub.com/netdata/netdata/pull/16416)
([ilyam8](https://togithub.com/ilyam8))
- fix: don't count reused connections as new
[#&#8203;16414](https://togithub.com/netdata/netdata/pull/16414)
([ilyam8](https://togithub.com/ilyam8))
- Add support for installing a specific major version of the agent on
install.
[#&#8203;16413](https://togithub.com/netdata/netdata/pull/16413)
([Ferroin](https://togithub.com/Ferroin))
- Remove queue limit from ACLK sync event loop
[#&#8203;16411](https://togithub.com/netdata/netdata/pull/16411)
([stelfrag](https://togithub.com/stelfrag))
- Regenerate integrations.js
[#&#8203;16409](https://togithub.com/netdata/netdata/pull/16409)
([netdatabot](https://togithub.com/netdatabot))
- Improve handling around EPEL requirement for RPM packages.
[#&#8203;16406](https://togithub.com/netdata/netdata/pull/16406)
([Ferroin](https://togithub.com/Ferroin))
- Fix typo in metadata (eBPF)
[#&#8203;16405](https://togithub.com/netdata/netdata/pull/16405)
([thiagoftsm](https://togithub.com/thiagoftsm))
- docker: use /host/etc/hostname if mounted
[#&#8203;16401](https://togithub.com/netdata/netdata/pull/16401)
([ilyam8](https://togithub.com/ilyam8))
- adaptec_raid: fix parsing PD without NCQ status
[#&#8203;16400](https://togithub.com/netdata/netdata/pull/16400)
([ilyam8](https://togithub.com/ilyam8))
- eBPF apps order
[#&#8203;16395](https://togithub.com/netdata/netdata/pull/16395)
([thiagoftsm](https://togithub.com/thiagoftsm))
- fix systemd-units func expiration time
[#&#8203;16393](https://togithub.com/netdata/netdata/pull/16393)
([ilyam8](https://togithub.com/ilyam8))
- docker: mount /etc/localtime
[#&#8203;16392](https://togithub.com/netdata/netdata/pull/16392)
([ilyam8](https://togithub.com/ilyam8))
- fix "differ in signedness" warn in cgroup
[#&#8203;16391](https://togithub.com/netdata/netdata/pull/16391)
([ilyam8](https://togithub.com/ilyam8))
- fix v0 dashboard
[#&#8203;16389](https://togithub.com/netdata/netdata/pull/16389)
([ilyam8](https://togithub.com/ilyam8))
- Regenerate integrations.js
[#&#8203;16386](https://togithub.com/netdata/netdata/pull/16386)
([netdatabot](https://togithub.com/netdatabot))
- skip spaces when reading cpuset
[#&#8203;16385](https://togithub.com/netdata/netdata/pull/16385)
([ilyam8](https://togithub.com/ilyam8))
- Regenerate integrations.js
[#&#8203;16384](https://togithub.com/netdata/netdata/pull/16384)
([netdatabot](https://togithub.com/netdatabot))
- use pre-configured message_ids to identify common logs
[#&#8203;16383](https://togithub.com/netdata/netdata/pull/16383)
([ktsaou](https://togithub.com/ktsaou))
- Handle ephemeral hosts
[#&#8203;16381](https://togithub.com/netdata/netdata/pull/16381)
([stelfrag](https://togithub.com/stelfrag))
- docs: remove 'families' from health reference
[#&#8203;16380](https://togithub.com/netdata/netdata/pull/16380)
([ilyam8](https://togithub.com/ilyam8))
- fix cloud aws sns notification meta
[#&#8203;16379](https://togithub.com/netdata/netdata/pull/16379)
([ilyam8](https://togithub.com/ilyam8))
- Regenerate integrations.js
[#&#8203;16378](https://togithub.com/netdata/netdata/pull/16378)
([netdatabot](https://togithub.com/netdatabot))
- update bundled UI to v6.59.0
[#&#8203;16377](https://togithub.com/netdata/netdata/pull/16377)
([ilyam8](https://togithub.com/ilyam8))
- health guides: remove guides for alerts that don't exist in the repo
[#&#8203;16375](https://togithub.com/netdata/netdata/pull/16375)
([ilyam8](https://togithub.com/ilyam8))
- add pids current to cgroups meta
[#&#8203;16374](https://togithub.com/netdata/netdata/pull/16374)
([ilyam8](https://togithub.com/ilyam8))
- Regenerate integrations.js
[#&#8203;16373](https://togithub.com/netdata/netdata/pull/16373)
([netdatabot](https://togithub.com/netdatabot))
- docs: remove unused cloud notification methods mds
[#&#8203;16372](https://togithub.com/netdata/netdata/pull/16372)
([ilyam8](https://togithub.com/ilyam8))
- Add configuration documentation for Cloud AWS SNS
[#&#8203;16371](https://togithub.com/netdata/netdata/pull/16371)
([car12o](https://togithub.com/car12o))
- pacakging: add zstd dev to install-required-packages
[#&#8203;16370](https://togithub.com/netdata/netdata/pull/16370)
([ilyam8](https://togithub.com/ilyam8))
- cgroups: collect pids/pids.current
[#&#8203;16369](https://togithub.com/netdata/netdata/pull/16369)
([ilyam8](https://togithub.com/ilyam8))
- docs: Correct time unit for tier 2 explanation
[#&#8203;16368](https://togithub.com/netdata/netdata/pull/16368)
([sepek](https://togithub.com/sepek))
- cgroups: fix throttle_duration chart context
[#&#8203;16367](https://togithub.com/netdata/netdata/pull/16367)
([ilyam8](https://togithub.com/ilyam8))
- Introduce agent release metadata pipelines
[#&#8203;16366](https://togithub.com/netdata/netdata/pull/16366)
([tkatsoulas](https://togithub.com/tkatsoulas))
- fix system.net when inside lxc
[#&#8203;16364](https://togithub.com/netdata/netdata/pull/16364)
([ilyam8](https://togithub.com/ilyam8))
- collectors/freeipmi: add ipmi-sensors function
[#&#8203;16363](https://togithub.com/netdata/netdata/pull/16363)
([ilyam8](https://togithub.com/ilyam8))
- Add assorted improvements to the version policy draft.
[#&#8203;16362](https://togithub.com/netdata/netdata/pull/16362)
([Ferroin](https://togithub.com/Ferroin))
- Add a apcupsd status code metric
[#&#8203;16361](https://togithub.com/netdata/netdata/pull/16361)
([thomasbeaudry](https://togithub.com/thomasbeaudry))
- Switch alarm_log to use the buffer json functions
[#&#8203;16360](https://togithub.com/netdata/netdata/pull/16360)
([stelfrag](https://togithub.com/stelfrag))
- Switch charts / chart to use buffer json functions
[#&#8203;16359](https://togithub.com/netdata/netdata/pull/16359)
([stelfrag](https://togithub.com/stelfrag))
- health: put guides into subdirs
[#&#8203;16358](https://togithub.com/netdata/netdata/pull/16358)
([ilyam8](https://togithub.com/ilyam8))
- New logging layer
[#&#8203;16357](https://togithub.com/netdata/netdata/pull/16357)
([ktsaou](https://togithub.com/ktsaou))
- Import alert guides from Netdata Assistant
[#&#8203;16355](https://togithub.com/netdata/netdata/pull/16355)
([ralphm](https://togithub.com/ralphm))
- update bundle UI to v6.58.5
[#&#8203;16354](https://togithub.com/netdata/netdata/pull/16354)
([ilyam8](https://togithub.com/ilyam8))
- Update CODEOWNERS
[#&#8203;16353](https://togithub.com/netdata/netdata/pull/16353)
([Ancairon](https://togithub.com/Ancairon))
- Copy outdated alert guides to health/guides
[#&#8203;16352](https://togithub.com/netdata/netdata/pull/16352)
([Ancairon](https://togithub.com/Ancairon))
- Replace rrdset_is_obsolete & rrdset_isnot_obsolete
[#&#8203;16351](https://togithub.com/netdata/netdata/pull/16351)
([MrZammler](https://togithub.com/MrZammler))
- fix zstd in static build
[#&#8203;16349](https://togithub.com/netdata/netdata/pull/16349)
([ilyam8](https://togithub.com/ilyam8))
- add rrddim_get_last_stored_value to simplify function code in internal
collectors
[#&#8203;16348](https://togithub.com/netdata/netdata/pull/16348)
([ilyam8](https://togithub.com/ilyam8))
- change defaults for functions
[#&#8203;16347](https://togithub.com/netdata/netdata/pull/16347)
([ktsaou](https://togithub.com/ktsaou))
- give the streaming function to nightly users
[#&#8203;16346](https://togithub.com/netdata/netdata/pull/16346)
([ktsaou](https://togithub.com/ktsaou))
- diskspace: add mount-points function
[#&#8203;16345](https://togithub.com/netdata/netdata/pull/16345)
([ilyam8](https://togithub.com/ilyam8))
- Update packaging instructions
[#&#8203;16344](https://togithub.com/netdata/netdata/pull/16344)
([tkatsoulas](https://togithub.com/tkatsoulas))
- Better database corruption detention during runtime
[#&#8203;16343](https://togithub.com/netdata/netdata/pull/16343)
([stelfrag](https://togithub.com/stelfrag))
- Improve agent to cloud status update process
[#&#8203;16342](https://togithub.com/netdata/netdata/pull/16342)
([stelfrag](https://togithub.com/stelfrag))
- h2o add api/v2 support
[#&#8203;16340](https://togithub.com/netdata/netdata/pull/16340)
([underhood](https://togithub.com/underhood))
- proc/diskstats: add block-devices function
[#&#8203;16338](https://togithub.com/netdata/netdata/pull/16338)
([ilyam8](https://togithub.com/ilyam8))
- network-interfaces function: add UsedBy field to
[#&#8203;16337](https://togithub.com/netdata/netdata/pull/16337)
([ilyam8](https://togithub.com/ilyam8))
- Network-interfaces function small improvements
[#&#8203;16336](https://togithub.com/netdata/netdata/pull/16336)
([ilyam8](https://togithub.com/ilyam8))
- proc netstat: add network interface statistics function
[#&#8203;16334](https://togithub.com/netdata/netdata/pull/16334)
([ilyam8](https://togithub.com/ilyam8))
- systemd-units improvements
[#&#8203;16333](https://togithub.com/netdata/netdata/pull/16333)
([ktsaou](https://togithub.com/ktsaou))
- cleanup systemd unit files After
[#&#8203;16332](https://togithub.com/netdata/netdata/pull/16332)
([ilyam8](https://togithub.com/ilyam8))
- fix: check for null rrdim in cgroup functions
[#&#8203;16331](https://togithub.com/netdata/netdata/pull/16331)
([ilyam8](https://togithub.com/ilyam8))
- Regenerate integrations.js
[#&#8203;16330](https://togithub.com/netdata/netdata/pull/16330)
([netdatabot](https://togithub.com/netdatabot))
- Improve unittests
[#&#8203;16329](https://togithub.com/netdata/netdata/pull/16329)
([stelfrag](https://togithub.com/stelfrag))
- fix coverity warnings in cgroups
[#&#8203;16328](https://togithub.com/netdata/netdata/pull/16328)
([ilyam8](https://togithub.com/ilyam8))
- Fix readme images
[#&#8203;16327](https://togithub.com/netdata/netdata/pull/16327)
([Ancairon](https://togithub.com/Ancairon))
- integrations: fix nightly tag in helm deploy
[#&#8203;16326](https://togithub.com/netdata/netdata/pull/16326)
([ilyam8](https://togithub.com/ilyam8))
- rename newly added functions
[#&#8203;16325](https://togithub.com/netdata/netdata/pull/16325)
([ktsaou](https://togithub.com/ktsaou))
- Added section Blog posts README.md
[#&#8203;16323](https://togithub.com/netdata/netdata/pull/16323)
([Aliki92](https://togithub.com/Aliki92))
- Keep precompiled statements for alarm log queries to improve
performance
[#&#8203;16321](https://togithub.com/netdata/netdata/pull/16321)
([stelfrag](https://togithub.com/stelfrag))
- Fix README images
[#&#8203;16320](https://togithub.com/netdata/netdata/pull/16320)
([Ancairon](https://togithub.com/Ancairon))
- Fix journal file index when collision is detected
[#&#8203;16319](https://togithub.com/netdata/netdata/pull/16319)
([stelfrag](https://togithub.com/stelfrag))
- Systemd units function
[#&#8203;16318](https://togithub.com/netdata/netdata/pull/16318)
([ktsaou](https://togithub.com/ktsaou))
- Optimize database before agent shutdown
[#&#8203;16317](https://togithub.com/netdata/netdata/pull/16317)
([stelfrag](https://togithub.com/stelfrag))
- `tcp_v6_connect` monitoring
[#&#8203;16316](https://togithub.com/netdata/netdata/pull/16316)
([thiagoftsm](https://togithub.com/thiagoftsm))
- Improve shutdown when collectors are active
[#&#8203;16315](https://togithub.com/netdata/netdata/pull/16315)
([stelfrag](https://togithub.com/stelfrag))
- cgroup-top function
[#&#8203;16314](https://togithub.com/netdata/netdata/pull/16314)
([ktsaou](https://togithub.com/ktsaou))
- Add a note for the docker deployment alongside with cetus
[#&#8203;16312](https://togithub.com/netdata/netdata/pull/16312)
([tkatsoulas](https://togithub.com/tkatsoulas))
- Update ObservabilityCon README.md
[#&#8203;16311](https://togithub.com/netdata/netdata/pull/16311)
([Aliki92](https://togithub.com/Aliki92))
- update docker swarm deploy info
[#&#8203;16308](https://togithub.com/netdata/netdata/pull/16308)
([ilyam8](https://togithub.com/ilyam8))
- Regenerate integrations.js
[#&#8203;16306](https://togithub.com/netdata/netdata/pull/16306)
([netdatabot](https://togithub.com/netdatabot))
- Use proper icons for deploy integrations
[#&#8203;16305](https://togithub.com/netdata/netdata/pull/16305)
([Ancairon](https://togithub.com/Ancairon))
- bump openssl for static in 3.1.4
[#&#8203;16303](https://togithub.com/netdata/netdata/pull/16303)
([tkatsoulas](https://togithub.com/tkatsoulas))
- claim.sh: use echo instead of /bin/echo
[#&#8203;16300](https://togithub.com/netdata/netdata/pull/16300)
([ilyam8](https://togithub.com/ilyam8))
- update journal sources once per minute
[#&#8203;16298](https://togithub.com/netdata/netdata/pull/16298)
([ktsaou](https://togithub.com/ktsaou))
- Fix label copy
[#&#8203;16297](https://togithub.com/netdata/netdata/pull/16297)
([stelfrag](https://togithub.com/stelfrag))
- fix missing labels from parents
[#&#8203;16296](https://togithub.com/netdata/netdata/pull/16296)
([ktsaou](https://togithub.com/ktsaou))
- do not propagate upstream internal label sources
[#&#8203;16295](https://togithub.com/netdata/netdata/pull/16295)
([ktsaou](https://togithub.com/ktsaou))
- fix various issues identified by coverity
[#&#8203;16294](https://togithub.com/netdata/netdata/pull/16294)
([ktsaou](https://togithub.com/ktsaou))
- fix missing labels from parents
[#&#8203;16293](https://togithub.com/netdata/netdata/pull/16293)
([ktsaou](https://togithub.com/ktsaou))
- fix renames in freebsd
[#&#8203;16292](https://togithub.com/netdata/netdata/pull/16292)
([ktsaou](https://togithub.com/ktsaou))
- Regenerate integrations.js
[#&#8203;16291](https://togithub.com/netdata/netdata/pull/16291)
([netdatabot](https://togithub.com/netdatabot))
- fix retention loading
[#&#8203;16290](https://togithub.com/netdata/netdata/pull/16290)
([ktsaou](https://togithub.com/ktsaou))
- integrations: yes/no instead of True/False in tables
[#&#8203;16289](https://togithub.com/netdata/netdata/pull/16289)
([ilyam8](https://togithub.com/ilyam8))
- typo fixed in gen_docs_integrations.py
[#&#8203;16288](https://togithub.com/netdata/netdata/pull/16288)
([khalid586](https://togithub.com/khalid586))
- Brotli streaming compression
[#&#8203;16287](https://togithub.com/netdata/netdata/pull/16287)
([ktsaou](https://togithub.com/ktsaou))
- Apcupsd selftest metric
[#&#8203;16286](https://togithub.com/netdata/netdata/pull/16286)
([thomasbeaudry](https://togithub.com/thomasbeaudry))
- Fix 404s in markdown files
[#&#8203;16285](https://togithub.com/netdata/netdata/pull/16285)
([Ancairon](https://togithub.com/Ancairon))
- Regenerate integrations.js
[#&#8203;16284](https://togithub.com/netdata/netdata/pull/16284)
([netdatabot](https://togithub.com/netdatabot))
- Small optimization of alert queries
[#&#8203;16282](https://togithub.com/netdata/netdata/pull/16282)
([MrZammler](https://togithub.com/MrZammler))
- update go.d version to 0.56.4
[#&#8203;16281](https://togithub.com/netdata/netdata/pull/16281)
([ilyam8](https://togithub.com/ilyam8))
- update bundled UI to v6.57.0
[#&#8203;16277](https://togithub.com/netdata/netdata/pull/16277)
([ilyam8](https://togithub.com/ilyam8))
- Remove semicolons from strings
[#&#8203;16276](https://togithub.com/netdata/netdata/pull/16276)
([Ancairon](https://togithub.com/Ancairon))
- Prevent wrong optimization armv7l static build
[#&#8203;16274](https://togithub.com/netdata/netdata/pull/16274)
([stelfrag](https://togithub.com/stelfrag))
- local_listeners: add cmd args for reading specific files
[#&#8203;16273](https://togithub.com/netdata/netdata/pull/16273)
([ilyam8](https://togithub.com/ilyam8))
- DYNCFG fix REPORT_JOB_STATUS streaming
[#&#8203;16272](https://togithub.com/netdata/netdata/pull/16272)
([underhood](https://togithub.com/underhood))
- fix sources match
[#&#8203;16271](https://togithub.com/netdata/netdata/pull/16271)
([ktsaou](https://togithub.com/ktsaou))
- Add an obsoletion time for statsd private charts
[#&#8203;16269](https://togithub.com/netdata/netdata/pull/16269)
([MrZammler](https://togithub.com/MrZammler))
- ZSTD and GZIP/DEFLATE streaming support
[#&#8203;16268](https://togithub.com/netdata/netdata/pull/16268)
([ktsaou](https://togithub.com/ktsaou))
- journal minor updates
[#&#8203;16267](https://togithub.com/netdata/netdata/pull/16267)
([ktsaou](https://togithub.com/ktsaou))
- Regenerate integrations.js
[#&#8203;16266](https://togithub.com/netdata/netdata/pull/16266)
([netdatabot](https://togithub.com/netdatabot))
- Fix coverity issue 403725
[#&#8203;16265](https://togithub.com/netdata/netdata/pull/16265)
([stelfrag](https://togithub.com/stelfrag))
- SUBSTRING simple patterns fix
[#&#8203;16264](https://togithub.com/netdata/netdata/pull/16264)
([ktsaou](https://togithub.com/ktsaou))
- QUERIES: use tiers only when they have useful data
[#&#8203;16263](https://togithub.com/netdata/netdata/pull/16263)
([ktsaou](https://togithub.com/ktsaou))
- Improve dimension ML model load
[#&#8203;16262](https://togithub.com/netdata/netdata/pull/16262)
([stelfrag](https://togithub.com/stelfrag))
- cgroup: add net container_device label
[#&#8203;16261](https://togithub.com/netdata/netdata/pull/16261)
([ilyam8](https://togithub.com/ilyam8))
- Replace distutils with packaging for version
[#&#8203;16259](https://togithub.com/netdata/netdata/pull/16259)
([MrZammler](https://togithub.com/MrZammler))
- Regenerate integrations.js
[#&#8203;16258](https://togithub.com/netdata/netdata/pull/16258)
([netdatabot](https://togithub.com/netdatabot))
- Fix Discord webhook payload
[#&#8203;16257](https://togithub.com/netdata/netdata/pull/16257)
([luchaos](https://togithub.com/luchaos))
- Fix HAProxy server status parsing and add MAINT status chart
[#&#8203;16253](https://togithub.com/netdata/netdata/pull/16253)
([seniorquico](https://togithub.com/seniorquico))
- Journal multiple sources
[#&#8203;16252](https://togithub.com/netdata/netdata/pull/16252)
([ktsaou](https://togithub.com/ktsaou))
- `most_popular` on markdown metadata for integrations
[#&#8203;16251](https://togithub.com/netdata/netdata/pull/16251)
([Ancairon](https://togithub.com/Ancairon))
- Dyncfg improvements
[#&#8203;16250](https://togithub.com/netdata/netdata/pull/16250)
([ktsaou](https://togithub.com/ktsaou))
- Fix label copy to correctly handle duplicate keys
[#&#8203;16249](https://togithub.com/netdata/netdata/pull/16249)
([stelfrag](https://togithub.com/stelfrag))
- added systemd-journal forward_secure_sealing
[#&#8203;16247](https://togithub.com/netdata/netdata/pull/16247)
([ktsaou](https://togithub.com/ktsaou))
- Terminate cgroups discovery thread faster during shutdown
[#&#8203;16246](https://togithub.com/netdata/netdata/pull/16246)
([stelfrag](https://togithub.com/stelfrag))
- python.d(smartd_log): collect Total LBAs written/read
[#&#8203;16245](https://togithub.com/netdata/netdata/pull/16245)
([watsonbox](https://togithub.com/watsonbox))
- fix apps plugin metric names in meta
[#&#8203;16243](https://togithub.com/netdata/netdata/pull/16243)
([ilyam8](https://togithub.com/ilyam8))
- Drop an unused index from aclk_alert table
[#&#8203;16242](https://togithub.com/netdata/netdata/pull/16242)
([stelfrag](https://togithub.com/stelfrag))
- add DYNCFG_RESET
[#&#8203;16241](https://togithub.com/netdata/netdata/pull/16241)
([underhood](https://togithub.com/underhood))
- Reuse ML load prepared statement
[#&#8203;16240](https://togithub.com/netdata/netdata/pull/16240)
([stelfrag](https://togithub.com/stelfrag))
- update bundled UI to v6.53.0
[#&#8203;16239](https://togithub.com/netdata/netdata/pull/16239)
([ilyam8](https://togithub.com/ilyam8))
- Regenerate integrations.js
[#&#8203;16237](https://togithub.com/netdata/netdata/pull/16237)
([netdatabot](https://togithub.com/netdatabot))
- Active journal centralization guide no encryption
[#&#8203;16236](https://togithub.com/netdata/netdata/pull/16236)
([tkatsoulas](https://togithub.com/tkatsoulas))
- journal: script to generate self-signed-certificates
[#&#8203;16235](https://togithub.com/netdata/netdata/pull/16235)
([ktsaou](https://togithub.com/ktsaou))
- Fix dimension HETEROGENEOUS check
[#&#8203;16234](https://togithub.com/netdata/netdata/pull/16234)
([stelfrag](https://togithub.com/stelfrag))
- uninstaller: remove /etc/cron.d/netdata-updater-daily
[#&#8203;16233](https://togithub.com/netdata/netdata/pull/16233)
([ilyam8](https://togithub.com/ilyam8))
- Add Erlang to Apps configuration
[#&#8203;16231](https://togithub.com/netdata/netdata/pull/16231)
([andyundso](https://togithub.com/andyundso))
- remove charts.d/nut
[#&#8203;16230](https://togithub.com/netdata/netdata/pull/16230)
([ilyam8](https://togithub.com/ilyam8))
- kickstart: rename auto-update-method to auto-update-type
[#&#8203;16229](https://togithub.com/netdata/netdata/pull/16229)
([ilyam8](https://togithub.com/ilyam8))
- update go.d plugin version to v0.56.3
[#&#8203;16228](https://togithub.com/netdata/netdata/pull/16228)
([ilyam8](https://togithub.com/ilyam8))
- Add document outlining our versioning policy and public API.
[#&#8203;16227](https://togithub.com/netdata/netdata/pull/16227)
([Ferroin](https://togithub.com/Ferroin))
- Changes to `systemd-journal` docs
[#&#8203;16225](https://togithub.com/netdata/netdata/pull/16225)
([Ancairon](https://togithub.com/Ancairon))
- Fix statistics calculation in 32bit systems
[#&#8203;16222](https://togithub.com/netdata/netdata/pull/16222)
([stelfrag](https://togithub.com/stelfrag))
- Fix meta unittest
[#&#8203;16221](https://togithub.com/netdata/netdata/pull/16221)
([stelfrag](https://togithub.com/stelfrag))
- facets: minimize hashtable collisions
[#&#8203;16215](https://togithub.com/netdata/netdata/pull/16215)
([ktsaou](https://togithub.com/ktsaou))
- Removing support for Alpine 3.15
[#&#8203;16205](https://togithub.com/netdata/netdata/pull/16205)
([tkatsoulas](https://togithub.com/tkatsoulas))
- Improve context load on startup
[#&#8203;16203](https://togithub.com/netdata/netdata/pull/16203)
([stelfrag](https://togithub.com/stelfrag))
- cgroup-network: don't log an error opening pid file if doesn't exist
[#&#8203;16196](https://togithub.com/netdata/netdata/pull/16196)
([ilyam8](https://togithub.com/ilyam8))
- docker install: support for Proxmox vms/containers name resolution
[#&#8203;16193](https://togithub.com/netdata/netdata/pull/16193)
([ilyam8](https://togithub.com/ilyam8))
- Introduce workflow to always update bundled packages (static builds)
into their latest release (part1)
[#&#8203;16191](https://togithub.com/netdata/netdata/pull/16191)
([tkatsoulas](https://togithub.com/tkatsoulas))
- Improvements for labels handling
[#&#8203;16172](https://togithub.com/netdata/netdata/pull/16172)
([stelfrag](https://togithub.com/stelfrag))
- Split chars (eBPF <-> Apps integration)
[#&#8203;16139](https://togithub.com/netdata/netdata/pull/16139)
([thiagoftsm](https://togithub.com/thiagoftsm))
- Faster parents
[#&#8203;16127](https://togithub.com/netdata/netdata/pull/16127)
([ktsaou](https://togithub.com/ktsaou))
- Update info about custom dashboards
[#&#8203;16121](https://togithub.com/netdata/netdata/pull/16121)
([elizabyte8](https://togithub.com/elizabyte8))
- Add info to native packages docs about mirroring our repos.
[#&#8203;16069](https://togithub.com/netdata/netdata/pull/16069)
([Ferroin](https://togithub.com/Ferroin))
- shutdown while waiting for collectors to finish
[#&#8203;16023](https://togithub.com/netdata/netdata/pull/16023)
([ktsaou](https://togithub.com/ktsaou))
- Add support for gorilla pages for tier 0.
[#&#8203;15969](https://togithub.com/netdata/netdata/pull/15969)
([vkalintiris](https://togithub.com/vkalintiris))
- Add integrations JSON file for website usage.
[#&#8203;15959](https://togithub.com/netdata/netdata/pull/15959)
([Ferroin](https://togithub.com/Ferroin))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44OC4yIiwidXBkYXRlZEluVmVyIjoiMzcuODguMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-06 19:30:01 +01:00
TrueCharts-Bot 72316cbc65 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-04 00:00:58 +00:00
TrueCharts-Bot c5c271cb7e Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-03 23:55:02 +00:00
TrueCharts-Bot 1805e0a25a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-03 23:43:13 +00:00
Kjeld Schouten 02d153a62c chore: bump everything to ensure catalog has latest versions 2023-12-03 23:19:50 +01:00
TrueCharts-Bot 57a03f8731 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-02 12:55:57 +00:00
Kjeld Schouten 968da8ed45 chore: fix annotations again 2023-12-02 13:45:18 +01:00
TrueCharts-Bot a0cab80135 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-02 12:12:50 +00:00
Kjeld Schouten 5e194fb0bb chore: update annotations 2023-12-02 13:06:17 +01:00
TrueCharts-Bot 4029aea090 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-02 11:49:35 +00:00
TrueCharts-Bot e75af597d0 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-01 20:51:42 +00:00
Kjeld Schouten 286f68aed0 chore: cleanup chart.yaml and add min-max scale version 2023-11-30 15:16:41 +01:00
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
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
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 381e7b4d79
chore(deps): update container image tccr.io/truecharts/netdata to v1.43.2 (#14131) 2023-10-30 19:41:24 +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 37ccd73369
chore(deps): update container image tccr.io/truecharts/netdata to v1.43.1 (#14006) 2023-10-27 00:39:05 +02:00
TrueCharts Bot 1c147c0e36
chore(deps): update container image tccr.io/truecharts/netdata to v1.43.0 (#13743) 2023-10-18 17:36:29 +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 be6028b2a7
chore(deps): update container image tccr.io/truecharts/netdata to v1.42.4 (#12756) 2023-09-19 22:37:28 +02:00
TrueCharts Bot b8546c83d8
chore(deps): update container image tccr.io/truecharts/netdata to v1.42.3 (#12510) 2023-09-12 07:35:50 +02:00
TrueCharts Bot b786dcc99c
chore(deps): update container image tccr.io/truecharts/netdata to v1.42.2 (#12070) 2023-08-31 06:38:10 +02:00
TrueCharts Bot f83ab0ae4b
chore(deps): update container image tccr.io/truecharts/netdata to v1.42.1 (#11890) 2023-08-26 07:30:45 +02:00
TrueCharts Bot 609ba619f7
chore(deps): update container image tccr.io/truecharts/netdata to v1.42.0 (#11518) 2023-08-13 17:36:46 +02: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
Stavros Kois 0a8cb9b274
fix(netdata): automount sa token (#11052)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-30 21:56:12 +03: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
TrueCharts Bot 1032625309
chore(deps): update container image tccr.io/truecharts/netdata to v1.41.0 (#10659) 2023-07-20 10:39:05 +02:00
TrueCharts Bot 6332655388
chore(deps): update container image tccr.io/truecharts/netdata to v1.40.1 (#10252) 2023-07-07 14:19:15 +02:00
TrueCharts Bot b96462e8e1
chore(deps): update helm general non-major (#9963) 2023-06-27 01:35:41 +02:00
TrueCharts Bot 6a806eab3c
chore(deps): update container image tccr.io/truecharts/netdata to v1.40.0 (#9964) 2023-06-27 00:38:28 +02:00
nautilus7 ae24d09406
Update some links in the docs (#9839)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-06-23 08:53:11 +02: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
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
TrueCharts Bot 9fae87eada
chore(deps): update container image tccr.io/truecharts/netdata to v1.39.1 (#9272) 2023-05-29 14:44:15 +02:00
Kjeld Schouten de12a7e49a
feat: hide advanced ingress options behind checbox (#9203)
**Description**
The `ingressclassname` `entrypoint` and `tls` sections should only be
used in very specific usecases.

IngressClass: Only when having multiple ingress providers
Entrypoint: only when having multiple traefik entrypoints
tls: only when not using the clusterissuer setting on ingresslevel or
using scale certs which are deprecated.

fixes: #9142

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ 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 12:32:51 +02: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