File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
apps/app-proxy/_components/codefresh-base Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,3 @@ resources:
13
13
- app-proxy.role.yaml
14
14
- app-proxy.cm.yaml
15
15
- ingress.yaml
16
-
17
- patches :
18
- # This is a fix for ignoring invalid response header
19
- # from g.codefresh caused by imperva. Need to fix this
20
- # before removing this patch.
21
- - target :
22
- name : cap-app-proxy
23
- group : apps
24
- version : v1
25
- kind : Deployment
26
- patch : |
27
- - op: add
28
- path: /spec/template/spec/containers/0/env/-
29
- value: { name: NODE_ENV, value: '--insecure-http-parser' }
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ configMapGenerator:
12
12
- name : codefresh-cm
13
13
behavior : create
14
14
literals :
15
- - version=0.0.523 # Runtime version
16
- - bootstrapRevision=0.0.523 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15
+ - version=0.0.524 # Runtime version
16
+ - bootstrapRevision=0.0.524 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
17
17
- appsetRequeueTime=15
18
18
19
19
replacements :
You can’t perform that action at this time.
0 commit comments