Skip to content

Commit

Permalink
fix missing - typo that broke existing secret usage for tokens (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Aug 27, 2023
1 parent 11fe63f commit 8eb054f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/argocd-appset-secret-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintainers:
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

version: 0.3.3
version: 0.3.4

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

![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)
![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.5](https://img.shields.io/badge/AppVersion-v0.2.5-informational?style=flat-square)

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

Expand Down
2 changes: 1 addition & 1 deletion charts/argocd-appset-secret-plugin/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ or the fullname of the chart + "-token"
{{- if not .Values.token.existingSecret }}
{{- printf "%s-token" (include "argocd-appset-secret-plugin.fullname" .) }}
{{- else }}
{{ .Values.token.existingSecret }}
{{- .Values.token.existingSecret }}
{{- end }}
{{- end }}

Expand Down

0 comments on commit 8eb054f

Please sign in to comment.