Skip to content

Commit

Permalink
fix bankVaultsTag setting
Browse files Browse the repository at this point in the history
Signed-off-by: Nandor Kracser <[email protected]>
  • Loading branch information
bonifaido committed Apr 30, 2021
1 parent 9d7d425 commit 69cfc65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions hack/acceptance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ kubectl create quota bank-vaults --hard=cpu=4,memory=8G,pods=10,services=10,repl
helm dependency build ./charts/vault-operator
helm upgrade --install vault-operator ./charts/vault-operator \
--set image.tag=latest \
--set image.bankVaultsTag=latest \
--set image.pullPolicy=IfNotPresent \
--set etcd-operator.enabled=true \
--set etcd-operator.deployments.backupOperator=false \
Expand Down
2 changes: 1 addition & 1 deletion operator/deploy/multi-dc/aws/multi-dc-raft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [ $COMMAND = "install" ]; then

local REGION=$(get_region)

helm upgrade --install vault-operator charts/vault-operator --wait --set image.tag=latest --set image.pullPolicy=Always
helm upgrade --install vault-operator charts/vault-operator --wait --set image.tag=latest --set image.pullPolicy=Always --set image.bankVaultsTag=latest

create_aws_secret

Expand Down
2 changes: 1 addition & 1 deletion operator/deploy/multi-dc/test/multi-dc-raft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function infra_setup {
function install_instance {
local INSTANCE=$1

helm upgrade --install vault-operator charts/vault-operator --wait --set image.tag=latest --set image.pullPolicy=Always
helm upgrade --install vault-operator charts/vault-operator --wait --set image.tag=latest --set image.pullPolicy=Always --set image.bankVaultsTag=latest

kubectl apply -f operator/deploy/rbac.yaml
cat operator/deploy/multi-dc/test/cr-${INSTANCE}.yaml | envtpl | kubectl apply -f -
Expand Down

0 comments on commit 69cfc65

Please sign in to comment.