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.6/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
@@ -658,7 +658,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
658
658
| `zeebe.image` | configuration to configure the zeebe image specifics | |
659
659
| `zeebe.image.registry` | can be used to set container image registry. | `""` |
660
660
| `zeebe.image.repository` | defines which image repository to use | `camunda/zeebe` |
661
-
| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.25` |
661
+
| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.26` |
662
662
| `zeebe.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
663
663
| `zeebe.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
664
664
| `zeebe.sidecars` | can be used to attach extra containers to the zeebe deployment | `[]` |
@@ -781,7 +781,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
781
781
| `zeebeGateway.image` | configuration to configure the ZeebeGateway image specifics | |
782
782
| `zeebeGateway.image.registry` | can be used to set container image registry. | `""` |
783
783
| `zeebeGateway.image.repository` | defines which image repository to use | `camunda/zeebe` |
784
-
| `zeebeGateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.25` |
784
+
| `zeebeGateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.26` |
785
785
| `zeebeGateway.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
786
786
| `zeebeGateway.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
787
787
| `zeebeGateway.sidecars` | can be used to attach extra containers to the ZeebeGateway deployment | `[]` |
@@ -906,7 +906,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
906
906
| `operate.image` | configuration to configure the Operate image specifics | |
907
907
| `operate.image.registry` | can be used to set container image registry. | `""` |
908
908
| `operate.image.repository` | defines which image repository to use | `camunda/operate` |
909
-
| `operate.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.25` |
909
+
| `operate.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.26` |
910
910
| `operate.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
911
911
| `operate.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
912
912
| `operate.migration` | configuration for Operate migration | |
@@ -1017,7 +1017,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1017
1017
| `tasklist.image` | configuration to configure the tasklist image specifics | |
1018
1018
| `tasklist.image.registry` | can be used to set container image registry. | `""` |
1019
1019
| `tasklist.image.repository` | defines which image repository to use | `camunda/tasklist` |
1020
-
| `tasklist.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.25` |
1020
+
| `tasklist.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.26` |
1021
1021
| `tasklist.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
1022
1022
| `tasklist.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
1023
1023
| `tasklist.sidecars` | can be used to attach extra containers to the tasklist deployment | `[]` |
@@ -1733,7 +1733,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1733
1733
| `connectors.image` | configuration to configure the Connectors image specifics | |
1734
1734
| `connectors.image.registry` | can be used to set container image registry. | `""` |
1735
1735
| `connectors.image.repository` | defines which image repository to use | `camunda/connectors-bundle` |
1736
-
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.17` |
1736
+
| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.18` |
1737
1737
| `connectors.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
1738
1738
| `connectors.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
1739
1739
| `connectors.sidecars` | can be used to attach extra containers to the connectors deployment | `[]` |
0 commit comments