ForgeOps

Update Helm Chart

In ForgeOps deployments using Helm chart version 2025.1.0 version or later, the customized values.yaml files are independent of the Helm chart versions. Therefore, you can update the version of a Helm chart and continue to work with your customized values.yaml files in your ForgeOps deployment environment.

  • The values.yaml files in ForgeOps deployments using 7.4 and 7.5 releases are not independent of the Helm chart versions. You cannot upgrade the Helm chart version in your ForgeOps deployment of 7.4 and 7.5 releases.

  • Check the ForgeOps release notes to see what changes are in the new version of the Helm chart.

  1. If you used the helm upgrade --install command to perform ForgeOps deployment, you can update the Helm chart version:

    $ cd /path/to/forgeops
    $ helm upgrade --install identity-platform \
      oci://us-docker.pkg.dev/forgeops-public/charts/identity-platform \
      --version new-version --namespace my-namespace \
      --values helm/my-custom-env/values.yaml

    In the helm upgrade command, specify the new version of the Helm chart, such as 2025.1.1 for new-version.