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
@@ -1260,7 +1260,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
1260
1260
| `identity.image` | configuration to configure the identity image specifics | |
1261
1261
| `identity.image.registry` | can be used to set container image registry. | `""` |
1262
1262
| `identity.image.repository` | defines which image repository to use | `camunda/identity` |
1263
-
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.7.5` |
1263
+
| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.7.6` |
1264
1264
| `identity.image.digest` | can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...") | `""` |
1265
1265
| `identity.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
1266
1266
| `identity.sidecars` | can be used to attach extra containers to the identity deployment | `[]` |
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
@@ -2380,7 +2380,7 @@ identity:
2380
2380
## @param identity.image.repository defines which image repository to use
2381
2381
repository: camunda/identity
2382
2382
## @param identity.image.tag can be set to overwrite the global tag, which should be used in that chart
2383
-
tag: 8.7.5
2383
+
tag: 8.7.6
2384
2384
## @param identity.image.digest can be used to set image digest (overrides tag if set, e.g. "sha256:abcd...")
2385
2385
digest: ""
2386
2386
## @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