TrueCharts-Bot
6d0e3b2ca6
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
2023-10-31 00:23:42 +00:00
sdimovv and GitHub
8cea1337de
fix(clusterissuer): Fix cluster certificate questions ( #14141 )
...
**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)-->
Fixes the yaml so that you can create a cluster cert via the SCALE UI
**⚙️ 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
-->
Modified questions.yaml on SCALE.
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-30 23:51:31 +01:00
TrueCharts Bot and GitHub
98471cf563
chore(deps): update container image tccr.io/truecharts/bookstack to v23.10.20231030 ( #14140 )
2023-10-30 23:42:15 +01:00
TrueCharts Bot and GitHub
b55657792f
chore(deps): update container image tccr.io/truecharts/projectsend to vlatest ( #14139 )
2023-10-30 23:40:59 +01:00
TrueCharts Bot and GitHub
53f992574c
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #14137 )
2023-10-30 22:41:35 +01:00
TrueCharts Bot and GitHub
68f6799e35
chore(deps): update container image tccr.io/truecharts/webtop-fedora-kde to latest ( #14138 )
2023-10-30 22:36:13 +01:00
TrueCharts Bot and GitHub
ecb15735f6
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.3.1 ( #14136 )
2023-10-30 20:39:43 +01:00
TrueCharts Bot and GitHub
b3012cfa31
chore(deps): update container image tccr.io/truecharts/rsshub to latest ( #14135 )
2023-10-30 20:39:34 +01:00
TrueCharts Bot and GitHub
e125f2dd3a
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.13 ( #14132 )
2023-10-30 19:43:40 +01:00
TrueCharts Bot and GitHub
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 and GitHub
5617181500
chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 ( #14130 )
2023-10-30 18:43:13 +01:00
TrueCharts Bot and GitHub
e2f231d02b
chore(deps): update container image tccr.io/truecharts/rsshub to latest ( #14129 )
2023-10-30 16:41:10 +01:00
TrueCharts Bot and GitHub
d7b0a440d9
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #14127 )
2023-10-30 15:43:22 +01:00
TrueCharts Bot and GitHub
a1d010b5f7
chore(deps): update container image tccr.io/truecharts/rsshub to latest ( #14128 )
2023-10-30 15:42:55 +01:00
TrueCharts Bot and GitHub
bc8c3dba80
chore(deps): update container image tccr.io/truecharts/komga to v1.7.0 ( #14124 )
2023-10-30 12:38:00 +01:00
TrueCharts Bot and GitHub
18bb162619
chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 ( #14123 )
2023-10-30 11:42:57 +01:00
sdimovv and GitHub
e0b9fdaf6d
feat(cert-manager): Add enableCertificateOwnerRef: true ( #14110 )
...
**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)-->
Configures cert-manager to delete the certificate secrets it created
when the corresponding CR is deleted.
**⚙️ Type of change**
- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
1. Uncomment the cluster cert CR in values
2. Deploy
3. Check the cert secret is there
4. Comment back the CR
5. Upgrade
6. Check the cert secret is gone
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-30 11:22:47 +01:00
sdimovv and GitHub
783f6c6880
breaking(kubernetes-reflector): Move to enterprise train ( #14111 )
...
**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 #8634
**⚙️ Type of change**
- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-30 11:22:23 +01:00
TrueCharts Bot and GitHub
753defd56e
chore(deps): update container image tccr.io/truecharts/collabora to v23.05.5.3.1 ( #14122 )
2023-10-30 10:43:48 +01:00
TrueCharts Bot and GitHub
16a0a0687a
chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.5 ( #14121 )
2023-10-30 10:39:43 +01:00
TrueCharts Bot and GitHub
76db584567
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #14120 )
2023-10-30 08:38:31 +01:00
TrueCharts Bot and GitHub
681269935d
chore(deps): update container image tccr.io/truecharts/esphome to v2023.10.4 ( #14118 )
2023-10-30 07:41:41 +01:00
TrueCharts Bot and GitHub
f6ee229155
chore(deps): update container image tccr.io/truecharts/komga to v1.7.0 ( #14119 )
2023-10-30 07:40:40 +01:00
TrueCharts Bot and GitHub
65c64b6033
chore(deps): update container image tccr.io/truecharts/duckdns to latest ( #14117 )
2023-10-30 06:41:08 +01:00
TrueCharts Bot and GitHub
856eeba58b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #14116 )
2023-10-30 03:48:43 +01:00
TrueCharts Bot and GitHub
043ec0d7b9
chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.5.0 ( #14115 )
2023-10-30 03:01:51 +01:00
TrueCharts Bot and GitHub
aebf31d233
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1104 ( #14114 )
2023-10-30 02:59:44 +01:00
TrueCharts Bot and GitHub
0d2165e166
chore(deps): update container image tccr.io/truecharts/picoshare to v1.4.1 ( #14113 )
2023-10-30 01:54:13 +01:00
TrueCharts Bot and GitHub
95198f1155
chore(deps): update rdesktop ( #14112 )
2023-10-30 01:50:26 +01:00
TrueCharts Bot and GitHub
9f11d9a396
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #14109 )
2023-10-30 00:41:03 +01:00
TrueCharts Bot and GitHub
dcbf485cfe
chore(deps): update container image tccr.io/truecharts/cops to latest ( #14108 )
2023-10-30 00:39:33 +01:00
TrueCharts Bot and GitHub
9731a397af
chore(deps): update container image tccr.io/truecharts/babybuddy to v2.1.2 ( #14107 )
2023-10-29 23:42:04 +01:00
TrueCharts Bot and GitHub
ffe9c94153
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.18 ( #14105 )
2023-10-29 22:38:07 +01:00
Stavros Kois and GitHub
187bc83480
chore(kubernetes-reflector): bump
...
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-29 22:16:24 +02:00
Stavros Kois and GitHub
42051cc5f2
chore(kubernetes-reflector): fix version
...
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-29 21:45:12 +02:00
TrueCharts Bot and GitHub
fd5f7e413e
chore(deps): update container image tccr.io/truecharts/clamav to v1.2.1 ( #14004 )
2023-10-29 20:45:05 +01:00
TrueCharts Bot and GitHub
d9df23f434
chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 ( #14059 )
2023-10-29 20:42:16 +01:00
TrueCharts Bot and GitHub
dca32dd318
chore(deps): update container image tccr.io/truecharts/tvheadend to latest ( #14060 )
2023-10-29 20:41:46 +01:00
TrueCharts Bot and GitHub
a59d5d00ab
chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.14.02 ( #14102 )
2023-10-29 20:40:55 +01:00
TrueCharts Bot and GitHub
8f0822d365
chore(deps): update container image tccr.io/truecharts/grav to v1.7.43 ( #14056 )
2023-10-29 20:40:45 +01:00
TrueCharts Bot and GitHub
10064d62e0
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #14101 )
2023-10-29 19:42:54 +01:00
TrueCharts Bot and GitHub
76e0fba8ed
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.9.0 ( #14100 )
2023-10-29 18:38:41 +01:00
TrueCharts Bot and GitHub
b68f1d2cb6
chore(deps): update container image tccr.io/truecharts/theme-park to v1.14.0 ( #14099 )
2023-10-29 18:38:10 +01:00
TrueCharts Bot and GitHub
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
TrueCharts Bot and GitHub
5bb1880fc3
chore(deps): update container image tccr.io/truecharts/tdarr to v2.14.02 ( #14097 )
2023-10-29 17:41:45 +01:00
TrueCharts Bot and GitHub
9b8b49dcc6
chore(deps): update container image tccr.io/truecharts/searxng to latest ( #14096 )
2023-10-29 17:39:46 +01:00
TrueCharts Bot and GitHub
66c4eede18
chore(deps): update container image tccr.io/truecharts/rsshub to latest ( #14057 )
2023-10-29 16:41:37 +01:00
TrueCharts Bot and GitHub
f2240da832
chore(deps): update helm chart common to 14.2.0 ( #14089 )
...
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 |
`14.1.1` -> `14.2.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>
###
[`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
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-29 15:48:16 +01:00
TrueCharts Bot and GitHub
45f6e85ce6
chore(deps): update helm general non-major ( #14087 )
...
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.15` |
|
[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.30` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.27` ->
`9.0.33` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.26` ->
`9.0.33` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.25` ->
`3.0.32` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.29` ->
`8.0.36` |
---
> [!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.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-->
2023-10-29 15:47:49 +01:00
TrueCharts Bot and GitHub
a9ce42327a
chore(deps): update container image tccr.io/truecharts/freshrss to v1.22.0 ( #14092 )
2023-10-29 15:38:06 +01:00