Use latest env in spec-archive test (#2170)
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
apiVersion: fission.io/v1
|
apiVersion: fission.io/v1
|
||||||
kind: Environment
|
kind: Environment
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
name: dummyfoobarnode
|
name: dummyfoobarnode
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
builder:
|
builder:
|
||||||
command: build
|
command: build
|
||||||
image: fission/node-builder:1.6.0
|
image: fission/node-builder
|
||||||
keeparchive: false
|
keeparchive: false
|
||||||
poolsize: 3
|
poolsize: 3
|
||||||
runtime:
|
runtime:
|
||||||
image: fission/node-env:1.6.0
|
image: fission/node-env
|
||||||
terminationGracePeriod: 20
|
terminationGracePeriod: 20
|
||||||
version: 2
|
version: 2
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 80Mi
|
memory: 80Mi
|
||||||
runtime:
|
runtime:
|
||||||
image: fission/node-env:latest
|
image: fission/node-env
|
||||||
podspec:
|
podspec:
|
||||||
containers:
|
containers:
|
||||||
- name: nodejs
|
- name: nodejs
|
||||||
|
|||||||
Reference in New Issue
Block a user