Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable CRD install job #174

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/kyverno-policy-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading