Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 181dd0e

Browse files
rasapaladtrawins
andauthored
Update to 1.0.0 upload changes. (#58)
* Update to 1.0.0 upload changes. Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
1 parent b3038c0 commit 181dd0e

6 files changed

Lines changed: 8 additions & 6 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ifeq ($(TARGET_PLATFORM), openshift)
129129
fi
130130
docker tag $(CATALOG_REPOSITORY):$(IMAGE_TAG) $(CATALOG_REPOSITORY):$(BRANCH)-latest
131131
else
132-
sudo opm index add --bundles $(BUNDLE_REPOSITORY)-k8s:$(IMAGE_TAG) -c docker --tag $(CATALOG_REPOSITORY)-k8s:$(IMAGE_TAG)
132+
sudo opm index add --bundles quay.io/operatorhubio/ovms-operator:v0.1.0,quay.io/operatorhubio/ovms-operator:v0.2.0,$(BUNDLE_REPOSITORY)-k8s:$(IMAGE_TAG) -c docker --tag $(CATALOG_REPOSITORY)-k8s:$(IMAGE_TAG)
133133
docker tag $(CATALOG_REPOSITORY)-k8s:$(IMAGE_TAG) $(CATALOG_REPOSITORY)-k8s:$(BRANCH)-latest
134134
endif
135135

@@ -283,4 +283,5 @@ help: ## Show this help screen.
283283
@echo ''
284284
@echo 'Available targets are:'
285285
@echo ''
286-
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z0-9_-]+:.*?##/ { printf " \033[36m%-25s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
286+
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z0-9_-]+:.*?##/ { printf " \033[36m%-25s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
287+

bundle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
2222
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
2323
LABEL operators.operatorframework.io.bundle.package.v1=ovms-operator
2424
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
25-
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.7.1+git
25+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.19.1+git
2626
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
2727
LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorframework.io/v1
2828

bundle_k8s/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
2222
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
2323
LABEL operators.operatorframework.io.bundle.package.v1=ovms-operator
2424
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
25-
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.7.1+git
25+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.19.1+git
2626
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
2727
LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorframework.io/v1
2828

bundle_k8s/manifests/openvino-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ metadata:
6464
}
6565
}
6666
]
67+
containerImage: quay.io/openvino/ovms-operator:1.0.0
6768
capabilities: Basic Install
6869
categories: "AI/Machine Learning"
6970
operators.operatorframework.io/builder: operator-sdk-v1.19.1+git
@@ -510,3 +511,4 @@ spec:
510511
provider:
511512
name: Intel
512513
version: 1.0.0
514+
replaces: ovms-operator.v0.2.0

bundle_k8s/metadata/annotations.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ annotations:
99
operators.operatorframework.io.metrics.builder: operator-sdk-v1.19.1+git
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: helm.sdk.operatorframework.io/v1
12+
containerImage: quay.io/openvino/ovms-operator:1.0.0
1213

1314
# Annotations for testing.
1415
operators.operatorframework.io.test.mediatype.v1: scorecard+v1

docs/operator_installation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*Note:* Operator, starting from version 1.0 includes non-compatible changes in the CRD records of `ModelServer` and `Notebook`.
44
It is recommended to remove all those custom records before upgrading the operator from v0.2 to v1.0.
55

6-
*Note:* This repository includes operator v1.0 which is to be published soon. The source code for older versions is stored in the [model server repo](https://github.com/openvinotoolkit/model_server/tree/main/extras)
7-
86
## Openshift
97

108
In the OpenShift [web console](https://docs.openshift.com/container-platform/4.10/web_console/web-console.html) navigate to OperatorHub menu. Search for "OpenVINO™ Toolkit Operator". Then, click the `Install` button.

0 commit comments

Comments
 (0)