From 7bb16a50a433ab8214156a65806253237e8fad3e Mon Sep 17 00:00:00 2001 From: Akash LM Date: Sat, 30 Dec 2023 21:44:47 +0530 Subject: [PATCH] upated triggers --- charts/tekton/Chart.yaml | 2 +- charts/tekton/templates/dashboard/dashboard.yaml | 4 ++-- ...on-conf => webhook.triggers.tekton.dev-mutation-conf.yaml} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename charts/tekton/templates/triggers/{webhook.triggers.tekton.dev-mutation-conf => webhook.triggers.tekton.dev-mutation-conf.yaml} (100%) diff --git a/charts/tekton/Chart.yaml b/charts/tekton/Chart.yaml index 687feca..566fd79 100644 --- a/charts/tekton/Chart.yaml +++ b/charts/tekton/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/tekton/templates/dashboard/dashboard.yaml b/charts/tekton/templates/dashboard/dashboard.yaml index 41d16f5..8066ba1 100644 --- a/charts/tekton/templates/dashboard/dashboard.yaml +++ b/charts/tekton/templates/dashboard/dashboard.yaml @@ -273,8 +273,8 @@ spec: - args: - --port=9097 - --logout-url= - - --pipelines-namespace=tekton-pipelines - - --triggers-namespace=tekton-pipelines + - --pipelines-namespace={{ .Release.Namespace }} + - --triggers-namespace={{ .Release.Namespace }} - --read-only=true - --log-level=info - --log-format=json diff --git a/charts/tekton/templates/triggers/webhook.triggers.tekton.dev-mutation-conf b/charts/tekton/templates/triggers/webhook.triggers.tekton.dev-mutation-conf.yaml similarity index 100% rename from charts/tekton/templates/triggers/webhook.triggers.tekton.dev-mutation-conf rename to charts/tekton/templates/triggers/webhook.triggers.tekton.dev-mutation-conf.yaml