Skip to content

Commit 67fe914

Browse files
committed
downgrade configreload to 1.30.9
see: kiwigrid/k8s-sidecar#431 (comment)
1 parent e2776d9 commit 67fe914

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

charts/appset-secret-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 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 |
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) |
@@ -57,4 +57,4 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
5757
| tolerations | list | `[]` | |
5858

5959
----------------------------------------------
60-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
60+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/appset-secret-plugin/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ configReloader:
4242
# defaults to https://github.com/kiwigrid/k8s-sidecar
4343
repository: quay.io/kiwigrid/k8s-sidecar
4444
# -- tag to point at for k8s-sidecar
45-
tag: 1.30.11
45+
# tag 1.30.10 and 1.30.11 are currently bugged:
46+
# https://github.com/kiwigrid/k8s-sidecar/issues/431#issuecomment-3401233149
47+
tag: 1.30.9
4648
# -- image pullPolicy for the main container
4749
pullPolicy: IfNotPresent
4850

0 commit comments

Comments
 (0)