Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Addyvan committed Aug 21, 2020
1 parent c322bab commit 6862f58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ helm install mig-operator k8s-mig-operator/k8s-mig-operator \
--set deployNvidiaPlugins=true \
--set operatorName=example-mig-operator \
--set operatorNamespace=default \
--set image=riskfuel/mig-operator:0.1.0
--set image=riskfuel/k8s-mig-operator:0.1.1
```

## spec
Expand Down
2 changes: 1 addition & 1 deletion deployments/chart/templates/feature-discovery/gfd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
privileged: true
args: ["--mig-strategy=mixed"]
nodeSelector:
nvidia.com/gpu.product: "A100-SXM4-40GB"
feature.node.kubernetes.io/pci-10de.present: "true"
volumes:
- name: output-dir
hostPath:
Expand Down
2 changes: 1 addition & 1 deletion deployments/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sshSecretName: mig-operator-secret
deployNvidiaPlugins: true
operatorName: example-mig-operator
operatorNamespace: kube-system
image: riskfuel/mig-operator:0.1.0
image: riskfuel/k8s-mig-operator:0.1.1
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit 6862f58

Please sign in to comment.