-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ab7b86
commit 1210834
Showing
7 changed files
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters