Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Release version 1.0.0-beta.1
Browse files Browse the repository at this point in the history
Signed-off-by: Renaud Gaubert <[email protected]>
  • Loading branch information
Renaud Gaubert committed May 6, 2020
1 parent 84fe614 commit 4359233
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gpu-feature-discovery-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: gpu-feature-discovery
labels:
app.kubernetes.io/name: gpu-feature-discovery
app.kubernetes.io/version: 1.0.0-beta
app.kubernetes.io/version: 1.0.0-beta.1
app.kubernetes.io/part-of: nvidia-gpu
spec:
selector:
Expand All @@ -15,11 +15,11 @@ spec:
metadata:
labels:
app.kubernetes.io/name: gpu-feature-discovery
app.kubernetes.io/version: 1.0.0-beta
app.kubernetes.io/version: 1.0.0-beta.1
app.kubernetes.io/part-of: nvidia-gpu
spec:
containers:
- image: nvidia/gpu-feature-discovery:1.0.0-beta
- image: nvidia/gpu-feature-discovery:1.0.0-beta.1
name: gpu-feature-discovery
volumeMounts:
- name: output-dir
Expand Down
6 changes: 3 additions & 3 deletions gpu-feature-discovery-job.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ metadata:
name: gpu-feature-discovery
labels:
app.kubernetes.io/name: gpu-feature-discovery
app.kubernetes.io/version: 1.0.0-beta
app.kubernetes.io/version: 1.0.0-beta.1
app.kubernetes.io/part-of: nvidia-gpu
spec:
template:
metadata:
labels:
app.kubernetes.io/name: gpu-feature-discovery
app.kubernetes.io/version: 1.0.0-beta
app.kubernetes.io/version: 1.0.0-beta.1
app.kubernetes.io/part-of: nvidia-gpu
spec:
nodeName: NODE_NAME
containers:
- image: nvidia/gpu-feature-discovery:1.0.0-beta
- image: nvidia/gpu-feature-discovery:1.0.0-beta.1
name: gpu-feature-discovery
args:
- "--oneshot"
Expand Down

0 comments on commit 4359233

Please sign in to comment.