From c69ecccff930b58d8222607b9c1b779a0e39c93b Mon Sep 17 00:00:00 2001 From: Zac Yang Date: Tue, 25 Jan 2022 16:12:14 -0800 Subject: [PATCH] v0.1.1 release --- Makefile | 2 +- sonobuoy-plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bccfd20..1e490f2 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ NOCOLOR:=\\033[0m REGISTRY?=yzaccc IMAGE?=k8s-service-validator -TAG?=dev +TAG?=v0.1.1 ##@ Build diff --git a/sonobuoy-plugin.yaml b/sonobuoy-plugin.yaml index d3505ed..0d7bf67 100644 --- a/sonobuoy-plugin.yaml +++ b/sonobuoy-plugin.yaml @@ -3,5 +3,5 @@ sonobuoy-config: plugin-name: k8s-service-validator-sonobuoy-plugin result-format: manual spec: - image: yzaccc/k8s-service-validator:dev + image: yzaccc/k8s-service-validator:v0.1.1 name: plugin