Skip to content

Commit 1bf134e

Browse files
chore: fix various security vulnerabilities in argo-workflows (#1144)
* chore: fix various security vulnerabilities in argo-workflows * update alpine/kubectl to 1.35.3
1 parent c822ae8 commit 1bf134e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
version: 9.4.4
2828
- name: argo-workflows
2929
repository: https://codefresh-io.github.io/argo-helm
30-
version: 0.45.18-v3.6.7-cap-CR-32333
30+
version: 0.45.19-v3.6.7-cap-CR-38032
3131
condition: argo-workflows.enabled
3232
- name: sealed-secrets
3333
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)