Skip to content

Commit 11b1737

Browse files
Update test_ci_secret.yaml - fix #48 (#50)
* Update test_ci_secret.yaml * Update Chart.yaml - update chart version * helm-docs: automated action * update readme * helm-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fb465b7 commit 11b1737

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/appset-secret-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintainers:
1515
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
1616
type: application
1717

18-
version: 0.9.0
18+
version: 0.9.1
1919

2020
# renovate: image=jessebot/argocd-appset-secret-plugin
2121
appVersion: "v0.7.0"

charts/appset-secret-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# appset-secret-plugin
22

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)
44

55
A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
66

charts/appset-secret-plugin/templates/test_ci_secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ metadata:
88
app.kubernetes.io/part-of: argocd
99
stringData:
1010
secret_vars.yaml: |
11-
app_name: "cool_app"
11+
app_name: "cool-app"
1212
{{- end }}

0 commit comments

Comments
 (0)