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
@@ -1210,7 +1210,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1210
1210
| `identity.image` | configuration to configure the identity image specifics | |
1211
1211
| `identity.image.registry` | can be used to set container image registry. | `""` |
1212
1212
| `identity.image.repository` | defines which image repository to use | `camunda/identity` |
1213
-
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.20` |
1213
+
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.21` |
1214
1214
| `identity.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
1215
1215
| `identity.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
1216
1216
| `identity.sidecars` | can be used to attach extra containers to the identity deployment | `[]` |
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.5/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ global:
196
196
## @skip global.identity.image.repository defines which image repository to use
197
197
repository: camunda/identity
198
198
## @skip global.identity.image.tag can be set to overwrite the global tag, which should be used in that chart
199
-
tag: 8.5.20
199
+
tag: 8.5.21
200
200
## @skip global.identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
201
201
digest: ""
202
202
## @skip global.identity.image.pullPolicy defines the image pull policy which should be used https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
@@ -2063,7 +2063,7 @@ identity:
2063
2063
## @param identity.image.repository defines which image repository to use
2064
2064
repository: camunda/identity
2065
2065
## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart
2066
-
tag: 8.5.20
2066
+
tag: 8.5.21
2067
2067
## @param identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2068
2068
digest: ""
2069
2069
## @param identity.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