Skip to content

Commit

Permalink
Merge pull request #40 from ArangoGutierrez/nfd_070
Browse files Browse the repository at this point in the history
Bump NFD to V0.7.0
  • Loading branch information
k8s-ci-robot authored Dec 4, 2020
2 parents b91d80d + 607aa81 commit 0a27d66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/0600_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: OPERATOR_NAME
value: "node-feature-discovery-operator"
- name: NODE_FEATURE_DISCOVERY_IMAGE
value: "k8s.gcr.io/nfd/node-feature-discovery:v0.6.0"
value: "k8s.gcr.io/nfd/node-feature-discovery:v0.7.0"
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion manifests/0700_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
operand:
namespace: node-feature-discovery-operator
image: k8s.gcr.io/nfdnode-feature-discovery:v0.6.0
image: k8s.gcr.io/nfd/node-feature-discovery:v0.7.0
imagePullPolicy: Always
workerConfig:
configData: |
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
nodeFeautreDiscoveryImageDefault string = "k8s.gcr.io/nfd/node-feature-discovery:v0.6.0"
nodeFeautreDiscoveryImageDefault string = "k8s.gcr.io/nfd/node-feature-discovery:v0.7.0"
)

// NodeFeatureDiscoveryImage returns the operator's operand/nfd image.
Expand Down

0 comments on commit 0a27d66

Please sign in to comment.