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