diff --git a/Makefile b/Makefile index 47c57ce..fc1cda9 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.8.5 . + docker build -t quay.io/jetstack/version-checker:v0.8.6 . clean: ## clean up created files rm -rf \ diff --git a/deploy/charts/version-checker/Chart.yaml b/deploy/charts/version-checker/Chart.yaml index 982773b..6da7025 100644 --- a/deploy/charts/version-checker/Chart.yaml +++ b/deploy/charts/version-checker/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "v0.8.5" +appVersion: "v0.8.6" version: "v0.8.6" description: A Helm chart for version-checker home: https://github.com/jetstack/version-checker diff --git a/deploy/charts/version-checker/README.md b/deploy/charts/version-checker/README.md index 66252ee..c6ddb80 100644 --- a/deploy/charts/version-checker/README.md +++ b/deploy/charts/version-checker/README.md @@ -1,6 +1,6 @@ # version-checker -![Version: v0.8.5](https://img.shields.io/badge/Version-v0.8.5-informational?style=flat-square) ![AppVersion: v0.8.5](https://img.shields.io/badge/AppVersion-v0.8.5-informational?style=flat-square) +![Version: v0.8.6](https://img.shields.io/badge/Version-v0.8.6-informational?style=flat-square) ![AppVersion: v0.8.6](https://img.shields.io/badge/AppVersion-v0.8.6-informational?style=flat-square) A Helm chart for version-checker @@ -29,7 +29,7 @@ A Helm chart for version-checker | ecr.iamRoleArn | string | `nil` | Provide AWS EKS Iam Role ARN following: [Specify A ServiceAccount Role](https://docs.aws.amazon.com/eks/latest/userguide/specify-service-account-role.html) | | ecr.secretAccessKey | string | `nil` | ECR secret access key for read access to private registries | | ecr.sessionToken | string | `nil` | ECR session token for read access to private registries | -| env | object | `{}` | Can be used to provide custom environment variables e.g. proxy settings | +| env | list | `[]` | Can be used to provide custom environment variables e.g. proxy settings | | existingSecret | string | `""` | Provide an existing Secret within the cluster to use for authentication and configuration of version-checker | | extraVolumeMounts | list | `[]` | Allow for extra Volume Mounts to version-checkers container | | extraVolumes | list | `[]` | Allow for extra Volumes to be associated to the pod | diff --git a/deploy/yaml/deploy.yaml b/deploy/yaml/deploy.yaml index 20da2da..50bf890 100644 --- a/deploy/yaml/deploy.yaml +++ b/deploy/yaml/deploy.yaml @@ -50,7 +50,7 @@ spec: spec: serviceAccountName: version-checker containers: - - image: quay.io/jetstack/version-checker:v0.8.5 + - image: quay.io/jetstack/version-checker:v0.8.6 imagePullPolicy: Always ports: - containerPort: 8080