Skip to content

Commit

Permalink
Update resource templates to use v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Sep 27, 2018
1 parent f00f231 commit f8bea16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ the only label value published for features is the string `"true"`._

```json
{
"node.alpha.kubernetes-incubator.io/node-feature-discovery.version": "v0.2.0",
"node.alpha.kubernetes-incubator.io/node-feature-discovery.version": "v0.3.0",
"node.alpha.kubernetes-incubator.io/nfd-cpuid-<feature-name>": "true",
"node.alpha.kubernetes-incubator.io/nfd-iommu-<feature-name>": "true",
"node.alpha.kubernetes-incubator.io/nfd-memory-<feature-name>": "true",
Expand Down
2 changes: 1 addition & 1 deletion node-feature-discovery-daemonset.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
}
],
"image": "quay.io/kubernetes_incubator/node-feature-discovery:v0.2.0",
"image": "quay.io/kubernetes_incubator/node-feature-discovery:v0.3.0",
"name": "node-feature-discovery",
"args": ["--sleep-interval=60s"],
"volumeMounts": [
Expand Down
2 changes: 1 addition & 1 deletion node-feature-discovery-job.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
}
],
"image": "quay.io/kubernetes_incubator/node-feature-discovery:v0.2.0",
"image": "quay.io/kubernetes_incubator/node-feature-discovery:v0.3.0",
"name": "node-feature-discovery",
"args": ["--oneshot"],
"ports": [
Expand Down

0 comments on commit f8bea16

Please sign in to comment.