diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-04-02 19:01:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-02 19:01:08 +0000 |
commit | 223cdf25ba1f04634d8cc31ccceb7a449395a01c (patch) | |
tree | 8c70e787eb27e6860ffd38651ab1e8777ea4b20d /kubernetes/portal | |
parent | 51c3f48a0d63824df7063cee2041c8cd1c80f8e4 (diff) | |
parent | 1ef4cafed81f17379c069ec5110afb3fd34ce49b (diff) |
Merge "Bump chart version"
Diffstat (limited to 'kubernetes/portal')
-rw-r--r-- | kubernetes/portal/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/portal/charts/portal-app/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/portal/charts/portal-cassandra/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/portal/charts/portal-mariadb/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/portal/charts/portal-sdk/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/portal/charts/portal-widget/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/portal/charts/portal-zookeeper/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/portal/requirements.yaml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/kubernetes/portal/Chart.yaml b/kubernetes/portal/Chart.yaml index 08ed65565f..821685379d 100644 --- a/kubernetes/portal/Chart.yaml +++ b/kubernetes/portal/Chart.yaml @@ -16,4 +16,4 @@ apiVersion: v1 description: ONAP Web Portal name: portal -version: 5.0.0 +version: 6.0.0 diff --git a/kubernetes/portal/charts/portal-app/Chart.yaml b/kubernetes/portal/charts/portal-app/Chart.yaml index e7ee96c565..2815bf6c21 100644 --- a/kubernetes/portal/charts/portal-app/Chart.yaml +++ b/kubernetes/portal/charts/portal-app/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 description: ONAP Portal application name: portal-app -version: 5.0.0
\ No newline at end of file +version: 6.0.0
\ No newline at end of file diff --git a/kubernetes/portal/charts/portal-cassandra/Chart.yaml b/kubernetes/portal/charts/portal-cassandra/Chart.yaml index 5511e3442f..48d419910b 100644 --- a/kubernetes/portal/charts/portal-cassandra/Chart.yaml +++ b/kubernetes/portal/charts/portal-cassandra/Chart.yaml @@ -16,4 +16,4 @@ apiVersion: v1 description: Portal cassandra name: portal-cassandra -version: 5.0.0 +version: 6.0.0 diff --git a/kubernetes/portal/charts/portal-mariadb/Chart.yaml b/kubernetes/portal/charts/portal-mariadb/Chart.yaml index 7b2ea08749..697acd791c 100644 --- a/kubernetes/portal/charts/portal-mariadb/Chart.yaml +++ b/kubernetes/portal/charts/portal-mariadb/Chart.yaml @@ -16,4 +16,4 @@ apiVersion: v1 description: MariaDB Service name: portal-mariadb -version: 5.0.0 +version: 6.0.0 diff --git a/kubernetes/portal/charts/portal-sdk/Chart.yaml b/kubernetes/portal/charts/portal-sdk/Chart.yaml index 6d13062b47..766cc10f1b 100644 --- a/kubernetes/portal/charts/portal-sdk/Chart.yaml +++ b/kubernetes/portal/charts/portal-sdk/Chart.yaml @@ -16,4 +16,4 @@ apiVersion: v1 description: Portal software development kit name: portal-sdk -version: 5.0.0 +version: 6.0.0 diff --git a/kubernetes/portal/charts/portal-widget/Chart.yaml b/kubernetes/portal/charts/portal-widget/Chart.yaml index 1f3a807dae..25c2dfd201 100644 --- a/kubernetes/portal/charts/portal-widget/Chart.yaml +++ b/kubernetes/portal/charts/portal-widget/Chart.yaml @@ -16,4 +16,4 @@ apiVersion: v1 description: Portal widgets micro service application name: portal-widget -version: 5.0.0 +version: 6.0.0 diff --git a/kubernetes/portal/charts/portal-zookeeper/Chart.yaml b/kubernetes/portal/charts/portal-zookeeper/Chart.yaml index 021f359a71..8a81b5763f 100644 --- a/kubernetes/portal/charts/portal-zookeeper/Chart.yaml +++ b/kubernetes/portal/charts/portal-zookeeper/Chart.yaml @@ -16,4 +16,4 @@ apiVersion: v1 description: Zookeeper for ONAP Portal name: portal-zookeeper -version: 5.0.0 +version: 6.0.0 diff --git a/kubernetes/portal/requirements.yaml b/kubernetes/portal/requirements.yaml index 57ee781445..caff1e5dc4 100644 --- a/kubernetes/portal/requirements.yaml +++ b/kubernetes/portal/requirements.yaml @@ -15,5 +15,5 @@ dependencies: - name: common - version: ~5.x-0 + version: ~6.x-0 repository: '@local' |