Changes in RT and Xray version 7.41.13 and 3.57.6

This commit is contained in:
Logeshwarsn
2022-09-29 12:53:18 +05:30
parent b440c405ee
commit 826e24c624
18 changed files with 132 additions and 165 deletions

View File

@@ -43,7 +43,7 @@ helm upgrade --install openshift-xray . \
--set xray.database.url=postgres://$POSTGRES_HOST:5432/xraydb?sslmode=disable \
--set xray.database.user=artifactory \
--set xray.database.password=password \
--set xray.xray.jfrogUrl=http://openshift-artifactory-ha-nginx" \
--set xray.xray.jfrogUrl="http://openshift-artifactory-ha-nginx" \
--set xray.xray.joinKey=$JOIN_KEY \
--set xray.xray.masterKey=$MASTER_KEY
````