Upgrade using Helm

Upgrade GV Essentials

  1. To upgrade essential services (e.g. Postgres, Kafka, MongoDB, Consul), run the following commands:
    1. Run the command helm repo update.
    2. Install chart GetVisibility Essentials and wait for the pods to become ready.

      For FDC: replace the variable $IPADDRESS/DNS/FQDN with IP Address or FQDN or DNS name for Keycloak in formats like below.

      helm upgrade --install gv-essentials gv_stable/gv-essentials --wait \
      --timeout=10m0s --kubeconfig /etc/rancher/k3s/k3s.yaml \
      --set eck-operator.enabled=true --set eck-operator.settings.cpu=1 \
      --set eck-operator.settings.memory=2 --set eck-operator.settings.storage=40 \
      --set updateclusterid.enabled=false --set keycloak.url=$IPADDRESS/DNS/FQDN
      
      kubectl get deploy --output name | xargs -n1 -t kubectl rollout status

      For Forcepoint DSPM and Ultimate: replace the variable $IPADDRESS/DNS/FQDN with IP Address or FQDN or DNS name for Keycloak in formats like below.

      helm upgrade --install gv-essentials gv_stable/gv-essentials --wait \
      --timeout=10m0s --kubeconfig /etc/rancher/k3s/k3s.yaml \
      --set eck-operator.enabled=true --set eck-operator.settings.cpu=4 \
      --set eck-operator.settings.memory=20 --set eck-operator.settings.storage=160 \
      --set updateclusterid.enabled=false --set keycloak.url=$IPADDRESS/DNS/FQDN
      
      kubectl get deploy --output name | xargs -n1 -t kubectl rollout status

Upgrade Forcepoint DSPM

  1. Run the command helm repo update.
  2. Install the theme by running the following commands below. To install the chart GV Platform (do not forget to replace $PRODUCT with one of the supported products):
    helm upgrade --install gv-platform gv_stable/gv-platform --wait \
    --timeout=10m0s --kubeconfig /etc/rancher/k3s/k3s.yaml \
    --set-string clusterLabels.environment=prod \
    --set-string clusterLabels.cluster_reseller=forcepoint \
    --set-string clusterLabels.cluster_name=mycluster \
    --set-string clusterLabels.product=$PRODUCT