Skip to content

Commit ba9469a

Browse files
wip
1 parent 22356b6 commit ba9469a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/gitops-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ sealed-secrets:
8888
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
8989
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
9090
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
91-
| app-proxy.image.tag | string | `"1.2468.0"` | |
91+
| app-proxy.image.tag | string | `"1.2472.0"` | |
9292
| app-proxy.imagePullSecrets | list | `[]` | |
9393
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
9494
| app-proxy.initContainer.env | object | `{}` | |
9595
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
9696
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
9797
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
98-
| app-proxy.initContainer.image.tag | string | `"1.2468.0"` | |
98+
| app-proxy.initContainer.image.tag | string | `"1.2472.0"` | |
9999
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
100100
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
101101
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,15 +353,15 @@ app-proxy:
353353
tag: 1.1.10-main
354354
image:
355355
repository: quay.io/codefresh/cap-app-proxy
356-
tag: 1.2468.0
356+
tag: 1.2472.0
357357
pullPolicy: IfNotPresent
358358
# -- Extra volume mounts for main container
359359
extraVolumeMounts: []
360360

361361
initContainer:
362362
image:
363363
repository: quay.io/codefresh/cap-app-proxy-init
364-
tag: 1.2468.0
364+
tag: 1.2472.0
365365
pullPolicy: IfNotPresent
366366
command:
367367
- ./init.sh

0 commit comments

Comments
 (0)