File tree 1 file changed +2
-3
lines changed
deploy/charts/version-checker
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# version-checker
2
2
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 )
4
4
5
5
A Helm chart for version-checker
6
6
@@ -31,6 +31,7 @@ A Helm chart for version-checker
31
31
| env | object | ` {} ` | Can be used to provide custom environment variables e.g. proxy settings |
32
32
| gcr.token | string | ` nil ` | Access token for read access to private GCR registries |
33
33
| ghcr.token | string | ` nil ` | Personal Access token for read access to GHCR releases |
34
+ | image.imagePullSecret | string | ` nil ` | Pull secrects - name of existing secret |
34
35
| image.pullPolicy | string | ` "IfNotPresent" ` | Set the Image Pull Policy |
35
36
| image.repository | string | ` "quay.io/jetstack/version-checker" ` | Repository of the container image |
36
37
| image.tag | string | ` "" ` | Override the chart version. Defaults to ` appVersion ` of the helm chart. |
@@ -65,5 +66,3 @@ A Helm chart for version-checker
65
66
| versionChecker.metricsServingAddress | string | ` "0.0.0.0:8080" ` | Port/interface to which version-checker should bind too |
66
67
| versionChecker.testAllContainers | bool | ` true ` | Enable/Disable the requirement for an enable.version-checker.io annotation on pods. |
67
68
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