Skip to content

Commit ea9086b

Browse files
authored
Merge branch 'main' into cleanup_dashboard_old
2 parents 5dce19c + b4a40de commit ea9086b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

bundle/manifests/opendatahub-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ spec:
14421442
- name: ODH_PLATFORM_TYPE
14431443
value: OpenDataHub
14441444
- name: RELATED_IMAGE_ODH_KUBE_AUTH_PROXY_IMAGE
1445-
value: quay.io/jtanner/kube-auth-proxy:latest
1445+
value: quay.io/opendatahub/odh-kube-auth-proxy:latest
14461446
image: REPLACE_IMAGE:latest
14471447
imagePullPolicy: Always
14481448
livenessProbe:
@@ -1528,7 +1528,7 @@ spec:
15281528
provider:
15291529
name: ODH
15301530
relatedImages:
1531-
- image: quay.io/jtanner/kube-auth-proxy:latest
1531+
- image: quay.io/opendatahub/odh-kube-auth-proxy:latest
15321532
name: odh-kube-auth-proxy-image
15331533
selector:
15341534
matchLabels:

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
# Kube-auth-proxy image configuration
7474
# For RHOAI: Overridden by CSV. For ODH: Uses jtanner's public image
7575
- name: RELATED_IMAGE_ODH_KUBE_AUTH_PROXY_IMAGE
76-
value: "quay.io/jtanner/kube-auth-proxy:latest"
76+
value: quay.io/opendatahub/odh-kube-auth-proxy:latest
7777
args:
7878
- --leader-elect
7979
- --operator-name=opendatahub

get_all_manifests.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ GITHUB_URL="https://github.com"
1111
# 2. "tag" - immutable reference (e.g., v1.0.0)
1212
# 3. "branch@commit-sha" - tracks branch but pinned to specific commit (e.g., main@a1b2c3d4)
1313
declare -A COMPONENT_MANIFESTS=(
14-
["dashboard"]="opendatahub-io:odh-dashboard:main@cabc95f1ace05c9b0713388aa59b27ee22139e7f:manifests"
15-
["workbenches/kf-notebook-controller"]="opendatahub-io:kubeflow:main@bf6b20b5a4cf689c0c3fa06f99dfbdcf6674d51f:components/notebook-controller/config"
16-
["workbenches/odh-notebook-controller"]="opendatahub-io:kubeflow:main@bf6b20b5a4cf689c0c3fa06f99dfbdcf6674d51f:components/odh-notebook-controller/config"
17-
["workbenches/notebooks"]="opendatahub-io:notebooks:main@9af1da673fc9ef370424a3381fa791981e74979a:manifests"
18-
["kserve"]="opendatahub-io:kserve:release-v0.15@9aef15a7ac2935b294b352a2a04a145627100af3:config"
19-
["ray"]="opendatahub-io:kuberay:dev@d751b14faddf13b141d0d26f6ced640ec23030b3:ray-operator/config"
14+
["dashboard"]="opendatahub-io:odh-dashboard:main@ef1a8e53b04629cef73fc097edc9e874ad1d89a4:manifests"
15+
["workbenches/kf-notebook-controller"]="opendatahub-io:kubeflow:main@121a467690d03514277a7d30c16c311815b1877f:components/notebook-controller/config"
16+
["workbenches/odh-notebook-controller"]="opendatahub-io:kubeflow:main@121a467690d03514277a7d30c16c311815b1877f:components/odh-notebook-controller/config"
17+
["workbenches/notebooks"]="opendatahub-io:notebooks:main@a256bc33a6977d2a8e04ab492ff289db41624a3e:manifests"
18+
["kserve"]="opendatahub-io:kserve:release-v0.15@d77e8ebefc5eb1de6ac2e9269d5bef0f9bea18fa:config"
19+
["ray"]="opendatahub-io:kuberay:dev@e2daa7e658f66f14fa2279b3c054ac54384ae2ca:ray-operator/config"
2020
["trustyai"]="opendatahub-io:trustyai-service-operator:incubation@7f21761643ea756480f0a43f55ff8817458559a4:config"
2121
["modelregistry"]="opendatahub-io:model-registry-operator:main@cbc48624a6343d895f2722959cca3888eb2569fc:config"
2222
["trainingoperator"]="opendatahub-io:training-operator:dev@fc212b8db7fde82f12e801e6778961097899e88d:manifests"
23-
["datasciencepipelines"]="opendatahub-io:data-science-pipelines-operator:main@cb50b89fa8cc1239e6e54265dd8243de009762f1:config"
24-
["modelcontroller"]="opendatahub-io:odh-model-controller:incubating@b6af0080034f6c1a5e8de20eb596bdfc77bfc42e:config"
23+
["datasciencepipelines"]="opendatahub-io:data-science-pipelines-operator:main@bdf7dcc340bee0ad3bfe0c17d857e090cd06243b:config"
24+
["modelcontroller"]="opendatahub-io:odh-model-controller:incubating@e7a91e0ef907ade1b2503b439a2a2cdbc986058d:config"
2525
["feastoperator"]="opendatahub-io:feast:stable@d5895be388475745287e0ca9bc99e3e9ed8335d0:infra/feast-operator/config"
26-
["llamastackoperator"]="opendatahub-io:llama-stack-k8s-operator:odh@acea5ea51010177f15a03d17b13f944f10ea298f:config"
26+
["llamastackoperator"]="opendatahub-io:llama-stack-k8s-operator:odh@6806c3f428bb140609d6fe4801d6c66a25977804:config"
2727
)
2828

2929
# PLATFORM_MANIFESTS is a list of manifests that are contained in the operator repository. Please also add them to the

0 commit comments

Comments
 (0)