File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
3535| app-proxy.fullnameOverride | string | ` "cap-app-proxy" ` | |
3636| app-proxy.image.pullPolicy | string | ` "IfNotPresent" ` | |
3737| 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" ` | |
3939| app-proxy.imagePullSecrets | list | ` [] ` | |
4040| app-proxy.initContainer.command[ 0] | string | ` "./init.sh" ` | |
4141| app-proxy.initContainer.env | object | ` {} ` | |
4242| app-proxy.initContainer.image.pullPolicy | string | ` "IfNotPresent" ` | |
4343| 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" ` | |
4545| app-proxy.initContainer.resources.limits.cpu | string | ` "1" ` | |
4646| app-proxy.initContainer.resources.limits.memory | string | ` "512Mi" ` | |
4747| 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:
254254 image :
255255 repository : quay.io/codefresh/cap-app-proxy
256256 # Overrides the image tag whose default is the chart appVersion.
257- tag : 1.2140 .0
257+ tag : 1.2142 .0
258258 pullPolicy : IfNotPresent
259259
260260 initContainer :
261261 image :
262262 repository : quay.io/codefresh/cap-app-proxy-init
263263 # Overrides the image tag whose default is the chart appVersion.
264- tag : 1.2140 .0
264+ tag : 1.2142 .0
265265 pullPolicy : IfNotPresent
266266 command :
267267 - ./init.sh
You can’t perform that action at this time.
0 commit comments