Skip to content

Commit

Permalink
Merge pull request #7 from SmartColumbusOS/pull_dev_image
Browse files Browse the repository at this point in the history
Pulling dev image correctly
  • Loading branch information
Jarred-Olson-Accenture authored Oct 2, 2019
2 parents 267c26c + 69005f7 commit b80c54b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export AWS_DEFAULT_REGION=us-east-2
helm repo add scdp https://smartcitiesdata.github.io/charts
helm repo update
helm upgrade --install ${var.watchinator_deploy_name} scdp/micro-service-watchinator --namespace=watchinator \
--version ${var.chartVersion} \
--version ${var.chartVersion} \
--values ${local_file.helm_vars.filename} \
--values micro-service-watchinator.yaml \
${var.extraHelmCommandArgs}
Expand Down Expand Up @@ -81,5 +81,5 @@ variable "extraHelmCommandArgs" {

variable "chartVersion" {
description = "Version of the chart to deploy"
default = "1.0.0"
default = "1.0.1"
}
2 changes: 1 addition & 1 deletion micro-service-watchinator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ namespace: watchinator
image:
repository: smartcitiesdata/micro-service-watchinator
tag: 2.1.1
pullPolicy: IfNotPresent
pullPolicy: Always

0 comments on commit b80c54b

Please sign in to comment.