-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to v0.2.0 of the controller with new config to support it.
Default values.yaml is not intended to work out of the box since endpoint config is necessary. Signed-off-by: Zach Hill <[email protected]>
- Loading branch information
Showing
3 changed files
with
28 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: anchore-admission-controller | ||
description: A kubernetes admission controller for validating and mutating webhooks that operates against Anchore Engine to make access decisions and annotations | ||
apiVersion: v1 | ||
appVersion: 0.1.0 | ||
version: 0.1.0 | ||
appVersion: 0.2.0 | ||
version: 0.2.0 | ||
maintainers: | ||
- name: zhill | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters