diff --git a/charts/camunda-platform-8.6/README.md b/charts/camunda-platform-8.6/README.md index 272ba4094f..4cfdbbf202 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.55` | +| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.6.58` | | `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` | @@ -1671,7 +1671,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `postgresql.global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: force (perform the adaptation always), disabled (do not perform adaptation) | `{{ .Values.global.compatibility.openshift.adaptSecurityContext | default "disabled" }}` | | `postgresql.nameOverride` | defines the name of the Postgres resources (names will be prefixed with the release name), see https://github.com/bitnami/charts/tree/main/bitnami/postgresql#common-parameters | `postgresql-web-modeler` | | `postgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` | -| `postgresql.image.tag` | PostgreSQL image tag | `14.16.0-debian-12-r1` | +| `postgresql.image.tag` | PostgreSQL image tag | `14.16.0-debian-12-r2` | | `postgresql.auth` | configuration of the database authentication | | | `postgresql.auth.username` | defines the name of the database user to be created for WebModeler | `web-modeler` | | `postgresql.auth.password` | can be used to provide the database user's password; a random password will be generated if left empty / ignored if `postgresql.auth.existingSecret` is set | `""` | 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 246bd1211e..7352f9836e 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.55" + app.kubernetes.io/version: "8.6.58" 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 e7092328db..22e42ff762 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.55" + app.kubernetes.io/version: "8.6.58" annotations: {} spec: @@ -49,7 +49,7 @@ spec: type: RuntimeDefault containers: - name: camunda-platform - image: camunda/console:8.6.55 + image: camunda/console:8.6.58 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 02982206d6..a8a60a3733 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.55" + app.kubernetes.io/version: "8.6.58" 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 ceebadb336..37cf18f3ed 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.55" + app.kubernetes.io/version: "8.6.58" 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 3ff7c8f524..2cbc7a10e0 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.55" + app.kubernetes.io/version: "8.6.58" 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 7a445676ae..a71c8572a6 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.55" + app.kubernetes.io/version: "8.6.58" automountServiceAccountToken: false \ 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 54aa797adf..902687f380 100644 --- a/charts/camunda-platform-8.6/values-latest.yaml +++ b/charts/camunda-platform-8.6/values-latest.yaml @@ -13,7 +13,7 @@ console: # https://hub.docker.com/r/camunda/console/tags image: repository: camunda/console - tag: 8.6.55 + tag: 8.6.58 connectors: # https://hub.docker.com/r/camunda/connectors-bundle/tags diff --git a/charts/camunda-platform-8.6/values.yaml b/charts/camunda-platform-8.6/values.yaml index f39f162c02..dec1c48698 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.55 + tag: 8.6.58 ## @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: [] @@ -3375,7 +3375,7 @@ postgresql: ## @param postgresql.image.tag PostgreSQL image tag image: repository: bitnami/postgresql - tag: 14.16.0-debian-12-r1 + tag: 14.16.0-debian-12-r2 ## @extra postgresql.auth configuration of the database authentication auth: ## @param postgresql.auth.username defines the name of the database user to be created for WebModeler