File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/appset-secret-plugin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ maintainers:
1515# pipeline. Library charts do not define any templates and therefore cannot be deployed.
1616type : application
1717
18- version : 0.6.0
18+ version : 0.6.1
1919
2020# renovate: image=jessebot/argocd-appset-secret-plugin
2121appVersion : " v0.4.0"
Original file line number Diff line number Diff line change 11# appset-secret-plugin
22
3- ![ Version: 0.6.0 ] ( https://img.shields.io/badge/Version-0.6.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.4.0] ( https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square )
3+ ![ Version: 0.6.1 ] ( https://img.shields.io/badge/Version-0.6.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.4.0] ( https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square )
44
55A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
66
@@ -42,4 +42,4 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
4242| tolerations | list | ` [] ` | |
4343
4444----------------------------------------------
45- Autogenerated from chart metadata using [ helm-docs v1.11.3 ] ( https://github.com/norwoodj/helm-docs/releases/v1.11.3 )
45+ Autogenerated from chart metadata using [ helm-docs v1.12.0 ] ( https://github.com/norwoodj/helm-docs/releases/v1.12.0 )
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Defining the token and base url values for the configmap
7979{{- end }}
8080
8181{{- define " argocd-appset-secret-plugin.baseUrl" -}}
82- {{- printf " http://%s .argocd .svc.cluster.local" (include " argocd-appset-secret-plugin.fullname" . ) }}
82+ {{- printf " http://%s .%s .svc.cluster.local" (include " argocd-appset-secret-plugin.fullname" . ) .Release.Namespace }}
8383{{- end }}
8484
8585{{/*
You can’t perform that action at this time.
0 commit comments