chore(helm): Uninstall tooling because upgrade the chart is flaky
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
b41dd03276
commit
5b8fd99290
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ function set_permissions() {
|
|||
## Installing OpenReplay
|
||||
function install_openreplay() {
|
||||
info "installing toolings"
|
||||
helm uninstall tooling -n app || true
|
||||
helm upgrade --install toolings ./toolings -n app --create-namespace --wait -f ./vars.yaml --atomic --debug ${HELM_OPTIONS}
|
||||
info "installing databases"
|
||||
helm upgrade --install databases ./databases -n db --create-namespace --wait -f ./vars.yaml --atomic --debug ${HELM_OPTIONS}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue