Compare commits

...

5 Commits

Author SHA1 Message Date
TIP Automation User
f7a7b8aa9d Chg: update image tag in helm values to v3.2.1 2024-12-30 14:52:18 +00:00
TIP Automation User
0a08bfca60 Chg: update image tag in helm values to v3.2.1-RC2 2024-12-10 21:00:31 +00:00
Carsten Schafer
1958de15be Merge pull request #227 from Telecominfraproject/main
WIFI-14165: Release 3.2.0 patch
2024-12-10 15:48:04 -05:00
Carsten Schafer
01008dc1aa Merge pull request #226 from Telecominfraproject/version_update
fix: release 3.2.1 version update
2024-12-10 15:36:59 -05:00
Ivan Chvets
26b90cfdba fix: release 3.2.1 version update
https://telecominfraproject.atlassian.net/browse/WIFI-14165

Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-12-10 15:34:09 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ fullnameOverride: ""
images: images:
owgwui: owgwui:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owgw-ui repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owgw-ui
tag: v3.2.1-RC1 tag: v3.2.1
pullPolicy: Always pullPolicy: Always
services: services:

View File

@@ -1,6 +1,6 @@
{ {
"name": "ucentral-client", "name": "ucentral-client",
"version": "3.2.0", "version": "3.2.1",
"description": "", "description": "",
"private": true, "private": true,
"main": "index.tsx", "main": "index.tsx",