Skip to content

deps: update camunda-platform-8.6 (patch) #3313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.6/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies:
# Shared Dependencies.
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.6.2
version: 21.6.3
condition: "elasticsearch.enabled"
# Helpers.
- name: common
Expand Down
8 changes: 4 additions & 4 deletions charts/camunda-platform-8.6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,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.82` |
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.6.83` |
| `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 @@ -1222,7 +1222,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `identity.image` | configuration to configure the identity image specifics | |
| `identity.image.registry` | can be used to set container image registry. | `""` |
| `identity.image.repository` | defines which image repository to use | `camunda/identity` |
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.10` |
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.11` |
| `identity.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `identity.sidecars` | can be used to attach extra containers to the identity deployment | `[]` |
| `identity.initContainers` | can be used to set up extra init containers for the application Pod | `[]` |
Expand Down Expand Up @@ -1672,7 +1672,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `postgresql.global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: force (perform the adaptation always), disabled (do not perform adaptation) | `{{ .Values.global.compatibility.openshift.adaptSecurityContext | default "disabled" }}` |
| `postgresql.nameOverride` | defines the name of the Postgres resources (names will be prefixed with the release name), see https://github.com/bitnami/charts/tree/main/bitnami/postgresql#common-parameters | `postgresql-web-modeler` |
| `postgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` |
| `postgresql.image.tag` | PostgreSQL image tag | `14.17.0-debian-12-r10` |
| `postgresql.image.tag` | PostgreSQL image tag | `14.17.0-debian-12-r17` |
| `postgresql.auth` | configuration of the database authentication | |
| `postgresql.auth.username` | defines the name of the database user to be created for WebModeler | `web-modeler` |
| `postgresql.auth.password` | can be used to provide the database user's password; a random password will be generated if left empty / ignored if `postgresql.auth.existingSecret` is set | `""` |
Expand Down Expand Up @@ -1706,7 +1706,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.10` |
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.11` |
| `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.10"
app.kubernetes.io/version: "8.6.11"
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.10"
app.kubernetes.io/version: "8.6.11"
annotations:
spec:
imagePullSecrets:
Expand All @@ -44,7 +44,7 @@ spec:
[]
containers:
- name: connectors
image: camunda/connectors-bundle:8.6.10
image: camunda/connectors-bundle:8.6.11
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.10"
app.kubernetes.io/version: "8.6.11"
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.10"
app.kubernetes.io/version: "8.6.11"
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.10"
app.kubernetes.io/version: "8.6.11"
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.10"
app.kubernetes.io/version: "8.6.11"
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.82"
app.kubernetes.io/version: "8.6.83"
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.82"
app.kubernetes.io/version: "8.6.83"
annotations:
{}
spec:
Expand Down Expand Up @@ -49,7 +49,7 @@ spec:
type: RuntimeDefault
containers:
- name: camunda-platform
image: camunda/console:8.6.82
image: camunda/console:8.6.83
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.82"
app.kubernetes.io/version: "8.6.83"
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.82"
app.kubernetes.io/version: "8.6.83"
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.82"
app.kubernetes.io/version: "8.6.83"
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.82"
app.kubernetes.io/version: "8.6.83"
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: identity
app.kubernetes.io/version: "8.6.10"
app.kubernetes.io/version: "8.6.11"
annotations:
{}
data:
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: identity
app.kubernetes.io/version: "8.6.10"
app.kubernetes.io/version: "8.6.11"
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: identity
app.kubernetes.io/version: "8.6.10"
app.kubernetes.io/version: "8.6.11"
annotations:
spec:
imagePullSecrets:
Expand All @@ -44,7 +44,7 @@ spec:
[]
containers:
- name: camunda-platform
image: camunda/identity:8.6.10
image: camunda/identity:8.6.11
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: identity
app.kubernetes.io/version: "8.6.10"
app.kubernetes.io/version: "8.6.11"
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: identity
app.kubernetes.io/version: "8.6.10"
app.kubernetes.io/version: "8.6.11"
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: identity
app.kubernetes.io/version: "8.6.10"
app.kubernetes.io/version: "8.6.11"
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: identity
app.kubernetes.io/version: "8.6.10"
app.kubernetes.io/version: "8.6.11"
automountServiceAccountToken: true
6 changes: 3 additions & 3 deletions charts/camunda-platform-8.6/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ console:
# https://hub.docker.com/r/camunda/console/tags
image:
repository: camunda/console
tag: 8.6.82
tag: 8.6.83

connectors:
# https://hub.docker.com/r/camunda/connectors-bundle/tags
image:
repository: camunda/connectors-bundle
tag: 8.6.10
tag: 8.6.11

operate:
# https://hub.docker.com/r/camunda/operate/tags
Expand Down Expand Up @@ -65,7 +65,7 @@ identity:
# https://hub.docker.com/r/camunda/identity/tags
image:
repository: camunda/identity
tag: 8.6.10
tag: 8.6.11

identityKeycloak:
# https://hub.docker.com/r/bitnami/keycloak/tags
Expand Down
Loading
Loading