From af2add0aa5ab348fe4c18d93d9ee793dbb960da2 Mon Sep 17 00:00:00 2001 From: "OP (oppenheimer)" <21008429+Ompragash@users.noreply.github.com> Date: Wed, 9 Apr 2025 19:24:48 +0530 Subject: [PATCH] Update pipeline drone-kaniko-harness (#143) --- .harness/harness.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.harness/harness.yaml b/.harness/harness.yaml index 1cec8b0..d7394dd 100644 --- a/.harness/harness.yaml +++ b/.harness/harness.yaml @@ -629,13 +629,13 @@ pipeline: nodeName: manifest_<+matrix.repo> - step: type: Plugin - name: Manifest_kaniko + name: Manifest_kaniko191 identifier: Manifest_kaniko spec: connectorRef: Plugins_Docker_Hub_Connector image: plugins/manifest settings: - auto_tag: "true" + auto_tag: "false" spec: docker/<+matrix.repo>/manifest-kaniko1.9.1.tmpl username: drone password: <+secrets.getValue("Plugins_Docker_Hub_Pat")> @@ -653,3 +653,4 @@ pipeline: nodeName: manifest_<+matrix.repo> when: pipelineStatus: Success + allowStageExecutions: true