File tree Expand file tree Collapse file tree 5 files changed +34
-34
lines changed
Expand file tree Collapse file tree 5 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -2,31 +2,31 @@ apiVersion: v2
22name : openwifi
33appVersion : " 1.0"
44description : A Helm chart for Kubernetes
5- version : 0.1.0
5+ version : 4.2.0-RC1
66dependencies :
77- name : owgw
8- repository : " git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=master "
8+ repository : " git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v4.2.0-RC1 "
99 version : 0.1.0
1010- name : owsec
11- repository : " git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=main "
11+ repository : " git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v4.1.0 "
1212 version : 0.1.0
1313- name : owfms
14- repository : " git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=main "
14+ repository : " git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.2.0 "
1515 version : 0.1.0
1616- name : owprov
17- repository : " git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=main "
17+ repository : " git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v4.1.0 "
1818 version : 0.1.0
1919- name : owanalytics
20- repository : " git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=main "
20+ repository : " git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.2.0 "
2121 version : 0.1.0
2222- name : owgwui
23- repository : " git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=main "
23+ repository : " git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v4.2.0-RC1 "
2424 version : 0.1.0
2525- name : owprovui
26- repository : " git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=main "
26+ repository : " git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v4.0.0 "
2727 version : 0.1.0
2828- name : owsub
29- repository : " git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=main "
29+ repository : " git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.2.0 "
3030 version : 0.1.0
3131- name : owls
3232 repository : " git+https://github.com/Telecominfraproject/wlan-cloud-owls@helm?ref=main"
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ clustersysteminfo:
7373 images :
7474 clustersysteminfo :
7575 repository : tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
76- tag : main
76+ tag : v4.2.0-RC1
7777 pullPolicy : Always
7878# regcred:
7979# registry: tip-tip-wlan-cloud-ucentral.jfrog.io
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ COMPOSE_PROJECT_NAME=openwifi
55DEPLOY_TYPE = default
66
77# Image tags
8- OWGW_TAG = master
9- OWGWUI_TAG = main
10- OWSEC_TAG = main
11- OWFMS_TAG = main
12- OWPROV_TAG = main
13- OWPROVUI_TAG = main
14- OWANALYTICS_TAG = main
15- OWSUB_TAG = main
8+ OWGW_TAG = v4.2.0-RC1
9+ OWGWUI_TAG = v4.2.0-RC1
10+ OWSEC_TAG = v4.1.0
11+ OWFMS_TAG = v3.2.0
12+ OWPROV_TAG = v4.1.0
13+ OWPROVUI_TAG = v4.0.0
14+ OWANALYTICS_TAG = v3.2.0
15+ OWSUB_TAG = v3.2.0
1616
1717KAFKA_TAG = 3.7-debian-12
1818POSTGRESQL_TAG = 15.0
Original file line number Diff line number Diff line change 11COMPOSE_PROJECT_NAME=openwifi
22
33# Image tags
4- OWGW_TAG=master
5- OWGWUI_TAG=main
6- OWSEC_TAG=main
7- OWFMS_TAG=main
8- OWPROV_TAG=main
9- OWPROVUI_TAG=main
10- OWANALYTICS_TAG=main
11- OWSUB_TAG=main
4+ OWGW_TAG=v4.2.0-RC1
5+ OWGWUI_TAG=v4.2.0-RC1
6+ OWSEC_TAG=v4.1.0
7+ OWFMS_TAG=v3.2.0
8+ OWPROV_TAG=v4.1.0
9+ OWPROVUI_TAG=v4.0.0
10+ OWANALYTICS_TAG=v3.2.0
11+ OWSUB_TAG=v3.2.0
1212
1313KAFKA_TAG=3.7-debian-12
1414POSTGRESQL_TAG=15.0
Original file line number Diff line number Diff line change 11COMPOSE_PROJECT_NAME=openwifi
22
33# Image tags
4- OWGW_TAG=master
5- OWGWUI_TAG=main
6- OWSEC_TAG=main
7- OWFMS_TAG=main
8- OWPROV_TAG=main
9- OWPROVUI_TAG=main
10- OWANALYTICS_TAG=main
11- OWSUB_TAG=main
4+ OWGW_TAG=v4.2.0-RC1
5+ OWGWUI_TAG=v4.2.0-RC1
6+ OWSEC_TAG=v4.1.0
7+ OWFMS_TAG=v3.2.0
8+ OWPROV_TAG=v4.1.0
9+ OWPROVUI_TAG=v4.0.0
10+ OWANALYTICS_TAG=v3.2.0
11+ OWSUB_TAG=v3.2.0
1212
1313KAFKA_TAG=3.7-debian-12
1414POSTGRESQL_TAG=15.0
You can’t perform that action at this time.
0 commit comments