Skip to content

Commit

Permalink
fix: syntax and missing placeholder file and channel
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw committed Oct 25, 2024
1 parent a2c1973 commit c0c4cdb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=rhods-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha,fast
LABEL operators.operatorframework.io.bundle.channels.v1=alpha,stable,fast
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ IMAGE_BUILDER ?= podman
OPERATOR_NAMESPACE ?= redhat-ods-operator
DEFAULT_MANIFESTS_PATH ?= opt/manifests

CHANNELS="alpha,fast"
CHANNELS="alpha,stable,fast"

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
selector:
name: rhods-operator
status:
loadBalancer: {}
loadBalancer: {}
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: rhods-operator
operators.operatorframework.io.bundle.channels.v1: alpha,fast
operators.operatorframework.io.bundle.channels.v1: alpha,stable,fast
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.31.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
Expand Down
12 changes: 6 additions & 6 deletions get_all_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ declare -A COMPONENT_MANIFESTS=(
["kueue"]="red-hat-data-services:kueue:rhoai-2.15:config:kueue"
["data-science-pipelines-operator"]="red-hat-data-services:data-science-pipelines-operator:rhoai-2.15:config:data-science-pipelines-operator"
["odh-dashboard"]="red-hat-data-services:odh-dashboard:rhoai-2.15:manifests:dashboard"
["kf-notebook-controller"]="red-hat-data-services:kubeflow:rhoai-2.15::components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
["odh-notebook-controller"]="red-hat-data-services:kubeflow:rhoai-2.15::components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
["kf-notebook-controller"]="red-hat-data-services:kubeflow:rhoai-2.15:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
["odh-notebook-controller"]="red-hat-data-services:kubeflow:rhoai-2.15:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
["notebooks"]="red-hat-data-services:notebooks:rhoai-2.15:manifests:notebooks"
["trustyai"]="trustyai-explainability:trustyai-service-operator:rhoai-2.15:config:trustyai-service-operator"
["model-mesh"]="red-hat-data-services:modelmesh-serving:rhoai-2.15::config:model-mesh"
["odh-model-controller"]="red-hat-data-services:odh-model-controller:rhoai-2.15::config:odh-model-controller"
["kserve"]="red-hat-data-services:kserve:rhoai-2.15::config:kserve"
["trustyai"]="red-hat-data-services:trustyai-service-operator:rhoai-2.15:config:trustyai-service-operator"
["model-mesh"]="red-hat-data-services:modelmesh-serving:rhoai-2.15:config:model-mesh"
["odh-model-controller"]="red-hat-data-services:odh-model-controller:rhoai-2.15:config:odh-model-controller"
["kserve"]="red-hat-data-services:kserve:rhoai-2.15:config:kserve"
["modelregistry"]="red-hat-data-services:model-registry-operator:rhoai-2.15:config:model-registry-operator"
["trainingoperator"]="red-hat-data-services:training-operator:rhoai-2.15:manifests:trainingoperator"
)
Expand Down
Empty file added opt/manifests/.gitkeep
Empty file.

0 comments on commit c0c4cdb

Please sign in to comment.