From 01619826fc7b76493d4598bcc2ea01cfef47e739 Mon Sep 17 00:00:00 2001 From: "small-hack-renovate[bot]" <151926327+small-hack-renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 08:15:58 +0000 Subject: [PATCH 1/2] Update quay.io/kiwigrid/k8s-sidecar Docker tag to v2 --- charts/appset-secret-plugin/Chart.yaml | 2 +- charts/appset-secret-plugin/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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 From b285e0e82fd7076b0709cff259c14cefe0c14d37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Oct 2025 08:16:38 +0000 Subject: [PATCH 2/2] helm-docs: automated action --- charts/appset-secret-plugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) |