From 445c5af7f2fd620010c8f65d262d48862a64e01f Mon Sep 17 00:00:00 2001 From: TIP Automation User Date: Fri, 4 Oct 2024 15:54:47 +0000 Subject: [PATCH] Chg: update image tag in helm values to v3.2.0 --- chart/Chart.yaml | 18 +++++++++--------- chart/values.yaml | 2 +- docker-compose/.env | 16 ++++++++-------- docker-compose/.env.letsencrypt | 16 ++++++++-------- docker-compose/.env.selfsigned | 16 ++++++++-------- 5 files changed, 34 insertions(+), 34 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 2ae2524..7ad129d 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,31 +2,31 @@ apiVersion: v2 name: openwifi appVersion: "1.0" description: A Helm chart for Kubernetes -version: 3.2.0-RC4 +version: 3.2.0 dependencies: - name: owgw - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.2.0-RC3" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.2.0" version: 0.1.0 - name: owsec - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v3.2.0-RC2" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v3.2.0" version: 0.1.0 - name: owfms - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.2.0-RC1" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.2.0" version: 0.1.0 - name: owprov - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v3.2.0-RC2" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v3.2.0" version: 0.1.0 - name: owanalytics - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.2.0-RC2" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.2.0" version: 0.1.0 - name: owgwui - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v3.2.0-RC1" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v3.2.0" version: 0.1.0 - name: owprovui - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v3.2.0-RC1" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v3.2.0" version: 0.1.0 - name: owsub - repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.2.0-RC1" + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.2.0" version: 0.1.0 - name: owls repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls@helm?ref=main" diff --git a/chart/values.yaml b/chart/values.yaml index 4a52fbe..aeb7f01 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -60,7 +60,7 @@ clustersysteminfo: images: clustersysteminfo: repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo - tag: v3.2.0-RC4 + tag: v3.2.0 pullPolicy: Always # regcred: # registry: tip-tip-wlan-cloud-ucentral.jfrog.io diff --git a/docker-compose/.env b/docker-compose/.env index 38c6a67..1c50274 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -3,14 +3,14 @@ COMPOSE_PROJECT_NAME=openwifi DEPLOY_TYPE=default # Image tags -OWGW_TAG=v3.2.0-RC3 -OWGWUI_TAG=v3.2.0-RC1 -OWSEC_TAG=v3.2.0-RC2 -OWFMS_TAG=v3.2.0-RC1 -OWPROV_TAG=v3.2.0-RC2 -OWPROVUI_TAG=v3.2.0-RC1 -OWANALYTICS_TAG=v3.2.0-RC2 -OWSUB_TAG=v3.2.0-RC1 +OWGW_TAG=v3.2.0 +OWGWUI_TAG=v3.2.0 +OWSEC_TAG=v3.2.0 +OWFMS_TAG=v3.2.0 +OWPROV_TAG=v3.2.0 +OWPROVUI_TAG=v3.2.0 +OWANALYTICS_TAG=v3.2.0 +OWSUB_TAG=v3.2.0 KAFKA_TAG=3.7-debian-12 POSTGRESQL_TAG=15.0 diff --git a/docker-compose/.env.letsencrypt b/docker-compose/.env.letsencrypt index cfd0010..4c04318 100644 --- a/docker-compose/.env.letsencrypt +++ b/docker-compose/.env.letsencrypt @@ -1,14 +1,14 @@ COMPOSE_PROJECT_NAME=openwifi # Image tags -OWGW_TAG=v3.2.0-RC3 -OWGWUI_TAG=v3.2.0-RC1 -OWSEC_TAG=v3.2.0-RC2 -OWFMS_TAG=v3.2.0-RC1 -OWPROV_TAG=v3.2.0-RC2 -OWPROVUI_TAG=v3.2.0-RC1 -OWANALYTICS_TAG=v3.2.0-RC2 -OWSUB_TAG=v3.2.0-RC1 +OWGW_TAG=v3.2.0 +OWGWUI_TAG=v3.2.0 +OWSEC_TAG=v3.2.0 +OWFMS_TAG=v3.2.0 +OWPROV_TAG=v3.2.0 +OWPROVUI_TAG=v3.2.0 +OWANALYTICS_TAG=v3.2.0 +OWSUB_TAG=v3.2.0 KAFKA_TAG=3.7-debian-12 POSTGRESQL_TAG=15.0 diff --git a/docker-compose/.env.selfsigned b/docker-compose/.env.selfsigned index cbe4c33..160acd3 100644 --- a/docker-compose/.env.selfsigned +++ b/docker-compose/.env.selfsigned @@ -1,14 +1,14 @@ COMPOSE_PROJECT_NAME=openwifi # Image tags -OWGW_TAG=v3.2.0-RC3 -OWGWUI_TAG=v3.2.0-RC1 -OWSEC_TAG=v3.2.0-RC2 -OWFMS_TAG=v3.2.0-RC1 -OWPROV_TAG=v3.2.0-RC2 -OWPROVUI_TAG=v3.2.0-RC1 -OWANALYTICS_TAG=v3.2.0-RC2 -OWSUB_TAG=v3.2.0-RC1 +OWGW_TAG=v3.2.0 +OWGWUI_TAG=v3.2.0 +OWSEC_TAG=v3.2.0 +OWFMS_TAG=v3.2.0 +OWPROV_TAG=v3.2.0 +OWPROVUI_TAG=v3.2.0 +OWANALYTICS_TAG=v3.2.0 +OWSUB_TAG=v3.2.0 KAFKA_TAG=3.7-debian-12 POSTGRESQL_TAG=15.0