We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10194f7 commit c35a372Copy full SHA for c35a372
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: 1.4.2
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: 1.30.11
48
# -- image pullPolicy for the main container
49
pullPolicy: IfNotPresent
50
0 commit comments