diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5cfc5..1980864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Re enabled CRD install job. + ## [0.1.0] - 2025-01-20 ### Added diff --git a/helm/kyverno-policy-operator/values.yaml b/helm/kyverno-policy-operator/values.yaml index 53ac112..738c9f8 100644 --- a/helm/kyverno-policy-operator/values.yaml +++ b/helm/kyverno-policy-operator/values.yaml @@ -19,9 +19,9 @@ ciliumNetworkPolicy: # We install CRDs through a Job with the helm specific crd folder. crds: - install: false + install: true image: - tag: "1.27.4" + tag: "1.32.0" resources: requests: cpu: 100m