Skip to content

Commit 488c98e

Browse files
Fix various security vulnerabilities in app-proxy
1 parent f9cc7d2 commit 488c98e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,27 +446,27 @@ app-proxy:
446446
reportImage:
447447
registry: quay.io
448448
repository: codefreshplugins/argo-hub-codefresh-csdp-report-image-info
449-
tag: 1.1.22-main
449+
tag: 1.1.23-main
450450
# Git enrichment task image
451451
gitEnrichment:
452452
registry: quay.io
453453
repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info
454-
tag: 1.1.22-main
454+
tag: 1.1.23-main
455455
# Jira enrichment task image
456456
jiraEnrichment:
457457
registry: quay.io
458458
repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info
459-
tag: 1.1.22-main
459+
tag: 1.1.23-main
460460
image:
461461
repository: quay.io/codefresh/cap-app-proxy
462-
tag: 1.4067.0
462+
tag: 1.4068.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.4067.0
469+
tag: 1.4068.0
470470
pullPolicy: IfNotPresent
471471
command:
472472
- ./init.sh

0 commit comments

Comments
 (0)