Skip to content

Commit

Permalink
Merge pull request #274 from marquiz/devel/v0.5.0
Browse files Browse the repository at this point in the history
Refer to v0.5.0 release in README and the deployment templates
  • Loading branch information
k8s-ci-robot authored Nov 22, 2019
2 parents 1902b77 + 789a007 commit 201aee8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ possible security implications.
## Getting started

For a stable version with ready-built images see the
[latest released version](https://github.com/kubernetes-sigs/node-feature-discovery/tree/v0.4.0) ([release notes](https://github.com/kubernetes-sigs/node-feature-discovery/releases/latest)).
[latest released version](https://github.com/kubernetes-sigs/node-feature-discovery/tree/v0.5.0) ([release notes](https://github.com/kubernetes-sigs/node-feature-discovery/releases/latest)).

If you want to use the latest development version (master branch) you need to
[build your own custom image](#building-from-source).
Expand Down
4 changes: 2 additions & 2 deletions nfd-daemonset-combined.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/kubernetes_incubator/node-feature-discovery:v0.4.0
image: quay.io/kubernetes_incubator/node-feature-discovery:v0.5.0
name: nfd-master
command:
- "nfd-master"
Expand All @@ -72,7 +72,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/kubernetes_incubator/node-feature-discovery:v0.4.0
image: quay.io/kubernetes_incubator/node-feature-discovery:v0.5.0
name: nfd-worker
command:
- "nfd-worker"
Expand Down
2 changes: 1 addition & 1 deletion nfd-master.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/kubernetes_incubator/node-feature-discovery:v0.4.0
image: quay.io/kubernetes_incubator/node-feature-discovery:v0.5.0
name: nfd-master
command:
- "nfd-master"
Expand Down
2 changes: 1 addition & 1 deletion nfd-worker-daemonset.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/kubernetes_incubator/node-feature-discovery:v0.4.0
image: quay.io/kubernetes_incubator/node-feature-discovery:v0.5.0
name: nfd-worker
command:
- "nfd-worker"
Expand Down
2 changes: 1 addition & 1 deletion nfd-worker-job.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/kubernetes_incubator/node-feature-discovery:v0.4.0
image: quay.io/kubernetes_incubator/node-feature-discovery:v0.5.0
name: nfd-worker
command:
- "nfd-worker"
Expand Down

0 comments on commit 201aee8

Please sign in to comment.