Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
release 0.0.164
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Dec 1, 2020
1 parent e663dab commit 06fdfc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/zeebe-cluster-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ appVersion: "0.25.0"
description: Zeebe Cluster Helm Chart for Kubernetes
name: zeebe-cluster
type: application
version: 0.1.0-SNAPSHOT
version: 0.0.164
icon: https://zeebe.io/img/zeebe-logo.png
dependencies:
- name: elasticsearch
repository: "http://helm.elastic.co"
version: 7.5.1
version: 0.0.164
condition: "elasticsearch.enabled"
- name: kibana
repository: "http://helm.elastic.co"
version: 7.5.1
version: 0.0.164
condition: "kibana.enabled"
- name: prometheus
repository: "https://charts.helm.sh/stable"
version: 8.5.11
version: 0.0.164
condition: "prometheus.enabled"
4 changes: 2 additions & 2 deletions charts/zeebe-cluster-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.164
pullPolicy: IfNotPresent

clusterSize: "3"
Expand Down

0 comments on commit 06fdfc0

Please sign in to comment.