Skip to content

Commit

Permalink
build: release 8.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed May 25, 2022
1 parent 2ab7b86 commit 1210834
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
20 changes: 9 additions & 11 deletions charts/camunda-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 8.0.7
version: 8.0.8
appVersion: "8.0.0"
description: Camunda Platform Helm Chart for Kubernetes
type: application
Expand All @@ -11,22 +11,22 @@ sources:
- https://github.com/camunda/zeebe
dependencies:
- name: zeebe
version: 8.0.7
version: 8.0.8
condition: "zeebe.enabled"
- name: zeebe-gateway
version: 8.0.7
version: 8.0.8
condition: "zeebe.enabled"
- name: operate
version: 8.0.7
version: 8.0.8
condition: "operate.enabled"
- name: tasklist
version: 8.0.7
version: 8.0.8
condition: "tasklist.enabled"
- name: optimize
version: 8.0.7
version: 8.0.8
condition: "optimize.enabled"
- name: identity
version: 8.0.7
version: 8.0.8
condition: "identity.enabled"
- name: elasticsearch
repository: "https://helm.elastic.co"
Expand All @@ -37,8 +37,6 @@ maintainers:
email: [email protected]
annotations:
artifacthub.io/changes: |
- feat: allow more configuration of LoadBalancer
- Align thread count with partitioncount
- Reuse secrets correctly
- feat: extend tasklist configuration
- set elasticserach version 7.17.3
- Allow configuring imagePullSecrets separately for subcharts
artifacthub.io/containsSecurityUpdates: "false"
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/identity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Identity Helm Chart for Kubernetes
name: identity
version: 8.0.7
version: 8.0.8
type: application
icon: https://raw.githubusercontent.com/camunda-cloud/camunda-cloud-documentation/master/static/img/iam.png
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/operate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Operate Helm Chart for Kubernetes
name: operate
version: 8.0.7
version: 8.0.8
type: application
icon: https://raw.githubusercontent.com/camunda-cloud/camunda-cloud-documentation/master/static/img/camunda-operate-gradient.png
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/optimize/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Optimize Helm Chart for Kubernetes
name: optimize
version: 8.0.7
version: 8.0.8
icon: https://helm.camunda.io/imgs/zeebe-logo.png
annotations:
artifacthub.io/changes: |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/tasklist/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Zeebe TaskList Helm Chart for Kubernetes
name: tasklist
version: 8.0.7
version: 8.0.8
icon: https://helm.camunda.io/imgs/zeebe-logo.png
annotations:
artifacthub.io/changes: |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/zeebe-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Zeebe Gateway Helm Chart for Kubernetes
name: zeebe-gateway
type: application
version: 8.0.7
version: 8.0.8
icon: https://helm.camunda.io/imgs/zeebe-logo.png
annotations:
artifacthub.io/changes: |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform/charts/zeebe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: Zeebe Helm Chart for Kubernetes
name: zeebe
type: application
version: 8.0.7
version: 8.0.8
icon: https://helm.camunda.io/imgs/zeebe-logo.png
annotations:
artifacthub.io/changes: |
Expand Down

0 comments on commit 1210834

Please sign in to comment.