Skip to content

Commit

Permalink
Update test_ci_secret.yaml - fix #48 (#50)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jessebot and github-actions[bot] authored Nov 8, 2024
1 parent fb465b7 commit 11b1737
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/appset-secret-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainers:
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

version: 0.9.0
version: 0.9.1

# renovate: image=jessebot/argocd-appset-secret-plugin
appVersion: "v0.7.0"
2 changes: 1 addition & 1 deletion charts/appset-secret-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# appset-secret-plugin

![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)
![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)

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

Expand Down
2 changes: 1 addition & 1 deletion charts/appset-secret-plugin/templates/test_ci_secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ metadata:
app.kubernetes.io/part-of: argocd
stringData:
secret_vars.yaml: |
app_name: "cool_app"
app_name: "cool-app"
{{- end }}

0 comments on commit 11b1737

Please sign in to comment.