File tree Expand file tree Collapse file tree
internal/controller/components/modelcontroller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ declare -A ODH_COMPONENT_MANIFESTS=(
3232 [" maas" ]=" opendatahub-io:models-as-a-service:stable@8d9766d9e1cbeb97f42b4fe32bd281294b5c1599:deployment"
3333 [" mlflowoperator" ]=" opendatahub-io:mlflow-operator:main@5a60c2e0bf7c437654574a4f7a3a7d678469fc03:config"
3434 [" sparkoperator" ]=" opendatahub-io:spark-operator:main@275877e83eb14b437dfe48c81ed80506454243a2:config"
35- [" wva" ]=" opendatahub-io:workload-variant-autoscaler:main@4cf1c0c215a25803ae9e864a85d40fafe5b406c3 :config"
35+ [" wva" ]=" opendatahub-io:workload-variant-autoscaler:main@aa43e93538974975863eff8a912d100414b754de :config"
3636 [" aigateway" ]=" opendatahub-io:ai-gateway-operator:main@7347cfd832bfe3783e450ac089ac6b081831cc35:config"
3737)
3838
@@ -55,7 +55,7 @@ declare -A RHOAI_COMPONENT_MANIFESTS=(
5555 [" maas" ]=" red-hat-data-services:maas-billing:rhoai-3.5@cec165a61c4abf9831b2f37b567f70921e1fb29f:deployment"
5656 [" mlflowoperator" ]=" red-hat-data-services:mlflow-operator:rhoai-3.5@e66b5f838ca029da7305b0a9e7847a03925199ce:config"
5757 [" sparkoperator" ]=" red-hat-data-services:spark-operator:rhoai-3.5@9d844250b6fa41600ea0f98c3a4ecfcda1f02b78:config"
58- [" wva" ]=" red-hat-data-services:workload-variant-autoscaler:rhoai-3.5@d690529e69170498f149d0ab89050966dfea8a11 :config"
58+ [" wva" ]=" red-hat-data-services:workload-variant-autoscaler:rhoai-3.5@6e1a3309bcbf8b9c9b01b6192dd151fcabb79803 :config"
5959 [" aigateway" ]=" red-hat-data-services:ai-gateway-operator:rhoai-3.5@8fbc151990a5e167aec9033ea4d38711dfc1319b:config"
6060)
6161
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ func wvaManifestsPath(basePath string) types.ManifestInfo {
5959 return types.ManifestInfo {
6060 Path : basePath ,
6161 ContextDir : "wva" ,
62- SourcePath : "overlays/namespace -scoped/openshift" ,
62+ SourcePath : "overlays/cluster -scoped/openshift" ,
6363 }
6464}
You can’t perform that action at this time.
0 commit comments