Kubernetes: Update a sensor
Before you begin
Administrative privileges are required.
Update sensor
Go to the sensor installation directory.
For example:
install_dir
Run the
helm delete
command to stop and remove the sensor from your server.helm delete <image name>
For example:
helm delete digicert-sensor
In your CertCental account, go to the Set up a sensor page. Download the latest Kubernetes deployment package (digicert_sensor_kubernetes.zip).
Extract the contents of the zip file.
Copy and replace the latest deployment files in the installation directory (install_dir) with the existing files.
Edit the values.yaml file to provide the information for the following parameters to configure the sensor:
Username
Password
Division name
Sensor name
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.