diff --git a/charts/zeebe-cluster-helm/Chart.yaml b/charts/zeebe-cluster-helm/Chart.yaml index ee7823f..466dde7 100644 --- a/charts/zeebe-cluster-helm/Chart.yaml +++ b/charts/zeebe-cluster-helm/Chart.yaml @@ -3,18 +3,18 @@ appVersion: "0.25.0" description: Zeebe Cluster Helm Chart for Kubernetes name: zeebe-cluster-helm type: application -version: 0.1.0-SNAPSHOT +version: 0.0.195 icon: https://zeebe.io/img/zeebe-logo.png dependencies: - name: elasticsearch repository: "@elastic" - version: ~7.10.0 + version: 0.0.195 condition: "elasticsearch.enabled" - name: kibana repository: "@elastic" - version: ~7.10.0 + version: 0.0.195 condition: "kibana.enabled" - name: prometheus repository: "@prometheus" - version: ~12.0.1 + version: 0.0.195 condition: "prometheus.enabled" \ No newline at end of file diff --git a/charts/zeebe-cluster-helm/values.yaml b/charts/zeebe-cluster-helm/values.yaml index c2963f2..4d2282d 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.195 pullPolicy: IfNotPresent clusterSize: "3"