-
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.
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]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
7 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,6 @@ | ||
# build stage | ||
ARG HTTP_PROXY | ||
ARG HTTPS_PROXY | ||
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
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