From fc6374b1043cca82e0da2561e45ca2711fb5f319 Mon Sep 17 00:00:00 2001 From: David Collom Date: Mon, 17 Jul 2023 10:55:27 +0100 Subject: [PATCH] Release v0.2.5 (#107) * Fix up command line flags * Auto Update image tags on release * Bump versions to v0.2.5 * Bump versions to v0.2.5 --------- Co-authored-by: github-actions[bot] --- deploy/yaml/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/yaml/deploy.yaml b/deploy/yaml/deploy.yaml index 66def37a..9e57512a 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.2.4 + - image: quay.io/jetstack/version-checker:v0.2.5 imagePullPolicy: Always ports: - containerPort: 8080