diff --git a/charts/camunda-platform-8.6/README.md b/charts/camunda-platform-8.6/README.md index 882888f918..f2e054d207 100644 --- a/charts/camunda-platform-8.6/README.md +++ b/charts/camunda-platform-8.6/README.md @@ -560,7 +560,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `console.configuration` | Configuration passed directly to Console as YAML file. More details on [Console official documenations](https://docs.camunda.io/docs/self-managed/console-deployment/configuration/) | `""` | | `console.image.registry` | can be used to set container image registry. | `""` | | `console.image.repository` | defines which image repository to use | `camunda/console` | -| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.6.31` | +| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.6.34` | | `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` | | `console.replicas` | Number of Console replicas | `1` | @@ -1306,7 +1306,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `identity.image` | configuration to configure the identity image specifics | | | `identity.image.registry` | can be used to set container image registry. | `""` | | `identity.image.repository` | defines which image repository to use | `camunda/identity` | -| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.5` | +| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.6` | | `identity.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `identity.sidecars` | can be used to attach extra containers to the identity deployment | `[]` | | `identity.initContainers` | can be used to set up extra init containers for the application Pod | `[]` | diff --git a/charts/camunda-platform-8.6/test/unit/console/golden/configmap.golden.yaml b/charts/camunda-platform-8.6/test/unit/console/golden/configmap.golden.yaml index 406ce77139..49b47d5d6b 100644 --- a/charts/camunda-platform-8.6/test/unit/console/golden/configmap.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/console/golden/configmap.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.6.31" + app.kubernetes.io/version: "8.6.34" data: application.yaml: |- # https://docs.camunda.io/docs/self-managed/console-deployment/configuration/ diff --git a/charts/camunda-platform-8.6/test/unit/console/golden/deployment.golden.yaml b/charts/camunda-platform-8.6/test/unit/console/golden/deployment.golden.yaml index ae540018d5..b5c8eae532 100644 --- a/charts/camunda-platform-8.6/test/unit/console/golden/deployment.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/console/golden/deployment.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.6.31" + app.kubernetes.io/version: "8.6.34" annotations: {} spec: @@ -49,7 +49,7 @@ spec: type: RuntimeDefault containers: - name: camunda-platform - image: camunda/console:8.6.31 + image: camunda/console:8.6.34 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/charts/camunda-platform-8.6/test/unit/console/golden/ingress-all-enabled.golden.yaml b/charts/camunda-platform-8.6/test/unit/console/golden/ingress-all-enabled.golden.yaml index ca8600b659..f8cc67442d 100644 --- a/charts/camunda-platform-8.6/test/unit/console/golden/ingress-all-enabled.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/console/golden/ingress-all-enabled.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.6.31" + app.kubernetes.io/version: "8.6.34" annotations: ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/proxy-buffer-size: 128k diff --git a/charts/camunda-platform-8.6/test/unit/console/golden/ingress.golden.yaml b/charts/camunda-platform-8.6/test/unit/console/golden/ingress.golden.yaml index 125c8a4935..7287a2749d 100644 --- a/charts/camunda-platform-8.6/test/unit/console/golden/ingress.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/console/golden/ingress.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.6.31" + app.kubernetes.io/version: "8.6.34" annotations: ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/proxy-buffer-size: 128k diff --git a/charts/camunda-platform-8.6/test/unit/console/golden/service.golden.yaml b/charts/camunda-platform-8.6/test/unit/console/golden/service.golden.yaml index f0a66aeb9a..0127e7b0f8 100644 --- a/charts/camunda-platform-8.6/test/unit/console/golden/service.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/console/golden/service.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.6.31" + app.kubernetes.io/version: "8.6.34" annotations: spec: type: ClusterIP diff --git a/charts/camunda-platform-8.6/test/unit/console/golden/serviceaccount.golden.yaml b/charts/camunda-platform-8.6/test/unit/console/golden/serviceaccount.golden.yaml index 47d05120de..59d3a008dc 100644 --- a/charts/camunda-platform-8.6/test/unit/console/golden/serviceaccount.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/console/golden/serviceaccount.golden.yaml @@ -11,5 +11,5 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.6.31" + app.kubernetes.io/version: "8.6.34" automountServiceAccountToken: false \ No newline at end of file diff --git a/charts/camunda-platform-8.6/test/unit/identity/golden/configmap.golden.yaml b/charts/camunda-platform-8.6/test/unit/identity/golden/configmap.golden.yaml index 1ab1e3c5f3..700cd4fefb 100644 --- a/charts/camunda-platform-8.6/test/unit/identity/golden/configmap.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/identity/golden/configmap.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: identity - app.kubernetes.io/version: "8.6.5" + app.kubernetes.io/version: "8.6.6" annotations: {} data: diff --git a/charts/camunda-platform-8.6/test/unit/identity/golden/deployment.golden.yaml b/charts/camunda-platform-8.6/test/unit/identity/golden/deployment.golden.yaml index 8d9f65a07b..d21bb56a65 100644 --- a/charts/camunda-platform-8.6/test/unit/identity/golden/deployment.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/identity/golden/deployment.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: identity - app.kubernetes.io/version: "8.6.5" + app.kubernetes.io/version: "8.6.6" annotations: {} spec: @@ -35,7 +35,7 @@ spec: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: identity - app.kubernetes.io/version: "8.6.5" + app.kubernetes.io/version: "8.6.6" annotations: spec: imagePullSecrets: @@ -44,7 +44,7 @@ spec: [] containers: - name: camunda-platform - image: camunda/identity:8.6.5 + image: camunda/identity:8.6.6 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/charts/camunda-platform-8.6/test/unit/identity/golden/ingress-all-enabled.golden.yaml b/charts/camunda-platform-8.6/test/unit/identity/golden/ingress-all-enabled.golden.yaml index 061b31e6f5..070c024d9e 100644 --- a/charts/camunda-platform-8.6/test/unit/identity/golden/ingress-all-enabled.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/identity/golden/ingress-all-enabled.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: identity - app.kubernetes.io/version: "8.6.5" + app.kubernetes.io/version: "8.6.6" annotations: ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/proxy-buffer-size: 128k diff --git a/charts/camunda-platform-8.6/test/unit/identity/golden/ingress.golden.yaml b/charts/camunda-platform-8.6/test/unit/identity/golden/ingress.golden.yaml index d9cc896a25..83b8122603 100644 --- a/charts/camunda-platform-8.6/test/unit/identity/golden/ingress.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/identity/golden/ingress.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: identity - app.kubernetes.io/version: "8.6.5" + app.kubernetes.io/version: "8.6.6" annotations: ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/proxy-buffer-size: 128k diff --git a/charts/camunda-platform-8.6/test/unit/identity/golden/service.golden.yaml b/charts/camunda-platform-8.6/test/unit/identity/golden/service.golden.yaml index efc826fd47..7fbba9a4ce 100644 --- a/charts/camunda-platform-8.6/test/unit/identity/golden/service.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/identity/golden/service.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: identity - app.kubernetes.io/version: "8.6.5" + app.kubernetes.io/version: "8.6.6" annotations: spec: type: ClusterIP diff --git a/charts/camunda-platform-8.6/test/unit/identity/golden/serviceaccount.golden.yaml b/charts/camunda-platform-8.6/test/unit/identity/golden/serviceaccount.golden.yaml index 3d6ff75d70..4e2dedf421 100644 --- a/charts/camunda-platform-8.6/test/unit/identity/golden/serviceaccount.golden.yaml +++ b/charts/camunda-platform-8.6/test/unit/identity/golden/serviceaccount.golden.yaml @@ -11,5 +11,5 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: identity - app.kubernetes.io/version: "8.6.5" + app.kubernetes.io/version: "8.6.6" automountServiceAccountToken: true \ No newline at end of file diff --git a/charts/camunda-platform-8.6/values-latest.yaml b/charts/camunda-platform-8.6/values-latest.yaml index ab188752ec..b2bd4cca1f 100644 --- a/charts/camunda-platform-8.6/values-latest.yaml +++ b/charts/camunda-platform-8.6/values-latest.yaml @@ -63,7 +63,7 @@ identity: # https://hub.docker.com/r/camunda/identity/tags image: repository: camunda/identity - tag: 8.6.5 + tag: 8.6.6 identityKeycloak: # https://hub.docker.com/r/bitnami/keycloak/tags diff --git a/charts/camunda-platform-8.6/values.yaml b/charts/camunda-platform-8.6/values.yaml index 8b86182e83..12179f32cf 100644 --- a/charts/camunda-platform-8.6/values.yaml +++ b/charts/camunda-platform-8.6/values.yaml @@ -406,7 +406,7 @@ console: ## @param console.image.repository defines which image repository to use repository: camunda/console ## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag) - tag: 8.6.31 + tag: 8.6.34 ## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: [] @@ -2270,7 +2270,7 @@ identity: ## @param identity.image.repository defines which image repository to use repository: camunda/identity ## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart - tag: 8.6.5 + tag: 8.6.6 ## @param identity.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: []