2333 Upgrade Steps

First download the latest cluster creation scripts. Replace <token> in the below command with the deploy token provided to you by Grainite.

curl -H "DEPLOY-TOKEN: <token>" https://gitlab.com/api/v4/projects/26443204/packages/generic/scripts/2333/cluster_creation.tar -o cluster_creation.tar

Run the below command from whichever directory the above downloaded package is expanded into. This will upgrade the helm chart:

./ubuntu/charts_upgrade.sh -c ~/grainite-23.33.0.tgz [ -n namespace ] [ -o output_dir ]

Last updated