Skip to content

Commit 02cef30

Browse files
committed
fix: security vulnerabilities in cap-app-proxy-init: CVE-2016-2781 and CVE-2024-10041; cap-app-proxy: CVE-2025-61729 and CVE-2025-61727
1 parent f47734f commit 02cef30

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
@@ -498,14 +498,14 @@ app-proxy:
498498
tag: 1.1.20-main
499499
image:
500500
repository: quay.io/codefresh/cap-app-proxy
501-
tag: 1.4007.0
501+
tag: 1.4014.0
502502
pullPolicy: IfNotPresent
503503
# -- Extra volume mounts for main container
504504
extraVolumeMounts: []
505505
initContainer:
506506
image:
507507
repository: quay.io/codefresh/cap-app-proxy-init
508-
tag: 1.4007.0
508+
tag: 1.4014.0
509509
pullPolicy: IfNotPresent
510510
command:
511511
- ./init.sh

0 commit comments

Comments
 (0)