You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.8/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -583,7 +583,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
583
583
| `identity.image` | configuration to configure the identity image specifics | |
584
584
| `identity.image.registry` | can be used to set container image registry. | `""` |
585
585
| `identity.image.repository` | defines which image repository to use | `camunda/identity` |
586
-
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha7` |
586
+
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha8` |
587
587
| `identity.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
588
588
| `identity.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
589
589
| `identity.multitenancy` | | |
@@ -789,7 +789,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
789
789
| `console.overrideConfiguration` | When populated, it will override the configuration passed to Console, either auto-generated configuration or passed via `console.configuration` | `""` |
790
790
| `console.image.registry` | can be used to set container image registry. | `""` |
791
791
| `console.image.repository` | defines which image repository to use | `camunda/console` |
792
-
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.8.0-alpha7` |
792
+
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.8.0-alpha8` |
793
793
| `console.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
794
794
| `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
795
795
| `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` |
@@ -1197,7 +1197,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1197
1197
| `connectors.image` | configuration to configure the Connectors image specifics | |
1198
1198
| `connectors.image.registry` | can be used to set container image registry. | `""` |
1199
1199
| `connectors.image.repository` | defines which image repository to use | `camunda/connectors-bundle` |
1200
-
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha7` |
1200
+
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha8` |
1201
1201
| `connectors.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
1202
1202
| `connectors.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
1203
1203
| `connectors.sidecars` | can be used to attach extra containers to the connectors deployment | `[]` |
@@ -1318,7 +1318,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1318
1318
| `orchestration.image` | configuration to configure the image specifics | |
1319
1319
| `orchestration.image.registry` | can be used to set container image registry. | `""` |
1320
1320
| `orchestration.image.repository` | defines which image repository to use | `camunda/camunda` |
1321
-
| `orchestration.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha7` |
1321
+
| `orchestration.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha8` |
1322
1322
| `orchestration.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
1323
1323
| `orchestration.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
1324
1324
| `orchestration.migration` | configuration for migration purposes for the orchestration cluster | |
@@ -1508,7 +1508,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1508
1508
| `optimize.image` | configuration to configure the Optimize image specifics | |
1509
1509
| `optimize.image.registry` | can be used to set container image registry | `""` |
1510
1510
| `optimize.image.repository` | defines which image repository to use | `camunda/optimize` |
1511
-
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha7` |
1511
+
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.8.0-alpha8` |
1512
1512
| `optimize.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
1513
1513
| `optimize.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
1514
1514
| `optimize.migration` | configuration for Optimize migration | |
0 commit comments