Skip to content

Commit

Permalink
chore(deps): post upgrade tasks - update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 11, 2024
1 parent 555b691 commit c782a7a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/camunda-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,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

0 comments on commit c782a7a

Please sign in to comment.