We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3acb26 + afc7e5d commit 0a5b3a3Copy full SHA for 0a5b3a3
2 files changed
Makefile
@@ -1,5 +1,5 @@
1
# Current version
2
-VERSION ?= v5.0.2
+VERSION ?= v5.0.3
3
REGISTRY ?= tmaxcloudck
4
5
# Image URL to use all building/pushing image targets
deploy/deployment.yaml
@@ -17,6 +17,6 @@ spec:
17
spec:
18
containers:
19
- name: webhook
20
- image: tmaxcloudck/image-validation-webhook:v5.0.2
+ image: tmaxcloudck/image-validation-webhook:v5.0.3
21
imagePullPolicy: Always
22
serviceAccountName: image-validation-webhook
0 commit comments