Migration Process

ARTIFACTORY: Migrating from Helm v2 to Helm v3

AuthorFullName__c
Tom Arie
articleNumber
000006163
ft:sourceType
Salesforce
FirstPublishedDate
2024-08-07T13:21:45Z
lastModifiedDate
2024-08-07
VersionNumber
2
IMPORTANT NOTICE: The Helm 2to3 plugin is now considered deprecated. We urge you to complete your migration as soon as possible if needed, as the functionality of this tool may be limited in the future.
1. Backup: Before starting, backup all of your Helm v2 data.
2. Install Helm v3: Download and install Helm v3 alongside your existing v2 installation.
3. Use the 2to3 Plugin: Helm provides a plugin to assist with migration:
helm plugin install <https://github.com/helm/helm-2to3>
helm 2to3 move confighelm 2to3 convert
4. Test: Thoroughly test your migrated releases to ensure functionality.
Clean Up: Once migration is complete and verified, remove Helm v2 components.