Commit d5498d13 authored by mohamadbashar.disoki's avatar mohamadbashar.disoki

update deployment

parent 500457f5
Pipeline #20 canceled with stages
...@@ -7,7 +7,7 @@ pipeline { ...@@ -7,7 +7,7 @@ pipeline {
sh 'cp -R helm/* .' sh 'cp -R helm/* .'
sh 'ls -ltr' sh 'ls -ltr'
sh 'pwd' sh 'pwd'
sh '/usr/local/bin/helm upgrade --install petclinic-app petclinic --set image.repository=cloudfreak.azurecr.io/cloudfreak/petclinic --set image.tag=1' sh '/usr/local/bin/helm upgrade --install petclinic-app petclinic'
} }
} }
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: initsixcloud/petclinic repository: mhdbashar/test-deploy
tag: latest tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment