From 253acfae44c1959080949a7724be36c63d244a17 Mon Sep 17 00:00:00 2001 From: leo-miran <105313348+leo-miran@users.noreply.github.com> Date: Thu, 25 May 2023 11:43:05 -0300 Subject: [PATCH] [patch] Remove appconnect from install-with-fvt pipeline (#316) --- tekton/src/pipelines/install-with-fvt.yml.j2 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tekton/src/pipelines/install-with-fvt.yml.j2 b/tekton/src/pipelines/install-with-fvt.yml.j2 index 321b4a38ce..959484140c 100644 --- a/tekton/src/pipelines/install-with-fvt.yml.j2 +++ b/tekton/src/pipelines/install-with-fvt.yml.j2 @@ -156,18 +156,6 @@ spec: - fvt-operatormaturity - cos - # App Connect temporarily disabled due CVEID: CVE-2023-28521 - # 4.1 Install AppConnect - # {{ lookup('template', 'taskdefs/dependencies/appconnect.yml.j2') | indent(4) }} - # runAfter: - # - ibm-catalogs - - # 4.2 Configure AppConnect in MAS - # {{ lookup('template', 'taskdefs/core/suite-config-appconnect.yml.j2') | indent(4) }} - # runAfter: - # - fvt-operatormaturity - # - appconnect - # 4.3 Nvidia GPU Operator {{ lookup('template', 'taskdefs/dependencies/nvidia.yml.j2') | indent(4) }} runAfter: @@ -309,8 +297,6 @@ spec: runAfter: - app-cfg-manage # Requires Health as an add-on - suite-config-watson-studio - # App Connect temporarily disabled due CVEID: CVE-2023-28521 - # - suite-config-appconnect # 11.2 Configure HPUtilities workspace {{ lookup('template', 'taskdefs/apps/hputilities-workspace.yml.j2') | indent(4) }}