Skip to content

Commit

Permalink
chore(deps): update camunda/tasklist docker tag to v8.2.29 (#2082)
Browse files Browse the repository at this point in the history
* chore(deps): update camunda/tasklist docker tag to v8.2.29

* chore(deps): post upgrade tasks - update golden files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent e6d8429 commit 90dbab7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.28"
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/component: tasklist
apiVersion: v1
data:
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.28"
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/component: tasklist
annotations:
{}
Expand All @@ -32,14 +32,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.28"
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/component: tasklist
spec:
imagePullSecrets:
[]
containers:
- name: tasklist
image: "camunda/tasklist:8.2.28"
image: "camunda/tasklist:8.2.29"
imagePullPolicy: IfNotPresent
env:
- name: SPRING_PROFILES_ACTIVE
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.28"
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/component: tasklist
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.28"
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/component: tasklist
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.28"
app.kubernetes.io/version: "8.2.29"
app.kubernetes.io/component: tasklist
spec:
type: ClusterIP
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 @@ -832,7 +832,7 @@ tasklist:
# Image.repository defines which image repository to use
repository: camunda/tasklist
# Image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.2.28
tag: 8.2.29
# 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 90dbab7

Please sign in to comment.