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/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 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: