Upgrade
View current values in config file for each chart
- Before upgrading each chart, you can check the settings used in the current installation with
helm get values <chartname>
. - If the current values are different from the defaults, you will need to change the parameters of the
helm upgrade
command for the chart in question. - For example, if the backup is currently set to run at 2 AM instead of the 1 AM default, change
--set backup.hour=1
to--set backup.hour=2
. - Below is a mostly default config.
FDC Helm Chart
To upgrade FDC you must:
- Download the new bundle
- Import Docker images
- Install FDC Helm ChartNote:
- Import Docker images only to the Master1 node
- In the case of HA deployment, Recreate and redeploy the
imagecache.yaml
file Air Gap Installation | Install Kube fledged: Perform the 2nd Step
GetVisibility Essentials Helm Chart
To upgrade the GV Essential chart you must:
- Download the new bundle.
- Import Docker images.
- Run the command from Install Getvisibility Essentials section, under Install Helm charts page.Note:
- Import Docker images only to the Master1 node.
- In the case of HA deployment, Recreate and redeploy the
imagecache.yaml
file Air Gap Installation | Install Kube fledged: Perform the 2nd Step.
Install custom artifacts
Models and other artifacts, like custom agent versions or custom consul configuration can be shipped inside auto deployable bundles. The procedure to upgrade custom artifact bundles is the same as the installation one, take a look at the guides above for single-node and multi-node installations.