UNCLASSIFIED - NO CUI

Skip to content

twistlock update to 0.16.0-bb.4 SKIP UPGRADE CHECK

BB_AUTO_MR_TOKEN requested to merge update-twistlock-tag-0.16.0-bb.4 into master

Package Merge Request

Package Changes

https://repo1.dso.mil/big-bang/product/packages/twistlock/-/blob/0.16.0-bb.4/CHANGELOG.md

Package MR

big-bang/product/packages/twistlock!223 (merged)

For Issue

Closes big-bang/product/packages/twistlock#169 (closed)

Upgrade Notices

To get twistlock to deploy with a change to the labels and labelSelectors you must prepare to change immutable properties by deleting some resources prior to upgrading (or an equivalent).

*** Make sure to do a backup before deleting any resources. Verify the backup is stored outside the cluster and that your backup and restore procedures are working.

You can then delete the necessary resources by doing the following:

kubectl delete ds twistlock-defender-ds -n twistlock && \
kubectl delete deploy twistlock-console -n twistlock && \
kubectl delete pvc twistlock-console -n twistlock

You must also turn off the volume upgrade job with these values:

twistlock:
  enabled: true
  values:
    console:
      volumeUpgrade: false

After the upgrade, you should now restore your backup and turn the volume upgrade job back on in your values.

Edited by Andrew Shoell

Merge request reports