From 4e3ee4dc3e5bc15683166e49642ed02ccc7e3ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Sat, 5 Jul 2025 20:02:29 +0200 Subject: [PATCH] fix(dependencies): update dependency charts to common2025 (#36983) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ 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 changes to the documentation - [ ] 🧪 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 - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ 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._ --- charts/stable/clickhouse/Chart.yaml | 4 ++-- charts/stable/mariadb/Chart.yaml | 4 ++-- charts/stable/memcached/Chart.yaml | 5 ++--- charts/stable/mongodb/Chart.yaml | 4 ++-- charts/stable/redis/Chart.yaml | 4 ++-- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/charts/stable/clickhouse/Chart.yaml b/charts/stable/clickhouse/Chart.yaml index e342add0cc5..265133a2c0a 100644 --- a/charts/stable/clickhouse/Chart.yaml +++ b/charts/stable/clickhouse/Chart.yaml @@ -12,7 +12,7 @@ apiVersion: v2 appVersion: 25.6.2.5 dependencies: - name: common - version: 25.4.10 + version: 28.12.1 repository: oci://tccr.io/truecharts condition: includeCommon alias: "" @@ -37,5 +37,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/clickhouse - https://hub.docker.com/r/clickhouse/clickhouse-server type: application -version: 15.5.0 +version: 16.0.0 diff --git a/charts/stable/mariadb/Chart.yaml b/charts/stable/mariadb/Chart.yaml index bb525fefb5b..8ab333bdf1a 100644 --- a/charts/stable/mariadb/Chart.yaml +++ b/charts/stable/mariadb/Chart.yaml @@ -12,7 +12,7 @@ apiVersion: v2 appVersion: 11.8.2 dependencies: - name: common - version: 25.4.10 + version: 28.12.1 repository: oci://tccr.io/truecharts condition: includeCommon alias: "" @@ -40,5 +40,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mariadb - https://mariadb.org type: application -version: 15.10.0 +version: 16.0.0 diff --git a/charts/stable/memcached/Chart.yaml b/charts/stable/memcached/Chart.yaml index aaf8549a5ec..53d76150b8a 100644 --- a/charts/stable/memcached/Chart.yaml +++ b/charts/stable/memcached/Chart.yaml @@ -12,7 +12,7 @@ apiVersion: v2 appVersion: 1.6.38 dependencies: - name: common - version: 25.4.10 + version: 28.12.1 repository: oci://tccr.io/truecharts condition: includeCommon alias: "" @@ -37,5 +37,4 @@ sources: - https://github.com/bitnami/bitnami-docker-memcached - https://github.com/truecharts/charts/tree/master/charts/stable/memcached type: application -version: 14.5.13 - +version: 15.0.0 diff --git a/charts/stable/mongodb/Chart.yaml b/charts/stable/mongodb/Chart.yaml index c2f86bb7edc..bc96498066e 100644 --- a/charts/stable/mongodb/Chart.yaml +++ b/charts/stable/mongodb/Chart.yaml @@ -12,7 +12,7 @@ apiVersion: v2 appVersion: 8.0.10 dependencies: - name: common - version: 25.4.10 + version: 28.12.1 repository: oci://tccr.io/truecharts condition: includeCommon alias: "" @@ -38,5 +38,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mongodb - https://www.mongodb.com type: application -version: 15.3.17 +version: 16.0.0 diff --git a/charts/stable/redis/Chart.yaml b/charts/stable/redis/Chart.yaml index afde1d50e0f..b285c58123c 100644 --- a/charts/stable/redis/Chart.yaml +++ b/charts/stable/redis/Chart.yaml @@ -12,7 +12,7 @@ apiVersion: v2 appVersion: 8.0.2 dependencies: - name: common - version: 25.4.10 + version: 28.12.1 repository: oci://tccr.io/truecharts condition: includeCommon alias: "" @@ -37,5 +37,5 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - https://github.com/truecharts/charts/tree/master/charts/stable/redis type: application -version: 16.0.5 +version: 17.0.0