How to update helm deployments
Last updated
Last updated
You can either upgrade the entire helm chart or choose to update individual container images based on your preference.
Update the helm repo
Check the latest version for your deployment.
Upgrade the helm chart to the latest version for your deployment in your namespace.
Check the image pull policy for the deployment. To check the image pull policy run the following commands.
According to your image pull policy, follow ahead:
imagePullPolicy: Always : If image pull policy is set to always, first check if the tag for the image is set to latest
, if not then set it. Then run the rollout command. This will restart the pods in the deployment and download the latest builds.
imagePullPolicy: IfNotPresent : If image pull policy is set to IfNotPresent, we would need to use versioned images for the modules which would contain the newer builds.
There are multiple ways to request support from Akto. We are 24X7 available on the following:
In-app intercom
support. Message us with your query on intercom in Akto dashboard and someone will reply.
Join our discord channel for community support.
Contact help@akto.io
for email support.
Contact us here.