Skip to content

Commit 2ee2982

Browse files
deps: update camunda-platform-8.7 (patch) (#4095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f5188f0 commit 2ee2982

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

charts/camunda-platform-8.7/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
591591
| `console.overrideConfiguration` | When populated, it will override the configuration passed to Console, either auto-generated configuration or passed via `console.configuration` | `""` |
592592
| `console.image.registry` | can be used to set container image registry. | `""` |
593593
| `console.image.repository` | defines which image repository to use | `camunda/console` |
594-
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.7.61` |
594+
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.7.62` |
595595
| `console.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
596596
| `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
597597
| `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` |
@@ -1394,7 +1394,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
13941394
| `identityKeycloak.resources.limits.memory` | | `2Gi` |
13951395
| `identityKeycloak.image` | configuration. | |
13961396
| `identityKeycloak.image.repository` | image repo | `camunda/keycloak` |
1397-
| `identityKeycloak.image.tag` | image tag | `26.3.1` |
1397+
| `identityKeycloak.image.tag` | image tag | `26.3.2` |
13981398
| `identityKeycloak.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
13991399
| `identityKeycloak.postgresql` | configuration. | |
14001400
| `identityKeycloak.postgresql.image.repository` | image repo | `bitnamilegacy/postgresql` |

charts/camunda-platform-8.7/test/unit/camunda/golden/keycloak-statefulset.golden.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
enableServiceLinks: true
6262
initContainers:
6363
- name: prepare-write-dirs
64-
image: docker.io/camunda/keycloak:26.3.1
64+
image: docker.io/camunda/keycloak:26.3.2
6565
imagePullPolicy: IfNotPresent
6666
command:
6767
- /bin/bash
@@ -103,7 +103,7 @@ spec:
103103
mountPath: /emptydir
104104
containers:
105105
- name: keycloak
106-
image: docker.io/camunda/keycloak:26.3.1
106+
image: docker.io/camunda/keycloak:26.3.2
107107
imagePullPolicy: IfNotPresent
108108
securityContext:
109109
allowPrivilegeEscalation: false

charts/camunda-platform-8.7/test/unit/console/golden/configmap.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.7.61"
14+
app.kubernetes.io/version: "8.7.62"
1515
data:
1616
application.yaml: |-
1717
# https://docs.camunda.io/docs/self-managed/console-deployment/configuration/

charts/camunda-platform-8.7/test/unit/console/golden/deployment.golden.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.7.61"
14+
app.kubernetes.io/version: "8.7.62"
1515
annotations:
1616
{}
1717
spec:
@@ -49,7 +49,7 @@ spec:
4949
type: RuntimeDefault
5050
containers:
5151
- name: camunda-platform
52-
image: camunda/console:8.7.61
52+
image: camunda/console:8.7.62
5353
imagePullPolicy: IfNotPresent
5454
securityContext:
5555
allowPrivilegeEscalation: false

charts/camunda-platform-8.7/test/unit/console/golden/ingress-all-enabled.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.7.61"
14+
app.kubernetes.io/version: "8.7.62"
1515
annotations:
1616
ingress.kubernetes.io/rewrite-target: /
1717
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k

charts/camunda-platform-8.7/test/unit/console/golden/ingress.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.7.61"
14+
app.kubernetes.io/version: "8.7.62"
1515
annotations:
1616
ingress.kubernetes.io/rewrite-target: /
1717
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k

charts/camunda-platform-8.7/test/unit/console/golden/service.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.7.61"
14+
app.kubernetes.io/version: "8.7.62"
1515
annotations:
1616
spec:
1717
type: ClusterIP

charts/camunda-platform-8.7/test/unit/console/golden/serviceaccount.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ metadata:
1111
app.kubernetes.io/managed-by: Helm
1212
app.kubernetes.io/part-of: camunda-platform
1313
app.kubernetes.io/component: console
14-
app.kubernetes.io/version: "8.7.61"
14+
app.kubernetes.io/version: "8.7.62"
1515
automountServiceAccountToken: false

charts/camunda-platform-8.7/values-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ console:
1313
# https://hub.docker.com/r/camunda/console/tags
1414
image:
1515
repository: camunda/console
16-
tag: 8.7.61
16+
tag: 8.7.62
1717

1818
connectors:
1919
# https://hub.docker.com/r/camunda/connectors-bundle/tags

charts/camunda-platform-8.7/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ console:
489489
## @param console.image.repository defines which image repository to use
490490
repository: camunda/console
491491
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
492-
tag: 8.7.61
492+
tag: 8.7.62
493493
## @param console.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
494494
digest: ""
495495
## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
@@ -2720,7 +2720,7 @@ identityKeycloak:
27202720
## @param identityKeycloak.image.repository image repo
27212721
repository: camunda/keycloak
27222722
## @param identityKeycloak.image.tag image tag
2723-
tag: 26.3.1
2723+
tag: 26.3.2
27242724
## @param identityKeycloak.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
27252725
digest: ""
27262726

0 commit comments

Comments
 (0)