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
Currently the container images in the manifests for the linkerd core controllers have their tags parametrized to {{.Values.linkerdVersion}}. There are circumstances (like pointed out here) were we'd like to override this. The solution would be to add something like a controllerImageVersion entry in values.yaml with an empty string default, and use that in the templates if non-empty (via helm's default function).
The text was updated successfully, but these errors were encountered:
Currently the container images in the manifests for the linkerd core controllers have their tags parametrized to
{{.Values.linkerdVersion}}
. There are circumstances (like pointed out here) were we'd like to override this. The solution would be to add something like acontrollerImageVersion
entry invalues.yaml
with an empty string default, and use that in the templates if non-empty (via helm'sdefault
function).The text was updated successfully, but these errors were encountered: