Skip to content

Commit e7d1d0c

Browse files
authored
chore: bump app-proxy image tags to 1.3591.0 - fix memory consumption and duration issues during git operations (#549)
replace isomorphic-git with simple-git (codefresh-io/argo-platform#6344)
1 parent 46c89bc commit e7d1d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,15 +545,15 @@ app-proxy:
545545
tag: 1.1.13-main
546546
image:
547547
repository: quay.io/codefresh/cap-app-proxy
548-
tag: 1.3584.0
548+
tag: 1.3591.0
549549
pullPolicy: IfNotPresent
550550
# -- Extra volume mounts for main container
551551
extraVolumeMounts: []
552552

553553
initContainer:
554554
image:
555555
repository: quay.io/codefresh/cap-app-proxy-init
556-
tag: 1.3584.0
556+
tag: 1.3591.0
557557
pullPolicy: IfNotPresent
558558
command:
559559
- ./init.sh

0 commit comments

Comments
 (0)