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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1118,7 +1118,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1118
1118
| `optimize.image` | configuration to configure the Optimize image specifics | |
1119
1119
| `optimize.image.registry` | can be used to set container image registry | `""` |
1120
1120
| `optimize.image.repository` | defines which image repository to use | `camunda/optimize` |
1121
-
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.18` |
1121
+
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.6.19` |
1122
1122
| `optimize.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
1123
1123
| `optimize.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
1124
1124
| `optimize.migration` | configuration for Optimize migration | |
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.6/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1801,7 +1801,7 @@ optimize:
1801
1801
## @param optimize.image.repository defines which image repository to use
1802
1802
repository: camunda/optimize
1803
1803
## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart
1804
-
tag: 8.6.18
1804
+
tag: 8.6.19
1805
1805
## @param optimize.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1806
1806
digest: ""
1807
1807
## @param optimize.image.pullSecrets can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
0 commit comments