mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81508bca0d | ||
|
|
57bc2259b1 | ||
|
|
5b29c58ba1 | ||
|
|
3543923705 |
@@ -2,10 +2,10 @@ apiVersion: v2
|
||||
name: openwifi
|
||||
appVersion: "1.0"
|
||||
description: A Helm chart for Kubernetes
|
||||
version: 2.7.1
|
||||
version: 2.7.2
|
||||
dependencies:
|
||||
- name: owgw
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.7.1"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.7.2"
|
||||
version: 0.1.0
|
||||
- name: owsec
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.7.0"
|
||||
|
||||
@@ -15,7 +15,7 @@ owgw:
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 500Mi
|
||||
memory: 2Gi
|
||||
|
||||
securityContext:
|
||||
sysctls:
|
||||
|
||||
@@ -85,7 +85,7 @@ clustersysteminfo:
|
||||
images:
|
||||
clustersysteminfo:
|
||||
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
|
||||
tag: v2.7.1
|
||||
tag: v2.7.2
|
||||
pullPolicy: Always
|
||||
# regcred:
|
||||
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.7.1
|
||||
OWGW_TAG=v2.7.2
|
||||
OWGWUI_TAG=v2.7.0
|
||||
OWSEC_TAG=v2.7.0
|
||||
OWFMS_TAG=v2.7.0
|
||||
@@ -10,7 +10,7 @@ OWANALYTICS_TAG=v2.7.0
|
||||
OWSUB_TAG=v2.7.0
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=3.8
|
||||
POSTGRESQL_TAG=latest
|
||||
POSTGRESQL_TAG=15.0
|
||||
MYSQL_TAG=latest
|
||||
# NOTE currently OWRRM is only supported in LB installations
|
||||
#OWRRM_TAG=v2.7.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.7.1
|
||||
OWGW_TAG=v2.7.2
|
||||
OWGWUI_TAG=v2.7.0
|
||||
OWSEC_TAG=v2.7.0
|
||||
OWFMS_TAG=v2.7.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.7.1
|
||||
OWGW_TAG=v2.7.2
|
||||
OWGWUI_TAG=v2.7.0
|
||||
OWSEC_TAG=v2.7.0
|
||||
OWFMS_TAG=v2.7.0
|
||||
|
||||
Reference in New Issue
Block a user