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>
This commit is contained in:
co-authored by
Stavros Kois
parent
382264d9b6
commit
bbe06eae51
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "21.3.20.1"
|
appVersion: "22.5.2.53"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
@@ -22,7 +22,7 @@ sources:
|
|||||||
- https://clickhouse.com/
|
- https://clickhouse.com/
|
||||||
- https://hub.docker.com/r/yandex/clickhouse-server
|
- https://hub.docker.com/r/yandex/clickhouse-server
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- database
|
- database
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: yandex/clickhouse-server
|
repository: tccr.io/truecharts/clickhouse
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 21.3.20.1@sha256:4eccfffb01d735ab7c1af9a97fbff0c532112a6871b2bb5fe5c478d86d247b7e
|
tag: v22.5.2.53@sha256:00712dcfc0085b45d03533335043b00cda6d75e1e5a23e225233ecd7df2a7d01
|
||||||
|
|
||||||
controller:
|
controller:
|
||||||
type: statefulset
|
type: statefulset
|
||||||
|
|||||||
Reference in New Issue
Block a user