Commit 702c88d5 by ChandanSagar Committed by Denise Schannon

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 d774f652
...@@ -18,7 +18,7 @@ questions: ...@@ -18,7 +18,7 @@ questions:
type: string type: string
label: API Server Image label: API Server Image
- variable: apiserver.imageTag - variable: apiserver.imageTag
default: "1.1.0" default: "1.3.0"
description: "The image tag of API Server image" description: "The image tag of API Server image"
type: string type: string
label: Image Tag For OpenEBS API Server Image label: Image Tag For OpenEBS API Server Image
...@@ -28,7 +28,7 @@ questions: ...@@ -28,7 +28,7 @@ questions:
type: string type: string
label: Provisioner Image label: Provisioner Image
- variable: provisioner.imageTag - variable: provisioner.imageTag
default: "1.1.0" default: "1.3.0"
description: "The image tag of Provisioner image" description: "The image tag of Provisioner image"
type: string type: string
label: Image Tag For Provisioner Image label: Image Tag For Provisioner Image
...@@ -38,7 +38,7 @@ questions: ...@@ -38,7 +38,7 @@ questions:
type: string type: string
label: Snapshot Controller Image label: Snapshot Controller Image
- variable: snapshotOperator.controller.imageTag - variable: snapshotOperator.controller.imageTag
default: "1.1.0" default: "1.3.0"
description: "The image tag of Snapshot Controller image" description: "The image tag of Snapshot Controller image"
type: string type: string
label: Image Tag For OpenEBS Snapshot Controller Image label: Image Tag For OpenEBS Snapshot Controller Image
...@@ -48,7 +48,7 @@ questions: ...@@ -48,7 +48,7 @@ questions:
type: string type: string
label: Snapshot Provisioner Image label: Snapshot Provisioner Image
- variable: snapshotOperator.provisioner.imageTag - variable: snapshotOperator.provisioner.imageTag
default: "1.1.0" default: "1.3.0"
description: "The image tag of Snapshot Provisioner image" description: "The image tag of Snapshot Provisioner image"
type: string type: string
label: Image Tag For OpenEBS Snapshot Provisioner Image label: Image Tag For OpenEBS Snapshot Provisioner Image
...@@ -58,7 +58,7 @@ questions: ...@@ -58,7 +58,7 @@ questions:
type: string type: string
label: Node Disk Manager Image label: Node Disk Manager Image
- variable: ndm.imageTag - variable: ndm.imageTag
default: "v0.4.1" default: "v0.4.3"
description: "The image tag of NDM image" description: "The image tag of NDM image"
type: string type: string
label: Image Tag For Node Disk Manager Image label: Image Tag For Node Disk Manager Image
...@@ -68,7 +68,7 @@ questions: ...@@ -68,7 +68,7 @@ questions:
type: string type: string
label: Node Disk Operator Image label: Node Disk Operator Image
- variable: ndo.imageTag - variable: ndo.imageTag
default: "v0.4.1" default: "v0.4.3"
description: "The image tag of NDO image" description: "The image tag of NDO image"
type: string type: string
label: Image Tag For Node Disk Manager Image label: Image Tag For Node Disk Manager Image
...@@ -78,7 +78,7 @@ questions: ...@@ -78,7 +78,7 @@ questions:
type: string type: string
label: Jiva Storage Engine Image label: Jiva Storage Engine Image
- variable: jiva.imageTag - variable: jiva.imageTag
default: "1.1.0" default: "1.3.0"
description: "The image tag of Jiva image" description: "The image tag of Jiva image"
type: string type: string
label: Image Tag For OpenEBS Jiva Storage Engine Image label: Image Tag For OpenEBS Jiva Storage Engine Image
...@@ -88,7 +88,7 @@ questions: ...@@ -88,7 +88,7 @@ questions:
type: string type: string
label: cStor Storage Engine Pool Image label: cStor Storage Engine Pool Image
- variable: cstor.pool.imageTag - variable: cstor.pool.imageTag
default: "1.1.0" default: "1.3.0"
description: "The image tag of cStor Storage Engine Pool image" description: "The image tag of cStor Storage Engine Pool image"
type: string type: string
label: Image Tag For OpenEBS cStor Storage Engine Pool Image label: Image Tag For OpenEBS cStor Storage Engine Pool Image
...@@ -98,7 +98,7 @@ questions: ...@@ -98,7 +98,7 @@ questions:
type: string type: string
label: cStor Storage Engine Pool Management Image label: cStor Storage Engine Pool Management Image
- variable: cstor.poolMgmt.imageTag - variable: cstor.poolMgmt.imageTag
default: "1.1.0" default: "1.3.0"
description: "The image tag of cStor Storage Engine Pool Management image" description: "The image tag of cStor Storage Engine Pool Management image"
type: string type: string
label: Image Tag For OpenEBS cStor Storage Engine Pool Management Image label: Image Tag For OpenEBS cStor Storage Engine Pool Management Image
...@@ -108,7 +108,7 @@ questions: ...@@ -108,7 +108,7 @@ questions:
type: string type: string
label: cStor Storage Engine Target Image label: cStor Storage Engine Target Image
- variable: cstor.target.imageTag - variable: cstor.target.imageTag
default: "1.1.0" default: "1.3.0"
description: "The image tag of cStor Storage Engine Target image" description: "The image tag of cStor Storage Engine Target image"
type: string type: string
label: Image Tag For OpenEBS cStor Storage Engine Target Image label: Image Tag For OpenEBS cStor Storage Engine Target Image
...@@ -118,7 +118,7 @@ questions: ...@@ -118,7 +118,7 @@ questions:
type: string type: string
label: cStor Storage Engine Target Management Image label: cStor Storage Engine Target Management Image
- variable: cstor.volumeMgmt.imageTag - variable: cstor.volumeMgmt.imageTag
default: "1.1.0" default: "1.3.0"
description: "The image tag of cStor Storage Engine Target Management image" description: "The image tag of cStor Storage Engine Target Management image"
type: string type: string
label: Image Tag For OpenEBS cStor Storage Engine Target Management Image label: Image Tag For OpenEBS cStor Storage Engine Target Management Image
...@@ -129,19 +129,19 @@ questions: ...@@ -129,19 +129,19 @@ questions:
label: Monitoring Exporter Image label: Monitoring Exporter Image
show_if: "policies.monitoring.enabled=true&&defaultImage=false" show_if: "policies.monitoring.enabled=true&&defaultImage=false"
- variable: policies.monitoring.imageTag - variable: policies.monitoring.imageTag
default: "1.1.0" default: "1.3.0"
description: "The image tag of OpenEBS Exporter" description: "The image tag of OpenEBS Exporter"
type: string type: string
label: Image Tag For OpenEBS Exporter Image label: Image Tag For OpenEBS Exporter Image
show_if: "policies.monitoring.enabled=true&&defaultImage=false" show_if: "policies.monitoring.enabled=true&&defaultImage=false"
- variable: ndm.filters.excludeVendors - variable: ndm.filters.excludeVendors
default: 'CLOUDBYT\,OpenEBS' default: 'CLOUDBYT,OpenEBS'
type: string type: string
description: "Configure NDM to filter disks from following vendors" description: "Configure NDM to filter disks from following vendors"
label: Filter Disks belonging to vendors label: Filter Disks belonging to vendors
group: "NDM Disk Filter by Vendor " group: "NDM Disk Filter by Vendor "
- variable: ndm.filters.excludePaths - 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 type: string
description: "Configure NDM to filter disks from following paths" description: "Configure NDM to filter disks from following paths"
label: Filter Disks belonging to paths label: Filter Disks belonging to paths
...@@ -160,7 +160,7 @@ questions: ...@@ -160,7 +160,7 @@ questions:
type: string type: string
label: Sparse Disk Size in bytes label: Sparse Disk Size in bytes
- variable: ndm.sparse.count - variable: ndm.sparse.count
default: "1" default: "0"
description: "Number of Sparse Disks" description: "Number of Sparse Disks"
type: string type: string
label: Number of Sparse Disks 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