diff --git a/charts/appset-secret-plugin/Chart.yaml b/charts/appset-secret-plugin/Chart.yaml index 99c4dae..5b825b4 100644 --- a/charts/appset-secret-plugin/Chart.yaml +++ b/charts/appset-secret-plugin/Chart.yaml @@ -6,7 +6,7 @@ description: A Helm chart for adding a K8s Secret Plugin Generator to Argo CD Ap # to be deployed. type: application -version: 1.4.1 +version: 2.0.0 # renovate: image=jessebot/argocd-appset-secret-plugin appVersion: "v0.9.0" diff --git a/charts/appset-secret-plugin/README.md b/charts/appset-secret-plugin/README.md index e93fe47..4744ca4 100644 --- a/charts/appset-secret-plugin/README.md +++ b/charts/appset-secret-plugin/README.md @@ -1,6 +1,6 @@ # appset-secret-plugin -![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.0](https://img.shields.io/badge/AppVersion-v0.9.0-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.0](https://img.shields.io/badge/AppVersion-v0.9.0-informational?style=flat-square) A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets @@ -22,7 +22,7 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets | configReloader.folder | string | `"/var/run/secret-plugin"` | full path on container to put secret file | | configReloader.image.pullPolicy | string | `"IfNotPresent"` | image pullPolicy for the main container | | configReloader.image.repository | string | `"quay.io/kiwigrid/k8s-sidecar"` | registry and repo for the configreloader image defaults to https://github.com/kiwigrid/k8s-sidecar | -| 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 | +| configReloader.image.tag | string | `"2.0.3"` | 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 | | configReloader.interval | int | `10` | interval to wait before retrying a check for changes (in seconds) | | configReloader.label | string | `"argocd-appset-secret-plugin"` | the label to check for on the Secret (secretVars.existingSecret) | | configReloader.labelValue | string | `"1"` | the label value to check for on the Secret (secretVars.existingSecret) | diff --git a/charts/appset-secret-plugin/values.yaml b/charts/appset-secret-plugin/values.yaml index ec35084..aa62fad 100644 --- a/charts/appset-secret-plugin/values.yaml +++ b/charts/appset-secret-plugin/values.yaml @@ -44,7 +44,7 @@ configReloader: # -- 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 - tag: 1.30.9 + tag: 2.0.3 # -- image pullPolicy for the main container pullPolicy: IfNotPresent