Skip to content

Commit

Permalink
Chg: update image tag in helm values to v3.2.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
tip-automation committed Sep 30, 2024
1 parent 3d2e0c1 commit 5b1982d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
14 changes: 7 additions & 7 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ apiVersion: v2
name: openwifi
appVersion: "1.0"
description: A Helm chart for Kubernetes
version: 3.2.0-RC2
version: 3.2.0-RC3
dependencies:
- name: owgw
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.2.0-RC2"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v3.2.0-RC3"
version: 0.1.0
- name: owsec
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v3.2.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v3.2.0-RC2"
version: 0.1.0
- name: owfms
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.1.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v3.2.0-RC1"
version: 0.1.0
- name: owprov
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v3.2.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v3.2.0-RC2"
version: 0.1.0
- name: owanalytics
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.2.0-RC1"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v3.2.0-RC2"
version: 0.1.0
- name: owgwui
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v3.1.0"
Expand All @@ -26,7 +26,7 @@ dependencies:
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v3.1.0"
version: 0.1.0
- name: owsub
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.1.0"
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v3.2.0-RC1"
version: 0.1.0
- name: owls
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls@helm?ref=main"
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ clustersysteminfo:
images:
clustersysteminfo:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
tag: v3.2.0-RC2
tag: v3.2.0-RC3
pullPolicy: Always
# regcred:
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io
Expand Down
12 changes: 6 additions & 6 deletions docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ COMPOSE_PROJECT_NAME=openwifi
DEPLOY_TYPE=default

# Image tags
OWGW_TAG=v3.2.0-RC2
OWGW_TAG=v3.2.0-RC3
OWGWUI_TAG=v3.1.0
OWSEC_TAG=v3.2.0-RC1
OWFMS_TAG=v3.1.0
OWPROV_TAG=v3.2.0-RC1
OWSEC_TAG=v3.2.0-RC2
OWFMS_TAG=v3.2.0-RC1
OWPROV_TAG=v3.2.0-RC2
OWPROVUI_TAG=v3.1.0
OWANALYTICS_TAG=v3.2.0-RC1
OWSUB_TAG=v3.1.0
OWANALYTICS_TAG=v3.2.0-RC2
OWSUB_TAG=v3.2.0-RC1

KAFKA_TAG=3.7-debian-12
POSTGRESQL_TAG=15.0
Expand Down
12 changes: 6 additions & 6 deletions docker-compose/.env.letsencrypt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
COMPOSE_PROJECT_NAME=openwifi

# Image tags
OWGW_TAG=v3.2.0-RC2
OWGW_TAG=v3.2.0-RC3
OWGWUI_TAG=v3.1.0
OWSEC_TAG=v3.2.0-RC1
OWFMS_TAG=v3.1.0
OWPROV_TAG=v3.2.0-RC1
OWSEC_TAG=v3.2.0-RC2
OWFMS_TAG=v3.2.0-RC1
OWPROV_TAG=v3.2.0-RC2
OWPROVUI_TAG=v3.1.0
OWANALYTICS_TAG=v3.2.0-RC1
OWSUB_TAG=v3.1.0
OWANALYTICS_TAG=v3.2.0-RC2
OWSUB_TAG=v3.2.0-RC1

KAFKA_TAG=3.7-debian-12
POSTGRESQL_TAG=15.0
Expand Down
12 changes: 6 additions & 6 deletions docker-compose/.env.selfsigned
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
COMPOSE_PROJECT_NAME=openwifi

# Image tags
OWGW_TAG=v3.2.0-RC2
OWGW_TAG=v3.2.0-RC3
OWGWUI_TAG=v3.1.0
OWSEC_TAG=v3.2.0-RC1
OWFMS_TAG=v3.1.0
OWPROV_TAG=v3.2.0-RC1
OWSEC_TAG=v3.2.0-RC2
OWFMS_TAG=v3.2.0-RC1
OWPROV_TAG=v3.2.0-RC2
OWPROVUI_TAG=v3.1.0
OWANALYTICS_TAG=v3.2.0-RC1
OWSUB_TAG=v3.1.0
OWANALYTICS_TAG=v3.2.0-RC2
OWSUB_TAG=v3.2.0-RC1

KAFKA_TAG=3.7-debian-12
POSTGRESQL_TAG=15.0
Expand Down

0 comments on commit 5b1982d

Please sign in to comment.