Skip to content

Commit

Permalink
Revert temporary hotfix now that local chart matches 7.0.0 (#2804)
Browse files Browse the repository at this point in the history
See #2801
  • Loading branch information
absoludity committed May 14, 2021
1 parent d7060ec commit db5d5e4
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions script/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,19 +254,15 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
helm dep up "${ROOT_DIR}/chart/kubeapps"
kubectl create ns kubeapps

# TODO(agamez): uncomment this as soon as the local chart version is >=7.0.0
# Currently, breaking changes in the chart prevent us to perform an automatic upgrade
# https://github.com/kubeapps/kubeapps/pull/2795

# if [[ -n "${TEST_UPGRADE}" ]]; then
# # To test the upgrade, first install the latest version published
# info "Installing latest Kubeapps chart available"
# installOrUpgradeKubeapps bitnami/kubeapps \
# "--set" "apprepository.initialRepos=null"

# info "Waiting for Kubeapps components to be ready (bitnami chart)..."
# k8s_wait_for_deployment kubeapps kubeapps-ci
# fi
if [[ -n "${TEST_UPGRADE}" ]]; then
# To test the upgrade, first install the latest version published
info "Installing latest Kubeapps chart available"
installOrUpgradeKubeapps bitnami/kubeapps \
"--set" "apprepository.initialRepos=null"

info "Waiting for Kubeapps components to be ready (bitnami chart)..."
k8s_wait_for_deployment kubeapps kubeapps-ci
fi

installOrUpgradeKubeapps "${ROOT_DIR}/chart/kubeapps"
info "Waiting for Kubeapps components to be ready (local chart)..."
Expand Down

0 comments on commit db5d5e4

Please sign in to comment.