Skip to content

Commit

Permalink
Explicitly set stackgres to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Nov 20, 2023
1 parent 46bdc55 commit 19176eb
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 @@ -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 &&\
Expand Down

0 comments on commit 19176eb

Please sign in to comment.