-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator nim-operator-certified (v1.0.1) (#4974)
* operator nim-operator-certified (v1.0.1) Signed-off-by: Shiva Krishna, Merla <[email protected]> * Fix lint errors Signed-off-by: Shiva Krishna, Merla <[email protected]> * Update project ID for the operator bundle image Signed-off-by: Shiva Krishna, Merla <[email protected]> * Update image digests for the operator Signed-off-by: Shiva Krishna, Merla <[email protected]> * Update digest for the NIM container Signed-off-by: Shiva Krishna, Merla <[email protected]> * Add relatedImages for digest pinning Signed-off-by: Shiva Krishna, Merla <[email protected]> * Add missing NIMPipeline APIVersion in the sample Signed-off-by: Shiva Krishna, Merla <[email protected]> --------- Signed-off-by: Shiva Krishna, Merla <[email protected]>
- Loading branch information
1 parent
c55d1b0
commit b368320
Showing
6 changed files
with
5,746 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cert_project_id: 671a7534df23803cbb02516e | ||
merge: true |
500 changes: 500 additions & 0 deletions
500
operators/nim-operator-certified/v1.0.1/manifests/apps.nvidia.com_nimcaches.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,309 changes: 2,309 additions & 0 deletions
2,309
operators/nim-operator-certified/v1.0.1/manifests/apps.nvidia.com_nimpipelines.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,217 changes: 2,217 additions & 0 deletions
2,217
operators/nim-operator-certified/v1.0.1/manifests/apps.nvidia.com_nimservices.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
701 changes: 701 additions & 0 deletions
701
...nim-operator-certified/v1.0.1/manifests/nim-operator-certified.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
operators/nim-operator-certified/v1.0.1/metadata/annotations.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
annotations: | ||
operators.operatorframework.io.bundle.channels.v1: stable | ||
operators.operatorframework.io.bundle.channel.default.v1: stable | ||
operators.operatorframework.io.bundle.manifests.v1: manifests/ | ||
operators.operatorframework.io.bundle.mediatype.v1: registry+v1 | ||
operators.operatorframework.io.bundle.metadata.v1: metadata/ | ||
operators.operatorframework.io.bundle.package.v1: nim-operator-certified | ||
operators.operatorframework.io.metrics.builder: operator-sdk-v1.34.1 | ||
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 | ||
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4 | ||
operators.operatorframework.io.test.config.v1: tests/scorecard/ | ||
operators.operatorframework.io.test.mediatype.v1: scorecard+v1 | ||
operatorframework.io/cluster-monitoring: "true" | ||
operatorframework.io/suggested-namespace: nvidia-nim-operator | ||
|
||
# Annotations to specify OCP versions compatibility. | ||
com.redhat.openshift.versions: v4.16 |