Skip to content

Commit

Permalink
chore(deps): update camunda-platform-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent f2f1e25 commit 750f693
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 750f693

Please sign in to comment.