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 Oct 4, 2024
1 parent 708c9de commit e6c1e47
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions charts/camunda-platform-8.6/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. | `""` |
| `console.image.repository` | defines which image repository to use | `camunda/console` |
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.6.0` |
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.6.5` |
| `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 Expand Up @@ -1405,7 +1405,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `identityKeycloak.nameOverride` | the name used for Keycloak. | `keycloak` |
| `identityKeycloak.image` | configuration. | |
| `identityKeycloak.image.repository` | image repo | `camunda/keycloak` |
| `identityKeycloak.image.tag` | image tag | `25.0.4` |
| `identityKeycloak.image.tag` | image tag | `25.0.6` |
| `identityKeycloak.postgresql` | configuration. | |
| `identityKeycloak.postgresql.image.repository` | image repo | `bitnami/postgresql` |
| `identityKeycloak.postgresql.image.tag` | image tag | `15.8.0` |
Expand Down Expand Up @@ -1765,7 +1765,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `connectors.image` | configuration to configure the Connectors image specifics | |
| `connectors.image.registry` | can be used to set container image registry. | `""` |
| `connectors.image.repository` | defines which image repository to use | `camunda/connectors-bundle` |
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.0` |
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.2` |
| `connectors.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `connectors.sidecars` | can be used to attach extra containers to the connectors deployment | `[]` |
| `connectors.initContainers` | can be used to set up extra init containers for the application Pod | `[]` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
enableServiceLinks: true
initContainers:
- name: prepare-write-dirs
image: docker.io/camunda/keycloak:25.0.4
image: docker.io/camunda/keycloak:25.0.6
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down Expand Up @@ -102,7 +102,7 @@ spec:
mountPath: /emptydir
containers:
- name: keycloak
image: docker.io/camunda/keycloak:25.0.4
image: docker.io/camunda/keycloak:25.0.6
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: connectors
app.kubernetes.io/version: "8.6.0"
app.kubernetes.io/version: "8.6.2"
annotations:
{}
spec:
Expand All @@ -35,7 +35,7 @@ spec:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: connectors
app.kubernetes.io/version: "8.6.0"
app.kubernetes.io/version: "8.6.2"
annotations:
spec:
imagePullSecrets:
Expand All @@ -44,7 +44,7 @@ spec:
[]
containers:
- name: connectors
image: camunda/connectors-bundle:8.6.0
image: camunda/connectors-bundle:8.6.2
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: connectors
app.kubernetes.io/version: "8.6.0"
app.kubernetes.io/version: "8.6.2"
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: connectors
app.kubernetes.io/version: "8.6.0"
app.kubernetes.io/version: "8.6.2"
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: connectors
app.kubernetes.io/version: "8.6.0"
app.kubernetes.io/version: "8.6.2"
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: connectors
app.kubernetes.io/version: "8.6.0"
app.kubernetes.io/version: "8.6.2"
automountServiceAccountToken: false
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.6.0"
app.kubernetes.io/version: "8.6.5"
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.6.0"
app.kubernetes.io/version: "8.6.5"
annotations:
{}
spec:
Expand Down Expand Up @@ -49,7 +49,7 @@ spec:
type: RuntimeDefault
containers:
- name: camunda-platform
image: camunda/console:8.6.0
image: camunda/console:8.6.5
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.6.0"
app.kubernetes.io/version: "8.6.5"
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.6.0"
app.kubernetes.io/version: "8.6.5"
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.6.0"
app.kubernetes.io/version: "8.6.5"
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.6.0"
app.kubernetes.io/version: "8.6.5"
automountServiceAccountToken: false

0 comments on commit e6c1e47

Please sign in to comment.