We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc7d88 commit 0161982Copy full SHA for 0161982
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
6
# to be deployed.
7
type: application
8
9
-version: 1.4.1
+version: 2.0.0
10
11
# renovate: image=jessebot/argocd-appset-secret-plugin
12
appVersion: "v0.9.0"
charts/appset-secret-plugin/values.yaml
@@ -44,7 +44,7 @@ configReloader:
44
# -- tag to point at for k8s-sidecar
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
+ tag: 2.0.3
48
# -- image pullPolicy for the main container
49
pullPolicy: IfNotPresent
50
0 commit comments