File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ all: deploy
13
13
deploy :
14
14
@echo " Installing dependencies."
15
15
@command -v helm > /dev/null 2>&1 || { echo " helm is required but not installed" ; exit 1; }
16
- helm install --set disable_check_for_upgrades=true pgo oci://registry.developers.crunchydata.com/crunchydata/pgo --version $(PGO_CHART_VERSION )
16
+ helm upgrade -- install --set disable_check_for_upgrades=true pgo oci://registry.developers.crunchydata.com/crunchydata/pgo --version $(PGO_CHART_VERSION )
17
17
@echo " Adding eoAPI helm repository."
18
18
@helm repo add eoapi $(HELM_REPO_URL )
19
19
@echo " Installing eoAPI helm chart."
20
20
@cd ./helm-chart && \
21
21
helm dependency build ./eoapi && \
22
- helm install --namespace eoapi --create-namespace --set gitSha=$$(git rev-parse HEAD | cut -c1-10 ) eoapi ./eoapi
22
+ helm upgrade -- install --namespace eoapi --create-namespace --set gitSha=$$(git rev-parse HEAD | cut -c1-10 ) eoapi ./eoapi
23
23
24
24
minikube :
25
25
@echo " Starting minikube."
You can’t perform that action at this time.
0 commit comments