Fixes Helm lint issues.

This commit is contained in:
Vlad Losev 2020-09-16 08:36:57 -07:00
parent 49880e86f5
commit d5be1b5cc6
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE
5 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
dependencies:
- name: minio
version: 5.0.6
repository: https://kubernetes-charts.storage.googleapis.com/
version: 6.1.2
repository: https://helm.min.io/
condition: minio.install

View file

@ -1,5 +1,5 @@
{{- if .Values.installCRD }}
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clusterworkflowtemplates.argoproj.io

View file

@ -1,5 +1,5 @@
{{- if .Values.installCRD }}
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: cronworkflows.argoproj.io
@ -16,4 +16,4 @@ spec:
- cwf
scope: Namespaced
version: v1alpha1
{{- end }}
{{- end }}

View file

@ -1,5 +1,5 @@
{{- if .Values.installCRD }}
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: workflows.argoproj.io

View file

@ -1,5 +1,5 @@
{{- if .Values.installCRD }}
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: workflowtemplates.argoproj.io