Skip to content

Commit

Permalink
fix: lock gitlab helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
omri2001 committed Dec 24, 2024
1 parent a444ebd commit 986a705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ -z "$(helm list -n gitlab | grep gitlab)" ]; then
kubectl apply -f ./scripts/gitlab-setup.yaml -n gitlab
# 8. Install gitlab
helm repo add gitlab https://charts.gitlab.io/
helm upgrade --install gitlab -n gitlab gitlab/gitlab -f gitlab.values.yaml
helm upgrade --install gitlab -n gitlab gitlab/gitlab --version 8.6.1 -f gitlab.values.yaml

echo "waiting for gitlab toolbox pod to ready"
kubectl wait --namespace gitlab --for=condition=ready pod -l app=toolbox --timeout=600s
Expand Down

0 comments on commit 986a705

Please sign in to comment.