From 6b3c46a69c88359fe92063048eb524ec63bfb12e Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Sat, 31 Dec 2022 08:39:55 +0000 Subject: [PATCH] fix scripts --- Devops/docs/helm-ops.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Devops/docs/helm-ops.md b/Devops/docs/helm-ops.md index 2c06e12561..0cfce4586c 100644 --- a/Devops/docs/helm-ops.md +++ b/Devops/docs/helm-ops.md @@ -32,7 +32,7 @@ helm install -f ./HelmChart/public/oneuptime/values.yaml -f ./kubernetes/values- ### Install on production ``` -helm install -f ./HelmChart/public/oneuptime/values.yaml -f ./kubernetes/values-saas-production.yaml fi ./HelmChart/public/oneuptime --namespace default +helm install -f ./HelmChart/public/oneuptime/values.yaml -f ./Kubernetes/values-saas-production.yaml fi ./HelmChart/public/oneuptime --namespace default ``` ### Update Cluster diff --git a/install.sh b/install.sh index a355693f7b..3dcc651e20 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ bash preinstall.sh # Pull latest changes git pull -docker compose pull +sudo docker compose pull # Create database if it does not exists