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.196
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Dec 1, 2020
1 parent 98f5875 commit f7973a5
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-helm
type: application
version: 0.1.0-SNAPSHOT
version: 0.0.196
icon: https://zeebe.io/img/zeebe-logo.png
dependencies:
- name: elasticsearch
repository: "@elastic"
version: ^7.0.0
version: 0.0.196
condition: "elasticsearch.enabled"
- name: kibana
repository: "@elastic"
version: ^7.0.0
version: 0.0.196
condition: "kibana.enabled"
- name: prometheus
repository: "@prometheus-community"
version: ^12.0.1
version: 0.0.196
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.196
pullPolicy: IfNotPresent

clusterSize: "3"
Expand Down

0 comments on commit f7973a5

Please sign in to comment.