From e80fa1fff78616931689ca06827696120f587d0c Mon Sep 17 00:00:00 2001 From: Eamon Keane Date: Sun, 25 Feb 2018 15:48:00 +0000 Subject: [PATCH] added image override --- .idea/workspace.xml | 265 ++++++++++++++++++++++++++++++++++++-------- Jenkinsfile | 1 + Jenkinsfile.json | 1 + 3 files changed, 222 insertions(+), 45 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bb0c701e..b4ad2ffe 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,11 @@ - + + + + + @@ -102,9 +87,9 @@ @@ -115,7 +100,7 @@ true DEFINITION_ORDER - + @@ -178,6 +163,7 @@ + - + + - - + + @@ -244,6 +231,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -264,7 +294,6 @@ - @@ -315,7 +344,6 @@ - @@ -339,7 +367,6 @@ - @@ -351,34 +378,143 @@ - + - + - + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -394,5 +530,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 9bbf2ffe..bdeb007c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -142,6 +142,7 @@ volumes:[ chart_dir : chart_dir, set : [ "imageTag": image_tags_list.get(0), + "image": config.image, "replicas": config.app.replicas, "cpu": config.app.cpu, "memory": config.app.memory, diff --git a/Jenkinsfile.json b/Jenkinsfile.json index 67926e28..b24b3a94 100644 --- a/Jenkinsfile.json +++ b/Jenkinsfile.json @@ -8,6 +8,7 @@ "hostname": "croc-hunter.testazaks3.win" }, "container_repo": { + "image": "quay.io/eamonkeane/croc-hunter", "host": "quay.io", "master_acct": "eamonkeane", "alt_acct": "eamonkeane",