Skip to content

Commit 04ef2e4

Browse files
Release v0.8.3 (#272)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: David Collom <[email protected]>
1 parent 8a35acd commit 04ef2e4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/helm-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: steps.filter.outputs.values == 'true'
3838
uses: envoy/[email protected]
3939
with:
40-
version: 1.11.0
40+
version: 1.14.2
4141
- name: Update Helm Docs
4242
if: steps.filter.outputs.values == 'true'
4343
run: |

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install Helm Docs
5656
uses: envoy/[email protected]
5757
with:
58-
version: 1.11.0
58+
version: 1.14.2
5959
- name: Update Helm Docs
6060
run: |
6161
set -ex

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ verify: test build ## tests and builds version-checker
2222

2323
image: ## build docker image
2424
GOARCH=$(ARCH) GOOS=linux CGO_ENABLED=0 go build -o ./bin/version-checker-linux ./cmd/.
25-
docker build -t quay.io/jetstack/version-checker:v0.8.2 .
25+
docker build -t quay.io/jetstack/version-checker:v0.8.3 .
2626

2727
clean: ## clean up created files
2828
rm -rf \

deploy/charts/version-checker/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
appVersion: "v0.8.2"
3-
version: "v0.8.2"
2+
appVersion: "v0.8.3"
3+
version: "v0.8.3"
44
description: A Helm chart for version-checker
55
home: https://github.com/jetstack/version-checker
66
name: version-checker

deploy/charts/version-checker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# version-checker
22

3-
![Version: v0.8.2](https://img.shields.io/badge/Version-v0.8.2-informational?style=flat-square) ![AppVersion: v0.8.2](https://img.shields.io/badge/AppVersion-v0.8.2-informational?style=flat-square)
3+
![Version: v0.8.3](https://img.shields.io/badge/Version-v0.8.3-informational?style=flat-square) ![AppVersion: v0.8.3](https://img.shields.io/badge/AppVersion-v0.8.3-informational?style=flat-square)
44

55
A Helm chart for version-checker
66

deploy/yaml/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
spec:
5151
serviceAccountName: version-checker
5252
containers:
53-
- image: quay.io/jetstack/version-checker:v0.8.2
53+
- image: quay.io/jetstack/version-checker:v0.8.3
5454
imagePullPolicy: Always
5555
ports:
5656
- containerPort: 8080

0 commit comments

Comments
 (0)