diff --git a/charts/camunda-platform-alpha/README.md b/charts/camunda-platform-alpha/README.md index 190e5c9dcd..fdd69aded8 100644 --- a/charts/camunda-platform-alpha/README.md +++ b/charts/camunda-platform-alpha/README.md @@ -536,7 +536,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.0-alpha5` | +| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.6.0` | | `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` | @@ -625,7 +625,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.6.0-alpha5` | +| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.0` | | `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` | @@ -746,7 +746,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.6.0-alpha5` | +| `zeebeGateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.0` | | `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 | `{}` | @@ -869,7 +869,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `operate.image` | configuration to configure the Operate image specifics | | | `operate.image.registry` | can be used to set container image registry. | `""` | | `operate.image.repository` | defines which image repository to use | `camunda/operate` | -| `operate.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.0-alpha5` | +| `operate.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.0` | | `operate.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `operate.migration` | configuration for Operate migration | | | `operate.migration.enabled` | if true, run Operate migration script as an init container | `true` | @@ -979,7 +979,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.6.0-alpha5` | +| `tasklist.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.0` | | `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 | `[]` | @@ -1079,7 +1079,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.0-alpha5` | +| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.0` | | `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` | @@ -1282,7 +1282,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.0-alpha5` | +| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.0` | | `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 | `[]` | @@ -1456,16 +1456,16 @@ Please see the corresponding [release guide](../../docs/release.md) to find out ### WebModeler Parameters -| Name | Description | Value | -| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -| `webModeler.enabled` | if true, the WebModeler deployment and its related resources are deployed via a helm release | `false` | -| `webModeler.fullnameOverride` | can be used to override the full name of the WebModeler resources | `""` | -| `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) | `""` | -| `webModeler.image.tag` | can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag) | `8.6.0-alpha5` | -| `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. | `""` | +| Name | Description | Value | +| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- | ------- | +| `webModeler.enabled` | if true, the WebModeler deployment and its related resources are deployed via a helm release | `false` | +| `webModeler.fullnameOverride` | can be used to override the full name of the WebModeler resources | `""` | +| `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) | `""` | +| `webModeler.image.tag` | can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag) | `8.6.0` | +| `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. | `""` | ### WebModeler - RestAPI Parameters @@ -1766,7 +1766,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.0-alpha5` | +| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.0` | | `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 | `[]` | @@ -1864,7 +1864,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `elasticsearch.global.compatibility` | Compatibility adaptations for Kubernetes platforms | | | `elasticsearch.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" }}` | | `elasticsearch.image.repository` | | `bitnami/elasticsearch` | -| `elasticsearch.image.tag` | | `8.15.2` | +| `elasticsearch.image.tag` | | `8.15.3` | | `elasticsearch.master.replicaCount` | defines number of master-elegible replicas to deploy | `3` | | `elasticsearch.master.podAntiAffinityPreset` | defines Pod anti-affinity preset. Ignored if master.affinity is set | `hard` | | `elasticsearch.master.containerSecurityContext.readOnlyRootFilesystem` | | `true` |