How to update helm deployments
Last updated
kubectl get deployments -n dev
kubectl get deployment akto-mini-runtime-mini-runtime -n dev -o yamlkubectl set image deployment/akto-mini-runtime-mini-runtime akto-api-security-runtime=aktosecurity/mini-runtime:latest -n dev
kubectl rollout restart deployment akto-mini-runtime-mini-runtime -n devkubectl set image deployment/akto-mini-runtime-mini-runtime akto-api-security-runtime=aktosecurity/mini-runtime:1.42.3_local -n dev