diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index 7aabd888..33604dcb 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "v2.6.1" description: A Helm chart for Argo Workflows name: argo -version: 0.7.2 +version: 0.7.3 icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm maintainers: diff --git a/charts/argo/crds/cron-workflow-crd.yaml b/charts/argo/crds/cron-workflow-crd.yaml index 8f4bb7c2..c3cfaf99 100644 --- a/charts/argo/crds/cron-workflow-crd.yaml +++ b/charts/argo/crds/cron-workflow-crd.yaml @@ -13,5 +13,5 @@ spec: shortNames: - cronwf - cwf - scope: Namespaced - version: v1alpha1 \ No newline at end of file + scope: Cluster + version: v1alpha1 diff --git a/charts/argo/crds/workflow-crd.yaml b/charts/argo/crds/workflow-crd.yaml index 269d032f..979add29 100644 --- a/charts/argo/crds/workflow-crd.yaml +++ b/charts/argo/crds/workflow-crd.yaml @@ -22,5 +22,5 @@ spec: plural: workflows shortNames: - wf - scope: Namespaced + scope: Cluster version: v1alpha1 diff --git a/charts/argo/crds/workflow-template-crd.yaml b/charts/argo/crds/workflow-template-crd.yaml index 11d008db..5954027e 100644 --- a/charts/argo/crds/workflow-template-crd.yaml +++ b/charts/argo/crds/workflow-template-crd.yaml @@ -8,7 +8,7 @@ metadata: spec: group: argoproj.io version: v1alpha1 - scope: Namespaced + scope: Cluster names: kind: WorkflowTemplate plural: workflowtemplates diff --git a/charts/argo/templates/cron-workflow-crd.yaml b/charts/argo/templates/cron-workflow-crd.yaml index 8bf36ab3..c254db1d 100644 --- a/charts/argo/templates/cron-workflow-crd.yaml +++ b/charts/argo/templates/cron-workflow-crd.yaml @@ -14,6 +14,6 @@ spec: shortNames: - cronwf - cwf - scope: Namespaced + scope: Cluster version: v1alpha1 -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/argo/templates/workflow-crd.yaml b/charts/argo/templates/workflow-crd.yaml index dca2e1bc..5914ff04 100644 --- a/charts/argo/templates/workflow-crd.yaml +++ b/charts/argo/templates/workflow-crd.yaml @@ -23,6 +23,6 @@ spec: plural: workflows shortNames: - wf - scope: Namespaced + scope: Cluster version: v1alpha1 {{- end }} diff --git a/charts/argo/templates/workflow-template-crd.yaml b/charts/argo/templates/workflow-template-crd.yaml index 55c940d5..ca64c956 100644 --- a/charts/argo/templates/workflow-template-crd.yaml +++ b/charts/argo/templates/workflow-template-crd.yaml @@ -9,7 +9,7 @@ metadata: spec: group: argoproj.io version: v1alpha1 - scope: Namespaced + scope: Cluster names: kind: WorkflowTemplate plural: workflowtemplates