We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e8939 commit 4b724a5Copy full SHA for 4b724a5
chart/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: cosignwebhook
3
description: A Helm chart for Cosign Webhook Admission Controller
4
type: application
5
-version: 4.0.1
6
-appVersion: "4.0.3"
+version: 4.0.4
+appVersion: "4.0.4"
7
maintainers:
8
- name: eumel8
9
email: [email protected]
chart/values.yaml
@@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: ghcr.io/eumel8/cosignwebhook/cosignwebhook
pullPolicy: IfNotPresent
10
- tag: 4.0.2
+ tag: 4.0.4
11
12
imagePullSecrets: []
13
logLevel: info
0 commit comments