Skip to content

Commit

Permalink
Merge branch 'bump_mig_manager_v0.1.3' into 'master'
Browse files Browse the repository at this point in the history
Bump MIG Manager version to v0.1.3

See merge request nvidia/kubernetes/gpu-operator!305
  • Loading branch information
shivamerla committed Sep 20, 2021
2 parents 805ab3f + f53858b commit e755430
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/gpu-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ metadata:
"config": {
"name": ""
},
"version": "sha256:77b8e58a54c222bee3cc56b2305d4cebfa60722c122858f94301e611f87d7fec"
"version": "sha256:8cdb793f8a22b076bf0f19818f9d79fe87b121608f1aa28b12a560b6fe13f47e"
},
"nodeStatusExporter": {
"enabled": true,
Expand Down Expand Up @@ -260,7 +260,7 @@ spec:
- name: gpu-feature-discovery-image
image: nvcr.io/nvidia/gpu-feature-discovery@sha256:bfc39d23568458dfd50c0c5323b6d42bdcd038c420fb2a2becd513a3ed3be27f
- name: mig-manager-image
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:77b8e58a54c222bee3cc56b2305d4cebfa60722c122858f94301e611f87d7fec
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:8cdb793f8a22b076bf0f19818f9d79fe87b121608f1aa28b12a560b6fe13f47e
- name: init-container-image
image: nvcr.io/nvidia/cuda@sha256:15674e5c45c97994bc92387bad03a0d52d7c1e983709c471c4fecc8e806dbdce
- name: gpu-operator-validator-image
Expand Down
2 changes: 1 addition & 1 deletion config/samples/v1_clusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
enabled: true
repository: nvcr.io/nvidia/cloud-native
image: k8s-mig-manager
version: v0.1.2-ubi8
version: v0.1.3-ubi8
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env:
Expand Down
2 changes: 1 addition & 1 deletion deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ migManager:
enabled: true
repository: nvcr.io/nvidia/cloud-native
image: k8s-mig-manager
version: v0.1.2-ubuntu20.04
version: v0.1.3-ubuntu20.04
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env:
Expand Down

0 comments on commit e755430

Please sign in to comment.