Skip to content

Commit

Permalink
Changed release to 3.0.2-RC1
Browse files Browse the repository at this point in the history
Signed-off-by: Jaspreet Sachdev <[email protected]>
  • Loading branch information
jaspreetsachdev committed Mar 25, 2024
1 parent fa0d126 commit eb1bb37
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ description: A Helm chart for Kubernetes
version: 3.0.0
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.0.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.0.2-RC1"
version: 0.1.0
- name: owsec
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v3.0.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v3.0.2-RC1"
version: 0.1.0
- name: owfms
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.0.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.0.2-RC1"
version: 0.1.0
- name: owprov
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v3.0.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v3.0.2-RC1"
version: 0.1.0
- name: owanalytics
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.0.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.0.2-RC1"
version: 0.1.0
- name: owgwui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v3.0.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v3.0.2-RC1"
version: 0.1.0
- name: owprovui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v3.0.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v3.0.2-RC1"
version: 0.1.0
- name: owsub
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.0.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.0.2-RC1"
version: 0.1.0
- name: owrrm
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-rrm@helm?ref=v2.8.0"
Expand Down
16 changes: 8 additions & 8 deletions docker-compose/.env
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Image tags
COMPOSE_PROJECT_NAME=openwifi

OWGW_TAG=v3.0.0
OWGWUI_TAG=v3.0.0
OWSEC_TAG=v3.0.0
OWFMS_TAG=v3.0.0
OWPROV_TAG=v3.0.0
OWPROVUI_TAG=v3.0.0
OWANALYTICS_TAG=v3.0.0
OWSUB_TAG=v3.0.0
OWGW_TAG=v3.0.2-RC1
OWGWUI_TAG=v3.0.2-RC1
OWSEC_TAG=v3.0.2-RC1
OWFMS_TAG=v3.0.2-RC1
OWPROV_TAG=v3.0.2-RC1
OWPROVUI_TAG=v3.0.2-RC1
OWANALYTICS_TAG=v3.0.2-RC1
OWSUB_TAG=v3.0.2-RC1
KAFKA_TAG=2.8.0-debian-10-r43
ZOOKEEPER_TAG=3.8
POSTGRESQL_TAG=15.0
Expand Down

0 comments on commit eb1bb37

Please sign in to comment.