Compare commits

...

4 Commits

Author SHA1 Message Date
TIP Automation User
989cdb1e85 Chg: update image tag in helm values to v4.1.0 2025-09-08 18:52:37 +00:00
TIP Automation User
53779f96ec Chg: update image tag in helm values to v4.1.0-RC3 2025-09-04 14:37:06 +00:00
TIP Automation User
543615c862 Chg: update image tag in helm values to v4.1.0-RC2 2025-09-02 18:21:49 +00:00
TIP Automation User
90e9ff1411 Chg: update image tag in helm values to v4.1.0-RC1 2025-08-28 12:12:35 +00:00
5 changed files with 34 additions and 34 deletions

View File

@@ -2,31 +2,31 @@ apiVersion: v2
name: openwifi
appVersion: "1.0"
description: A Helm chart for Kubernetes
version: 0.1.0
version: 4.1.0
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=master"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v4.1.0"
version: 0.1.0
- name: owsec
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v4.1.0"
version: 0.1.0
- name: owfms
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=main"
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=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v4.1.0"
version: 0.1.0
- name: owanalytics
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=main"
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=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v4.1.0"
version: 0.1.0
- name: owprovui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v4.0.0"
version: 0.1.0
- name: owsub
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=main"
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"

View File

@@ -60,7 +60,7 @@ clustersysteminfo:
images:
clustersysteminfo:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
tag: main
tag: v4.1.0
pullPolicy: Always
# regcred:
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io

View File

@@ -3,14 +3,14 @@ COMPOSE_PROJECT_NAME=openwifi
DEPLOY_TYPE=default
# Image tags
OWGW_TAG=master
OWGWUI_TAG=main
OWSEC_TAG=main
OWFMS_TAG=main
OWPROV_TAG=main
OWPROVUI_TAG=main
OWANALYTICS_TAG=main
OWSUB_TAG=main
OWGW_TAG=v4.1.0
OWGWUI_TAG=v4.1.0
OWSEC_TAG=v4.1.0
OWFMS_TAG=v3.2.0
OWPROV_TAG=v4.1.0
OWPROVUI_TAG=v4.0.0
OWANALYTICS_TAG=v3.2.0
OWSUB_TAG=v3.2.0
KAFKA_TAG=3.7-debian-12
POSTGRESQL_TAG=15.0

View File

@@ -1,14 +1,14 @@
COMPOSE_PROJECT_NAME=openwifi
# Image tags
OWGW_TAG=master
OWGWUI_TAG=main
OWSEC_TAG=main
OWFMS_TAG=main
OWPROV_TAG=main
OWPROVUI_TAG=main
OWANALYTICS_TAG=main
OWSUB_TAG=main
OWGW_TAG=v4.1.0
OWGWUI_TAG=v4.1.0
OWSEC_TAG=v4.1.0
OWFMS_TAG=v3.2.0
OWPROV_TAG=v4.1.0
OWPROVUI_TAG=v4.0.0
OWANALYTICS_TAG=v3.2.0
OWSUB_TAG=v3.2.0
KAFKA_TAG=3.7-debian-12
POSTGRESQL_TAG=15.0

View File

@@ -1,14 +1,14 @@
COMPOSE_PROJECT_NAME=openwifi
# Image tags
OWGW_TAG=master
OWGWUI_TAG=main
OWSEC_TAG=main
OWFMS_TAG=main
OWPROV_TAG=main
OWPROVUI_TAG=main
OWANALYTICS_TAG=main
OWSUB_TAG=main
OWGW_TAG=v4.1.0
OWGWUI_TAG=v4.1.0
OWSEC_TAG=v4.1.0
OWFMS_TAG=v3.2.0
OWPROV_TAG=v4.1.0
OWPROVUI_TAG=v4.0.0
OWANALYTICS_TAG=v3.2.0
OWSUB_TAG=v3.2.0
KAFKA_TAG=3.7-debian-12
POSTGRESQL_TAG=15.0