Skip to content

Commit

Permalink
chore(deps): update camunda/console docker tag to v8.5.68 (#2090)
Browse files Browse the repository at this point in the history
* chore(deps): update camunda/console docker tag to v8.5.68

* chore(deps): post upgrade tasks - update golden files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent a02bb61 commit a0bfe4b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: console
app.kubernetes.io/version: "8.5.67"
app.kubernetes.io/version: "8.5.68"
data:
application.yaml: |-
# https://docs.camunda.io/docs/self-managed/console-deployment/configuration/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: console
app.kubernetes.io/version: "8.5.67"
app.kubernetes.io/version: "8.5.68"
annotations:
{}
spec:
Expand Down Expand Up @@ -47,7 +47,7 @@ spec:
type: RuntimeDefault
containers:
- name: camunda-platform
image: registry.camunda.cloud/console/console-sm:8.5.67
image: registry.camunda.cloud/console/console-sm:8.5.68
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: console
app.kubernetes.io/version: "8.5.67"
app.kubernetes.io/version: "8.5.68"
annotations:
ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: console
app.kubernetes.io/version: "8.5.67"
app.kubernetes.io/version: "8.5.68"
annotations:
ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: console
app.kubernetes.io/version: "8.5.67"
app.kubernetes.io/version: "8.5.68"
annotations:
spec:
type: ClusterIP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: console
app.kubernetes.io/version: "8.5.67"
app.kubernetes.io/version: "8.5.68"
automountServiceAccountToken: false
2 changes: 1 addition & 1 deletion charts/camunda-platform-latest/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ console:
# registry.camunda.cloud/console
image:
# renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm
tag: 8.5.67
tag: 8.5.68

connectors:
# https://hub.docker.com/r/camunda/connectors-bundle/tags
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-latest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ console:
repository: console/console-sm
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
# renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm
tag: 8.5.67
tag: 8.5.68
## @param console.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 a0bfe4b

Please sign in to comment.