Skip to content

Commit

Permalink
Merge pull request #1 from SmartColumbusOS/use-internal-image
Browse files Browse the repository at this point in the history
change to internal issue for parity
  • Loading branch information
bbrewer-forge authored Apr 17, 2020
2 parents 43c13c9 + 50b0c95 commit 9b5b6b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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')
])
])

Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion kapsch-cmcc-publisher-base.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 1

image:
tag: "1.0"
tag: "1.1"

resources:
limits:
Expand Down

0 comments on commit 9b5b6b5

Please sign in to comment.