Skip to main content

Kubernetes: Update a sensor

Before you begin

  • Administrative privileges are required.

Update sensor

  1. Go to the sensor installation directory.

    For example:

    install_dir

  2. Run the helm delete command to stop and remove the sensor from your server.

    helm delete <image name>

    For example:

    helm delete digicert-sensor

  3. In your CertCental account, go to the Set up a sensor page. Download the latest Kubernetes deployment package (digicert_sensor_kubernetes.zip).

  4. Extract the contents of the zip file.

  5. Copy and replace the latest deployment files in the installation directory (install_dir) with the existing files.

  6. Edit the values.yaml file to provide the information for the following parameters to configure the sensor:

    • Username

    • Password

    • Division name

    • Sensor name

  7. Run the helm install command to install and start the updated sensor.

    helm install <image name> <installation directory path>

    For example:

    helm install digicert-sensor ./install_dir

What's next

You're ready to set up and run a scan with this sensor. See Set up and run a scan.