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
4 changed files with 9 additions and 9 deletions

View File

@@ -2,10 +2,10 @@ apiVersion: v2
name: openwifi
appVersion: "1.0"
description: A Helm chart for Kubernetes
version: 2.5.1
version: 2.5.0
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.5.1"
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.0"
@@ -17,7 +17,7 @@ dependencies:
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.1"
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.0"

View File

@@ -1,7 +1,7 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=v2.5.1
OWGWUI_TAG=v2.5.1
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

View File

@@ -1,7 +1,7 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=v2.5.1
OWGWUI_TAG=v2.5.1
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

View File

@@ -1,7 +1,7 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=v2.5.1
OWGWUI_TAG=v2.5.1
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