Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
e2e: add stable repository to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan authored and hiddeco committed Jan 7, 2020
1 parent 5a684ac commit f795f54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/e2e/lib/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ function install_helm_operator_with_helm() {
--set git.ssh.secretName=flux-git-deploy \
--set-string git.ssh.known_hosts="${KNOWN_HOSTS}" \
--set configureRepositories.enable=true \
--set configureRepositories.repositories[0].name="podinfo" \
--set configureRepositories.repositories[0].url="https://stefanprodan.github.io/podinfo" \
--set configureRepositories.repositories[0].name="stable" \
--set configureRepositories.repositories[0].url="https://kubernetes-charts.storage.googleapis.com" \
--set configureRepositories.repositories[1].name="podinfo" \
--set configureRepositories.repositories[1].url="https://stefanprodan.github.io/podinfo" \
--set helm.versions="${HELM_VERSION:-v2\,v3}" \
"${ROOT_DIR}/chart/helm-operator"
}
Expand Down

0 comments on commit f795f54

Please sign in to comment.