Skip to content

Commit

Permalink
chore(workflow-rc2): releasing workflow-rc2(-e2e) and router-rc2- fin…
Browse files Browse the repository at this point in the history
…al images
  • Loading branch information
krancour committed Jun 6, 2016
1 parent 15d5ce7 commit 4e06347
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion router-rc2/tpl/generate_params.toml
@@ -1,5 +1,5 @@
[router]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"
platformDomain = ""
2 changes: 1 addition & 1 deletion workflow-rc2-e2e/tpl/generate_params.toml
@@ -1,4 +1,4 @@
[e2e]
org = "deisci"
org = "deis"
dockerTag = "v2.0.0-rc2"
pullPolicy = "IfNotPresent"
32 changes: 16 additions & 16 deletions workflow-rc2/tpl/generate_params.toml
Expand Up @@ -46,84 +46,84 @@ database_bucket = "your-database-bucket-name"
builder_bucket = "your-builder-bucket-name"

[minio]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[builder]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[slugbuilder]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[dockerbuilder]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[controller]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[slugrunner]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[database]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[registry]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[workflowManager]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"
versionsApiURL = "https://versions.deis.com"
doctorApiURL = "https://doctor.deis.com"

[logger]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[router]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"
platformDomain = ""

[fluentd]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[grafana]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[influxdb]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[telegraf]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

[stdoutmetrics]
org = "deisci"
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.0.0-rc2"

0 comments on commit 4e06347

Please sign in to comment.