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 Feb 28, 2025
1 parent a4c541f commit 9eccc53
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `optimize.image` | configuration to configure the Optimize image specifics | |
| `optimize.image.registry` | can be used to set container image registry | `""` |
| `optimize.image.repository` | defines which image repository to use | `camunda/optimize` |
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.5` |
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.6` |
| `optimize.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `optimize.migration` | configuration for Optimize migration | |
| `optimize.migration.enabled` | if true, run Optimize migration script as an init container | `true` |
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: optimize
app.kubernetes.io/version: "8.6.5"
app.kubernetes.io/version: "8.6.6"
annotations:
{}
spec:
Expand All @@ -35,14 +35,14 @@ spec:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: optimize
app.kubernetes.io/version: "8.6.5"
app.kubernetes.io/version: "8.6.6"
annotations:
spec:
imagePullSecrets:
[]
initContainers:
- name: migration
image: camunda/optimize:8.6.5
image: camunda/optimize:8.6.6
command: ['./upgrade/upgrade.sh', '--skip-warning']
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
name: environment-config
containers:
- name: optimize
image: camunda/optimize:8.6.5
image: camunda/optimize:8.6.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: optimize
app.kubernetes.io/version: "8.6.5"
app.kubernetes.io/version: "8.6.6"
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: optimize
app.kubernetes.io/version: "8.6.5"
app.kubernetes.io/version: "8.6.6"
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: optimize
app.kubernetes.io/version: "8.6.5"
app.kubernetes.io/version: "8.6.6"
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: optimize
app.kubernetes.io/version: "8.6.5"
app.kubernetes.io/version: "8.6.6"
automountServiceAccountToken: false

0 comments on commit 9eccc53

Please sign in to comment.