Skip to content

Commit

Permalink
Chg: update image tag in helm values to v3.0.2-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
tip-automation committed Apr 5, 2024
1 parent eb1bb37 commit 32d5d8b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openwifi
appVersion: "1.0"
description: A Helm chart for Kubernetes
version: 3.0.0
version: 3.0.2-RC2
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.0.2-RC1"
Expand All @@ -23,7 +23,7 @@ dependencies:
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.2-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v3.0.2-RC2"
version: 0.1.0
- name: owsub
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.0.2-RC1"
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ clustersysteminfo:
images:
clustersysteminfo:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
tag: v3.0.0
tag: v3.0.2-RC2
pullPolicy: Always
# regcred:
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
OWPROVUI_TAG=v3.0.2-RC2
OWANALYTICS_TAG=v3.0.2-RC1
OWSUB_TAG=v3.0.2-RC1
KAFKA_TAG=2.8.0-debian-10-r43
Expand Down
16 changes: 8 additions & 8 deletions docker-compose/.env.letsencrypt
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-RC2
OWANALYTICS_TAG=v3.0.2-RC1
OWSUB_TAG=v3.0.2-RC1
OWRRM_TAG=v2.8.0
KAFKA_TAG=2.8.0-debian-10-r43
ZOOKEEPER_TAG=3.8
Expand Down
16 changes: 8 additions & 8 deletions docker-compose/.env.selfsigned
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-RC2
OWANALYTICS_TAG=v3.0.2-RC1
OWSUB_TAG=v3.0.2-RC1
OWRRM_TAG=v2.8.0
KAFKA_TAG=2.8.0-debian-10-r43
ZOOKEEPER_TAG=3.8
Expand Down

0 comments on commit 32d5d8b

Please sign in to comment.