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
# tried setting the images.tag but it didn't help#images:# tag: v3.5.0controller:
serviceLabels:
app.kubernetes.io/version: "v3.5.0". # this is a workaround, it creates an additional same-key label and sets the "v3.5.0" without the digest. Without this, the label's value appears with the digest.testing: "1234"image:
registry: 1234.dkr.ecr.us-west-2.amazonaws.comrepository: third-party/argoproj/workflow-controllertag: v3.5.0@sha256:dda36f7a872f463a68df04d72755c086eb193fa1645e1f099f1670dd5f99a277metricsConfig:
enabled: trueserver:
image:
registry: 1234.dkr.ecr.us-west-2.amazonaws.comrepository: third-party/argoproj/argoclitag: v3.5.0@sha256:608b6d532b6a1ad4ae82b1e05ee844eb2f4fffe90a8524421f95e9355a7e4be1secure: trueauthMode: sso
When rendering the chart the result is that the label app.kubernetes.io/version in workflow-controller is using controller.image.tag instead of the Chart app version.
I am not sure why, but only the workflow-controller Service is specifying that label in this way. See here
Related helm chart
argo-workflows
Helm chart version
3.5.0
To Reproduce
Create a custom values file with the values I've shared above.
Run helm template -f custom-values.yaml .
Search for the kind: Service created for the workflow-controller and check its app.kubernetes.io/version label.
Expected behavior
Not to include the (full) image tag+digest as part of the label, only the Chart's App version, as is the case with all other resources.
Screenshots
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
My values:
When rendering the chart the result is that the label
app.kubernetes.io/version
inworkflow-controller
is using controller.image.tag instead of the Chart app version.I am not sure why, but only the workflow-controller Service is specifying that label in this way. See here
Related helm chart
argo-workflows
Helm chart version
3.5.0
To Reproduce
helm template -f custom-values.yaml .
kind: Service
created for the workflow-controller and check itsapp.kubernetes.io/version
label.Expected behavior
Not to include the (full) image tag+digest as part of the label, only the Chart's App version, as is the case with all other resources.
Screenshots
Additional context
No response
The text was updated successfully, but these errors were encountered: