Compare commits

...

6 Commits

Author SHA1 Message Date
TIP Automation User
173cb600c7 Chg: update image tag in helm values to v3.1.0-RC2 2024-06-20 15:13:16 +00:00
jaspreetsachdev
dca112bc41 Merge pull request #271 from Telecominfraproject/WIFI-13821
WIFI-13821 update release GH
2024-06-10 15:31:03 -04:00
Carsten Schafer
a1d60baac2 Merge branch 'release/v3.1.0' into WIFI-13821 2024-06-10 15:30:47 -04:00
Carsten Schafer
bf38159cbe WIFI-13821 update release GH
Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
2024-06-10 15:28:13 -04:00
jaspreetsachdev
1052d57e1d Merge pull request #270 from Telecominfraproject/main
Updating Helm CI package.
2024-06-10 15:23:18 -04:00
TIP Automation User
34d03d9eaf Chg: update image tag in helm values to v3.1.0-RC1 2024-06-09 17:02:09 +00:00
6 changed files with 39 additions and 39 deletions

View File

@@ -44,7 +44,7 @@ jobs:
run: |
helm plugin install https://github.com/aslafy-z/helm-git --version 0.16.0
#helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
#helm repo update
helm dependency update
mkdir dist
helm package . -d dist

View File

@@ -2,34 +2,34 @@ apiVersion: v2
name: openwifi
appVersion: "1.0"
description: A Helm chart for Kubernetes
version: 0.1.0
version: 3.1.0-RC2
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=master"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.1.0-RC1"
version: 0.1.0
- name: owsec
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v3.1.0-RC1"
version: 0.1.0
- name: owfms
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.1.0-RC1"
version: 0.1.0
- name: owprov
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v3.1.0-RC1"
version: 0.1.0
- name: owanalytics
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.1.0-RC1"
version: 0.1.0
- name: owgwui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v3.1.0-RC1"
version: 0.1.0
- name: owprovui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v3.1.0-RC2"
version: 0.1.0
- name: owsub
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.1.0-RC1"
version: 0.1.0
- name: owrrm
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-rrm@helm?ref=main"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-rrm@helm?ref=v2.8.0"
version: 0.1.0
- name: owls
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls@helm?ref=main"

View File

@@ -66,7 +66,7 @@ clustersysteminfo:
images:
clustersysteminfo:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
tag: main
tag: v3.1.0-RC2
pullPolicy: Always
# regcred:
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io

View File

@@ -1,19 +1,19 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=master
OWGWUI_TAG=main
OWSEC_TAG=main
OWFMS_TAG=main
OWPROV_TAG=main
OWPROVUI_TAG=main
OWANALYTICS_TAG=main
OWSUB_TAG=main
OWGW_TAG=v3.1.0-RC1
OWGWUI_TAG=v3.1.0-RC1
OWSEC_TAG=v3.1.0-RC1
OWFMS_TAG=v3.1.0-RC1
OWPROV_TAG=v3.1.0-RC1
OWPROVUI_TAG=v3.1.0-RC2
OWANALYTICS_TAG=v3.1.0-RC1
OWSUB_TAG=v3.1.0-RC1
KAFKA_TAG=2.8.0-debian-10-r43
ZOOKEEPER_TAG=3.8
POSTGRESQL_TAG=15.0
MYSQL_TAG=latest
# NOTE currently OWRRM is only supported in LB installations
#OWRRM_TAG=main
#OWRRM_TAG=v2.8.0
# Microservice root/config directories
OWGW_ROOT=/owgw-data

View File

@@ -1,14 +1,14 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=master
OWGWUI_TAG=main
OWSEC_TAG=main
OWFMS_TAG=main
OWPROV_TAG=main
OWPROVUI_TAG=main
OWANALYTICS_TAG=main
OWSUB_TAG=main
OWRRM_TAG=main
OWGW_TAG=v3.1.0-RC1
OWGWUI_TAG=v3.1.0-RC1
OWSEC_TAG=v3.1.0-RC1
OWFMS_TAG=v3.1.0-RC1
OWPROV_TAG=v3.1.0-RC1
OWPROVUI_TAG=v3.1.0-RC2
OWANALYTICS_TAG=v3.1.0-RC1
OWSUB_TAG=v3.1.0-RC1
OWRRM_TAG=v2.8.0
KAFKA_TAG=2.8.0-debian-10-r43
ZOOKEEPER_TAG=3.8
ACMESH_TAG=latest

View File

@@ -1,14 +1,14 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi
OWGW_TAG=master
OWGWUI_TAG=main
OWSEC_TAG=main
OWFMS_TAG=main
OWPROV_TAG=main
OWPROVUI_TAG=main
OWANALYTICS_TAG=main
OWSUB_TAG=main
OWRRM_TAG=main
OWGW_TAG=v3.1.0-RC1
OWGWUI_TAG=v3.1.0-RC1
OWSEC_TAG=v3.1.0-RC1
OWFMS_TAG=v3.1.0-RC1
OWPROV_TAG=v3.1.0-RC1
OWPROVUI_TAG=v3.1.0-RC2
OWANALYTICS_TAG=v3.1.0-RC1
OWSUB_TAG=v3.1.0-RC1
OWRRM_TAG=v2.8.0
KAFKA_TAG=2.8.0-debian-10-r43
ZOOKEEPER_TAG=3.8
ACMESH_TAG=latest