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
When trying to update to argo-cd chart version 7.7.14, I get the following error:
Error: Failed to render chart: exit status 1: Error: template: argo-cd/templates/argocd-server/ingress.yaml:17:23: executing "argo-cd/templates/argocd-server/ingress.yaml" at <$value>: wrong type for value; expected string; got bool
It is related to the PR #3081 which enable ingress templating.
Describe the bug
When trying to update to argo-cd chart version 7.7.14, I get the following error:
It is related to the PR #3081 which enable ingress templating.
My custom values are:
Modifying the annotations by converting from bool to string corrects the issue:
Related helm chart
argo-cd
Helm chart version
7.7.14
To Reproduce
Expected behavior
Annotation should be set as previously, maybe by converting bool to string.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: