File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ A Helm chart for Codefresh gitops runtime
35
35
| app-proxy.fullnameOverride | string | ` "cap-app-proxy" ` | |
36
36
| app-proxy.image.pullPolicy | string | ` "IfNotPresent" ` | |
37
37
| app-proxy.image.repository | string | ` "quay.io/codefresh/cap-app-proxy" ` | |
38
- | app-proxy.image.tag | string | ` "1.2140 .0" ` | |
38
+ | app-proxy.image.tag | string | ` "1.2142 .0" ` | |
39
39
| app-proxy.imagePullSecrets | list | ` [] ` | |
40
40
| app-proxy.initContainer.command[ 0] | string | ` "./init.sh" ` | |
41
41
| app-proxy.initContainer.env | object | ` {} ` | |
42
42
| app-proxy.initContainer.image.pullPolicy | string | ` "IfNotPresent" ` | |
43
43
| app-proxy.initContainer.image.repository | string | ` "quay.io/codefresh/cap-app-proxy-init" ` | |
44
- | app-proxy.initContainer.image.tag | string | ` "1.2140 .0" ` | |
44
+ | app-proxy.initContainer.image.tag | string | ` "1.2142 .0" ` | |
45
45
| app-proxy.initContainer.resources.limits.cpu | string | ` "1" ` | |
46
46
| app-proxy.initContainer.resources.limits.memory | string | ` "512Mi" ` | |
47
47
| app-proxy.initContainer.resources.requests.cpu | string | ` "0.2" ` | |
Original file line number Diff line number Diff line change @@ -254,14 +254,14 @@ app-proxy:
254
254
image :
255
255
repository : quay.io/codefresh/cap-app-proxy
256
256
# Overrides the image tag whose default is the chart appVersion.
257
- tag : 1.2140 .0
257
+ tag : 1.2142 .0
258
258
pullPolicy : IfNotPresent
259
259
260
260
initContainer :
261
261
image :
262
262
repository : quay.io/codefresh/cap-app-proxy-init
263
263
# Overrides the image tag whose default is the chart appVersion.
264
- tag : 1.2140 .0
264
+ tag : 1.2142 .0
265
265
pullPolicy : IfNotPresent
266
266
command :
267
267
- ./init.sh
You can’t perform that action at this time.
0 commit comments