Skip to content

Commit 8a22350

Browse files
authored
fix: correct channel (opendatahub-io#56)
* fix: correct channel - 3.3.0 is released to fast-3.x and stable-3 - 3.4ea1 is on beta Signed-off-by: Wen Zhou <wenzhou@redhat.com> * revert: add opendatahub back --------- Signed-off-by: Wen Zhou <wenzhou@redhat.com>
1 parent 4f00693 commit 8a22350

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/odh-rhoai/api-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ A Helm chart for installing ODH/RHOAI dependencies and component configurations
125125
| olm.sourceNamespace | string | `"openshift-marketplace"` | Namespace of the catalog source |
126126
| operator.enabled | bool | `true` | Enable operator installation |
127127
| operator.odh | object | `{"applicationsNamespace":"opendatahub","monitoringNamespace":"opendatahub","olm":{"channel":"fast-3","name":"opendatahub-operator","namespace":"opendatahub-operator-system","source":"community-operators"}}` | ODH operator settings |
128-
| operator.rhoai | object | `{"applicationsNamespace":"redhat-ods-applications","monitoringNamespace":"redhat-ods-monitoring","olm":{"channel":"fast-3.x","name":"rhods-operator","namespace":"redhat-ods-operator","source":"redhat-operators"}}` | RHOAI operator settings |
128+
| operator.rhoai | object | `{"applicationsNamespace":"redhat-ods-applications","monitoringNamespace":"redhat-ods-monitoring","olm":{"channel":"beta","name":"rhods-operator","namespace":"redhat-ods-operator","source":"redhat-operators"}}` | RHOAI operator settings |
129129
| operator.type | string | `"odh"` | Operator type: odh (Open Data Hub) or rhoai (Red Hat OpenShift AI) |
130130
| services.monitoring | object | `{"dependencies":{"clusterObservability":true,"opentelemetry":true,"tempo":true},"dsci":{"alerting":{},"managementState":"Managed","metrics":{},"traces":{}}}` | Monitoring service configuration |
131131
| skipCrdCheck | bool | `false` | Skip CRD existence check - render all CRs regardless. Set to true for ArgoCD. |

charts/odh-rhoai/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Namespace: {{ .Release.Namespace }}
3333
=== Next Steps ===
3434

3535
1. Wait for operators to be ready:
36-
kubectl get csv -A | grep -E "(rhods|opendatahub|kueue|cert-manager)"
36+
kubectl get csv -A | grep -E "(rhods|opendatahub|cert-manager|leader-worker)"
3737

3838
2. If CRs were not created (first install), run again:
3939
helm upgrade --install {{ .Release.Name }} ./chart -n {{ .Release.Namespace }}

charts/odh-rhoai/test/snapshots/inference-only.snap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ metadata:
266266
helm.sh/chart: HELM_CHART_VERSION_REDACTED
267267
app.kubernetes.io/managed-by: Helm
268268
spec:
269-
channel: fast-3.x
269+
channel: beta
270270
installPlanApproval: Automatic
271271
name: rhods-operator
272272
source: redhat-operators

charts/odh-rhoai/test/snapshots/skip-crd-check-rhoai.snap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ metadata:
486486
helm.sh/chart: HELM_CHART_VERSION_REDACTED
487487
app.kubernetes.io/managed-by: Helm
488488
spec:
489-
channel: fast-3.x
489+
channel: beta
490490
installPlanApproval: Automatic
491491
name: rhods-operator
492492
source: redhat-operators

charts/odh-rhoai/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ operator:
5151
applicationsNamespace: redhat-ods-applications
5252

5353
olm:
54-
channel: fast-3.x
54+
channel: beta
5555
name: rhods-operator
5656
namespace: redhat-ods-operator
5757
source: redhat-operators

0 commit comments

Comments
 (0)