Skip to content

Commit

Permalink
Merge pull request #84 from AKASHNIHAS/main
Browse files Browse the repository at this point in the history
config: update clickhouse image & imageVersion
  • Loading branch information
jebinjeb authored Jul 12, 2023
2 parents 509e162 + 453c53c commit 25b8f47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/liwenhe1993/charts
version: 1.0.1
version: 1.0.2
4 changes: 2 additions & 2 deletions charts/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ clickhouse:
## The instance number of Clickhouse
replicas: "3"
## Clickhouse image configuration.
image: "yandex/clickhouse-server"
imageVersion: "19.14"
image: "clickhouse/clickhouse-server"
imageVersion: "23.6.2.18"
imagePullPolicy: "IfNotPresent"
#imagePullSecrets:
## Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated.
Expand Down

0 comments on commit 25b8f47

Please sign in to comment.