Skip to content

Commit f7426f9

Browse files
authored
add support for other namespaces (#29)
1 parent 963ba48 commit f7426f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6.0
18+
version: 0.6.1
1919

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

charts/appset-secret-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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)

charts/appset-secret-plugin/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{{/*

0 commit comments

Comments
 (0)