diff --git a/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml b/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml index e82739bbecdd3..14dd340da89a2 100644 --- a/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml +++ b/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml @@ -11,6 +11,18 @@ base_images: name: "5.1" namespace: ocp tag: custom-metrics-autoscaler-adapter + operand-http-addon-interceptor: + name: "5.1" + namespace: ocp + tag: custom-metrics-autoscaler-http-add-on-interceptor + operand-http-addon-operator: + name: "5.1" + namespace: ocp + tag: custom-metrics-autoscaler-http-add-on-operator + operand-http-addon-scaler: + name: "5.1" + namespace: ocp + tag: custom-metrics-autoscaler-http-add-on-scaler operand-webhook: name: "5.1" namespace: ocp @@ -53,6 +65,12 @@ operator: with: pipeline:operand-adapter - pullspec: CMA_OPERAND_PLACEHOLDER_3 with: pipeline:operand-webhook + - pullspec: CMA_OPERAND_PLACEHOLDER_4 + with: pipeline:operand-http-addon-interceptor + - pullspec: CMA_OPERAND_PLACEHOLDER_5 + with: pipeline:operand-http-addon-operator + - pullspec: CMA_OPERAND_PLACEHOLDER_6 + with: pipeline:operand-http-addon-scaler promotion: to: - name: "5.1"