mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
7.7.3 (#40)
* ARM templates - 7.7.3 support added. Pro and JCR * ARM templates - Xray 3.8.2 support * ARM templates - Nginx configuration changed for JCR * ARM templates - Xray ARM extension script, yq added, Rabbitmq default password added * ARM templates - Xray, Extension script changes * ARM templates - RT readme updated, branch for extensions scripts switched back to master * ARM templates - JCR, updated API, best practives * ARM templates - Nginx configuration changed for JCR * ARM templates - MP submissions, Xray installation script changes, master key minimun char number added in JCR * ARM templates - Parameters draft * ARM templates - Removed MP submission zip files from the repo * ARM templates - Postgres parameters removed
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,13 +3,13 @@
|
|||||||
"contentVersion": "1.0.0.0",
|
"contentVersion": "1.0.0.0",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"db_user": {
|
"db_user": {
|
||||||
"value": "xray"
|
"value": "DB-USERNAME"
|
||||||
},
|
},
|
||||||
"db_password": {
|
"db_password": {
|
||||||
"value": "Password123!"
|
"value": "GENERATE-PASSWORD"
|
||||||
},
|
},
|
||||||
"db_server": {
|
"db_server": {
|
||||||
"value": "postgressrvr"
|
"value": "DB-SERVERNSME"
|
||||||
},
|
},
|
||||||
"databases": {
|
"databases": {
|
||||||
"value": {
|
"value": {
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user