Skip to content

Commit

Permalink
Always install latest stackgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Oct 23, 2024
1 parent 18478d9 commit 96327d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $(crossplane_sentinel): kind-setup csi-host-path-setup load-comp-image
stackgres-setup: export KUBECONFIG = $(KIND_KUBECONFIG)
stackgres-setup: kind-setup csi-host-path-setup ## Install StackGres
helm repo add stackgres-charts https://stackgres.io/downloads/stackgres-k8s/stackgres/helm/
helm upgrade --install --version 1.7.0 --create-namespace --namespace stackgres stackgres-operator stackgres-charts/stackgres-operator --values stackgres/values.yaml --wait
helm upgrade --install --create-namespace --namespace stackgres stackgres-operator stackgres-charts/stackgres-operator --values stackgres/values.yaml --wait
kubectl -n stackgres wait --for condition=Available deployment/stackgres-operator --timeout 120s

# wait max 60 seconds for secret to be created - it takes little bit longer now for secret to appear, therefore we need a mechanism to block execution until it appears
Expand Down

0 comments on commit 96327d3

Please sign in to comment.