Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update camunda-platform-alpha (patch) #2744

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/camunda-platform-alpha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: camunda-platform
# renovate: datasource=github-tags depName=charts/camunda-platform-alpha packageName=camunda/camunda
version: 8.7.0-alpha2
version: 8.7.0-alpha3
appVersion: 8.7.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies:
# Shared Dependencies.
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.4.1
version: 21.4.2
condition: "elasticsearch.enabled"
# Helpers.
- name: common
Expand Down
8 changes: 4 additions & 4 deletions charts/camunda-platform-alpha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ webModelerPostgresql:
## @param webModelerPostgresql.image.tag PostgreSQL image tag
image:
repository: bitnami/postgresql
tag: 14.15.0-debian-12-r6
tag: 14.15.0-debian-12-r8
## @extra postgresql.auth configuration of the database authentication
auth:
## @param webModelerPostgresql.auth.username defines the name of the database user to be created for WebModeler
Expand Down Expand Up @@ -1816,7 +1816,7 @@ connectors:
## @param connectors.image.repository defines which image repository to use
repository: camunda/connectors-bundle
## @param connectors.image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.7.0-alpha2.1
tag: 8.7.0-alpha3.1
## @param connectors.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
pullSecrets: []

Expand Down Expand Up @@ -2023,7 +2023,7 @@ core:
## @param core.image.repository defines which image repository to use
repository: camunda/camunda
## @param core.image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.7.0-alpha2
tag: 8.7.0-alpha3
## @param core.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
pullSecrets: []

Expand Down Expand Up @@ -2360,7 +2360,7 @@ optimize:
## @param optimize.image.repository defines which image repository to use
repository: camunda/optimize
## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.7.0-alpha2
tag: 8.7.0-alpha3
## @param optimize.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
pullSecrets: []

Expand Down
Loading