Skip to content

Commit

Permalink
chore(deps): update camunda-platform-latest (patch) (#2409)
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 2, 2024
1 parent 826ad84 commit 26d0b0f
Show file tree
Hide file tree
Showing 40 changed files with 58 additions and 58 deletions.
10 changes: 5 additions & 5 deletions charts/camunda-platform-latest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `zeebe.image` | configuration to configure the zeebe image specifics | |
| `zeebe.image.registry` | can be used to set container image registry. | `""` |
| `zeebe.image.repository` | defines which image repository to use | `camunda/zeebe` |
| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.7` |
| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.8` |
| `zeebe.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `zeebe.sidecars` | can be used to attach extra containers to the zeebe deployment | `[]` |
| `zeebe.clusterSize` | defines the amount of brokers (=replicas), which are deployed via helm | `3` |
Expand Down Expand Up @@ -755,7 +755,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `zeebeGateway.image` | configuration to configure the ZeebeGateway image specifics | |
| `zeebeGateway.image.registry` | can be used to set container image registry. | `""` |
| `zeebeGateway.image.repository` | defines which image repository to use | `camunda/zeebe` |
| `zeebeGateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.7` |
| `zeebeGateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.8` |
| `zeebeGateway.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `zeebeGateway.sidecars` | can be used to attach extra containers to the ZeebeGateway deployment | `[]` |
| `zeebeGateway.podAnnotations` | can be used to define extra gateway pod annotations | `{}` |
Expand Down Expand Up @@ -985,7 +985,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `tasklist.image` | configuration to configure the tasklist image specifics | |
| `tasklist.image.registry` | can be used to set container image registry. | `""` |
| `tasklist.image.repository` | defines which image repository to use | `camunda/tasklist` |
| `tasklist.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.7` |
| `tasklist.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.8` |
| `tasklist.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `tasklist.sidecars` | can be used to attach extra containers to the tasklist deployment | `[]` |
| `tasklist.initContainers` | can be used to set up extra init containers for the application Pod | `[]` |
Expand Down Expand Up @@ -1082,7 +1082,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.5.5` |
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.6` |
| `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 Expand Up @@ -1384,7 +1384,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.8` |
| `webModeler.image.tag` | can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag) | `8.5.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 WebModeler available on a custom sub-path. This is mainly used to run the Camunda web applications under a single domain. | `""` |

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.5.5"
app.kubernetes.io/version: "8.5.6"
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.5.5"
app.kubernetes.io/version: "8.5.6"
annotations:
spec:
imagePullSecrets:
[]
initContainers:
- name: migration
image: camunda/optimize:8.5.5
image: camunda/optimize:8.5.6
command: ['./upgrade/upgrade.sh', '--skip-warning']
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
name: environment-config
containers:
- name: optimize
image: camunda/optimize:8.5.5
image: camunda/optimize:8.5.6
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.5.5"
app.kubernetes.io/version: "8.5.6"
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.5.5"
app.kubernetes.io/version: "8.5.6"
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.5.5"
app.kubernetes.io/version: "8.5.6"
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.5.5"
app.kubernetes.io/version: "8.5.6"
automountServiceAccountToken: false
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: tasklist
app.kubernetes.io/version: "8.5.7"
app.kubernetes.io/version: "8.5.8"
data:
application.yml: |
spring:
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: tasklist
app.kubernetes.io/version: "8.5.7"
app.kubernetes.io/version: "8.5.8"
annotations:
{}
spec:
Expand All @@ -35,7 +35,7 @@ spec:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: tasklist
app.kubernetes.io/version: "8.5.7"
app.kubernetes.io/version: "8.5.8"
annotations:
spec:
imagePullSecrets:
Expand All @@ -44,7 +44,7 @@ spec:
[]
containers:
- name: tasklist
image: camunda/tasklist:8.5.7
image: camunda/tasklist:8.5.8
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: tasklist
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
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: tasklist
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
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: tasklist
app.kubernetes.io/version: "8.5.7"
app.kubernetes.io/version: "8.5.8"
annotations:
spec:
type: ClusterIP
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: web-modeler
app.kubernetes.io/version: "8.5.8"
app.kubernetes.io/version: "8.5.9"
annotations:
{}
data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
[]
containers:
- name: web-modeler-restapi
image: "registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.8"
image: "registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.9"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
[]
containers:
- name: web-modeler-webapp
image: "registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.8"
image: "registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.9"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
[]
containers:
- name: web-modeler-websockets
image: "registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.8"
image: "registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.9"
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: web-modeler
app.kubernetes.io/version: "8.5.8"
app.kubernetes.io/version: "8.5.9"
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: web-modeler
app.kubernetes.io/version: "8.5.8"
app.kubernetes.io/version: "8.5.9"
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: web-modeler
app.kubernetes.io/version: "8.5.8"
app.kubernetes.io/version: "8.5.9"
annotations:
{}
type: Opaque
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: web-modeler
app.kubernetes.io/version: "8.5.8"
app.kubernetes.io/version: "8.5.9"
automountServiceAccountToken: false
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: zeebe-gateway
app.kubernetes.io/version: "8.5.7"
app.kubernetes.io/version: "8.5.8"
apiVersion: v1
data:
gateway-log4j2.xml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: zeebe-gateway
app.kubernetes.io/version: "8.5.7"
app.kubernetes.io/version: "8.5.8"
apiVersion: v1
data:
gateway-log4j2.xml: |
Expand Down
Loading

0 comments on commit 26d0b0f

Please sign in to comment.