Skip to content

Commit

Permalink
ODH Release 1.10.1 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire authored Oct 10, 2023
1 parent d9fdcc9 commit 607cb6c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions bundle/manifests/opendatahub-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@ metadata:
capabilities: Deep Insights
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: quay.io/opendatahub/opendatahub-operator:v1.10.0
createdAt: "2023-9-26T00:00:00Z"
containerImage: quay.io/opendatahub/opendatahub-operator:v1.10.1
createdAt: "2023-10-09T00:00:00Z"
description: Open Data Hub Operator for deployment and management of Open Data
Hub
operators.operatorframework.io/builder: operator-sdk-v1.24.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/opendatahub-io/opendatahub-operator
support: Open Data Hub
name: opendatahub-operator.v1.10.0
name: opendatahub-operator.v1.10.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -342,7 +342,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/opendatahub/opendatahub-operator:v1.10.0
image: quay.io/opendatahub/opendatahub-operator:v1.10.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -428,8 +428,8 @@ spec:
minKubeVersion: 1.22.0
provider:
name: Open Data Hub
replaces: opendatahub-operator.v1.9.0
replaces: opendatahub-operator.v1.10.0
selector:
matchLabels:
component: opendatahub-operator
version: 1.10.0
version: 1.10.1
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@ metadata:
capabilities: Deep Insights
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: quay.io/opendatahub/opendatahub-operator:v1.10.0
createdAt: "2023-9-26T00:00:00Z"
containerImage: quay.io/opendatahub/opendatahub-operator:v1.10.1
createdAt: "2023-10-09T00:00:00Z"
description: Open Data Hub Operator for deployment and management of Open Data
Hub
repository: https://github.com/opendatahub-io/opendatahub-operator
support: Open Data Hub
name: opendatahub-operator.v1.10.0
name: opendatahub-operator.v1.10.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -312,7 +312,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: opendatahub-operator
image: quay.io/opendatahub/opendatahub-operator:v1.9.0
image: quay.io/opendatahub/opendatahub-operator:v1.10.1
imagePullPolicy: Always
name: opendatahub-operator
resources: {}
Expand Down Expand Up @@ -344,8 +344,8 @@ spec:
minKubeVersion: 1.22.0
provider:
name: Open Data Hub
replaces: opendatahub-operator.v1.9.0
replaces: opendatahub-operator.v1.10.0
selector:
matchLabels:
component: opendatahub-operator
version: 1.10.0
version: 1.10.1
2 changes: 1 addition & 1 deletion get_all_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
REPO_LIST=(
"data-science-pipelines-operator:v1.4.0:config:data-science-pipelines-operator"
"odh-dashboard:v2.15.0-incubation-fixes:manifests:odh-dashboard"
"notebooks:v1.10.0:manifests:notebook-images"
"notebooks:v1.10.1:manifests:notebook-images"
"kubeflow:v1.7.0-3:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
"kubeflow:v1.7.0-3:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
)
Expand Down

0 comments on commit 607cb6c

Please sign in to comment.