From 26c48700bff9f56b539663b855e046f5a68374f7 Mon Sep 17 00:00:00 2001 From: TIP Automation User Date: Mon, 6 Dec 2021 16:06:47 +0000 Subject: [PATCH] Chg: update image tag in helm values to v2.4.0-RC5 --- chart/Chart.lock | 8 ++++---- chart/Chart.yaml | 6 +++--- docker-compose/.env | 4 ++-- docker-compose/.env.letsencrypt | 4 ++-- docker-compose/.env.selfsigned | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/chart/Chart.lock b/chart/Chart.lock index 11937e6..8b396d2 100644 --- a/chart/Chart.lock +++ b/chart/Chart.lock @@ -3,10 +3,10 @@ dependencies: repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.4.0-RC4 version: 0.1.0 - name: owsec - repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.4.0-RC2 + repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.4.0-RC3 version: 0.1.0 - name: owfms - repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.4.0-RC2 + repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.4.0-RC3 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:ee7dc3c1b4ec9dfd127f4a12634d1154168422992c9aef83fdead706fe43bcb4 -generated: "2021-12-03T10:52:52.312750255Z" +digest: sha256:b6419f661b6e2e5feabfd822f053af58cae90776198b5bcb07ac36e7c715ac6b +generated: "2021-12-06T16:03:56.918056771Z" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 3e474d6..7246a0e 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-RC4 +version: 2.4.0-RC5 dependencies: - name: owgw repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.4.0-RC4" version: 0.1.0 - name: owsec - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.4.0-RC2" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.4.0-RC3" version: 0.1.0 - name: owfms - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.4.0-RC2" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.4.0-RC3" 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 9a343d2..222ebf0 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -2,8 +2,8 @@ COMPOSE_PROJECT_NAME=openwifi OWGW_TAG=v2.4.0-RC4 OWGWUI_TAG=v2.4.0-RC2 -OWSEC_TAG=v2.4.0-RC2 -OWFMS_TAG=v2.4.0-RC2 +OWSEC_TAG=v2.4.0-RC3 +OWFMS_TAG=v2.4.0-RC3 OWPROV_TAG=main OWPROVUI_TAG=main RTTYS_TAG=3.5.0 diff --git a/docker-compose/.env.letsencrypt b/docker-compose/.env.letsencrypt index e912c4e..4399ad1 100644 --- a/docker-compose/.env.letsencrypt +++ b/docker-compose/.env.letsencrypt @@ -2,8 +2,8 @@ COMPOSE_PROJECT_NAME=openwifi OWGW_TAG=v2.4.0-RC4 OWGWUI_TAG=v2.4.0-RC2 -OWSEC_TAG=v2.4.0-RC2 -OWFMS_TAG=v2.4.0-RC2 +OWSEC_TAG=v2.4.0-RC3 +OWFMS_TAG=v2.4.0-RC3 OWPROV_TAG=main OWPROVUI_TAG=main RTTYS_TAG=3.5.0 diff --git a/docker-compose/.env.selfsigned b/docker-compose/.env.selfsigned index 1175589..d2ecdd8 100644 --- a/docker-compose/.env.selfsigned +++ b/docker-compose/.env.selfsigned @@ -2,8 +2,8 @@ COMPOSE_PROJECT_NAME=openwifi OWGW_TAG=v2.4.0-RC4 OWGWUI_TAG=v2.4.0-RC2 -OWSEC_TAG=v2.4.0-RC2 -OWFMS_TAG=v2.4.0-RC2 +OWSEC_TAG=v2.4.0-RC3 +OWFMS_TAG=v2.4.0-RC3 OWPROV_TAG=main OWPROVUI_TAG=main RTTYS_TAG=3.5.0