From d722b2dc8e48bf178520d4ff6f70d65b00ae7cee Mon Sep 17 00:00:00 2001 From: Benjamin Brewer Date: Fri, 17 Apr 2020 09:46:38 -0400 Subject: [PATCH 1/2] change to internal issue for pairty --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index f6bd539..6f1fc85 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - repository: smartcolumbusos/cmcc-data-publisher + repository: 199837183662.dkr.ecr.us-east-2.amazonaws.com/scos/cmcc-data-publisher tag: latest pullPolicy: Always From 50b0c955974962723d3586e60e4ece7aab297b13 Mon Sep 17 00:00:00 2001 From: Benjamin Brewer Date: Fri, 17 Apr 2020 09:57:54 -0400 Subject: [PATCH 2/2] remove non-functioning tag parameter and bump to new version --- Jenkinsfile | 3 +-- kapsch-cmcc-publisher-base.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c40c417..bfb84a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,8 +8,7 @@ library( properties([ pipelineTriggers([scos.dailyBuildTrigger()]), parameters([ - booleanParam(defaultValue: false, description: 'Deploy to development environment?', name: 'DEV_DEPLOYMENT'), - string(defaultValue: 'development', description: 'Image tag to deploy to dev environment', name: 'DEV_IMAGE_TAG') + booleanParam(defaultValue: false, description: 'Deploy to development environment?', name: 'DEV_DEPLOYMENT') ]) ]) diff --git a/kapsch-cmcc-publisher-base.yaml b/kapsch-cmcc-publisher-base.yaml index 2e9b19c..ef97102 100644 --- a/kapsch-cmcc-publisher-base.yaml +++ b/kapsch-cmcc-publisher-base.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - tag: "1.0" + tag: "1.1" resources: limits: