From bbe06eae51c2d9fd7a7583bd3a917c7f3cfd94bd Mon Sep 17 00:00:00 2001 From: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Date: Mon, 11 Jul 2022 09:41:45 +0000 Subject: [PATCH] fix(clickhouse): Fix ClickHouse upstream repo (#3134) * Fix ClickHouse upstream repo * Change image repo to our mirror Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/incubator/clickhouse/Chart.yaml | 4 ++-- charts/incubator/clickhouse/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/incubator/clickhouse/Chart.yaml b/charts/incubator/clickhouse/Chart.yaml index f7178a21cf1..509879dcd6c 100644 --- a/charts/incubator/clickhouse/Chart.yaml +++ b/charts/incubator/clickhouse/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "21.3.20.1" +appVersion: "22.5.2.53" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,7 +22,7 @@ sources: - https://clickhouse.com/ - https://hub.docker.com/r/yandex/clickhouse-server type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - database diff --git a/charts/incubator/clickhouse/values.yaml b/charts/incubator/clickhouse/values.yaml index 7e2bb88a66d..8616f8aeab0 100644 --- a/charts/incubator/clickhouse/values.yaml +++ b/charts/incubator/clickhouse/values.yaml @@ -1,7 +1,7 @@ image: - repository: yandex/clickhouse-server + repository: tccr.io/truecharts/clickhouse pullPolicy: IfNotPresent - tag: 21.3.20.1@sha256:4eccfffb01d735ab7c1af9a97fbff0c532112a6871b2bb5fe5c478d86d247b7e + tag: v22.5.2.53@sha256:00712dcfc0085b45d03533335043b00cda6d75e1e5a23e225233ecd7df2a7d01 controller: type: statefulset