Updating
Prerequisites
Section titled “Prerequisites”helmCLI 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 \oci://ghcr.io/platformatic/helm \--version "^4.0.0" \--values platformatic-values.yaml