You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
6
6
@@ -22,7 +22,7 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
22
22
| configReloader.folder | string |`"/var/run/secret-plugin"`| full path on container to put secret file |
23
23
| configReloader.image.pullPolicy | string |`"IfNotPresent"`| image pullPolicy for the main container |
24
24
| configReloader.image.repository | string |`"quay.io/kiwigrid/k8s-sidecar"`| registry and repo for the configreloader image defaults to https://github.com/kiwigrid/k8s-sidecar|
25
-
| configReloader.image.tag | string |`"1.30.11"`| tag to point at for k8s-sidecar |
25
+
| configReloader.image.tag | string |`"1.30.9"`| tag to point at for k8s-sidecar tag 1.30.10 and 1.30.11 are currently bugged: https://github.com/kiwigrid/k8s-sidecar/issues/431#issuecomment-3401233149|
26
26
| configReloader.interval | int |`10`| interval to wait before retrying a check for changes (in seconds) |
27
27
| configReloader.label | string |`"argocd-appset-secret-plugin"`| the label to check for on the Secret (secretVars.existingSecret) |
28
28
| configReloader.labelValue | string |`"1"`| the label value to check for on the Secret (secretVars.existingSecret) |
0 commit comments