diff --git a/charts/camunda-platform/Chart.yaml b/charts/camunda-platform/Chart.yaml index 3f586008ae..fa3049d26b 100644 --- a/charts/camunda-platform/Chart.yaml +++ b/charts/camunda-platform/Chart.yaml @@ -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: christopher.zell@camunda.com 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" diff --git a/charts/camunda-platform/charts/identity/Chart.yaml b/charts/camunda-platform/charts/identity/Chart.yaml index 3ff63f11b9..d240c2b3a9 100644 --- a/charts/camunda-platform/charts/identity/Chart.yaml +++ b/charts/camunda-platform/charts/identity/Chart.yaml @@ -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: diff --git a/charts/camunda-platform/charts/operate/Chart.yaml b/charts/camunda-platform/charts/operate/Chart.yaml index e728f24eb3..90c5f09a50 100644 --- a/charts/camunda-platform/charts/operate/Chart.yaml +++ b/charts/camunda-platform/charts/operate/Chart.yaml @@ -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: diff --git a/charts/camunda-platform/charts/optimize/Chart.yaml b/charts/camunda-platform/charts/optimize/Chart.yaml index 6e6af1655a..9b56ff8a74 100644 --- a/charts/camunda-platform/charts/optimize/Chart.yaml +++ b/charts/camunda-platform/charts/optimize/Chart.yaml @@ -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: | diff --git a/charts/camunda-platform/charts/tasklist/Chart.yaml b/charts/camunda-platform/charts/tasklist/Chart.yaml index 364e06f799..36148d9dfb 100644 --- a/charts/camunda-platform/charts/tasklist/Chart.yaml +++ b/charts/camunda-platform/charts/tasklist/Chart.yaml @@ -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: | diff --git a/charts/camunda-platform/charts/zeebe-gateway/Chart.yaml b/charts/camunda-platform/charts/zeebe-gateway/Chart.yaml index 973931d48e..35a2bf5dd6 100644 --- a/charts/camunda-platform/charts/zeebe-gateway/Chart.yaml +++ b/charts/camunda-platform/charts/zeebe-gateway/Chart.yaml @@ -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: | diff --git a/charts/camunda-platform/charts/zeebe/Chart.yaml b/charts/camunda-platform/charts/zeebe/Chart.yaml index 2c7180fee1..ee4725f242 100644 --- a/charts/camunda-platform/charts/zeebe/Chart.yaml +++ b/charts/camunda-platform/charts/zeebe/Chart.yaml @@ -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: |