Compare commits

...

5 Commits

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
5 changed files with 14 additions and 14 deletions

View File

@@ -2,10 +2,10 @@ apiVersion: v2
name: openwifi
appVersion: "1.0"
description: A Helm chart for Kubernetes
version: 3.2.0
version: 3.2.1
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.2.0"
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=v3.2.0"
@@ -14,13 +14,13 @@ dependencies:
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=v3.2.0"
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=v3.2.0"
version: 0.1.0
- name: owgwui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v3.2.0"
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=v3.2.0"

View File

@@ -60,7 +60,7 @@ clustersysteminfo:
images:
clustersysteminfo:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
tag: v3.2.0
tag: v3.2.1
pullPolicy: Always
# regcred:
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io

View File

@@ -3,11 +3,11 @@ COMPOSE_PROJECT_NAME=openwifi
DEPLOY_TYPE=default
# Image tags
OWGW_TAG=v3.2.0
OWGWUI_TAG=v3.2.0
OWGW_TAG=v3.2.1
OWGWUI_TAG=v3.2.1
OWSEC_TAG=v3.2.0
OWFMS_TAG=v3.2.0
OWPROV_TAG=v3.2.0
OWPROV_TAG=v3.2.1
OWPROVUI_TAG=v3.2.0
OWANALYTICS_TAG=v3.2.0
OWSUB_TAG=v3.2.0

View File

@@ -1,11 +1,11 @@
COMPOSE_PROJECT_NAME=openwifi
# Image tags
OWGW_TAG=v3.2.0
OWGWUI_TAG=v3.2.0
OWGW_TAG=v3.2.1
OWGWUI_TAG=v3.2.1
OWSEC_TAG=v3.2.0
OWFMS_TAG=v3.2.0
OWPROV_TAG=v3.2.0
OWPROV_TAG=v3.2.1
OWPROVUI_TAG=v3.2.0
OWANALYTICS_TAG=v3.2.0
OWSUB_TAG=v3.2.0

View File

@@ -1,11 +1,11 @@
COMPOSE_PROJECT_NAME=openwifi
# Image tags
OWGW_TAG=v3.2.0
OWGWUI_TAG=v3.2.0
OWGW_TAG=v3.2.1
OWGWUI_TAG=v3.2.1
OWSEC_TAG=v3.2.0
OWFMS_TAG=v3.2.0
OWPROV_TAG=v3.2.0
OWPROV_TAG=v3.2.1
OWPROVUI_TAG=v3.2.0
OWANALYTICS_TAG=v3.2.0
OWSUB_TAG=v3.2.0