Skip to content

Commit

Permalink
Merge pull request #751 from marquiz/release-0.10
Browse files Browse the repository at this point in the history
Update references to release v0.10.1
  • Loading branch information
k8s-ci-robot authored Jan 21, 2022
2 parents ba90865 + cc77525 commit d716249
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
tolerations: []
containers:
- name: nfd-master
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.0
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.1
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand All @@ -33,7 +33,7 @@ spec:
command:
- "nfd-master"
- name: nfd-worker
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.0
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.1
imagePullPolicy: IfNotPresent
command:
- "nfd-worker"
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/master/master-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
tolerations: []
containers:
- name: nfd-master
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.0
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.1
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccount: nfd-topology-updater
containers:
- name: nfd-topology-updater
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.0
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.1
imagePullPolicy: IfNotPresent
command:
- "nfd-topology-updater"
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/worker-daemonset/worker-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: nfd-worker
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.0
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.1
imagePullPolicy: IfNotPresent
command:
- "nfd-worker"
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/worker-job/worker-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- nfd-worker
containers:
- name: nfd-worker
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.0
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.1
imagePullPolicy: IfNotPresent
command:
- "nfd-worker"
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/node-feature-discovery/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.10.0
appVersion: v0.10.1
description: |
Detects hardware features available on each node in a Kubernetes cluster, and advertises
those features using node labels.
Expand Down
2 changes: 1 addition & 1 deletion deployment/overlays/prune/master-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
tolerations: []
containers:
- name: nfd-master
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.0
image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.1
imagePullPolicy: IfNotPresent
command:
- "nfd-master"
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ scss: |
# Release is the full released version number. Used to make external links to
# point to the correct blobs in the Github repo. This is also the version shown
# in the sidebar (top left corner of the page)
release: v0.10.0
release: v0.10.1

# Container image which to point to in the documentation
container_image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.0
container_image: k8s.gcr.io/nfd/node-feature-discovery:v0.10.1
2 changes: 1 addition & 1 deletion test/e2e/node_feature_discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import (

var (
dockerRepo = flag.String("nfd.repo", "k8s.gcr.io/nfd/node-feature-discovery", "Docker repository to fetch image from")
dockerTag = flag.String("nfd.tag", "v0.10.0", "Docker tag to use")
dockerTag = flag.String("nfd.tag", "v0.10.1", "Docker tag to use")
e2eConfigFile = flag.String("nfd.e2e-config", "", "Configuration parameters for end-to-end tests")
openShift = flag.Bool("nfd.openshift", false, "Enable OpenShift specific bits")

Expand Down

0 comments on commit d716249

Please sign in to comment.