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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -591,7 +591,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
591
591
| `console.overrideConfiguration` | When populated, it will override the configuration passed to Console, either auto-generated configuration or passed via `console.configuration` | `""` |
592
592
| `console.image.registry` | can be used to set container image registry. | `""` |
593
593
| `console.image.repository` | defines which image repository to use | `camunda/console` |
594
-
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.7.60` |
594
+
| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.7.62` |
595
595
| `console.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
596
596
| `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
597
597
| `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` |
@@ -1394,7 +1394,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
0 commit comments