Skip to content

Commit

Permalink
chore(deps): post upgrade tasks - update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 21, 2025
1 parent 4fd827f commit b211c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/camunda-platform-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit b211c49

Please sign in to comment.