diff options
author | 2018-05-24 17:56:18 +0000 | |
---|---|---|
committer | 2018-05-24 17:56:18 +0000 | |
commit | 529caa1d365c1ebba94eaa653881c4cbdc3fa2da (patch) | |
tree | fc5652d437067308af8e64343fe5dabbbca2daa9 /kubernetes/multicloud/charts | |
parent | 7a6bf0de4843fe8417eea8641308c86729e5e1b1 (diff) | |
parent | 4884afa338a9f580df5cf01c3ded71bf94662fe2 (diff) |
Merge "Update AAI Schema selection to v13 for multicloud"
Diffstat (limited to 'kubernetes/multicloud/charts')
3 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-ocata/values.yaml b/kubernetes/multicloud/charts/multicloud-ocata/values.yaml index 4dff580136..593757c5a2 100644 --- a/kubernetes/multicloud/charts/multicloud-ocata/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-ocata/values.yaml @@ -32,7 +32,7 @@ config: msbPort: 80 aai: port: 8443 - schemaVersion: v11 + schemaVersion: v13 username: AAI password: AAI diff --git a/kubernetes/multicloud/charts/multicloud-vio/values.yaml b/kubernetes/multicloud/charts/multicloud-vio/values.yaml index a7507e0da2..3b206cc20d 100644 --- a/kubernetes/multicloud/charts/multicloud-vio/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-vio/values.yaml @@ -32,7 +32,7 @@ config: msbPort: 80 aai: port: 8443 - schemaVersion: v11 + schemaVersion: v13 username: AAI password: AAI diff --git a/kubernetes/multicloud/charts/multicloud-windriver/values.yaml b/kubernetes/multicloud/charts/multicloud-windriver/values.yaml index 820a6d1199..ef3833ee5d 100644 --- a/kubernetes/multicloud/charts/multicloud-windriver/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-windriver/values.yaml @@ -32,7 +32,7 @@ config: msbPort: 80 aai: port: 8443 - schemaVersion: v11 + schemaVersion: v13 username: AAI password: AAI |