We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fc269 commit c69ecccCopy full SHA for c69eccc
2 files changed
Makefile
@@ -8,7 +8,7 @@ NOCOLOR:=\\033[0m
8
9
REGISTRY?=yzaccc
10
IMAGE?=k8s-service-validator
11
-TAG?=dev
+TAG?=v0.1.1
12
13
##@ Build
14
sonobuoy-plugin.yaml
@@ -3,5 +3,5 @@ sonobuoy-config:
3
plugin-name: k8s-service-validator-sonobuoy-plugin
4
result-format: manual
5
spec:
6
- image: yzaccc/k8s-service-validator:dev
+ image: yzaccc/k8s-service-validator:v0.1.1
7
name: plugin
0 commit comments