diff --git a/deployments/helm/gpu-feature-discovery/Chart.yaml b/deployments/helm/gpu-feature-discovery/Chart.yaml index df10b98..2ffdc86 100644 --- a/deployments/helm/gpu-feature-discovery/Chart.yaml +++ b/deployments/helm/gpu-feature-discovery/Chart.yaml @@ -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 diff --git a/deployments/static/gpu-feature-discovery-daemonset-with-mig-mixed.yaml b/deployments/static/gpu-feature-discovery-daemonset-with-mig-mixed.yaml index 62afe17..0dee86a 100644 --- a/deployments/static/gpu-feature-discovery-daemonset-with-mig-mixed.yaml +++ b/deployments/static/gpu-feature-discovery-daemonset-with-mig-mixed.yaml @@ -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: @@ -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 diff --git a/deployments/static/gpu-feature-discovery-daemonset-with-mig-single.yaml b/deployments/static/gpu-feature-discovery-daemonset-with-mig-single.yaml index c20ad2e..f011492 100644 --- a/deployments/static/gpu-feature-discovery-daemonset-with-mig-single.yaml +++ b/deployments/static/gpu-feature-discovery-daemonset-with-mig-single.yaml @@ -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: @@ -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 diff --git a/deployments/static/gpu-feature-discovery-daemonset.yaml b/deployments/static/gpu-feature-discovery-daemonset.yaml index e195570..19c240b 100644 --- a/deployments/static/gpu-feature-discovery-daemonset.yaml +++ b/deployments/static/gpu-feature-discovery-daemonset.yaml @@ -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: @@ -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 diff --git a/deployments/static/gpu-feature-discovery-job.yaml.template b/deployments/static/gpu-feature-discovery-job.yaml.template index 9280519..478ae2d 100644 --- a/deployments/static/gpu-feature-discovery-job.yaml.template +++ b/deployments/static/gpu-feature-discovery-job.yaml.template @@ -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" diff --git a/versions.mk b/versions.mk index 1a645e8..276b247 100644 --- a/versions.mk +++ b/versions.mk @@ -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%=%)