Compare commits

..

12 Commits

Author SHA1 Message Date
TIP Automation User
ece693fb57 Chg: update image tag in helm values to v2.11.0 2023-10-04 14:04:03 +00:00
TIP Automation User
5a520cdfb7 Chg: update image tag in helm values to v2.11.0-RC2 2023-09-26 14:45:12 +00:00
jaspreetsachdev
1cab619265 Update Chart.yaml 2023-09-01 16:09:49 -04:00
TIP Automation User
ff8ffb4c37 Chg: update image tag in helm values to v2.11.0-RC1 2023-09-01 16:09:17 +00:00
jaspreetsachdev
75f2ae0383 Merge pull request #122 from Telecominfraproject/jaspreetsachdev-patch-1
Update values.openwifi-qa.yaml
2023-06-12 11:36:09 -04:00
jaspreetsachdev
1987b8560f Update values.openwifi-qa.yaml 2023-06-12 11:35:55 -04:00
jaspreetsachdev
81c7a4cd02 point rrm to owrrm 2023-06-12 11:34:49 -04:00
jaspreetsachdev
02a994f196 Update deploy.sh 2023-06-09 22:58:29 -04:00
jaspreetsachdev
ef4b33ddd7 Update values.openwifi-qa.yaml 2023-06-09 20:16:48 -04:00
jaspreetsachdev
56defe7333 Update values.openwifi-qa.yaml 2023-06-09 18:29:44 -04:00
jaspreetsachdev
098766b32c Merge pull request #121 from Telecominfraproject/jaspreetsachdev-patch-1
Changed FMS max age default to 360
2023-06-09 17:22:15 -04:00
jaspreetsachdev
2f07656a7e Changed FMS max age default to 360 2023-06-09 17:21:27 -04:00
6 changed files with 37 additions and 37 deletions

View File

@@ -2,31 +2,31 @@ apiVersion: v2
name: openwifi
appVersion: "1.0"
description: A Helm chart for Kubernetes
version: 2.10.0
version: 2.11.0
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.10.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.11.0"
version: 0.1.0
- name: owsec
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.10.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.11.0"
version: 0.1.0
- name: owfms
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.10.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.11.0"
version: 0.1.0
- name: owprov
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.10.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.11.0"
version: 0.1.0
- name: owanalytics
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v2.10.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v2.11.0"
version: 0.1.0
- name: owgwui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.10.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.11.0"
version: 0.1.0
- name: owprovui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.10.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.11.0"
version: 0.1.0
- name: owsub
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v2.10.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v2.11.0"
version: 0.1.0
- name: owrrm
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-rrm@helm?ref=v2.8.0"
@@ -36,11 +36,11 @@ dependencies:
version: 13.0.2
condition: kafka.enabled
- name: owls
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls@helm?ref=v2.8.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls@helm?ref=v2.9.0"
version: 0.1.0
condition: owls.enabled
- name: owlsui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls-ui@helm?ref=v2.8.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls-ui@helm?ref=v2.9.0"
version: 0.1.0
condition: owlsui.enabled
- name: haproxy

View File

@@ -425,6 +425,7 @@ owfms:
public_env_variables:
SELFSIGNED_CERTS: "true"
FIRMWAREDB_MAXAGE: "360"
configProperties:
openwifi.internal.restapi.host.0.rootca: $OWFMS_ROOT/certs/restapi-certs/ca.crt
@@ -433,7 +434,6 @@ owfms:
openwifi.restapi.host.0.rootca: $OWFMS_ROOT/certs/restapi-certs/ca.crt
openwifi.restapi.host.0.cert: $OWFMS_ROOT/certs/restapi-certs/tls.crt
openwifi.restapi.host.0.key: $OWFMS_ROOT/certs/restapi-certs/tls.key
firmwaredb.maxage: 200
volumes:
owfms:

View File

@@ -85,7 +85,7 @@ clustersysteminfo:
images:
clustersysteminfo:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
tag: v2.10.0
tag: v2.11.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=v2.10.0
OWGWUI_TAG=v2.10.0
OWSEC_TAG=v2.10.0
OWFMS_TAG=v2.10.0
OWPROV_TAG=v2.10.0
OWPROVUI_TAG=v2.10.0
OWANALYTICS_TAG=v2.10.0
OWSUB_TAG=v2.10.0
OWGW_TAG=v2.11.0
OWGWUI_TAG=v2.11.0
OWSEC_TAG=v2.11.0
OWFMS_TAG=v2.11.0
OWPROV_TAG=v2.11.0
OWPROVUI_TAG=v2.11.0
OWANALYTICS_TAG=v2.11.0
OWSUB_TAG=v2.11.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=v2.10.0
OWGWUI_TAG=v2.10.0
OWSEC_TAG=v2.10.0
OWFMS_TAG=v2.10.0
OWPROV_TAG=v2.10.0
OWPROVUI_TAG=v2.10.0
OWANALYTICS_TAG=v2.10.0
OWSUB_TAG=v2.10.0
OWGW_TAG=v2.11.0
OWGWUI_TAG=v2.11.0
OWSEC_TAG=v2.11.0
OWFMS_TAG=v2.11.0
OWPROV_TAG=v2.11.0
OWPROVUI_TAG=v2.11.0
OWANALYTICS_TAG=v2.11.0
OWSUB_TAG=v2.11.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=v2.10.0
OWGWUI_TAG=v2.10.0
OWSEC_TAG=v2.10.0
OWFMS_TAG=v2.10.0
OWPROV_TAG=v2.10.0
OWPROVUI_TAG=v2.10.0
OWANALYTICS_TAG=v2.10.0
OWSUB_TAG=v2.10.0
OWGW_TAG=v2.11.0
OWGWUI_TAG=v2.11.0
OWSEC_TAG=v2.11.0
OWFMS_TAG=v2.11.0
OWPROV_TAG=v2.11.0
OWPROVUI_TAG=v2.11.0
OWANALYTICS_TAG=v2.11.0
OWSUB_TAG=v2.11.0
OWRRM_TAG=v2.8.0
KAFKA_TAG=latest
ZOOKEEPER_TAG=3.8