Skip to content

Commit

Permalink
Bump operator version to v1.7.0 and update channel as 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamerla committed May 21, 2021
1 parent 4e6da0e commit fac65d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=gpu-operator-certified
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.bundle.channels.v1=v1.7
LABEL operators.operatorframework.io.bundle.channel.default.v1=v1.7
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.4.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/gpu-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ metadata:
capabilities: Basic Install
categories: AI/Machine Learning, OpenShift Optional
certified: "true"
containerImage: nvcr.io/nvidia/gpu-operator:1.7.0
containerImage: nvcr.io/nvidia/gpu-operator:v1.7.0
createdAt: "Wed Feb 24 13:49:07 PST 2021"
description: Automate the management and monitoring of NVIDIA GPUs.
provider: NVIDIA
Expand Down Expand Up @@ -489,7 +489,7 @@ spec:
- --leader-elect
command:
- gpu-operator
image: nvcr.io/nvidia/gpu-operator:1.7.0
image: nvcr.io/nvidia/gpu-operator:v1.7.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit fac65d9

Please sign in to comment.