Skip to content

Commit

Permalink
chore(deps): update camunda/optimize docker tag to v8.2.13 (#2206)
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 Aug 9, 2024
1 parent 3c5b2d4 commit 642411a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.12"
app.kubernetes.io/version: "8.2.13"
app.kubernetes.io/component: optimize
annotations:
{}
Expand All @@ -34,14 +34,14 @@ spec:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.12"
app.kubernetes.io/version: "8.2.13"
app.kubernetes.io/component: optimize
spec:
imagePullSecrets:
[]
containers:
- name: optimize
image: "camunda/optimize:8.2.12"
image: "camunda/optimize:8.2.13"
imagePullPolicy: IfNotPresent
env:
- name: CAMUNDA_OPTIMIZE_ZEEBE_ENABLED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.12"
app.kubernetes.io/version: "8.2.13"
app.kubernetes.io/component: optimize
annotations:
ingress.kubernetes.io/rewrite-target: /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.12"
app.kubernetes.io/version: "8.2.13"
app.kubernetes.io/component: optimize
annotations:
ingress.kubernetes.io/rewrite-target: /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.12"
app.kubernetes.io/version: "8.2.13"
app.kubernetes.io/component: optimize
annotations:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ metadata:
app.kubernetes.io/instance: camunda-platform-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/version: "8.2.12"
app.kubernetes.io/version: "8.2.13"
app.kubernetes.io/component: optimize
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ optimize:
# https://hub.docker.com/r/camunda/optimize/tags?page=&page_size=&ordering=&name=8.2
image:
repository: camunda/optimize
tag: 8.2.12
tag: 8.2.13

tasklist:
# https://hub.docker.com/r/camunda/tasklist/tags?page=&page_size=&ordering=&name=8.2
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ optimize:
# Image.repository defines which image repository to use
repository: camunda/optimize
# Image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.2.12
tag: 8.2.13
# 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 642411a

Please sign in to comment.