Upgrading (IHC)
This guide demonstrates how to upgrade an existing Immuta deployment installed with the Immuta Helm chart (IHC) to v2024.3.
Helm chart deprecation notice
As of Immuta version 2024.2, the IHC has been deprecated in favor of the IEHC. Their respective immuta-values.yaml
Helm values files are not compatible.
Prerequisites
Checklist
Upgrade Immuta
Edit
immuta-values.yaml
to include the following Helm values.
immutaVersion: 2024.3.12
Perform a Helm upgrade to apply the changes made to
immuta-values.yaml
.
helm upgrade <release-name> immuta/immuta --values immuta-values.yaml
Last updated
Was this helpful?