From f28663a5b9b1873c7e782abf5cd48073ece1a682 Mon Sep 17 00:00:00 2001 From: nitishdsharma Date: Thu, 24 Jun 2021 10:57:24 +0530 Subject: [PATCH] cloudcasa release v2.0 --- v1.0/questions.yaml | 2 +- v2.0/questions.yaml | 2 +- v2.0/templates/cluster-register.yaml | 4 ++-- v2.0/values.yaml | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/v1.0/questions.yaml b/v1.0/questions.yaml index f2f1f51..d4443f9 100644 --- a/v1.0/questions.yaml +++ b/v1.0/questions.yaml @@ -5,7 +5,7 @@ categories: - Application questions: - variable: cluster_id - default: "default" + default: "" description: "CloudCasa Cluster ID" type: string required: true diff --git a/v2.0/questions.yaml b/v2.0/questions.yaml index f2f1f51..d4443f9 100644 --- a/v2.0/questions.yaml +++ b/v2.0/questions.yaml @@ -5,7 +5,7 @@ categories: - Application questions: - variable: cluster_id - default: "default" + default: "" description: "CloudCasa Cluster ID" type: string required: true diff --git a/v2.0/templates/cluster-register.yaml b/v2.0/templates/cluster-register.yaml index b0edb8b..581936a 100644 --- a/v2.0/templates/cluster-register.yaml +++ b/v2.0/templates/cluster-register.yaml @@ -2466,7 +2466,7 @@ items: - name: KUBEMOVER_IMAGE value: {{ .Values.kagent_image.repository }}:{{ .Values.kagent_image.tag }} - name: DEPLOYMENT_PLATFORM - value: "yaml" + value: {{ .Values.deployment_platform }} volumeMounts: - mountPath: /credentials name: cloud-credentials @@ -3064,4 +3064,4 @@ items: conditions: [] storedVersions: [] {{- end }} ---- \ No newline at end of file +--- diff --git a/v2.0/values.yaml b/v2.0/values.yaml index 13db5b2..6b0b4d7 100644 --- a/v2.0/values.yaml +++ b/v2.0/values.yaml @@ -6,6 +6,9 @@ ## Required namespace namespace: cloudcasa-io +## Required deployment_platform +deployment_platform: yaml + ## Velero csi plugin image ## ref: https://hub.docker.com/r/velero/velero-plugin-for-csi/tags/ velero_csi_plugin_image: