Update Tenable Enclave Security

This topic describes how to update an existing Tenable Enclave Security deployment. To install Tenable Enclave Security for the first time, see Install Tenable Enclave Security.

Update Tenable Enclave Security

  1. Obtain a Tenable Enclave Security license file and save it to your local environment.

  2. Update the repository:

    Copy
    helm repo update
  3. To update the Helm Chart, run the following command:

    Copy
    helm upgrade tes-operator --namespace tenable-enclave-security -f values.yaml tenable/tes-operator
  4. If your update includes new licensed products, push your license to the namespace using the following command:

    Copy
    kubectl --namespace tenable-enclave-security create secret generic tes-license --from-file=license=directory/license.key
  5. Access Tenable Enclave Security via the URL that you defined in Prepare a Kubernetes Cluster.