We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb81da commit 6356624Copy full SHA for 6356624
2 files changed
Makefile
@@ -1,5 +1,5 @@
1
# Current version
2
-VERSION ?= v5.0.3
+VERSION ?= v5.0.4
3
REGISTRY ?= tmaxcloudck
4
5
# Image URL to use all building/pushing image targets
deploy/deployment.yaml
@@ -17,7 +17,7 @@ spec:
17
spec:
18
containers:
19
- name: webhook
20
- image: tmaxcloudck/image-validation-webhook:v5.0.3
+ image: tmaxcloudck/image-validation-webhook:v5.0.4
21
imagePullPolicy: Always
22
volumeMounts:
23
- mountPath: /etc/webhook/certs
0 commit comments