Skip to content

Commit 2747c41

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2
andauthored
fix: security vulnerability in qs library CVE-2025-15284 (#1070)
* [app-proxy]fix: security vulnerability in qs library CVE-2025-15284 * CI Automatic commit - align Chart version --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io>
1 parent 3ff84f1 commit 2747c41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.2.1
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.27.0
5+
version: 0.27.1
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,14 +458,14 @@ app-proxy:
458458
tag: 1.1.21-main
459459
image:
460460
repository: quay.io/codefresh/cap-app-proxy
461-
tag: 1.4020.0
461+
tag: 93121a2
462462
pullPolicy: IfNotPresent
463463
# -- Extra volume mounts for main container
464464
extraVolumeMounts: []
465465
initContainer:
466466
image:
467467
repository: quay.io/codefresh/cap-app-proxy-init
468-
tag: 1.4020.0
468+
tag: 93121a2
469469
pullPolicy: IfNotPresent
470470
command:
471471
- ./init.sh

0 commit comments

Comments
 (0)