Compare commits

..

3 Commits

Author SHA1 Message Date
Jaspreet Sachdev
e2f99ae6e2 Changed the reg expression
Signed-off-by: Jaspreet Sachdev <jaspreet.sachdev@kinarasystems.com>
2024-02-01 12:30:51 -05:00
TIP Automation User
56e69f9339 Chg: update image tag in helm values to v3.0.0 2023-12-29 15:19:45 +00:00
TIP Automation User
ad93ba4a27 Chg: update image tag in helm values to v3.0.0-RC3 2023-12-20 18:24:30 +00:00
6 changed files with 35 additions and 35 deletions

View File

@@ -2,31 +2,31 @@ apiVersion: v2
name: openwifi
appVersion: "1.0"
description: A Helm chart for Kubernetes
version: 3.0.0-RC2
version: 3.0.0
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.0.0-RC2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.0.0"
version: 0.1.0
- name: owsec
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v3.0.0-RC2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v3.0.0"
version: 0.1.0
- name: owfms
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.0.0-RC2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.0.0"
version: 0.1.0
- name: owprov
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v3.0.0-RC2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v3.0.0"
version: 0.1.0
- name: owanalytics
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.0.0-RC2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.0.0"
version: 0.1.0
- name: owgwui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v3.0.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v3.0.0"
version: 0.1.0
- name: owprovui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v3.0.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v3.0.0"
version: 0.1.0
- name: owsub
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.0.0-RC2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.0.0"
version: 0.1.0
- name: owrrm
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-rrm@helm?ref=v2.8.0"

View File

@@ -52,7 +52,7 @@ EXTRA_VALUES_SPLITTED=()
# Helper functions
check_if_chart_version_is_release() {
PARSED_CHART_VERSION=$(echo $CHART_VERSION | grep -xE "v\d+\.\d+\.\d+.*")
PARSED_CHART_VERSION=$(echo $CHART_VERSION | grep -xE "v[0-9]+\.[0-9]+\.[0-9]+.*")
if [[ -z "$PARSED_CHART_VERSION" ]]; then
return 1
else

View File

@@ -85,7 +85,7 @@ clustersysteminfo:
images:
clustersysteminfo:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
tag: v3.0.0-RC2
tag: v3.0.0
pullPolicy: Always
# regcred:
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io

View File

@@ -1,13 +1,13 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=v3.0.0-RC2
OWGWUI_TAG=v3.0.0-RC1
OWSEC_TAG=v3.0.0-RC2
OWFMS_TAG=v3.0.0-RC2
OWPROV_TAG=v3.0.0-RC2
OWPROVUI_TAG=v3.0.0-RC1
OWANALYTICS_TAG=v3.0.0-RC2
OWSUB_TAG=v3.0.0-RC2
OWGW_TAG=v3.0.0
OWGWUI_TAG=v3.0.0
OWSEC_TAG=v3.0.0
OWFMS_TAG=v3.0.0
OWPROV_TAG=v3.0.0
OWPROVUI_TAG=v3.0.0
OWANALYTICS_TAG=v3.0.0
OWSUB_TAG=v3.0.0
KAFKA_TAG=latest
ZOOKEEPER_TAG=3.8
POSTGRESQL_TAG=15.0

View File

@@ -1,13 +1,13 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=v3.0.0-RC2
OWGWUI_TAG=v3.0.0-RC1
OWSEC_TAG=v3.0.0-RC2
OWFMS_TAG=v3.0.0-RC2
OWPROV_TAG=v3.0.0-RC2
OWPROVUI_TAG=v3.0.0-RC1
OWANALYTICS_TAG=v3.0.0-RC2
OWSUB_TAG=v3.0.0-RC2
OWGW_TAG=v3.0.0
OWGWUI_TAG=v3.0.0
OWSEC_TAG=v3.0.0
OWFMS_TAG=v3.0.0
OWPROV_TAG=v3.0.0
OWPROVUI_TAG=v3.0.0
OWANALYTICS_TAG=v3.0.0
OWSUB_TAG=v3.0.0
OWRRM_TAG=v2.8.0
KAFKA_TAG=latest
ZOOKEEPER_TAG=3.8

View File

@@ -1,13 +1,13 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=v3.0.0-RC2
OWGWUI_TAG=v3.0.0-RC1
OWSEC_TAG=v3.0.0-RC2
OWFMS_TAG=v3.0.0-RC2
OWPROV_TAG=v3.0.0-RC2
OWPROVUI_TAG=v3.0.0-RC1
OWANALYTICS_TAG=v3.0.0-RC2
OWSUB_TAG=v3.0.0-RC2
OWGW_TAG=v3.0.0
OWGWUI_TAG=v3.0.0
OWSEC_TAG=v3.0.0
OWFMS_TAG=v3.0.0
OWPROV_TAG=v3.0.0
OWPROVUI_TAG=v3.0.0
OWANALYTICS_TAG=v3.0.0
OWSUB_TAG=v3.0.0
OWRRM_TAG=v2.8.0
KAFKA_TAG=latest
ZOOKEEPER_TAG=3.8