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.5/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
@@ -888,7 +888,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
888
888
| `operate.image` | configuration to configure the Operate image specifics | |
889
889
| `operate.image.registry` | can be used to set container image registry. | `""` |
890
890
| `operate.image.repository` | defines which image repository to use | `camunda/operate` |
891
-
| `operate.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.18` |
891
+
| `operate.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.19` |
892
892
| `operate.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
893
893
| `operate.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
894
894
| `operate.migration` | configuration for Operate migration | |
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.5/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1278,7 +1278,7 @@ operate:
1278
1278
## @param operate.image.repository defines which image repository to use
1279
1279
repository: camunda/operate
1280
1280
## @param operate.image.tag can be set to overwrite the global tag, which should be used in that chart
1281
-
tag: 8.5.18
1281
+
tag: 8.5.19
1282
1282
## @param operate.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
1283
1283
digest: ""
1284
1284
## @param operate.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