mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 08:17:04 +00:00
Change deployment templates to point to staging image
Latest changes on the templates make them unusable with v0.6.0 release. Going forward, we should keep it this way - templates in the master branch should use staging image corresponding the template.
This commit is contained in:
parent
f3db20bdcb
commit
18d1204251
4 changed files with 5 additions and 5 deletions
|
@ -62,7 +62,7 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
image: k8s.gcr.io/nfd/node-feature-discovery:v0.6.0
|
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
||||||
name: nfd-master
|
name: nfd-master
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
@ -77,7 +77,7 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
image: k8s.gcr.io/nfd/node-feature-discovery:v0.6.0
|
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
||||||
name: nfd-worker
|
name: nfd-worker
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
@ -79,7 +79,7 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
image: k8s.gcr.io/nfd/node-feature-discovery:v0.6.0
|
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
||||||
name: nfd-master
|
name: nfd-master
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
image: k8s.gcr.io/nfd/node-feature-discovery:v0.6.0
|
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
||||||
name: nfd-worker
|
name: nfd-worker
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
@ -30,7 +30,7 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
image: k8s.gcr.io/nfd/node-feature-discovery:v0.6.0
|
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
||||||
name: nfd-worker
|
name: nfd-worker
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue