mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -3,7 +3,7 @@ description: Diskover is used to monitor size/volumes of distributed dataset.
|
||||
annotations:
|
||||
title: Diskover Data
|
||||
type: application
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
apiVersion: v2
|
||||
appVersion: "2.0.1"
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
@@ -89,10 +89,15 @@ def migrate_common_lib(values):
|
||||
|
||||
return values
|
||||
|
||||
|
||||
def migrate(values):
|
||||
# Fix typo
|
||||
if 'discoverConfig' in values.keys():
|
||||
values['diskoverConfig'] = values.pop('discoverConfig')
|
||||
if 'discoverNetwork' in values.keys():
|
||||
values['diskoverNetwork'] = values.pop('discoverNetwork')
|
||||
if 'discoverStorage' in values.keys():
|
||||
values['diskoverStorage'] = values.pop('discoverStorage')
|
||||
# If this missing, we have already migrated
|
||||
if not 'appVolumeMounts' in values.keys():
|
||||
return values
|
||||
@@ -137,7 +137,7 @@ questions:
|
||||
default: 568
|
||||
required: true
|
||||
|
||||
- variable: discoverNetwork
|
||||
- variable: diskoverNetwork
|
||||
label: ""
|
||||
group: Network Configuration
|
||||
schema:
|
||||
@@ -153,7 +153,7 @@ questions:
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
- variable: discoverStorage
|
||||
- variable: diskoverStorage
|
||||
label: ""
|
||||
group: Storage Configuration
|
||||
schema:
|
||||
Reference in New Issue
Block a user