Compare commits

..

1 Commits

Author SHA1 Message Date
Dmitry Dunaev
73198a9935 [WIFI-9174] Fix: switch from deprecated bitnami charts to mirrored ones
Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
2022-06-03 19:53:23 +03:00
6 changed files with 26 additions and 27 deletions

View File

@@ -18,4 +18,3 @@ This is a short version of [uCentral branching model](https://telecominfraprojec
3. Also increase the microservice image tags used by the Docker Compose deployments according to the release in the 'Image tags' section of the `docker-compose/.env`, `docker-compose/.env.selfsigned` and `docker-compose/.env.letsencrypt` files.
4. Create new git tag from release branch. The Git tag should have the same name as the intended release version. Once the tag is pushed to the repo, Github will trigger a build process that will create an assembly Helm chart bundle with all version fixed to the release equal to the Git tag name and will publish it to the public Artifactory and as GitHub release asset.
5. Release to the QA namespace using the packaged Helm assembly chart to verify there are no issues related to the deployment.

View File

@@ -2,25 +2,25 @@ apiVersion: v2
name: openwifi
appVersion: "1.0"
description: A Helm chart for Kubernetes
version: 2.5.2
version: 2.5.0
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.5.2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.5.0"
version: 0.1.0
- name: owsec
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.5.2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.5.0"
version: 0.1.0
- name: owfms
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.5.2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.5.0"
version: 0.1.0
- name: owprov
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.5.2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.5.0"
version: 0.1.0
- name: owgwui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.5.2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.5.0"
version: 0.1.0
- name: owprovui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.5.2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.5.0"
version: 0.1.0
- name: rttys
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-rtty@chart?ref=main"

View File

@@ -71,7 +71,7 @@ clustersysteminfo:
images:
clustersysteminfo:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
tag: v2.5.2
tag: main
pullPolicy: Always
# regcred:
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io

View File

@@ -1,11 +1,11 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=v2.5.2
OWGWUI_TAG=v2.5.2
OWSEC_TAG=v2.5.2
OWFMS_TAG=v2.5.2
OWPROV_TAG=v2.5.2
OWPROVUI_TAG=v2.5.2
OWGW_TAG=v2.5.0
OWGWUI_TAG=v2.5.0
OWSEC_TAG=v2.5.0
OWFMS_TAG=v2.5.0
OWPROV_TAG=v2.5.0
OWPROVUI_TAG=v2.5.0
RTTYS_TAG=3.5.0
KAFKA_TAG=latest
ZOOKEEPER_TAG=latest

View File

@@ -1,11 +1,11 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=v2.5.2
OWGWUI_TAG=v2.5.2
OWSEC_TAG=v2.5.2
OWFMS_TAG=v2.5.2
OWPROV_TAG=v2.5.2
OWPROVUI_TAG=v2.5.2
OWGW_TAG=v2.5.0
OWGWUI_TAG=v2.5.0
OWSEC_TAG=v2.5.0
OWFMS_TAG=v2.5.0
OWPROV_TAG=v2.5.0
OWPROVUI_TAG=v2.5.0
RTTYS_TAG=3.5.0
KAFKA_TAG=latest
ZOOKEEPER_TAG=latest

View File

@@ -1,11 +1,11 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=v2.5.2
OWGWUI_TAG=v2.5.2
OWSEC_TAG=v2.5.2
OWFMS_TAG=v2.5.2
OWPROV_TAG=v2.5.2
OWPROVUI_TAG=v2.5.2
OWGW_TAG=v2.5.0
OWGWUI_TAG=v2.5.0
OWSEC_TAG=v2.5.0
OWFMS_TAG=v2.5.0
OWPROV_TAG=v2.5.0
OWPROVUI_TAG=v2.5.0
RTTYS_TAG=3.5.0
KAFKA_TAG=latest
ZOOKEEPER_TAG=latest