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.7/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
@@ -1144,7 +1144,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1144
1144
| `optimize.image` | configuration to configure the Optimize image specifics | |
1145
1145
| `optimize.image.registry` | can be used to set container image registry | `""` |
1146
1146
| `optimize.image.repository` | defines which image repository to use | `camunda/optimize` |
1147
-
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.7.8` |
1147
+
| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.7.9` |
1148
1148
| `optimize.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
1149
1149
| `optimize.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
1150
1150
| `optimize.migration` | configuration for Optimize migration | |
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.7/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1861,7 +1861,7 @@ optimize:
1861
1861
## @param optimize.image.repository defines which image repository to use
1862
1862
repository: camunda/optimize
1863
1863
## @param optimize.image.tag can be set to overwrite the global tag, which should be used in that chart
1864
-
tag: 8.7.8
1864
+
tag: 8.7.9
1865
1865
## @param optimize.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1866
1866
digest: ""
1867
1867
## @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