Skip to content

Commit

Permalink
Merge branch 'main' into sync-chart-changes-17.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beltran-rubo authored Jan 2, 2025
2 parents 19b7f30 + c3f2462 commit 38830bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ installOrUpgradeKubeapps() {
--set apprepository.initialRepos[0].basicAuth.user=admin
--set apprepository.initialRepos[0].basicAuth.password=password
--set apprepository.globalReposNamespaceSuffix=-repos-global
--set global.security.allowInsecureImages=true
--wait)

echo "${cmd[@]}"
Expand Down Expand Up @@ -793,6 +794,7 @@ if [[ -z "${GKE_VERSION-}" && ("${TESTS_GROUP}" == "${ALL_TESTS}" || "${TESTS_GR
--set apprepository.initialRepos[0].basicAuth.password=password
--set apprepository.globalReposNamespaceSuffix=-repos-global
--set global.postgresql.auth.postgresPassword=password
--set global.security.allowInsecureImages=true
--wait)

echo "${cmd[@]}"
Expand Down

0 comments on commit 38830bd

Please sign in to comment.