Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jenk-helm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mohamadbashar.disoki
jenk-helm
Commits
d5498d13
You need to sign in or sign up before continuing.
Commit
d5498d13
authored
Mar 03, 2022
by
mohamadbashar.disoki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update deployment
parent
500457f5
Pipeline
#20
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
Jenkinsfile
+1
-1
values.yaml
helm/petclinic/values.yaml
+1
-1
No files found.
Jenkinsfile
View file @
d5498d13
...
...
@@ -7,7 +7,7 @@ pipeline {
sh
'cp -R helm/* .'
sh
'ls -ltr'
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'
}
}
...
...
helm/petclinic/values.yaml
View file @
d5498d13
...
...
@@ -5,7 +5,7 @@
replicaCount
:
1
image
:
repository
:
initsixcloud/petclinic
repository
:
mhdbashar/test-deploy
tag
:
latest
pullPolicy
:
IfNotPresent
...
...
Write
Preview
Markdown
is supported
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