Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down