1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +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:
Markus Lehtonen 2020-10-08 20:23:43 +03:00
parent f3db20bdcb
commit 18d1204251
4 changed files with 5 additions and 5 deletions

View file

@ -62,7 +62,7 @@ spec:
valueFrom:
fieldRef:
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
securityContext:
allowPrivilegeEscalation: false
@ -77,7 +77,7 @@ spec:
valueFrom:
fieldRef:
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
securityContext:
allowPrivilegeEscalation: false

View file

@ -79,7 +79,7 @@ spec:
valueFrom:
fieldRef:
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
securityContext:
allowPrivilegeEscalation: false

View file

@ -21,7 +21,7 @@ spec:
valueFrom:
fieldRef:
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
securityContext:
allowPrivilegeEscalation: false

View file

@ -30,7 +30,7 @@ spec:
valueFrom:
fieldRef:
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
securityContext:
allowPrivilegeEscalation: false