Skip to content

Commit

Permalink
added image override
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonkey committed Feb 25, 2018
1 parent 6f86b68 commit d16ea19
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 23 deletions.
41 changes: 18 additions & 23 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ volumes:[
chart_dir : chart_dir,
set : [
"imageTag": image_tags_list.get(0),
"image": config.container_repo.image,
"replicas": config.app.replicas,
"cpu": config.app.cpu,
"memory": config.app.memory,
Expand Down Expand Up @@ -177,6 +178,7 @@ volumes:[
chart_dir : chart_dir,
set : [
"imageTag": image_tags_list.get(0),
"image": config.container_repo.image,
"replicas": config.app.replicas,
"cpu": config.app.cpu,
"memory": config.app.memory,
Expand Down

0 comments on commit d16ea19

Please sign in to comment.