Skip to content

Releases: kubewarden/helm-charts

kubewarden-controller-0.2.4

27 Sep 16:37
894e699
Compare
Choose a tag to compare

A Helm chart for deploying the Kubewarden stack

kubewarden-controller-0.2.3

20 Sep 18:38
e391a71
Compare
Choose a tag to compare

Update to the latest release of policy-server.

Starting from this release, Kubewarden can evaluate also Open Policy Agent and Gatekeeper policies.

See https://www.kubewarden.io/blog/2021/09/towards-a-universal-policy-platform/

kubewarden-controller-0.2.2

19 Aug 14:59
35cfddc
Compare
Choose a tag to compare

A Helm chart for deploying the Kubewarden stack

kubewarden-controller-0.2.1

18 Jun 12:12
Compare
Choose a tag to compare

A Helm chart for deploying the Kubewarden stack

kubewarden-controller-0.2.0

18 Jun 11:40
0aa37fc
Compare
Choose a tag to compare

Release notes

The ClusterAdmissionPolicy resources of version v1alpha1 are now removed. Refer to the v0.2.0 release notes to find out how to migrate them to v1alpha2 if you still need to do so.

kubewarden-controller-0.1.18

17 Jun 08:00
Compare
Choose a tag to compare

A Helm chart for deploying the Kubewarden stack

kubewarden-controller-0.1.17

04 Jun 13:50
Compare
Choose a tag to compare

A Helm chart for deploying the Kubewarden stack

kubewarden-controller-0.1.16

04 Jun 13:31
Compare
Choose a tag to compare

A Helm chart for deploying the Kubewarden stack

kubewarden-controller-0.1.15

04 Jun 10:54
Compare
Choose a tag to compare

A Helm chart for deploying the Kubewarden stack

kubewarden-controller-0.1.14

04 Jun 07:51
Compare
Choose a tag to compare

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