Skip to content

Commit 03a4645

Browse files
committed
fix carvel removal
1 parent 8c8c828 commit 03a4645

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.test-flux

Whitespace-only changes.

script/e2e-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ if [[ "${TESTS_GROUP}" == "${ALL_TESTS}" || "${TESTS_GROUP}" == "${OPERATOR_TEST
735735
# re-installing postgres.
736736
info "Installing latest Kubeapps chart available"
737737
installOrUpgradeKubeapps "${ROOT_DIR}/chart/kubeapps" \
738-
"--set" "packaging.helm.enabled=false" \
738+
"--set" "packaging.helm.enabled=true" \
739739
"--set" "featureFlags.operators=true"
740740

741741
info "Waiting for Kubeapps components to be ready (bitnami chart)..."

0 commit comments

Comments
 (0)