diff --git a/Makefile b/Makefile index ad76302..db3b6c9 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ $(crossplane_sentinel): kind-setup csi-host-path-setup load-comp-image stackgres-setup: export KUBECONFIG = $(KIND_KUBECONFIG) stackgres-setup: $(crossplane_sentinel) ## Install StackGres helm repo add stackgres-charts https://stackgres.io/downloads/stackgres-k8s/stackgres/helm/ - helm upgrade --install --create-namespace --namespace stackgres stackgres-operator stackgres-charts/stackgres-operator \ + helm upgrade --install --version 1.5.0 --create-namespace --namespace stackgres stackgres-operator stackgres-charts/stackgres-operator \ --values stackgres/values.yaml # Set simple credentials for development NEW_USER=admin &&\