diff --git a/chart/Chart.lock b/chart/Chart.lock index 2fabc34..6014f48 100644 --- a/chart/Chart.lock +++ b/chart/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: owgw - repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.4.0-RC5 + repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.4.0-RC6 version: 0.1.0 - name: owsec - repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.4.0-RC4 + repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.4.0-RC5 version: 0.1.0 - name: owfms - repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.4.0-RC4 + repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.4.0-RC5 version: 0.1.0 - name: owprov repository: git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=main @@ -23,5 +23,5 @@ dependencies: - name: kafka repository: https://charts.bitnami.com/bitnami version: 13.0.2 -digest: sha256:ee31eac99378e10a0387c7b0cb3f243c9e6d57c7ca61e924046b15d097b77401 -generated: "2021-12-08T07:43:27.890681384Z" +digest: sha256:53997c72d2b2e062a1b04063e63d7f786f014f09d931c079c5c80b0b2df398de +generated: "2021-12-11T08:13:27.84556276Z" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 1a48782..7c7fd5b 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,16 +2,16 @@ apiVersion: v2 name: openwifi appVersion: "1.0" description: A Helm chart for Kubernetes -version: 2.4.0-RC6 +version: 2.4.0-RC7 dependencies: - name: owgw - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.4.0-RC5" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.4.0-RC6" version: 0.1.0 - name: owsec - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.4.0-RC4" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.4.0-RC5" version: 0.1.0 - name: owfms - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.4.0-RC4" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.4.0-RC5" version: 0.1.0 - name: owprov repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=main" diff --git a/docker-compose/.env b/docker-compose/.env index 9ca559d..a790f99 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -1,9 +1,9 @@ # Image tags COMPOSE_PROJECT_NAME=openwifi -OWGW_TAG=v2.4.0-RC5 +OWGW_TAG=v2.4.0-RC6 OWGWUI_TAG=v2.4.0-RC2 -OWSEC_TAG=v2.4.0-RC4 -OWFMS_TAG=v2.4.0-RC4 +OWSEC_TAG=v2.4.0-RC5 +OWFMS_TAG=v2.4.0-RC5 OWPROV_TAG=main OWPROVUI_TAG=main RTTYS_TAG=3.5.0 diff --git a/docker-compose/.env.letsencrypt b/docker-compose/.env.letsencrypt index bd6b340..00d957f 100644 --- a/docker-compose/.env.letsencrypt +++ b/docker-compose/.env.letsencrypt @@ -1,9 +1,9 @@ # Image tags COMPOSE_PROJECT_NAME=openwifi -OWGW_TAG=v2.4.0-RC5 +OWGW_TAG=v2.4.0-RC6 OWGWUI_TAG=v2.4.0-RC2 -OWSEC_TAG=v2.4.0-RC4 -OWFMS_TAG=v2.4.0-RC4 +OWSEC_TAG=v2.4.0-RC5 +OWFMS_TAG=v2.4.0-RC5 OWPROV_TAG=main OWPROVUI_TAG=main RTTYS_TAG=3.5.0 diff --git a/docker-compose/.env.selfsigned b/docker-compose/.env.selfsigned index 26d979b..4d1d9a0 100644 --- a/docker-compose/.env.selfsigned +++ b/docker-compose/.env.selfsigned @@ -1,9 +1,9 @@ # Image tags COMPOSE_PROJECT_NAME=openwifi -OWGW_TAG=v2.4.0-RC5 +OWGW_TAG=v2.4.0-RC6 OWGWUI_TAG=v2.4.0-RC2 -OWSEC_TAG=v2.4.0-RC4 -OWFMS_TAG=v2.4.0-RC4 +OWSEC_TAG=v2.4.0-RC5 +OWFMS_TAG=v2.4.0-RC5 OWPROV_TAG=main OWPROVUI_TAG=main RTTYS_TAG=3.5.0