Skip to content

Commit

Permalink
chore(deps): update camunda/optimize docker tag to v8.6.1 (#2461)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 1c7513b commit 4b5724b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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 @@ -1078,7 +1078,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.0` |
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.1` |
| `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.0"
app.kubernetes.io/version: "8.6.1"
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.0"
app.kubernetes.io/version: "8.6.1"
annotations:
spec:
imagePullSecrets:
[]
initContainers:
- name: migration
image: camunda/optimize:8.6.0
image: camunda/optimize:8.6.1
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.0
image: camunda/optimize:8.6.1
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.0"
app.kubernetes.io/version: "8.6.1"
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.0"
app.kubernetes.io/version: "8.6.1"
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.0"
app.kubernetes.io/version: "8.6.1"
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.0"
app.kubernetes.io/version: "8.6.1"
automountServiceAccountToken: false
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.6/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ optimize:
# https://hub.docker.com/r/camunda/optimize/tags
image:
repository: camunda/optimize
tag: 8.6.0
tag: 8.6.1

tasklist:
# https://hub.docker.com/r/camunda/tasklist/tags
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.6/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ optimize:
## @param optimize.image.repository defines which image repository to use
repository: camunda/optimize
## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.6.0
tag: 8.6.1
## @param optimize.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 4b5724b

Please sign in to comment.