From 764cbc7b9e1bd2315fddf38ff4dba869b6175c32 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 21:36:51 +0200 Subject: [PATCH] fix: bind production PaC release parameters --- .tekton/hwlab-nc01-production-pac.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/hwlab-nc01-production-pac.yaml b/.tekton/hwlab-nc01-production-pac.yaml index 0e208492..628553d5 100644 --- a/.tekton/hwlab-nc01-production-pac.yaml +++ b/.tekton/hwlab-nc01-production-pac.yaml @@ -33,7 +33,7 @@ spec: timeouts: pipeline: 1h0m0s taskRunTemplate: - serviceAccountName: "{{ service_account }}" + serviceAccountName: hwlab-nc01-production-tekton-runner podTemplate: hostNetwork: true dnsPolicy: ClusterFirstWithHostNet @@ -61,11 +61,11 @@ spec: - name: git-write-url value: "{{ git_write_url }}" - name: source-branch - value: "{{ source_branch }}" + value: release - name: gitops-branch - value: "{{ gitops_branch }}" + value: release-gitops - name: lane - value: "{{ lane }}" + value: production - name: catalog-path value: deploy/artifact-catalog.nc01-production.json - name: image-tag-mode