Skip to content

Commit 0d57e9f

Browse files
committed
fix: security vulnerability in qs library CVE-2025-15284
1 parent 19530e6 commit 0d57e9f

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
@@ -459,14 +459,14 @@ app-proxy:
459459
tag: 1.1.21-main
460460
image:
461461
repository: quay.io/codefresh/cap-app-proxy
462-
tag: 1.4020.0
462+
tag: 1.4038.0
463463
pullPolicy: IfNotPresent
464464
# -- Extra volume mounts for main container
465465
extraVolumeMounts: []
466466
initContainer:
467467
image:
468468
repository: quay.io/codefresh/cap-app-proxy-init
469-
tag: 1.4020.0
469+
tag: 1.4038.0
470470
pullPolicy: IfNotPresent
471471
command:
472472
- ./init.sh

0 commit comments

Comments
 (0)