We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c04ac6 + af4fccd commit 566ff51Copy full SHA for 566ff51
2 files changed
Makefile
@@ -1,5 +1,5 @@
1
# Current version
2
-VERSION ?= v5.0.0
+VERSION ?= v5.0.2
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.1
+ image: tmaxcloudck/image-validation-webhook:v5.0.2
21
imagePullPolicy: IfNotPresent
22
volumeMounts:
23
- name: webhook-certs
0 commit comments