Skip to content

Commit

Permalink
Merge pull request #55 from JoshVanL/update-v0.2.1
Browse files Browse the repository at this point in the history
Updates versions to v0.2.1
  • Loading branch information
jetstack-bot authored Oct 8, 2020
2 parents 3235d58 + bf09d67 commit 2118d49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.2.0 .
docker build -t quay.io/jetstack/version-checker:v0.2.1 .

clean: ## clean up created files
rm -rf \
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/version-checker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "v0.2.0"
version: 0.2.0
appVersion: "v0.2.1"
version: 0.2.1
description: A Helm chart for version-checker
home: https://github.com/joshvanl/verison-checker
name: version-checker
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/version-checker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: quay.io/jetstack/version-checker
tag: v0.2.0
tag: v0.2.1
pullPolicy: IfNotPresent

service:
Expand Down
2 changes: 1 addition & 1 deletion deploy/yaml/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
serviceAccountName: version-checker
containers:
- image: quay.io/jetstack/version-checker:v0.2.0
- image: quay.io/jetstack/version-checker:v0.2.1
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand Down

0 comments on commit 2118d49

Please sign in to comment.