Skip to content

Commit

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

* 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 14, 2024
1 parent 85df4e7 commit 9148f7e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/camunda-platform-latest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `console.configuration` | Configuration passed directly to Console as YAML file. More details on [Console official documenations](https://docs.camunda.io/docs/self-managed/console-deployment/configuration/) | `""` |
| `console.image.registry` | can be used to set container image registry. | `registry.camunda.cloud` |
| `console.image.repository` | defines which image repository to use | `console/console-sm` |
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.5.50` |
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.5.52` |
| `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` |
| `console.replicas` | Number of Console replicas | `1` |
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.50"
app.kubernetes.io/version: "8.5.52"
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.50"
app.kubernetes.io/version: "8.5.52"
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.50
image: registry.camunda.cloud/console/console-sm:8.5.52
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.50"
app.kubernetes.io/version: "8.5.52"
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.50"
app.kubernetes.io/version: "8.5.52"
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.50"
app.kubernetes.io/version: "8.5.52"
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.50"
app.kubernetes.io/version: "8.5.52"
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 @@ -14,7 +14,7 @@ console:
# registry.camunda.cloud/console
image:
# renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm
tag: 8.5.50
tag: 8.5.52

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 @@ -370,7 +370,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.50
tag: 8.5.52
## @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 9148f7e

Please sign in to comment.