Compare commits

..

7 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
TIP Automation User
c7bf7ad1dc Chg: update image tag in helm values to v3.2.1-RC1 2024-12-10 19:33:03 +00:00
i-chvets
e0cf06b437 Merge pull request #225 from Telecominfraproject/main
WIFI-14165: Release 3.2.0 patch
2024-12-10 14:01:46 -05:00
TIP Automation User
460ba9eee7 Chg: update image tag in helm values to v3.2.0 2024-10-04 15:54:34 +00:00
TIP Automation User
788e1f59bd Chg: update image tag in helm values to v3.2.0-RC1 2024-10-01 01:06:01 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ defaults:
jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
DOCKER_REGISTRY_URL: tip-tip-wlan-cloud-ucentral.jfrog.io
DOCKER_REGISTRY_USERNAME: ucentral

View File

@@ -11,7 +11,7 @@ defaults:
jobs:
helm-package:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
HELM_REPO_URL: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/
HELM_REPO_USERNAME: ucentral

View File

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

View File

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