File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
deploy/charts/version-checker Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11# version-checker
22
3- ![ 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 )
3+ ![ 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 )
44
55A Helm chart for version-checker
66
@@ -31,6 +31,7 @@ A Helm chart for version-checker
3131| env | object | ` {} ` | Can be used to provide custom environment variables e.g. proxy settings |
3232| gcr.token | string | ` nil ` | Access token for read access to private GCR registries |
3333| ghcr.token | string | ` nil ` | Personal Access token for read access to GHCR releases |
34+ | image.imagePullSecret | string | ` nil ` | Pull secrects - name of existing secret |
3435| image.pullPolicy | string | ` "IfNotPresent" ` | Set the Image Pull Policy |
3536| image.repository | string | ` "quay.io/jetstack/version-checker" ` | Repository of the container image |
3637| image.tag | string | ` "" ` | Override the chart version. Defaults to ` appVersion ` of the helm chart. |
@@ -65,5 +66,3 @@ A Helm chart for version-checker
6566| versionChecker.metricsServingAddress | string | ` "0.0.0.0:8080" ` | Port/interface to which version-checker should bind too |
6667| versionChecker.testAllContainers | bool | ` true ` | Enable/Disable the requirement for an enable.version-checker.io annotation on pods. |
6768
68- ----------------------------------------------
69- Autogenerated from chart metadata using [ helm-docs v1.13.1] ( https://github.com/norwoodj/helm-docs/releases/v1.13.1 )
You can’t perform that action at this time.
0 commit comments