Skip to content

Commit

Permalink
[patch] Remove appconnect from install-with-fvt pipeline (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-miran authored May 25, 2023
1 parent 0253e16 commit 253acfa
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tekton/src/pipelines/install-with-fvt.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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) }}
Expand Down

0 comments on commit 253acfa

Please sign in to comment.