diff --git a/dependency/clickhouse/3.0.16/app-changelog.md b/dependency/clickhouse/3.0.16/app-changelog.md deleted file mode 100644 index be351b762b..0000000000 --- a/dependency/clickhouse/3.0.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [clickhouse-3.0.16](https://github.com/truecharts/charts/compare/clickhouse-3.0.15...clickhouse-3.0.16) (2023-01-15) - -### Fix - -- don't run manifest Manager on most dependency apps. ([#6384](https://github.com/truecharts/charts/issues/6384)) - - \ No newline at end of file diff --git a/dependency/clickhouse/3.0.16/CHANGELOG.md b/dependency/clickhouse/3.0.17/CHANGELOG.md similarity index 92% rename from dependency/clickhouse/3.0.16/CHANGELOG.md rename to dependency/clickhouse/3.0.17/CHANGELOG.md index 2d517120f3..12b4ec58d6 100644 --- a/dependency/clickhouse/3.0.16/CHANGELOG.md +++ b/dependency/clickhouse/3.0.17/CHANGELOG.md @@ -4,6 +4,15 @@ +## [clickhouse-3.0.17](https://github.com/truecharts/charts/compare/clickhouse-3.0.16...clickhouse-3.0.17) (2023-01-31) + +### Chore + +- update container image tccr.io/truecharts/clickhouse to v23.1.2.9 + + + + ## [clickhouse-3.0.16](https://github.com/truecharts/charts/compare/clickhouse-3.0.15...clickhouse-3.0.16) (2023-01-15) ### Fix @@ -88,12 +97,3 @@ ## [clickhouse-3.0.6](https://github.com/truecharts/charts/compare/clickhouse-3.0.5...clickhouse-3.0.6) (2022-12-06) -### Chore - -- update helm chart common to v11.0.5 - - - - -## [clickhouse-3.0.5](https://github.com/truecharts/charts/compare/clickhouse-3.0.4...clickhouse-3.0.5) (2022-12-03) - diff --git a/dependency/clickhouse/3.0.16/Chart.yaml b/dependency/clickhouse/3.0.17/Chart.yaml similarity index 95% rename from dependency/clickhouse/3.0.16/Chart.yaml rename to dependency/clickhouse/3.0.17/Chart.yaml index 872ea29a9c..f64e95edb4 100644 --- a/dependency/clickhouse/3.0.16/Chart.yaml +++ b/dependency/clickhouse/3.0.17/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "22.12.3.5" +appVersion: "23.1.2.9" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://clickhouse.com/ - https://hub.docker.com/r/yandex/clickhouse-server type: application -version: 3.0.16 +version: 3.0.17 annotations: truecharts.org/catagories: | - database diff --git a/dependency/clickhouse/3.0.16/README.md b/dependency/clickhouse/3.0.17/README.md similarity index 100% rename from dependency/clickhouse/3.0.16/README.md rename to dependency/clickhouse/3.0.17/README.md diff --git a/dependency/clickhouse/3.0.17/app-changelog.md b/dependency/clickhouse/3.0.17/app-changelog.md new file mode 100644 index 0000000000..32d8810508 --- /dev/null +++ b/dependency/clickhouse/3.0.17/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clickhouse-3.0.17](https://github.com/truecharts/charts/compare/clickhouse-3.0.16...clickhouse-3.0.17) (2023-01-31) + +### Chore + +- update container image tccr.io/truecharts/clickhouse to v23.1.2.9 + + \ No newline at end of file diff --git a/dependency/clickhouse/3.0.16/app-readme.md b/dependency/clickhouse/3.0.17/app-readme.md similarity index 100% rename from dependency/clickhouse/3.0.16/app-readme.md rename to dependency/clickhouse/3.0.17/app-readme.md diff --git a/dependency/clickhouse/3.0.16/charts/common-11.1.2.tgz b/dependency/clickhouse/3.0.17/charts/common-11.1.2.tgz similarity index 100% rename from dependency/clickhouse/3.0.16/charts/common-11.1.2.tgz rename to dependency/clickhouse/3.0.17/charts/common-11.1.2.tgz diff --git a/dependency/clickhouse/3.0.16/ix_values.yaml b/dependency/clickhouse/3.0.17/ix_values.yaml similarity index 95% rename from dependency/clickhouse/3.0.16/ix_values.yaml rename to dependency/clickhouse/3.0.17/ix_values.yaml index 5734ca2ed0..43c42605f7 100644 --- a/dependency/clickhouse/3.0.16/ix_values.yaml +++ b/dependency/clickhouse/3.0.17/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/clickhouse pullPolicy: IfNotPresent - tag: 22.12.3.5@sha256:539315e8dcdc99674581fc285da14176cb92cfef6efb742d9ee1f7a1d744aa03 + tag: 23.1.2.9@sha256:d5fcecb813f5692f9f9cfbfd1d4822bb0ea8dcfa8f066d0fa6769b19ca32d9d3 controller: type: statefulset diff --git a/dependency/clickhouse/3.0.16/questions.yaml b/dependency/clickhouse/3.0.17/questions.yaml similarity index 97% rename from dependency/clickhouse/3.0.16/questions.yaml rename to dependency/clickhouse/3.0.17/questions.yaml index 5c654d9f2d..7aa667847d 100644 --- a/dependency/clickhouse/3.0.16/questions.yaml +++ b/dependency/clickhouse/3.0.17/questions.yaml @@ -934,58 +934,58 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/dependency/clickhouse/3.0.16/templates/common.yaml b/dependency/clickhouse/3.0.17/templates/common.yaml similarity index 100% rename from dependency/clickhouse/3.0.16/templates/common.yaml rename to dependency/clickhouse/3.0.17/templates/common.yaml diff --git a/dependency/clickhouse/3.0.16/values.yaml b/dependency/clickhouse/3.0.17/values.yaml similarity index 100% rename from dependency/clickhouse/3.0.16/values.yaml rename to dependency/clickhouse/3.0.17/values.yaml