Skip to content

Commit

Permalink
chore(deps): update camunda-platform-8.4 (patch) (#2276)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Rodriguez <[email protected]>
  • Loading branch information
renovate[bot] and drodriguez-305 authored Sep 5, 2024
1 parent c56d4af commit 77b52f4
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `webModeler.nameOverride` | can be used to partly override the name of the Web Modeler resources (names will still be prefixed with the release name) | `""` |
| `webModeler.image` | configuration of the Web Modeler Docker images | |
| `webModeler.image.registry` | can be used to set the Docker registry for the Web Modeler images (overwrites global.image.registry) | `registry.camunda.cloud` |
| `webModeler.image.tag` | can be used to set the Docker image tag for the Web Modeler images (overwrites global.image.tag) | `8.4.8` |
| `webModeler.image.tag` | can be used to set the Docker image tag for the Web Modeler images (overwrites global.image.tag) | `8.4.9` |
| `webModeler.image.pullSecrets` | can be used to configure image pull secrets, see https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `webModeler.contextPath` | can be used to make Web Modeler available on a custom sub-path. This is mainly used to run the Camunda web applications under a single domain. | `""` |

Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module camunda-platform
go 1.22.0

require (
github.com/gruntwork-io/terratest v0.47.0
github.com/gruntwork-io/terratest v0.47.1
github.com/stretchr/testify v1.9.0
k8s.io/api v0.28.4
)
Expand Down
2 changes: 2 additions & 0 deletions charts/camunda-platform-8.4/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ github.com/gruntwork-io/terratest v0.46.16 h1:l+HHuU7lNLwoAl2sP8zkYJy0uoE2Mwha2n
github.com/gruntwork-io/terratest v0.46.16/go.mod h1:oywHw1cFKXSYvKPm27U7quZVzDUlA22H2xUrKCe26xM=
github.com/gruntwork-io/terratest v0.47.0 h1:xIy1pT7NbGVlMLDZEHl3+3iSnvffh8tN2pL6idn448c=
github.com/gruntwork-io/terratest v0.47.0/go.mod h1:oywHw1cFKXSYvKPm27U7quZVzDUlA22H2xUrKCe26xM=
github.com/gruntwork-io/terratest v0.47.1 h1:qOaxnL7Su5+KpDHYUN/ek1jn8ImvCKtOkaY4OSMS4tI=
github.com/gruntwork-io/terratest v0.47.1/go.mod h1:LnYX8BN5WxUMpDr8rtD39oToSL4CBERWSCusbJ0d/64=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
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.4.8"
app.kubernetes.io/version: "8.4.9"
release: metrics
spec:
selector:
Expand All @@ -34,7 +34,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.4.8"
app.kubernetes.io/version: "8.4.9"
release: metrics
spec:
selector:
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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: web-modeler
annotations:
{}
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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: restapi
annotations:
{}
Expand All @@ -34,7 +34,7 @@ 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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: restapi
spec:
imagePullSecrets:
Expand All @@ -43,7 +43,7 @@ spec:
[]
containers:
- name: web-modeler-restapi
image: "registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.4.8"
image: "registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.4.9"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: webapp
annotations:
{}
Expand All @@ -34,7 +34,7 @@ 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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: webapp
spec:
imagePullSecrets:
Expand All @@ -43,7 +43,7 @@ spec:
[]
containers:
- name: web-modeler-webapp
image: "registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.4.8"
image: "registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.4.9"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: websockets
annotations:
{}
Expand All @@ -34,7 +34,7 @@ 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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: websockets
spec:
imagePullSecrets:
Expand All @@ -43,7 +43,7 @@ spec:
[]
containers:
- name: web-modeler-websockets
image: "registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.4.8"
image: "registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.4.9"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: web-modeler
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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: web-modeler
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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: web-modeler
annotations:
{}
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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: restapi
annotations:
spec:
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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: webapp
annotations:
spec:
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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: websockets
annotations:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ 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.4.8
app.kubernetes.io/version: 8.4.9
app.kubernetes.io/component: web-modeler
automountServiceAccountToken: false
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ webModeler:
# registry.camunda.cloud/web-modeler-ee
image:
# renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi
tag: 8.4.8
tag: 8.4.9

zeebe:
# https://hub.docker.com/r/camunda/zeebe/tags?page=&page_size=&ordering=&name=8.4
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@ webModeler:
registry: registry.camunda.cloud
## @param webModeler.image.tag can be used to set the Docker image tag for the Web Modeler images (overwrites global.image.tag)
# renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi
tag: 8.4.8
tag: 8.4.9
## @param webModeler.image.pullSecrets can be used to configure image pull secrets, see https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
# Note: A secret will be required, if the Web Modeler images are pulled directly from Camunda's private registry.
#
Expand Down

0 comments on commit 77b52f4

Please sign in to comment.