From f7426f906bc68a4aa77b42777ca7f3094d4d8562 Mon Sep 17 00:00:00 2001 From: Max! Date: Fri, 8 Mar 2024 10:08:35 +0100 Subject: [PATCH] add support for other namespaces (#29) --- charts/appset-secret-plugin/Chart.yaml | 2 +- charts/appset-secret-plugin/README.md | 4 ++-- charts/appset-secret-plugin/templates/_helpers.tpl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/appset-secret-plugin/Chart.yaml b/charts/appset-secret-plugin/Chart.yaml index 1f98ebd..b0d2878 100644 --- a/charts/appset-secret-plugin/Chart.yaml +++ b/charts/appset-secret-plugin/Chart.yaml @@ -15,7 +15,7 @@ maintainers: # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application -version: 0.6.0 +version: 0.6.1 # renovate: image=jessebot/argocd-appset-secret-plugin appVersion: "v0.4.0" diff --git a/charts/appset-secret-plugin/README.md b/charts/appset-secret-plugin/README.md index fa58f16..fac6f2a 100644 --- a/charts/appset-secret-plugin/README.md +++ b/charts/appset-secret-plugin/README.md @@ -1,6 +1,6 @@ # appset-secret-plugin -![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) +![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) A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets @@ -42,4 +42,4 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) diff --git a/charts/appset-secret-plugin/templates/_helpers.tpl b/charts/appset-secret-plugin/templates/_helpers.tpl index bf8021f..7c874db 100644 --- a/charts/appset-secret-plugin/templates/_helpers.tpl +++ b/charts/appset-secret-plugin/templates/_helpers.tpl @@ -79,7 +79,7 @@ Defining the token and base url values for the configmap {{- end }} {{- define "argocd-appset-secret-plugin.baseUrl" -}} -{{- printf "http://%s.argocd.svc.cluster.local" (include "argocd-appset-secret-plugin.fullname" .) }} +{{- printf "http://%s.%s.svc.cluster.local" (include "argocd-appset-secret-plugin.fullname" .) .Release.Namespace }} {{- end }} {{/*