camunda-platform-helm
camunda-platform-helm copied to clipboard
[ISSUE] Version matrix reports using camunda/identity:latest
Describe the issue:
See https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.5/#helm-chart-1005
The version matrix reports using camunda/identity:latest
. Upon further investigation, we found that we have a default value in values.yaml
that will use camunda/identity:latest
if global.identity.image
is not set:
https://github.com/camunda/camunda-platform-helm/blob/2e67962999092096ad1db3bab935be3080a19a29/charts/camunda-platform/values.yaml#L2217
This should be altered in some way so that it uses the identity image tag that identity.image.tag
uses or global.image.tag
.
Actual behavior:
Expected behavior:
How to reproduce:
Logs:
Environment:
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
- Platform:
- Helm CLI version:
- Chart version:
- Values file: