Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/appset-secret-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/appset-secret-plugin/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion charts/appset-secret-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down