$ <PLATFORM>/twistcli console export kubernetes \ --service-type LoadBalancer \ --helm
If you installed Twistlock into your Kubernetes or OpenShift cluster with Helm charts, you can upgrade with the helm upgrade command.
Generate an updated Helm chart for Console, and then upgrade to it.
Download the latest Twistlock release.
Create an updated Console Helm chart.
$ <PLATFORM>/twistcli console export kubernetes \ --service-type LoadBalancer \ --helm
Install the updated chart.
$ helm upgrade twistlock-console \ --namespace twistlock \ --recreate-pods \ ./twistlock-console-helm.tar.gz
You can now upgrade your DaemonSet via Helm chart.
Generate an updated Helm chart for the Defender DaemonSet, and then upgrade to it.
Create an updated Defender DaemonSet Helm chart.
$ <PLATFORM>/twistcli defender export kubernetes \ --address https://yourconsole.example.com:8083 \ --user <ADMIN_USER> \ --cluster-address twistlock-console \ --helm
Install the updated chart.
$ helm upgrade twistlock-defender-ds \ --namespace twistlock \ --recreate-pods ./twistlock-console-helm.tar.gz