Skip to content

Commit

Permalink
chore(deps): update camunda-platform-alpha (patch) (#2604)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 17471c2 commit 242d35c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/camunda-platform-alpha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
# Shared Dependencies.
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.3.25
version: 21.3.26
condition: "elasticsearch.enabled"
# Helpers.
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,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.16.0` |
| `elasticsearch.image.tag` | | `8.16.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
2 changes: 1 addition & 1 deletion charts/camunda-platform-alpha/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ elasticsearch:
# https://hub.docker.com/r/bitnami/elasticsearch/tags
image:
repository: bitnami/elasticsearch
tag: 8.16.0
tag: 8.16.1
2 changes: 1 addition & 1 deletion charts/camunda-platform-alpha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@ elasticsearch:
## @param elasticsearch.image.repository
repository: bitnami/elasticsearch
## @param elasticsearch.image.tag
tag: 8.16.0
tag: 8.16.1
master:
## @param elasticsearch.master.replicaCount defines number of master-elegible replicas to deploy
replicaCount: 3
Expand Down

0 comments on commit 242d35c

Please sign in to comment.