diff --git a/ci-operator/config/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-main.yaml b/ci-operator/config/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-main.yaml index 6e324a4ba64e9..e2e589721e30d 100644 --- a/ci-operator/config/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-main.yaml +++ b/ci-operator/config/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-main.yaml @@ -11,6 +11,10 @@ base_images: name: "4.21" namespace: ocp tag: vertical-pod-autoscaler-operator + tls-scanner-tool: + name: tls-scanner + namespace: tls-scanner + tag: tls-scanner-tool ubi-python-311: name: ubi-python-311 namespace: ocp @@ -135,6 +139,11 @@ tests: skip_if_only_changed: ^docs/|^\.github|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$ steps: cluster_profile: openshift-org-aws + env: + PQC_CHECK: "true" + SCAN_NAMESPACE: openshift-vertical-pod-autoscaler + SCANNER_CPU: 500m + SCANNER_MEMORY: 1Gi test: - as: install cli: latest @@ -156,6 +165,7 @@ tests: resources: requests: cpu: 100m + - ref: tls-scanner-run workflow: ipi-aws - as: e2e-aws-upgrade skip_if_only_changed: ^docs/|^\.github|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$