-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More configuration options for the validatingwebhookconfiguration (#64)
* chore: complete validatingwebhookconfiguration The validating webhook configuration is missing some fields, which are automatically completed by k8s. Those missing fields can sometimes mess up gitops operators, which strictly check which fields are present or not Signed-off-by: Bruno Bressi <[email protected]> * chore: added more fields & default values Signed-off-by: Bruno Bressi <[email protected]> * fix: readded objectSelector in the correct place Signed-off-by: Bruno Bressi <[email protected]> * chore: bumped to stable Signed-off-by: Bruno Bressi <[email protected]> * chore: removed unneeded docker variables Signed-off-by: Bruno Bressi <[email protected]> --------- Signed-off-by: Bruno Bressi <[email protected]>
- Loading branch information
Showing
5 changed files
with
28 additions
and
8 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,4 +1,3 @@ | ||
# build stage | ||
FROM golang:1.23 AS build-env | ||
WORKDIR /app | ||
COPY . /app | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ apiVersion: v2 | |
name: cosignwebhook | ||
description: A Helm chart for Cosign Webhook Admission Controller | ||
type: application | ||
version: 4.1.0 | ||
version: 4.1.1 | ||
appVersion: "4.3.0" | ||
maintainers: | ||
- name: eumel8 | ||
email: [email protected] | ||
url: https://www.telekom.com | ||
- name: puffitos | ||
email: [email protected] | ||
url: https://www.telekom.com | ||
- name: eumel8 | ||
email: [email protected] | ||
url: https://www.telekom.com | ||
- name: puffitos | ||
email: [email protected] | ||
url: https://www.telekom.com |
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