Skip to content

Commit c061d9c

Browse files
vadim-kharin-codefreshcf-ci-bot-v2
andauthored
Fix various security vulnerabilities in app-proxy (#1121)
* Fix various security vulnerabilities in app-proxy * CI Automatic commit - align Chart version --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io>
1 parent 04e4b5b commit c061d9c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.1.72
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.28.0
5+
version: 0.28.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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ global:
136136
image:
137137
registry: quay.io
138138
repository: codefresh/cf-argocd-extras
139-
tag: b8c4451
139+
tag: 7b43e16
140140
nodeSelector: {}
141141
tolerations: []
142142
affinity: {}
@@ -244,7 +244,7 @@ sealed-secrets:
244244
image:
245245
registry: 'quay.io'
246246
repository: 'codefresh/sealed-secrets-controller'
247-
tag: '0.34.0'
247+
tag: '0.36.0'
248248
resources:
249249
limits:
250250
cpu: 500m
@@ -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: 1536f5e
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: 1536f5e
469+
tag: 1.4068.0
470470
pullPolicy: IfNotPresent
471471
command:
472472
- ./init.sh
@@ -679,7 +679,7 @@ argo-gateway:
679679
image:
680680
registry: quay.io
681681
repository: codefresh/cf-argocd-extras
682-
tag: bc37d62
682+
tag: 7b43e16
683683
nodeSelector: {}
684684
tolerations: []
685685
affinity: {}

0 commit comments

Comments
 (0)