Skip to content

Commit

Permalink
chore(deps): update camunda-platform-8.6 (patch) (#2644)
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 Dec 5, 2024
1 parent d68fa8e commit c12744a
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions charts/camunda-platform-8.6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,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. | `""` |
| `console.image.repository` | defines which image repository to use | `camunda/console` |
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.6.34` |
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.6.35` |
| `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` |
Expand Down Expand Up @@ -1106,7 +1106,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.6.2` |
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.3` |
| `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 @@ -1793,7 +1793,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `connectors.image` | configuration to configure the Connectors image specifics | |
| `connectors.image.registry` | can be used to set container image registry. | `""` |
| `connectors.image.repository` | defines which image repository to use | `camunda/connectors-bundle` |
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.4` |
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.5` |
| `connectors.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `connectors.sidecars` | can be used to attach extra containers to the connectors deployment | `[]` |
| `connectors.initContainers` | can be used to set up extra init containers for the application Pod | `[]` |
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: connectors
app.kubernetes.io/version: "8.6.4"
app.kubernetes.io/version: "8.6.5"
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: connectors
app.kubernetes.io/version: "8.6.4"
app.kubernetes.io/version: "8.6.5"
annotations:
spec:
imagePullSecrets:
Expand All @@ -44,7 +44,7 @@ spec:
[]
containers:
- name: connectors
image: camunda/connectors-bundle:8.6.4
image: camunda/connectors-bundle:8.6.5
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: connectors
app.kubernetes.io/version: "8.6.4"
app.kubernetes.io/version: "8.6.5"
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: connectors
app.kubernetes.io/version: "8.6.4"
app.kubernetes.io/version: "8.6.5"
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: connectors
app.kubernetes.io/version: "8.6.4"
app.kubernetes.io/version: "8.6.5"
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: connectors
app.kubernetes.io/version: "8.6.4"
app.kubernetes.io/version: "8.6.5"
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: console
app.kubernetes.io/version: "8.6.34"
app.kubernetes.io/version: "8.6.35"
data:
application.yaml: |-
# https://docs.camunda.io/docs/self-managed/console-deployment/configuration/
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: console
app.kubernetes.io/version: "8.6.34"
app.kubernetes.io/version: "8.6.35"
annotations:
{}
spec:
Expand Down Expand Up @@ -49,7 +49,7 @@ spec:
type: RuntimeDefault
containers:
- name: camunda-platform
image: camunda/console:8.6.34
image: camunda/console:8.6.35
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: console
app.kubernetes.io/version: "8.6.34"
app.kubernetes.io/version: "8.6.35"
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: console
app.kubernetes.io/version: "8.6.34"
app.kubernetes.io/version: "8.6.35"
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: console
app.kubernetes.io/version: "8.6.34"
app.kubernetes.io/version: "8.6.35"
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: console
app.kubernetes.io/version: "8.6.34"
app.kubernetes.io/version: "8.6.35"
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: optimize
app.kubernetes.io/version: "8.6.2"
app.kubernetes.io/version: "8.6.3"
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.6.2"
app.kubernetes.io/version: "8.6.3"
annotations:
spec:
imagePullSecrets:
[]
initContainers:
- name: migration
image: camunda/optimize:8.6.2
image: camunda/optimize:8.6.3
command: ['./upgrade/upgrade.sh', '--skip-warning']
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
name: environment-config
containers:
- name: optimize
image: camunda/optimize:8.6.2
image: camunda/optimize:8.6.3
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.6.2"
app.kubernetes.io/version: "8.6.3"
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.6.2"
app.kubernetes.io/version: "8.6.3"
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.6.2"
app.kubernetes.io/version: "8.6.3"
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.6.2"
app.kubernetes.io/version: "8.6.3"
automountServiceAccountToken: false
4 changes: 2 additions & 2 deletions charts/camunda-platform-8.6/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ connectors:
# https://hub.docker.com/r/camunda/connectors-bundle/tags
image:
repository: camunda/connectors-bundle
tag: 8.6.4
tag: 8.6.5

operate:
# https://hub.docker.com/r/camunda/operate/tags
Expand All @@ -29,7 +29,7 @@ optimize:
# https://hub.docker.com/r/camunda/optimize/tags
image:
repository: camunda/optimize
tag: 8.6.2
tag: 8.6.3

tasklist:
# https://hub.docker.com/r/camunda/tasklist/tags
Expand Down
6 changes: 3 additions & 3 deletions charts/camunda-platform-8.6/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ console:
## @param console.image.repository defines which image repository to use
repository: camunda/console
## @param console.image.tag can be used to set the Docker image tag for the Console image (overwrites global.image.tag)
tag: 8.6.34
tag: 8.6.35
## @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: []

Expand Down Expand Up @@ -1763,7 +1763,7 @@ optimize:
## @param optimize.image.repository defines which image repository to use
repository: camunda/optimize
## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.6.2
tag: 8.6.3
## @param optimize.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 Expand Up @@ -3454,7 +3454,7 @@ connectors:
## @param connectors.image.repository defines which image repository to use
repository: camunda/connectors-bundle
## @param connectors.image.tag can be set to overwrite the global tag, which should be used in that chart
tag: 8.6.4
tag: 8.6.5
## @param connectors.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 c12744a

Please sign in to comment.