From 2b8d497f2043c88bed380fb04bb3d0e71d3489d6 Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Wed, 16 Sep 2020 10:14:17 -0700 Subject: [PATCH] Reverts helm lint fixes. --- charts/argo/Chart.yaml | 2 +- charts/argo/requirements.lock | 8 ++++---- charts/argo/requirements.yaml | 4 ++-- charts/argo/templates/cluster-workflow-template-crd.yaml | 2 +- charts/argo/templates/cron-workflow-crd.yaml | 4 ++-- charts/argo/templates/workflow-crd.yaml | 2 +- charts/argo/templates/workflow-template-crd.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index b98b6d96..b9684c1d 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v2.8.0 description: A Helm chart for Argo Workflows name: argo -version: 0.11.0 +version: 0.12.0 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/requirements.lock b/charts/argo/requirements.lock index 0b3393d3..39f5ecae 100644 --- a/charts/argo/requirements.lock +++ b/charts/argo/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: minio - repository: https://helm.min.io/ - version: 6.1.2 -digest: sha256:fffcbdc5f2d036272a7918a308c99ad04d4eebc17022ee34b786161046fbf806 -generated: "2020-09-16T08:46:08.86405-07:00" + repository: https://kubernetes-charts.storage.googleapis.com/ + version: 5.0.6 +digest: sha256:373b459c6232e9fd4dd86fa0af01e024372f686a0cdfbfed69d3cd41859e8ad4 +generated: "2020-02-06T00:16:52.211425292Z" diff --git a/charts/argo/requirements.yaml b/charts/argo/requirements.yaml index f35d2301..869e1975 100644 --- a/charts/argo/requirements.yaml +++ b/charts/argo/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: minio - version: 6.1.2 - repository: https://helm.min.io/ + version: 5.0.6 + repository: https://kubernetes-charts.storage.googleapis.com/ condition: minio.install diff --git a/charts/argo/templates/cluster-workflow-template-crd.yaml b/charts/argo/templates/cluster-workflow-template-crd.yaml index be688da3..c9c1cb52 100644 --- a/charts/argo/templates/cluster-workflow-template-crd.yaml +++ b/charts/argo/templates/cluster-workflow-template-crd.yaml @@ -1,5 +1,5 @@ {{- if .Values.installCRD }} -apiVersion: apiextensions.k8s.io/v1 +apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: clusterworkflowtemplates.argoproj.io diff --git a/charts/argo/templates/cron-workflow-crd.yaml b/charts/argo/templates/cron-workflow-crd.yaml index 923abdf2..8bf36ab3 100644 --- a/charts/argo/templates/cron-workflow-crd.yaml +++ b/charts/argo/templates/cron-workflow-crd.yaml @@ -1,5 +1,5 @@ {{- if .Values.installCRD }} -apiVersion: apiextensions.k8s.io/v1 +apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: cronworkflows.argoproj.io @@ -16,4 +16,4 @@ spec: - cwf scope: Namespaced version: v1alpha1 -{{- end }} +{{- end }} \ No newline at end of file diff --git a/charts/argo/templates/workflow-crd.yaml b/charts/argo/templates/workflow-crd.yaml index 44a6fa98..dca2e1bc 100644 --- a/charts/argo/templates/workflow-crd.yaml +++ b/charts/argo/templates/workflow-crd.yaml @@ -1,5 +1,5 @@ {{- if .Values.installCRD }} -apiVersion: apiextensions.k8s.io/v1 +apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: workflows.argoproj.io diff --git a/charts/argo/templates/workflow-template-crd.yaml b/charts/argo/templates/workflow-template-crd.yaml index 757fa098..55c940d5 100644 --- a/charts/argo/templates/workflow-template-crd.yaml +++ b/charts/argo/templates/workflow-template-crd.yaml @@ -1,5 +1,5 @@ {{- if .Values.installCRD }} -apiVersion: apiextensions.k8s.io/v1 +apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: workflowtemplates.argoproj.io