chore(helm): Uninstall tooling because upgrade the chart is flaky

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-06-24 00:34:43 +02:00
parent b41dd03276
commit 5b8fd99290

View file

@ -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}