Skip to content

Commit c87d581

Browse files
chore(argo-workflows): Update dependency argoproj/argo-workflows to v3.7.0 (#3396)
* chore(argo-workflows): Update dependency argoproj/argo-workflows to v3.7.0 Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> * merge in changes Signed-off-by: Tim Collins <[email protected]> --------- Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Signed-off-by: Tim Collins <[email protected]> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: Tim Collins <[email protected]>
1 parent 835e7d2 commit c87d581

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

charts/argo-workflows/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v3.6.10
2+
appVersion: v3.7.0
33
name: argo-workflows
44
description: A Helm chart for Argo Workflows
55
type: application
6-
version: 0.45.20
6+
version: 0.45.21
77
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
88
home: https://github.com/argoproj/argo-helm
99
sources:
@@ -16,5 +16,5 @@ annotations:
1616
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
1717
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
1818
artifacthub.io/changes: |
19-
- kind: fixed
20-
description: compatability with Helm 3.18+
19+
- kind: changed
20+
description: Bump argo-workflows to v3.7.0

charts/argo-workflows/templates/controller/workflow-controller-cluster-roles.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ rules:
3535
- ""
3636
resources:
3737
- configmaps
38+
- namespaces
3839
verbs:
3940
- get
4041
- watch

charts/argo-workflows/templates/crds/argoproj.io_workfloweventbindings.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,25 @@ spec:
667667
type: array
668668
type: object
669669
metadata:
670+
properties:
671+
annotations:
672+
additionalProperties:
673+
type: string
674+
type: object
675+
finalizers:
676+
items:
677+
type: string
678+
type: array
679+
generateName:
680+
type: string
681+
labels:
682+
additionalProperties:
683+
type: string
684+
type: object
685+
name:
686+
type: string
687+
namespace:
688+
type: string
670689
type: object
671690
workflowTemplateRef:
672691
properties:

0 commit comments

Comments
 (0)