Skip to content

Commit 89dff79

Browse files
vadim-kharin-codefreshcf-ci-bot-v2
andauthored
chore: Fix various security vulnerabilities in argo-workflows (#1149)
* chore: Fix various security vulnerabilities in argo-workflows * CI Automatic commit - align Chart version --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io>
1 parent bafdcaf commit 89dff79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.2.3
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.29.1
5+
version: 0.29.2
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -25,7 +25,7 @@ dependencies:
2525
version: 9.4.4
2626
- name: argo-workflows
2727
repository: https://codefresh-io.github.io/argo-helm
28-
version: 0.45.19-v3.6.7-cap-CR-38032
28+
version: 0.45.20-v3.6.7-cap-CR-36597
2929
condition: argo-workflows.enabled
3030
- name: sealed-secrets
3131
repository: https://bitnami-labs.github.io/sealed-secrets/

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,17 +446,17 @@ app-proxy:
446446
reportImage:
447447
registry: quay.io
448448
repository: codefreshplugins/argo-hub-codefresh-csdp-report-image-info
449-
tag: 1.1.23-main
449+
tag: 1.1.25-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.23-main
454+
tag: 1.1.25-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.23-main
459+
tag: 1.1.25-main
460460
image:
461461
repository: quay.io/codefresh/cap-app-proxy
462462
tag: 1.4074.0

0 commit comments

Comments
 (0)