From cdfc8a37f21a4889bd301f2107e06183d6c60568 Mon Sep 17 00:00:00 2001 From: oleksandr_taruraiev Date: Fri, 13 Dec 2024 16:59:24 +0200 Subject: [PATCH] fix: Align resource mapping(#375) --- .../templates/pipelines/js/npm/gitlab-build-edp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pipelines-library/templates/pipelines/js/npm/gitlab-build-edp.yaml b/charts/pipelines-library/templates/pipelines/js/npm/gitlab-build-edp.yaml index ed986db8..99348543 100644 --- a/charts/pipelines-library/templates/pipelines/js/npm/gitlab-build-edp.yaml +++ b/charts/pipelines-library/templates/pipelines/js/npm/gitlab-build-edp.yaml @@ -42,7 +42,7 @@ spec: default: "" type: string - name: image - default: '{{ $registry }}}/library/node:18.20.3-alpine3.20' + default: '{{ $registry }}/library/node:18.20.3-alpine3.20' description: "npm image version" type: string - name: TICKET_NAME_PATTERN