File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/appset-secret-plugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ maintainers:
15
15
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
16
16
type : application
17
17
18
- version : 0.9.0
18
+ version : 0.9.1
19
19
20
20
# renovate: image=jessebot/argocd-appset-secret-plugin
21
21
appVersion : " v0.7.0"
Original file line number Diff line number Diff line change 1
1
# appset-secret-plugin
2
2
3
- ![ Version: 0.9.0 ] ( https://img.shields.io/badge/Version-0.9.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.7.0] ( https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square )
3
+ ![ Version: 0.9.1 ] ( https://img.shields.io/badge/Version-0.9.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.7.0] ( https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square )
4
4
5
5
A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
6
6
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ metadata:
8
8
app.kubernetes.io/part-of : argocd
9
9
stringData :
10
10
secret_vars.yaml : |
11
- app_name: "cool_app "
11
+ app_name: "cool-app "
12
12
{{- end }}
You can’t perform that action at this time.
0 commit comments