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 e80fa1f commit 6f86b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ volumes:[
chart_dir : chart_dir,
set : [
"imageTag": image_tags_list.get(0),
"image": config.image,
"image": config.container_repo.image,
"replicas": config.app.replicas,
"cpu": config.app.cpu,
"memory": config.app.memory,
Expand Down

0 comments on commit 6f86b68

Please sign in to comment.