diff --git a/Makefile b/Makefile index b1da1db..adcaaf5 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.1 . + docker build -t quay.io/jetstack/version-checker:v0.7.0 . clean: ## clean up created files rm -rf \ diff --git a/deploy/charts/version-checker/Chart.yaml b/deploy/charts/version-checker/Chart.yaml index 46f25bb..69c5f68 100644 --- a/deploy/charts/version-checker/Chart.yaml +++ b/deploy/charts/version-checker/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: "v0.6.1" -version: "v0.6.1" +appVersion: "v0.7.0" +version: "v0.7.0" description: A Helm chart for version-checker home: https://github.com/jetstack/version-checker name: version-checker diff --git a/deploy/charts/version-checker/README.md b/deploy/charts/version-checker/README.md index 4b95ab0..c4ccf46 100644 --- a/deploy/charts/version-checker/README.md +++ b/deploy/charts/version-checker/README.md @@ -1,6 +1,6 @@ # version-checker -![Version: v0.5.4](https://img.shields.io/badge/Version-v0.5.4-informational?style=flat-square) ![AppVersion: v0.5.4](https://img.shields.io/badge/AppVersion-v0.5.4-informational?style=flat-square) +![Version: v0.7.0](https://img.shields.io/badge/Version-v0.7.0-informational?style=flat-square) ![AppVersion: v0.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square) A Helm chart for version-checker @@ -31,6 +31,7 @@ A Helm chart for version-checker | env | object | `{}` | Can be used to provide custom environment variables e.g. proxy settings | | gcr.token | string | `nil` | Access token for read access to private GCR registries | | ghcr.token | string | `nil` | Personal Access token for read access to GHCR releases | +| image.imagePullSecret | string | `nil` | Pull secrects - name of existing secret | | image.pullPolicy | string | `"IfNotPresent"` | Set the Image Pull Policy | | image.repository | string | `"quay.io/jetstack/version-checker"` | Repository of the container image | | image.tag | string | `""` | Override the chart version. Defaults to `appVersion` of the helm chart. | @@ -65,5 +66,3 @@ A Helm chart for version-checker | versionChecker.metricsServingAddress | string | `"0.0.0.0:8080"` | Port/interface to which version-checker should bind too | | versionChecker.testAllContainers | bool | `true` | Enable/Disable the requirement for an enable.version-checker.io annotation on pods. | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) diff --git a/deploy/charts/version-checker/values.yaml b/deploy/charts/version-checker/values.yaml index 5276dfa..132ca62 100644 --- a/deploy/charts/version-checker/values.yaml +++ b/deploy/charts/version-checker/values.yaml @@ -81,7 +81,7 @@ gcr: # -- (string) Access token for read access to private GCR registries token: -# Google Artifact Registry Credentials Configuration +# GitHub Container Registry Credentials Configuration ghcr: # -- (string) Personal Access token for read access to GHCR releases token: diff --git a/deploy/yaml/deploy.yaml b/deploy/yaml/deploy.yaml index 26b6581..aac1797 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.1 + - image: quay.io/jetstack/version-checker:v0.7.0 imagePullPolicy: Always ports: - containerPort: 8080