Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 2a95b0b

Browse files
nickboldtrhdh-bot
andauthored
chore: RHIDP-1105 switch annotations.yaml back to use fast channels; clean up comments (#246)
* chore: RHIDP-1105 switch annotations.yaml back to use fast channels Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> * clean up comments Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> --------- Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> Co-authored-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com>
1 parent 6c9414d commit 2a95b0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.rhdh/bundle/metadata/annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ annotations:
33
operators.operatorframework.io.bundle.manifests.v1: manifests/
44
operators.operatorframework.io.bundle.metadata.v1: metadata/
55
operators.operatorframework.io.bundle.package.v1: rhdh
6-
operators.operatorframework.io.bundle.channel.default.v1: stable
7-
operators.operatorframework.io.bundle.channels.v1: stable,stable-${CI_X_VERSION}.${CI_Y_VERSION}
6+
operators.operatorframework.io.bundle.channel.default.v1: fast
7+
operators.operatorframework.io.bundle.channels.v1: fast,fast-${CI_X_VERSION}.${CI_Y_VERSION}

.rhdh/scripts/prepare-restricted-environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ done
3434
declare prod_operator_index="${prod_operator_index:?Must set --prod_operator_index: for OCP 4.12, use registry.redhat.io/redhat/redhat-operator-index:v4.12 or quay.io/rhdh/iib:latest-v4.14-x86_64}"
3535
declare prod_operator_package_name="rhdh"
3636
declare prod_operator_bundle_name="rhdh-operator"
37-
declare prod_operator_version="${prod_operator_version:?Must set --prod_operator_version: for stable channel, use v1.1.0; for stable-1.1 channel, use v1.1.1}" # eg., v1.1.0 or v1.1.1
37+
declare prod_operator_version="${prod_operator_version:?Must set --prod_operator_version: for fast or fast-1.y channels, use v1.1.0, v1.1.1, etc.}"
3838

3939
# Destination registry
4040
declare my_operator_index_image_name_and_tag=${prod_operator_package_name}-index:${prod_operator_version}

0 commit comments

Comments
 (0)