Skip to content

Commit ee58a63

Browse files
chore: fix various security vulnerabilities in argo-workflows (#1142)
* chore: fix various security vulnerabilities in argo-workflows * update alpine/kubectl to 1.35.3
1 parent 158ea1b commit ee58a63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
version: 9.4.4
2121
- name: argo-workflows
2222
repository: https://codefresh-io.github.io/argo-helm
23-
version: 0.45.18-v3.6.7-cap-CR-32333
23+
version: 0.45.19-v3.6.7-cap-CR-38032
2424
condition: argo-workflows.enabled
2525
- name: sealed-secrets
2626
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.1
725+
tag: 1.35.3
726726
nodeSelector: {}
727727
tolerations: []
728728
affinity: {}

0 commit comments

Comments
 (0)