Compare commits

..

4 Commits

Author SHA1 Message Date
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: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
env: env:
DOCKER_REGISTRY_URL: tip-tip-wlan-cloud-ucentral.jfrog.io DOCKER_REGISTRY_URL: tip-tip-wlan-cloud-ucentral.jfrog.io
DOCKER_REGISTRY_USERNAME: ucentral DOCKER_REGISTRY_USERNAME: ucentral

View File

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

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: v4.0.0 tag: v3.2.1-RC1
pullPolicy: Always pullPolicy: Always
services: services:

View File

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