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) }}