Skip to content

Commit

Permalink
Merge pull request #151 from akash4sh/main
Browse files Browse the repository at this point in the history
updated image registry
  • Loading branch information
akash4sh authored Dec 13, 2023
2 parents d09a785 + a07b302 commit 629bb7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ sources:
- https://github.com/signoz/charts/
- https://github.com/ClickHouse/ClickHouse
type: application
version: 1.0.0
version: 1.0.1
16 changes: 8 additions & 8 deletions charts/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ zookeeper:
# Zookeeper image
image:
# -- Zookeeper image registry to use.
registry: *GLOBAL_IMAGE_REGISTRY
registry: ghcr.io
# -- Zookeeper image repository to use.
repository: bitnami/zookeeper
repository: kube-tarian/helmrepo-supporting-tools/zookeeper
# -- Zookeeper image tag.
# Note: SigNoz ClickHouse does not support all versions of Zookeeper.
# Please override the default only if you know what you are doing.
Expand Down Expand Up @@ -155,9 +155,9 @@ shardsCount: 1
# -- Clickhouse image
image:
# -- Clickhouse image registry to use.
registry: docker.io
registry: ghcr.io
# -- Clickhouse image repository to use.
repository: clickhouse/clickhouse-server
repository: kube-tarian/helmrepo-supporting-tools/clickhouse-server
# -- Clickhouse image tag.
# Note: SigNoz does not support all versions of ClickHouse.
# Please override the default only if you know what you are doing.
Expand Down Expand Up @@ -436,9 +436,9 @@ clickhouseOperator:
# -- Clickhouse Operator image
image:
# -- Clickhouse Operator image registry to use.
registry: docker.io
registry: ghcr.io
# -- Clickhouse Operator image repository to use.
repository: altinity/clickhouse-operator
repository: kube-tarian/helmrepo-supporting-tools/clickhouse-operator
# -- Clickhouse Operator image tag.
tag: 0.21.2
# -- Clickhouse Operator image pull policy.
Expand Down Expand Up @@ -542,9 +542,9 @@ clickhouseOperator:
# -- Metrics Exporter image
image:
# -- Metrics Exporter image registry to use.
registry: docker.io
registry: ghcr.io
# -- Metrics Exporter image repository to use.
repository: altinity/metrics-exporter
repository: kube-tarian/helmrepo-supporting-tools/metrics-exporter
# -- Metrics Exporter image tag.
tag: 0.21.2
# -- Metrics Exporter image pull policy.
Expand Down

0 comments on commit 629bb7c

Please sign in to comment.