From ffad1294d6f836dbc3566a7bd0bf74131dac282d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 13 Mar 2024 20:39:54 +0100 Subject: [PATCH] chore(dependencies): add initial hooks to handle excluding common --- charts/dependency/clickhouse/Chart.yaml | 4 ++-- charts/dependency/clickhouse/values.yaml | 2 ++ charts/dependency/mariadb/Chart.yaml | 4 ++-- charts/dependency/mariadb/values.yaml | 2 ++ charts/dependency/memcached/Chart.yaml | 4 ++-- charts/dependency/memcached/values.yaml | 2 ++ charts/dependency/mongodb/Chart.yaml | 4 ++-- charts/dependency/mongodb/values.yaml | 2 ++ charts/dependency/redis/Chart.yaml | 4 ++-- charts/dependency/redis/values.yaml | 2 ++ charts/dependency/solr/Chart.yaml | 4 ++-- charts/dependency/solr/values.yaml | 2 ++ 12 files changed, 24 insertions(+), 12 deletions(-) diff --git a/charts/dependency/clickhouse/Chart.yaml b/charts/dependency/clickhouse/Chart.yaml index 166e19f7819..3b6c08b3c8f 100644 --- a/charts/dependency/clickhouse/Chart.yaml +++ b/charts/dependency/clickhouse/Chart.yaml @@ -12,7 +12,7 @@ dependencies: - name: common version: 20.0.9 repository: oci://tccr.io/truecharts - condition: "" + condition: includeCommon alias: "" tags: [] import-values: [] @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse - https://hub.docker.com/r/clickhouse/clickhouse-server type: application -version: 12.6.2 +version: 12.6.3 diff --git a/charts/dependency/clickhouse/values.yaml b/charts/dependency/clickhouse/values.yaml index 87304b5ce7f..d7ea0cf0da1 100644 --- a/charts/dependency/clickhouse/values.yaml +++ b/charts/dependency/clickhouse/values.yaml @@ -2,6 +2,8 @@ image: repository: clickhouse/clickhouse-server pullPolicy: IfNotPresent tag: 24.2.1.2248@sha256:08071e17c30913bb24a7a999cba624c1cf73e8643d127f32f5b4ec48f1024204 + +includeCommon: true workload: main: replicas: 1 diff --git a/charts/dependency/mariadb/Chart.yaml b/charts/dependency/mariadb/Chart.yaml index 966136ba119..65c21e582ee 100644 --- a/charts/dependency/mariadb/Chart.yaml +++ b/charts/dependency/mariadb/Chart.yaml @@ -12,7 +12,7 @@ dependencies: - name: common version: 20.0.9 repository: oci://tccr.io/truecharts - condition: "" + condition: includeCommon alias: "" tags: [] import-values: [] @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb - https://hub.docker.com/r/bitnami/mariadb type: application -version: 13.5.2 +version: 13.5.3 diff --git a/charts/dependency/mariadb/values.yaml b/charts/dependency/mariadb/values.yaml index fe9efe10458..7948bd7c95f 100644 --- a/charts/dependency/mariadb/values.yaml +++ b/charts/dependency/mariadb/values.yaml @@ -2,6 +2,8 @@ image: repository: bitnami/mariadb pullPolicy: IfNotPresent tag: 11.2.3@sha256:0792f88e171df9d330333724c7511763b305110a8efe7ac2749bd0731a4a98c9 + +includeCommon: true workload: main: podSpec: diff --git a/charts/dependency/memcached/Chart.yaml b/charts/dependency/memcached/Chart.yaml index 591484adc84..a6253edd72a 100644 --- a/charts/dependency/memcached/Chart.yaml +++ b/charts/dependency/memcached/Chart.yaml @@ -12,7 +12,7 @@ dependencies: - name: common version: 20.0.9 repository: oci://tccr.io/truecharts - condition: "" + condition: includeCommon alias: "" tags: [] import-values: [] @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/memcached - https://hub.docker.com/r/bitnami/memcached type: application -version: 12.6.2 +version: 12.6.3 diff --git a/charts/dependency/memcached/values.yaml b/charts/dependency/memcached/values.yaml index 003da0df7fe..bcc1b01be1b 100644 --- a/charts/dependency/memcached/values.yaml +++ b/charts/dependency/memcached/values.yaml @@ -2,6 +2,8 @@ image: repository: bitnami/memcached pullPolicy: IfNotPresent tag: 1.6.24@sha256:2b43c4b3060ef93a364aee7f9632aeb3fb81e64e4e06d71d6dd2fc813abe81a1 + +includeCommon: true service: main: ports: diff --git a/charts/dependency/mongodb/Chart.yaml b/charts/dependency/mongodb/Chart.yaml index 20f21f3526c..768843248c4 100644 --- a/charts/dependency/mongodb/Chart.yaml +++ b/charts/dependency/mongodb/Chart.yaml @@ -12,7 +12,7 @@ dependencies: - name: common version: 20.0.9 repository: oci://tccr.io/truecharts - condition: "" + condition: includeCommon alias: "" tags: [] import-values: [] @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb - https://hub.docker.com/r/bitnami/mongodb type: application -version: 12.5.2 +version: 12.5.3 diff --git a/charts/dependency/mongodb/values.yaml b/charts/dependency/mongodb/values.yaml index ad19b48762c..eb378e25e82 100644 --- a/charts/dependency/mongodb/values.yaml +++ b/charts/dependency/mongodb/values.yaml @@ -2,6 +2,8 @@ image: repository: bitnami/mongodb pullPolicy: IfNotPresent tag: 7.0.6@sha256:046f45d6fe3889b05907571be5c68af76f2bea8bdee63879ebe0f4bf478e6bee + +includeCommon: true workload: main: replicas: 1 diff --git a/charts/dependency/redis/Chart.yaml b/charts/dependency/redis/Chart.yaml index c090ccac586..1018d4327f1 100644 --- a/charts/dependency/redis/Chart.yaml +++ b/charts/dependency/redis/Chart.yaml @@ -12,7 +12,7 @@ dependencies: - name: common version: 20.0.9 repository: oci://tccr.io/truecharts - condition: "" + condition: includeCommon alias: "" tags: [] import-values: [] @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/redis - https://hub.docker.com/r/bitnami/redis type: application -version: 13.0.3 +version: 13.0.4 diff --git a/charts/dependency/redis/values.yaml b/charts/dependency/redis/values.yaml index 351b13ba4fe..a48c7f21d25 100644 --- a/charts/dependency/redis/values.yaml +++ b/charts/dependency/redis/values.yaml @@ -2,6 +2,8 @@ image: repository: bitnami/redis pullPolicy: IfNotPresent tag: 7.2.4@sha256:413ba6ab7104ced40c1047451680f0679b235684a14a7db4a05a5990ff4e1e67 + +includeCommon: true workload: main: replicas: 1 diff --git a/charts/dependency/solr/Chart.yaml b/charts/dependency/solr/Chart.yaml index 4bdb0421a1f..cedb620998b 100644 --- a/charts/dependency/solr/Chart.yaml +++ b/charts/dependency/solr/Chart.yaml @@ -12,7 +12,7 @@ dependencies: - name: common version: 20.0.9 repository: oci://tccr.io/truecharts - condition: "" + condition: includeCommon alias: "" tags: [] import-values: [] @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/solr - https://hub.docker.com/r/bitnami/solr type: application -version: 10.5.2 +version: 10.5.3 diff --git a/charts/dependency/solr/values.yaml b/charts/dependency/solr/values.yaml index 195d432aa62..2a3d98dedb5 100644 --- a/charts/dependency/solr/values.yaml +++ b/charts/dependency/solr/values.yaml @@ -2,6 +2,8 @@ image: repository: bitnami/solr pullPolicy: IfNotPresent tag: 9.5.0@sha256:6032dd56f33aa2d417a4f9552b13ae1963fa03bad9b34dfeb4931e1befb28e4e + +includeCommon: true workload: main: replicas: 1