Compare commits

...

10 Commits
main ... v3.2.1

Author SHA1 Message Date
TIP Automation User
b96a33785d Chg: update image tag in helm values to v3.2.1 2024-12-30 14:52:26 +00:00
TIP Automation User
a0bfa282e7 Chg: update image tag in helm values to v3.2.1-RC1 2024-12-10 21:00:43 +00:00
jaspreetsachdev
f88ebfcdbe Update .env.selfsigned 2024-12-10 14:56:14 -05:00
jaspreetsachdev
23db499f02 Update .env.letsencrypt 2024-12-10 14:55:33 -05:00
jaspreetsachdev
9f537e2bf6 Update .env for 3.2.1-RC 2024-12-10 14:54:48 -05:00
TIP Automation User
445c5af7f2 Chg: update image tag in helm values to v3.2.0 2024-10-04 15:54:47 +00:00
TIP Automation User
a6ca7fa15f Chg: update image tag in helm values to v3.2.0-RC4 2024-10-01 01:06:13 +00:00
TIP Automation User
5b1982d422 Chg: update image tag in helm values to v3.2.0-RC3 2024-09-30 23:11:07 +00:00
TIP Automation User
3d2e0c1f6f Chg: update image tag in helm values to v3.2.0-RC2 2024-09-27 17:09:46 +00:00
TIP Automation User
7b5154219d Chg: update image tag in helm values to v3.2.0-RC1 2024-09-11 17:51:03 +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: 3.2.1
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=v3.2.1"
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=v3.2.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=v3.2.1"
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=v3.2.1"
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=v3.2.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: v3.2.1
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=v3.2.1
OWGWUI_TAG=v3.2.1
OWSEC_TAG=v3.2.0
OWFMS_TAG=v3.2.0
OWPROV_TAG=v3.2.1
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

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=v3.2.1
OWGWUI_TAG=v3.2.1
OWSEC_TAG=v3.2.0
OWFMS_TAG=v3.2.0
OWPROV_TAG=v3.2.1
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

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=v3.2.1
OWGWUI_TAG=v3.2.1
OWSEC_TAG=v3.2.0
OWFMS_TAG=v3.2.0
OWPROV_TAG=v3.2.1
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