• helm upgrade history

    2 min read

    helm kubernetes history

    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...

More recent...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets