Fix argo CRD deployment (#140)
* Fix argo CRD deployment - Update if clause of workflow-crd.yaml - Update if clause of workflow-template-crd.yaml * Update argo chart version
This commit is contained in:
parent
9de9cd1918
commit
e3dc69482f
3 changed files with 3 additions and 3 deletions
|
@ -2,5 +2,5 @@ apiVersion: v1
|
||||||
appVersion: "v2.4.2"
|
appVersion: "v2.4.2"
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
name: argo
|
name: argo
|
||||||
version: 0.6.1
|
version: 0.6.2
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{{- if .installCRD }}
|
{{- if .Values.installCRD }}
|
||||||
apiVersion: apiextensions.k8s.io/v1beta1
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{{- if .installCRD }}
|
{{- if .Values.installCRD }}
|
||||||
apiVersion: apiextensions.k8s.io/v1beta1
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in a new issue