Skip to content

Commit

Permalink
Set BUNDLE_CHANNELS and BUNDLE_DEFAULT_CHANNEL when doing a local bui…
Browse files Browse the repository at this point in the history
…ld (#634)

Set the BUNDLE_CHANNELS and BUNDLE_DEFAULT_CHANNEL when
doing a local build. This is required when doing a deployment
from index with local builds.

Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
vkmc and [email protected] committed Aug 29, 2024
1 parent 02e58ce commit 9fcc058
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/stf-run-ci/tasks/setup_stf_local_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
RELATED_IMAGE_BRIDGE_SMARTGATEWAY_TAG={{ sg_bridge_image_path | parse_tag | quote }} \
OPERATOR_IMAGE={{ sgo_image_path | parse_image | quote }} \
OPERATOR_TAG={{ sgo_image_path | parse_tag | quote }} \
BUNDLE_CHANNELS={{ stf_channel }} \
BUNDLE_DEFAULT_CHANNEL={{ stf_channel }} \
./generate_bundle.sh
register: generate_bundle_sgo
rescue:
Expand Down Expand Up @@ -67,6 +69,8 @@
RELATED_IMAGE_PROMETHEUS_WEBHOOK_SNMP_TAG={{ prometheus_webhook_snmp_image_path | parse_tag | quote }} \
OPERATOR_IMAGE={{ sto_image_path | parse_image | quote }} \
OPERATOR_TAG={{ sto_image_path | parse_tag | quote }} \
BUNDLE_CHANNELS={{ stf_channel }} \
BUNDLE_DEFAULT_CHANNEL={{ stf_channel }} \
./generate_bundle.sh
register: generate_bundle_sto
rescue:
Expand Down

0 comments on commit 9fcc058

Please sign in to comment.