Compare commits

...

7 Commits

Author SHA1 Message Date
TIP Automation User
45734b0825 Chg: update image tag in helm values to v2.10.0 2023-06-30 15:31:02 +00:00
jaspreetsachdev
b4eee8c69f Update Chart.yaml 2023-06-26 13:29:40 -04:00
jaspreetsachdev
e90a9e3e1e Update Chart.yaml to point owls to v2.9.0 2023-06-26 11:43:01 -04:00
TIP Automation User
77461915dd Chg: update image tag in helm values to v2.10.0-RC5 2023-06-21 16:24:39 +00:00
TIP Automation User
1cfc11244e Chg: update image tag in helm values to v2.10.0-RC4 2023-06-13 03:18:19 +00:00
TIP Automation User
85df8945df Chg: update image tag in helm values to v2.10.0-RC3 2023-06-12 15:37:06 +00:00
jaspreetsachdev
90ddafdbe4 Update values.openwifi-qa.yaml 2023-06-12 11:35:33 -04:00
6 changed files with 37 additions and 36 deletions

View File

@@ -2,31 +2,31 @@ apiVersion: v2
name: openwifi
appVersion: "1.0"
description: A Helm chart for Kubernetes
version: 2.10.0-RC2
version: 2.10.0
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.10.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.10.0"
version: 0.1.0
- name: owsec
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.10.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.10.0"
version: 0.1.0
- name: owfms
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.10.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.10.0"
version: 0.1.0
- name: owprov
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.10.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.10.0"
version: 0.1.0
- name: owanalytics
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v2.10.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v2.10.0"
version: 0.1.0
- name: owgwui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.10.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.10.0"
version: 0.1.0
- name: owprovui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.10.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.10.0"
version: 0.1.0
- name: owsub
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v2.10.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v2.10.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=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls@helm?ref=v2.8.0"
version: 0.1.0
condition: owls.enabled
- name: owlsui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls-ui@helm?ref=master"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls-ui@helm?ref=v2.8.0"
version: 0.1.0
condition: owlsui.enabled
- name: haproxy

View File

@@ -520,6 +520,7 @@ owprov:
openwifi.restapi.host.0.rootca: $OWPROV_ROOT/certs/restapi-certs/ca.crt
openwifi.restapi.host.0.cert: $OWPROV_ROOT/certs/restapi-certs/tls.crt
openwifi.restapi.host.0.key: $OWPROV_ROOT/certs/restapi-certs/tls.key
rrm.providers: owrrm
volumes:
owprov:

View File

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