Commit d1dfa4db by ChandanSagar Committed by Denise

Updated questions.yml to fix #23534

- This change will fix #23534 - Updated default image tag in questions.yml Signed-off-by: 's avatarChandanSagar <chandan.pradhan@mayadata.io>
parent b5719e61
......@@ -18,7 +18,7 @@ questions:
type: string
label: API Server Image
- variable: apiserver.imageTag
default: "1.1.0"
default: "1.3.0"
description: "The image tag of API Server image"
type: string
label: Image Tag For OpenEBS API Server Image
......@@ -28,7 +28,7 @@ questions:
type: string
label: Provisioner Image
- variable: provisioner.imageTag
default: "1.1.0"
default: "1.3.0"
description: "The image tag of Provisioner image"
type: string
label: Image Tag For Provisioner Image
......@@ -38,7 +38,7 @@ questions:
type: string
label: Snapshot Controller Image
- variable: snapshotOperator.controller.imageTag
default: "1.1.0"
default: "1.3.0"
description: "The image tag of Snapshot Controller image"
type: string
label: Image Tag For OpenEBS Snapshot Controller Image
......@@ -48,7 +48,7 @@ questions:
type: string
label: Snapshot Provisioner Image
- variable: snapshotOperator.provisioner.imageTag
default: "1.1.0"
default: "1.3.0"
description: "The image tag of Snapshot Provisioner image"
type: string
label: Image Tag For OpenEBS Snapshot Provisioner Image
......@@ -58,7 +58,7 @@ questions:
type: string
label: Node Disk Manager Image
- variable: ndm.imageTag
default: "v0.4.1"
default: "v0.4.3"
description: "The image tag of NDM image"
type: string
label: Image Tag For Node Disk Manager Image
......@@ -68,7 +68,7 @@ questions:
type: string
label: Node Disk Operator Image
- variable: ndo.imageTag
default: "v0.4.1"
default: "v0.4.3"
description: "The image tag of NDO image"
type: string
label: Image Tag For Node Disk Manager Image
......@@ -78,7 +78,7 @@ questions:
type: string
label: Jiva Storage Engine Image
- variable: jiva.imageTag
default: "1.1.0"
default: "1.3.0"
description: "The image tag of Jiva image"
type: string
label: Image Tag For OpenEBS Jiva Storage Engine Image
......@@ -88,7 +88,7 @@ questions:
type: string
label: cStor Storage Engine Pool Image
- variable: cstor.pool.imageTag
default: "1.1.0"
default: "1.3.0"
description: "The image tag of cStor Storage Engine Pool image"
type: string
label: Image Tag For OpenEBS cStor Storage Engine Pool Image
......@@ -98,7 +98,7 @@ questions:
type: string
label: cStor Storage Engine Pool Management Image
- variable: cstor.poolMgmt.imageTag
default: "1.1.0"
default: "1.3.0"
description: "The image tag of cStor Storage Engine Pool Management image"
type: string
label: Image Tag For OpenEBS cStor Storage Engine Pool Management Image
......@@ -108,7 +108,7 @@ questions:
type: string
label: cStor Storage Engine Target Image
- variable: cstor.target.imageTag
default: "1.1.0"
default: "1.3.0"
description: "The image tag of cStor Storage Engine Target image"
type: string
label: Image Tag For OpenEBS cStor Storage Engine Target Image
......@@ -118,7 +118,7 @@ questions:
type: string
label: cStor Storage Engine Target Management Image
- variable: cstor.volumeMgmt.imageTag
default: "1.1.0"
default: "1.3.0"
description: "The image tag of cStor Storage Engine Target Management image"
type: string
label: Image Tag For OpenEBS cStor Storage Engine Target Management Image
......@@ -129,19 +129,19 @@ questions:
label: Monitoring Exporter Image
show_if: "policies.monitoring.enabled=true&&defaultImage=false"
- variable: policies.monitoring.imageTag
default: "1.1.0"
default: "1.3.0"
description: "The image tag of OpenEBS Exporter"
type: string
label: Image Tag For OpenEBS Exporter Image
show_if: "policies.monitoring.enabled=true&&defaultImage=false"
- variable: ndm.filters.excludeVendors
default: 'CLOUDBYT\,OpenEBS'
default: 'CLOUDBYT,OpenEBS'
type: string
description: "Configure NDM to filter disks from following vendors"
label: Filter Disks belonging to vendors
group: "NDM Disk Filter by Vendor "
- variable: ndm.filters.excludePaths
default: 'loop\,fd0\,sr0\,/dev/ram\,/dev/dm-\,/dev/md'
default: 'loop,fd0,sr0,/dev/ram,/dev/dm-,/dev/md'
type: string
description: "Configure NDM to filter disks from following paths"
label: Filter Disks belonging to paths
......@@ -160,7 +160,7 @@ questions:
type: string
label: Sparse Disk Size in bytes
- variable: ndm.sparse.count
default: "1"
default: "0"
description: "Number of Sparse Disks"
type: string
label: Number of Sparse Disks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment