From 3606a614574beb8e1e4b7112b8694bb21f926a7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:24:42 +0100 Subject: [PATCH] Release v0.6.1 (#218) Co-authored-by: github-actions[bot] --- Makefile | 2 +- deploy/charts/version-checker/Chart.yaml | 4 ++-- deploy/yaml/deploy.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ed754d8..b1da1db 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ verify: test build ## tests and builds version-checker image: ## build docker image GOARCH=$(ARCH) GOOS=linux CGO_ENABLED=0 go build -o ./bin/version-checker-linux ./cmd/. - docker build -t quay.io/jetstack/version-checker:v0.6.0 . + docker build -t quay.io/jetstack/version-checker:v0.6.1 . clean: ## clean up created files rm -rf \ diff --git a/deploy/charts/version-checker/Chart.yaml b/deploy/charts/version-checker/Chart.yaml index 4152edb..46f25bb 100644 --- a/deploy/charts/version-checker/Chart.yaml +++ b/deploy/charts/version-checker/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: "v0.6.0" -version: "v0.6.0" +appVersion: "v0.6.1" +version: "v0.6.1" description: A Helm chart for version-checker home: https://github.com/jetstack/version-checker name: version-checker diff --git a/deploy/yaml/deploy.yaml b/deploy/yaml/deploy.yaml index cc4856d..26b6581 100644 --- a/deploy/yaml/deploy.yaml +++ b/deploy/yaml/deploy.yaml @@ -49,7 +49,7 @@ spec: spec: serviceAccountName: version-checker containers: - - image: quay.io/jetstack/version-checker:v0.6.0 + - image: quay.io/jetstack/version-checker:v0.6.1 imagePullPolicy: Always ports: - containerPort: 8080