Skip to content

Commit 8a11888

Browse files
[app-proxy]fix: security vulnerabilities for app-proxy (CVE-2025-61729 and CVE-2025-61727) and app-proxy-init (CVE-2016-2781 and CVE-2024-10041)
1 parent 7f2249c commit 8a11888

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,14 +492,14 @@ app-proxy:
492492
tag: 1.1.20-main
493493
image:
494494
repository: quay.io/codefresh/cap-app-proxy
495-
tag: 1.4014.0
495+
tag: 8765bbd
496496
pullPolicy: IfNotPresent
497497
# -- Extra volume mounts for main container
498498
extraVolumeMounts: []
499499
initContainer:
500500
image:
501501
repository: quay.io/codefresh/cap-app-proxy-init
502-
tag: 1.4014.0
502+
tag: 8765bbd
503503
pullPolicy: IfNotPresent
504504
command:
505505
- ./init.sh

0 commit comments

Comments
 (0)