Skip to content

Commit 90e9ff1

Browse files
Chg: update image tag in helm values to v4.1.0-RC1
1 parent ae2ba7f commit 90e9ff1

File tree

5 files changed

+34
-34
lines changed

5 files changed

+34
-34
lines changed

chart/Chart.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@ apiVersion: v2
22
name: openwifi
33
appVersion: "1.0"
44
description: A Helm chart for Kubernetes
5-
version: 0.1.0
5+
version: 4.1.0-RC1
66
dependencies:
77
- name: owgw
8-
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=master"
8+
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v4.1.0-RC1"
99
version: 0.1.0
1010
- name: owsec
11-
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=main"
11+
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v4.1.0-RC1"
1212
version: 0.1.0
1313
- name: owfms
14-
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=main"
14+
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.2.0"
1515
version: 0.1.0
1616
- name: owprov
17-
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=main"
17+
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v4.1.0-RC1"
1818
version: 0.1.0
1919
- name: owanalytics
20-
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=main"
20+
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.2.0"
2121
version: 0.1.0
2222
- name: owgwui
23-
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=main"
23+
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v4.1.0-RC1"
2424
version: 0.1.0
2525
- name: owprovui
26-
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=main"
26+
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v4.0.0"
2727
version: 0.1.0
2828
- name: owsub
29-
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=main"
29+
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.2.0"
3030
version: 0.1.0
3131
- name: owls
3232
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls@helm?ref=main"

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ clustersysteminfo:
6060
images:
6161
clustersysteminfo:
6262
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
63-
tag: main
63+
tag: v4.1.0-RC1
6464
pullPolicy: Always
6565
# regcred:
6666
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io

docker-compose/.env

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ COMPOSE_PROJECT_NAME=openwifi
33
DEPLOY_TYPE=default
44

55
# Image tags
6-
OWGW_TAG=master
7-
OWGWUI_TAG=main
8-
OWSEC_TAG=main
9-
OWFMS_TAG=main
10-
OWPROV_TAG=main
11-
OWPROVUI_TAG=main
12-
OWANALYTICS_TAG=main
13-
OWSUB_TAG=main
6+
OWGW_TAG=v4.1.0-RC1
7+
OWGWUI_TAG=v4.1.0-RC1
8+
OWSEC_TAG=v4.1.0-RC1
9+
OWFMS_TAG=v3.2.0
10+
OWPROV_TAG=v4.1.0-RC1
11+
OWPROVUI_TAG=v4.0.0
12+
OWANALYTICS_TAG=v3.2.0
13+
OWSUB_TAG=v3.2.0
1414

1515
KAFKA_TAG=3.7-debian-12
1616
POSTGRESQL_TAG=15.0

docker-compose/.env.letsencrypt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
COMPOSE_PROJECT_NAME=openwifi
22

33
# Image tags
4-
OWGW_TAG=master
5-
OWGWUI_TAG=main
6-
OWSEC_TAG=main
7-
OWFMS_TAG=main
8-
OWPROV_TAG=main
9-
OWPROVUI_TAG=main
10-
OWANALYTICS_TAG=main
11-
OWSUB_TAG=main
4+
OWGW_TAG=v4.1.0-RC1
5+
OWGWUI_TAG=v4.1.0-RC1
6+
OWSEC_TAG=v4.1.0-RC1
7+
OWFMS_TAG=v3.2.0
8+
OWPROV_TAG=v4.1.0-RC1
9+
OWPROVUI_TAG=v4.0.0
10+
OWANALYTICS_TAG=v3.2.0
11+
OWSUB_TAG=v3.2.0
1212

1313
KAFKA_TAG=3.7-debian-12
1414
POSTGRESQL_TAG=15.0

docker-compose/.env.selfsigned

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
COMPOSE_PROJECT_NAME=openwifi
22

33
# Image tags
4-
OWGW_TAG=master
5-
OWGWUI_TAG=main
6-
OWSEC_TAG=main
7-
OWFMS_TAG=main
8-
OWPROV_TAG=main
9-
OWPROVUI_TAG=main
10-
OWANALYTICS_TAG=main
11-
OWSUB_TAG=main
4+
OWGW_TAG=v4.1.0-RC1
5+
OWGWUI_TAG=v4.1.0-RC1
6+
OWSEC_TAG=v4.1.0-RC1
7+
OWFMS_TAG=v3.2.0
8+
OWPROV_TAG=v4.1.0-RC1
9+
OWPROVUI_TAG=v4.0.0
10+
OWANALYTICS_TAG=v3.2.0
11+
OWSUB_TAG=v3.2.0
1212

1313
KAFKA_TAG=3.7-debian-12
1414
POSTGRESQL_TAG=15.0

0 commit comments

Comments
 (0)