From 7fa8cd3b90ce134ee440a0c930e30793630bbfe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:26:01 +0000 Subject: [PATCH] chore(deps): update camunda-platform-latest (patch) (#2336) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/camunda-platform-latest/README.md | 4 ++-- .../test/unit/console/golden/configmap.golden.yaml | 2 +- .../test/unit/console/golden/deployment.golden.yaml | 4 ++-- .../test/unit/console/golden/ingress-all-enabled.golden.yaml | 2 +- .../test/unit/console/golden/ingress.golden.yaml | 2 +- .../test/unit/console/golden/service.golden.yaml | 2 +- .../test/unit/console/golden/serviceaccount.golden.yaml | 2 +- .../test/unit/web-modeler/golden/configmap-shared.golden.yaml | 2 +- .../unit/web-modeler/golden/deployment-restapi.golden.yaml | 2 +- .../unit/web-modeler/golden/deployment-webapp.golden.yaml | 2 +- .../unit/web-modeler/golden/deployment-websockets.golden.yaml | 2 +- .../unit/web-modeler/golden/ingress-all-enabled.golden.yaml | 2 +- .../test/unit/web-modeler/golden/ingress.golden.yaml | 2 +- .../test/unit/web-modeler/golden/secret-shared.golden.yaml | 2 +- .../test/unit/web-modeler/golden/serviceaccount.golden.yaml | 2 +- charts/camunda-platform-latest/values-latest.yaml | 4 ++-- charts/camunda-platform-latest/values.yaml | 4 ++-- 17 files changed, 21 insertions(+), 21 deletions(-) diff --git a/charts/camunda-platform-latest/README.md b/charts/camunda-platform-latest/README.md index 0b7ebe5602..248b95598a 100644 --- a/charts/camunda-platform-latest/README.md +++ b/charts/camunda-platform-latest/README.md @@ -545,7 +545,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `console.configuration` | Configuration passed directly to Console as YAML file. More details on [Console official documenations](https://docs.camunda.io/docs/self-managed/console-deployment/configuration/) | `""` | | `console.image.registry` | can be used to set container image registry. | `registry.camunda.cloud` | | `console.image.repository` | defines which image repository to use | `console/console-sm` | -| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.5.97` | +| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.5.100` | | `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` | | `console.replicas` | Number of Console replicas | `1` | @@ -1383,7 +1383,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `webModeler.nameOverride` | can be used to partly override the name of the WebModeler resources (names will still be prefixed with the release name) | `""` | | `webModeler.image` | configuration of the WebModeler Docker images | | | `webModeler.image.registry` | can be used to set the Docker registry for the WebModeler images (overwrites global.image.registry) | `registry.camunda.cloud` | -| `webModeler.image.tag` | can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag) | `8.5.7` | +| `webModeler.image.tag` | can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag) | `8.5.8` | | `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 WebModeler available on a custom sub-path. This is mainly used to run the Camunda web applications under a single domain. | `""` | diff --git a/charts/camunda-platform-latest/test/unit/console/golden/configmap.golden.yaml b/charts/camunda-platform-latest/test/unit/console/golden/configmap.golden.yaml index 59fb896dbf..bf1c75a411 100644 --- a/charts/camunda-platform-latest/test/unit/console/golden/configmap.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/console/golden/configmap.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.5.97" + app.kubernetes.io/version: "8.5.100" data: application.yaml: |- # https://docs.camunda.io/docs/self-managed/console-deployment/configuration/ diff --git a/charts/camunda-platform-latest/test/unit/console/golden/deployment.golden.yaml b/charts/camunda-platform-latest/test/unit/console/golden/deployment.golden.yaml index d434081328..1b7f82ad6f 100644 --- a/charts/camunda-platform-latest/test/unit/console/golden/deployment.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/console/golden/deployment.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.5.97" + app.kubernetes.io/version: "8.5.100" annotations: {} spec: @@ -49,7 +49,7 @@ spec: type: RuntimeDefault containers: - name: camunda-platform - image: registry.camunda.cloud/console/console-sm:8.5.97 + image: registry.camunda.cloud/console/console-sm:8.5.100 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/charts/camunda-platform-latest/test/unit/console/golden/ingress-all-enabled.golden.yaml b/charts/camunda-platform-latest/test/unit/console/golden/ingress-all-enabled.golden.yaml index ab0a4fbf7e..45c867da8e 100644 --- a/charts/camunda-platform-latest/test/unit/console/golden/ingress-all-enabled.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/console/golden/ingress-all-enabled.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.5.97" + app.kubernetes.io/version: "8.5.100" annotations: ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/proxy-buffer-size: 128k diff --git a/charts/camunda-platform-latest/test/unit/console/golden/ingress.golden.yaml b/charts/camunda-platform-latest/test/unit/console/golden/ingress.golden.yaml index 9ab0566391..61d0495a78 100644 --- a/charts/camunda-platform-latest/test/unit/console/golden/ingress.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/console/golden/ingress.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.5.97" + app.kubernetes.io/version: "8.5.100" annotations: ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/proxy-buffer-size: 128k diff --git a/charts/camunda-platform-latest/test/unit/console/golden/service.golden.yaml b/charts/camunda-platform-latest/test/unit/console/golden/service.golden.yaml index 26f7afb18e..6410d5d061 100644 --- a/charts/camunda-platform-latest/test/unit/console/golden/service.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/console/golden/service.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.5.97" + app.kubernetes.io/version: "8.5.100" annotations: spec: type: ClusterIP diff --git a/charts/camunda-platform-latest/test/unit/console/golden/serviceaccount.golden.yaml b/charts/camunda-platform-latest/test/unit/console/golden/serviceaccount.golden.yaml index 6b226d2e9d..15589e2f4d 100644 --- a/charts/camunda-platform-latest/test/unit/console/golden/serviceaccount.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/console/golden/serviceaccount.golden.yaml @@ -11,5 +11,5 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: console - app.kubernetes.io/version: "8.5.97" + app.kubernetes.io/version: "8.5.100" automountServiceAccountToken: false \ No newline at end of file diff --git a/charts/camunda-platform-latest/test/unit/web-modeler/golden/configmap-shared.golden.yaml b/charts/camunda-platform-latest/test/unit/web-modeler/golden/configmap-shared.golden.yaml index f8d9c3c0eb..f471f0fcdc 100644 --- a/charts/camunda-platform-latest/test/unit/web-modeler/golden/configmap-shared.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/web-modeler/golden/configmap-shared.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: web-modeler - app.kubernetes.io/version: "8.5.7" + app.kubernetes.io/version: "8.5.8" annotations: {} data: diff --git a/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-restapi.golden.yaml b/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-restapi.golden.yaml index ff61d67d42..078117a94f 100644 --- a/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-restapi.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-restapi.golden.yaml @@ -41,7 +41,7 @@ spec: [] containers: - name: web-modeler-restapi - image: "registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.7" + image: "registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.8" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-webapp.golden.yaml b/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-webapp.golden.yaml index 970f167497..ae0e2f0f30 100644 --- a/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-webapp.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-webapp.golden.yaml @@ -41,7 +41,7 @@ spec: [] containers: - name: web-modeler-webapp - image: "registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.7" + image: "registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.8" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-websockets.golden.yaml b/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-websockets.golden.yaml index b51834a609..1b07dbf00b 100644 --- a/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-websockets.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-websockets.golden.yaml @@ -41,7 +41,7 @@ spec: [] containers: - name: web-modeler-websockets - image: "registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.7" + image: "registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.8" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/charts/camunda-platform-latest/test/unit/web-modeler/golden/ingress-all-enabled.golden.yaml b/charts/camunda-platform-latest/test/unit/web-modeler/golden/ingress-all-enabled.golden.yaml index 0c60bf8076..5488b67047 100644 --- a/charts/camunda-platform-latest/test/unit/web-modeler/golden/ingress-all-enabled.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/web-modeler/golden/ingress-all-enabled.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: web-modeler - app.kubernetes.io/version: "8.5.7" + app.kubernetes.io/version: "8.5.8" annotations: ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/proxy-buffer-size: 128k diff --git a/charts/camunda-platform-latest/test/unit/web-modeler/golden/ingress.golden.yaml b/charts/camunda-platform-latest/test/unit/web-modeler/golden/ingress.golden.yaml index b4425e73f2..44c7aaf682 100644 --- a/charts/camunda-platform-latest/test/unit/web-modeler/golden/ingress.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/web-modeler/golden/ingress.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: web-modeler - app.kubernetes.io/version: "8.5.7" + app.kubernetes.io/version: "8.5.8" annotations: ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/proxy-buffer-size: 128k diff --git a/charts/camunda-platform-latest/test/unit/web-modeler/golden/secret-shared.golden.yaml b/charts/camunda-platform-latest/test/unit/web-modeler/golden/secret-shared.golden.yaml index 6e50df56b1..69e2ce4885 100644 --- a/charts/camunda-platform-latest/test/unit/web-modeler/golden/secret-shared.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/web-modeler/golden/secret-shared.golden.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: web-modeler - app.kubernetes.io/version: "8.5.7" + app.kubernetes.io/version: "8.5.8" annotations: {} type: Opaque diff --git a/charts/camunda-platform-latest/test/unit/web-modeler/golden/serviceaccount.golden.yaml b/charts/camunda-platform-latest/test/unit/web-modeler/golden/serviceaccount.golden.yaml index a860064b1b..8e0eef87ac 100644 --- a/charts/camunda-platform-latest/test/unit/web-modeler/golden/serviceaccount.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/web-modeler/golden/serviceaccount.golden.yaml @@ -11,5 +11,5 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform app.kubernetes.io/component: web-modeler - app.kubernetes.io/version: "8.5.7" + app.kubernetes.io/version: "8.5.8" automountServiceAccountToken: false \ No newline at end of file diff --git a/charts/camunda-platform-latest/values-latest.yaml b/charts/camunda-platform-latest/values-latest.yaml index 6ef2b624dc..e58e5094e7 100644 --- a/charts/camunda-platform-latest/values-latest.yaml +++ b/charts/camunda-platform-latest/values-latest.yaml @@ -13,7 +13,7 @@ console: # registry.camunda.cloud/console image: # renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm - tag: 8.5.97 + tag: 8.5.100 connectors: # https://hub.docker.com/r/camunda/connectors-bundle/tags @@ -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.5.7 + tag: 8.5.8 zeebe: # https://hub.docker.com/r/camunda/zeebe/tags diff --git a/charts/camunda-platform-latest/values.yaml b/charts/camunda-platform-latest/values.yaml index e6072e7353..a836aa741e 100644 --- a/charts/camunda-platform-latest/values.yaml +++ b/charts/camunda-platform-latest/values.yaml @@ -394,7 +394,7 @@ console: repository: console/console-sm ## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag) # renovate: datasource=docker depName=camunda/console lookupName=registry.camunda.cloud/console/console-sm - tag: 8.5.97 + tag: 8.5.100 ## @param console.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod pullSecrets: [] @@ -2499,7 +2499,7 @@ webModeler: registry: registry.camunda.cloud ## @param webModeler.image.tag can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag) # renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi - tag: 8.5.7 + tag: 8.5.8 ## @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 WebModeler images are pulled directly from Camunda's private registry. #