File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/appset-secret-plugin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: A Helm chart for adding a K8s Secret Plugin Generator to Argo CD Ap
66# to be deployed.
77type : application
88
9- version : 1.0.1
9+ version : 1.0.2
1010
1111# renovate: image=jessebot/argocd-appset-secret-plugin
1212appVersion : " v0.8.1"
Original file line number Diff line number Diff line change 11# appset-secret-plugin
22
3- ![ Version: 1.0.1 ] ( https://img.shields.io/badge/Version-1.0.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.8.1] ( https://img.shields.io/badge/AppVersion-v0.8.1-informational?style=flat-square )
3+ ![ Version: 1.0.2 ] ( https://img.shields.io/badge/Version-1.0.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.8.1] ( https://img.shields.io/badge/AppVersion-v0.8.1-informational?style=flat-square )
44
55A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
66
@@ -22,7 +22,7 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
2222| configReloader.folder | string | ` "/var/run/secret-plugin" ` | full path on container to put secret file |
2323| configReloader.image.pullPolicy | string | ` "IfNotPresent" ` | image pullPolicy for the main container |
2424| configReloader.image.repository | string | ` "quay.io/kiwigrid/k8s-sidecar" ` | registry and repo for the configreloader image |
25- | configReloader.image.tag | string | ` "1.30.3 " ` | tag to point at for k8s-sidecar |
25+ | configReloader.image.tag | string | ` "1.30.9 " ` | tag to point at for k8s-sidecar |
2626| configReloader.interval | int | ` 10 ` | interval to wait before retrying a check for changes (in seconds) |
2727| configReloader.label | string | ` "argocd-appset-secret-plugin" ` | the label to check for on the Secret (secretVars.existingSecret) |
2828| configReloader.labelValue | string | ` "1" ` | the label value to check for on the Secret (secretVars.existingSecret) |
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ configReloader:
4141 # -- registry and repo for the configreloader image
4242 repository : quay.io/kiwigrid/k8s-sidecar
4343 # -- tag to point at for k8s-sidecar
44- tag : 1.30.3
44+ tag : 1.30.9
4545 # -- image pullPolicy for the main container
4646 pullPolicy : IfNotPresent
4747
You can’t perform that action at this time.
0 commit comments