From b211c49d17bba9a59725d3f75f00487521db8007 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:28:06 +0000 Subject: [PATCH] chore(deps): post upgrade tasks - update golden files --- charts/camunda-platform-alpha/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/camunda-platform-alpha/README.md b/charts/camunda-platform-alpha/README.md index 4f4826b9f5..a6f7cfa4ef 100644 --- a/charts/camunda-platform-alpha/README.md +++ b/charts/camunda-platform-alpha/README.md @@ -1891,7 +1891,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `elasticsearch.global.compatibility` | Compatibility adaptations for Kubernetes platforms | | | `elasticsearch.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" }}` | | `elasticsearch.image.repository` | | `bitnami/elasticsearch` | -| `elasticsearch.image.tag` | | `8.15.4` | +| `elasticsearch.image.tag` | | `8.17.1` | | `elasticsearch.master.replicaCount` | defines number of master-elegible replicas to deploy | `3` | | `elasticsearch.master.podAntiAffinityPreset` | defines Pod anti-affinity preset. Ignored if master.affinity is set | `hard` | | `elasticsearch.master.containerSecurityContext.readOnlyRootFilesystem` | | `true` |