helm_repo.json
This file is used only when installing ICE Server using a local or air-gapped Helm repository. This file should be supplied to the helm upgrade command with -f helm_repo.json:
{
"charts": {
"iceInit": {
"repository": "http://___HELM___REPO___SERVER___:___PORT___"
},
"iceCassandra": {
"repository": "http://___HELM___REPO___SERVER___:___PORT___"
},
"strimziKafka": {
"repository": "http://___HELM___REPO___SERVER___:___PORT___"
},
"instantConnectEnterprise": {
"repository": "http://___HELM___REPO___SERVER___:___PORT___"
},
"rallypoint": {
"repository": "http://___HELM___REPO___SERVER___:___PORT___"
},
"iceIngress": {
"repository": "http://___HELM___REPO___SERVER___:___PORT___"
},
"iceMonitoring": {
"repository": "http://___HELM___REPO___SERVER___:___PORT___"
},
"iceMinio": {
"repository": "http://___HELM___REPO___SERVER___:___PORT___"
},
"iceElasticsearch": {
"repository": "http://___HELM___REPO___SERVER___:___PORT___"
},
"iceGateway": {
"repository": "http://___HELM___REPO___SERVER___:___PORT___"
}
}
}