Skip to content

Commit e4e30f0

Browse files
vadim-kharin-codefreshcf-ci-bot-v2oleksandr-codefresh
authored
chore: fix security vulnerabilities for argo-workflows (#955)
* chore: Fix security vulnerabilities for argo-workflows * CI Automatic commit - align Chart version * fix(app-proxy): added app resources actions request support for argo-cd 3.1 --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Oleksandr Saulyak <oleksandr.saulyak@octopus.com>
1 parent 23b118e commit e4e30f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.77
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: '0.25.1'
5+
version: '0.25.2'
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -28,7 +28,7 @@ dependencies:
2828
version: 2.4.9-cap-CR-30841
2929
- name: argo-workflows
3030
repository: https://codefresh-io.github.io/argo-helm
31-
version: 0.45.16-v3.6.7-cap-CR-30835
31+
version: 0.45.17-v3.6.7-cap-CR-31761
3232
condition: argo-workflows.enabled
3333
- name: argo-rollouts
3434
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,14 +565,14 @@ app-proxy:
565565
tag: 1.1.17-main
566566
image:
567567
repository: quay.io/codefresh/cap-app-proxy
568-
tag: '0655469'
568+
tag: 'e840ed4'
569569
pullPolicy: IfNotPresent
570570
# -- Extra volume mounts for main container
571571
extraVolumeMounts: []
572572
initContainer:
573573
image:
574574
repository: quay.io/codefresh/cap-app-proxy-init
575-
tag: '0655469'
575+
tag: 'e840ed4'
576576
pullPolicy: IfNotPresent
577577
command:
578578
- ./init.sh

0 commit comments

Comments
 (0)