Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
CI-CD Pipelines
Commits
d5fbacec
Commit
d5fbacec
authored
Aug 31, 2020
by
Daniel Scholl
Browse files
Rename the Azure Helm Chart Release
parent
b7a1a3aa
Pipeline
#6869
passed with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cloud-providers/azure.yml
View file @
d5fbacec
...
...
@@ -326,7 +326,7 @@ azure_deploy_aks:
-
echo "--set image.branch=$BRANCH --set image.tag=$TAG"
# Install Service
-
helm upgrade -i osdu-gitlab chart --set image.repository=${AZURE_AKS_REGISTRY}.azurecr.io --set image.branch=$BRANCH --set image.tag=$TAG
-
helm upgrade -i osdu-gitlab
-$CI_PROJECT_NAME
chart --set image.repository=${AZURE_AKS_REGISTRY}.azurecr.io --set image.branch=$BRANCH --set image.tag=$TAG
-
pod=$(kubectl get pod -n osdu|grep $CI_PROJECT_NAME |tail -1 |awk '{print $1}')
-
status=$(kubectl wait -n osdu --for=condition=Ready pod/$pod --timeout=60s)
-
if [[ "$status" != *"met"* ]]; then echo "POD didn't start correctly" ; exit 1 ; fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment