Skip to content

Commit e18ef49

Browse files
vadim-kharin-codefreshcf-ci-bot-v2
andauthored
chore: fix various security vulnerabilities in argo-workflows (#1143)
* chore: fix various security vulnerabilities in argo-workflows * CI Automatic commit - align Chart version * update alpine/kubectl to 1.35.3 --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io>
1 parent e48b36c commit e18ef49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.72
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.28.3
5+
version: 0.28.4
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.18-v3.6.7-cap-CR-32333
28+
version: 0.45.19-v3.6.7-cap-CR-38032
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ redis-secret-init:
722722
image:
723723
registry: docker.io
724724
repository: alpine/kubectl
725-
tag: 1.35.0
725+
tag: 1.35.3
726726
nodeSelector: {}
727727
tolerations: []
728728
affinity: {}

0 commit comments

Comments
 (0)