Helm upgrade with spesific appversion #12370
Unanswered
realhuseyn
asked this question in
Help
Replies: 1 comment
-
I believe you can use helm's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I always upgrade with the following command:
helm upgrade --install linkerd-control-plane -n linkerd linkerd/linkerd-control-plane -f values-linkerd-controlplane.yaml
But when I execute that command, it upgrades the latest version. I want to upgrade to the specific linkerd app version. I inspect that there is an appVersion field in chart.yaml. But I don't know how can I use it in helm upgrade command.
Beta Was this translation helpful? Give feedback.
All reactions