2 min read
When you have an application installed using helm, you can upgrade it by using helm upgrade:
helm upgrade -f pet2cattle_values.yaml pet2cattle .
If we need to keep track of all the upgrades we are making to this application, we can rely on helm to keep this data
01/01/2021
Read more...