From 2571e50b6ee31a1b43a606f7a9162f1f815ba900 Mon Sep 17 00:00:00 2001 From: oblom0v Date: Fri, 27 Aug 2021 15:04:09 +0200 Subject: [PATCH] Release 2.0.0-RC1 --- chart/Chart.yaml | 10 +++++----- docker-compose/.env | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 86a8dac..bd725a8 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,19 +2,19 @@ apiVersion: v2 name: wlan-cloud-ucentral appVersion: "1.0" description: A Helm chart for Kubernetes -version: 0.1.0 +version: 2.1.0 dependencies: - name: ucentralgw - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=master" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.1.0-RC1" version: 0.1.0 - name: ucentralsec - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=main" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.1.0-RC1" version: 0.1.0 - name: ucentralfms - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=main" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.1.0-RC1" version: 0.1.0 - name: ucentralgwui - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=main" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.1.0-RC1" version: 0.1.0 condition: ucentralgwui.enabled - name: rttys diff --git a/docker-compose/.env b/docker-compose/.env index 12a2fdc..1722d34 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -1,8 +1,8 @@ COMPOSE_PROJECT_NAME=ucentral -UCENTRALGW_TAG=master -UCENTRALGWUI_TAG=main -UCENTRALSEC_TAG=main -UCENTRALFMS_TAG=main +UCENTRALGW_TAG=v2.1.0-RC1 +UCENTRALGWUI_TAG=v2.1.0-RC1 +UCENTRALSEC_TAG=v2.1.0-RC1 +UCENTRALFMS_TAG=v2.1.0-RC1 RTTYS_TAG=3.5.0 KAFKA_TAG=latest ZOOKEEPER_TAG=latest