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:
  1. Download the new bundle
  2. Import Docker images
  3. Install FDC Helm Chart
    Note:
    1. Import Docker images only to the Master1 node
    2. 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:
  1. Download the new bundle.
  2. Import Docker images.
  3. Run the command from Install Getvisibility Essentials section, under Install Helm charts page.
    Note:

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.