diff --git a/charts/zeebe-cluster-helm/Chart.yaml b/charts/zeebe-cluster-helm/Chart.yaml index b8100c3..ceeff0f 100644 --- a/charts/zeebe-cluster-helm/Chart.yaml +++ b/charts/zeebe-cluster-helm/Chart.yaml @@ -3,5 +3,5 @@ appVersion: "0.25.0" description: Zeebe Cluster Helm Chart for Kubernetes name: zeebe-cluster type: application -version: 0.1.0-SNAPSHOT +version: 0.0.171 icon: https://zeebe.io/img/zeebe-logo.png diff --git a/charts/zeebe-cluster-helm/values.yaml b/charts/zeebe-cluster-helm/values.yaml index c2963f2..f905656 100644 --- a/charts/zeebe-cluster-helm/values.yaml +++ b/charts/zeebe-cluster-helm/values.yaml @@ -9,8 +9,8 @@ global: zeebe: "{{ .Release.Name }}-zeebe" image: - repository: camunda/zeebe - tag: 0.25.0 + repository: gcr.io/camunda-researchanddevelopment/zeebe-cluster-helm + tag: 0.0.171 pullPolicy: IfNotPresent clusterSize: "3"