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

Commit

Permalink
Merge branch 'bump-version-0.8.0-rc.2' into 'main'
Browse files Browse the repository at this point in the history
Bump version to v0.8.0-rc.2

See merge request nvidia/kubernetes/gpu-feature-discovery!162
  • Loading branch information
Evan Lezar committed Mar 28, 2023
2 parents 774e8b5 + 48f8176 commit 2e207b9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions deployments/helm/gpu-feature-discovery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: gpu-feature-discovery
type: application
description: A Helm chart for gpu-feature-discovery on Kubernetes
version: "0.8.0-rc.1"
appVersion: "0.8.0-rc.1"
version: "0.8.0-rc.2"
appVersion: "0.8.0-rc.2"
kubeVersion: ">= 1.10.0-0"
home: https://github.com/NVIDIA/gpu-feature-discovery

Expand Down
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: 0.8.0-rc.1
app.kubernetes.io/version: 0.8.0-rc.2
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: 0.8.0-rc.1
app.kubernetes.io/version: 0.8.0-rc.2
app.kubernetes.io/part-of: nvidia-gpu
spec:
containers:
- image: nvcr.io/nvidia/gpu-feature-discovery:v0.8.0-rc.1
- image: nvcr.io/nvidia/gpu-feature-discovery:v0.8.0-rc.2
name: gpu-feature-discovery
volumeMounts:
- name: output-dir
Expand Down
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: 0.8.0-rc.1
app.kubernetes.io/version: 0.8.0-rc.2
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: 0.8.0-rc.1
app.kubernetes.io/version: 0.8.0-rc.2
app.kubernetes.io/part-of: nvidia-gpu
spec:
containers:
- image: nvcr.io/nvidia/gpu-feature-discovery:v0.8.0-rc.1
- image: nvcr.io/nvidia/gpu-feature-discovery:v0.8.0-rc.2
name: gpu-feature-discovery
volumeMounts:
- name: output-dir
Expand Down
6 changes: 3 additions & 3 deletions deployments/static/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: 0.8.0-rc.1
app.kubernetes.io/version: 0.8.0-rc.2
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: 0.8.0-rc.1
app.kubernetes.io/version: 0.8.0-rc.2
app.kubernetes.io/part-of: nvidia-gpu
spec:
containers:
- image: nvcr.io/nvidia/gpu-feature-discovery:v0.8.0-rc.1
- image: nvcr.io/nvidia/gpu-feature-discovery:v0.8.0-rc.2
name: gpu-feature-discovery
volumeMounts:
- name: output-dir
Expand Down
6 changes: 3 additions & 3 deletions deployments/static/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: 0.8.0-rc.1
app.kubernetes.io/version: 0.8.0-rc.2
app.kubernetes.io/part-of: nvidia-gpu
spec:
template:
metadata:
labels:
app.kubernetes.io/name: gpu-feature-discovery
app.kubernetes.io/version: 0.8.0-rc.1
app.kubernetes.io/version: 0.8.0-rc.2
app.kubernetes.io/part-of: nvidia-gpu
spec:
nodeName: NODE_NAME
containers:
- image: nvcr.io/nvidia/gpu-feature-discovery:v0.8.0-rc.1
- image: nvcr.io/nvidia/gpu-feature-discovery:v0.8.0-rc.2
name: gpu-feature-discovery
args:
- "--oneshot"
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

MODULE := github.com/NVIDIA/gpu-feature-discovery

VERSION ?= v0.8.0-rc.1
VERSION ?= v0.8.0-rc.2

vVERSION := v$(VERSION:v%=%)

Expand Down

0 comments on commit 2e207b9

Please sign in to comment.