github kubewarden/helm-charts kubewarden-controller-0.1.14

This helm chart version contains an updated version of the ClusterAdmissionPolicy CRD. This CRD now includes two additional fields on the status field:

  • conditions: an array of metav1.Condition
  • policyActive: a boolean specifying whether the policy is receiving admission reviews from the API server

Upgrade process

Stop the controller

$ kubectl delete deployment -n kubewarden kubewarden-controller

Install the new Custom Resource Definition

$ kubectl apply -f https://raw.githubusercontent.com/kubewarden/helm-charts/kubewarden-controller-0.1.14/charts/kubewarden-controller/crds/clusteradmissionpolicies.yaml

Upgrade the helm release

$ helm upgrade kubewarden-controller --version 0.1.14 kubewarden/kubewarden-controller

Don't miss a new helm-charts release

NewReleases is sending notifications on new releases.