Skip to content

Updating

  • helm CLI tool
  • access to the existing release in Kubernetes
  1. Pull the values from the last release:
    Terminal window
    helm --namespace=platformatic get values platformatic > platformatic-values.yaml
  2. If desired, make any modifications to the values file.
  3. 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