Skip to content

Commit

Permalink
chore(deps): update camunda-platform-alpha (minor) (#2561)
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 18, 2024
1 parent f012be3 commit 069cae1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions charts/camunda-platform-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `identityPostgresql.global.compatibility` | Compatibility adaptations for Kubernetes platforms | |
| `identityPostgresql.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" }}` |
| `identityPostgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` |
| `identityPostgresql.image.tag` | PostgreSQL image tag | `15.8.0-debian-12-r26` |
| `identityPostgresql.image.tag` | PostgreSQL image tag | `15.9.0-debian-12-r0` |
| `identityPostgresql.nameOverride` | the name used for Identity PostgreSQL. | `identity-postgresql` |
| `identityPostgresql.auth.username` | Non-root username | `identity` |
| `identityPostgresql.auth.database` | The database name | `identity` |
Expand All @@ -665,7 +665,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `identityKeycloak.image.tag` | image tag | `25.0.4` |
| `identityKeycloak.postgresql` | configuration. | |
| `identityKeycloak.postgresql.image.repository` | image repo | `bitnami/postgresql` |
| `identityKeycloak.postgresql.image.tag` | image tag | `15.8.0-debian-12-r26` |
| `identityKeycloak.postgresql.image.tag` | image tag | `15.9.0-debian-12-r0` |
| `identityKeycloak.postgresql.auth.existingSecret` | defines the existing secret resource containing the database credentials | `nil` |
| `identityKeycloak.postgresql.auth.secretKeys.adminPasswordKey` | defines the key within the existing secret object for PostgreSQL admin. | `postgres-password` |
| `identityKeycloak.postgresql.auth.secretKeys.userPasswordKey` | defines the key within the existing secret object for PostgreSQL user. | `password` |
Expand Down Expand Up @@ -1080,7 +1080,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.13.0-debian-12-r26` |
| `postgresql.image.tag` | PostgreSQL image tag | `14.14.0-debian-12-r0` |
| `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 | `""` |
Expand Down Expand Up @@ -1458,7 +1458,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.16.0` |
| `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
4 changes: 2 additions & 2 deletions charts/camunda-platform-alpha/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ identityKeycloak:
# https://hub.docker.com/r/bitnami/postgresql/tags
image:
repository: bitnami/postgresql
tag: 15.8.0-debian-12-r26
tag: 15.9.0-debian-12-r0

#
# Elasticsearch
Expand All @@ -84,4 +84,4 @@ elasticsearch:
# https://hub.docker.com/r/bitnami/elasticsearch/tags
image:
repository: bitnami/elasticsearch
tag: 8.15.4
tag: 8.16.0
8 changes: 4 additions & 4 deletions charts/camunda-platform-alpha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ identityPostgresql:
##
image:
repository: bitnami/postgresql
tag: 15.8.0-debian-12-r26
tag: 15.9.0-debian-12-r0
## @param identityPostgresql.nameOverride the name used for Identity PostgreSQL.
##
nameOverride: identity-postgresql
Expand Down Expand Up @@ -765,7 +765,7 @@ identityKeycloak:
## @param identityKeycloak.postgresql.image.repository image repo
repository: bitnami/postgresql
## @param identityKeycloak.postgresql.image.tag image tag
tag: 15.8.0-debian-12-r26
tag: 15.9.0-debian-12-r0
auth:
## @param identityKeycloak.postgresql.auth.existingSecret defines the existing secret resource containing the database credentials
existingSecret:
Expand Down Expand Up @@ -1788,7 +1788,7 @@ postgresql:
## @param postgresql.image.tag PostgreSQL image tag
image:
repository: bitnami/postgresql
tag: 14.13.0-debian-12-r26
tag: 14.14.0-debian-12-r0
## @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
Expand Down Expand Up @@ -2745,7 +2745,7 @@ elasticsearch:
## @param elasticsearch.image.repository
repository: bitnami/elasticsearch
## @param elasticsearch.image.tag
tag: 8.15.4
tag: 8.16.0
master:
## @param elasticsearch.master.replicaCount defines number of master-elegible replicas to deploy
replicaCount: 3
Expand Down

0 comments on commit 069cae1

Please sign in to comment.