Updating
Prerequisites
Section titled “Prerequisites”helm
CLI tool- access to the existing release in Kubernetes
Process
Section titled “Process”- Pull the values from the last release:
Terminal window helm --namespace=platformatic get values platformatic > platformatic-values.yaml - If desired, make any modifications to the values file.
- Perform an upgrade using
helm
:Terminal window helm --namespace=platformatic upgrade platformatic --values platformatic-values.yaml