Skip to content

Commit

Permalink
Merge pull request #9765 from hashicorp/f-bump-connect-examples
Browse files Browse the repository at this point in the history
command: bump connect examples to v3
  • Loading branch information
shoenig committed Jan 11, 2021
2 parents b552f08 + d1a8468 commit 556f9c5
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions command/assets/connect-short.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ job "countdash" {
driver = "docker"

config {
image = "hashicorpnomad/counter-api:v1"
image = "hashicorpnomad/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -58,7 +58,7 @@ job "countdash" {
}

config {
image = "hashicorpnomad/counter-dashboard:v1"
image = "hashicorpnomad/counter-dashboard:v3"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions command/assets/connect.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ job "countdash" {
# are specific to each driver, so please see specific driver
# documentation for more information.
config {
image = "hashicorpnomad/counter-api:v1"
image = "hashicorpnomad/counter-api:v3"
}

# The "artifact" stanza instructs Nomad to download an artifact from a
Expand Down Expand Up @@ -457,7 +457,7 @@ job "countdash" {
}

config {
image = "hashicorpnomad/counter-dashboard:v1"
image = "hashicorpnomad/counter-dashboard:v3"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions command/job_init.bindata_assetfs.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions website/content/docs/integrations/consul-connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v1"
image = "hashicorpnomad/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -208,7 +208,7 @@ job "countdash" {
}
config {
image = "hashicorpnomad/counter-dashboard:v1"
image = "hashicorpnomad/counter-dashboard:v3"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions website/content/docs/job-specification/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v2"
image = "hashicorpnomad/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -144,7 +144,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v2"
image = "hashicorpnomad/counter-api:v3"
}
}
}
Expand Down Expand Up @@ -183,7 +183,7 @@ job "countdash" {
}
config {
image = "hashicorpnomad/counter-dashboard:v2"
image = "hashicorpnomad/counter-dashboard:v3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/job-specification/proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v2"
image = "hashicorpnomad/counter-api:v3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/job-specification/sidecar_service.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v2"
image = "hashicorpnomad/counter-api:v3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/job-specification/sidecar_task.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ job "countdash" {
driver = "docker"
config {
image = "hashicorpnomad/counter-api:v2"
image = "hashicorpnomad/counter-api:v3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/job-specification/upstreams.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ job "countdash" {
}
config {
image = "hashicorpnomad/counter-dashboard:v1"
image = "hashicorpnomad/counter-dashboard:v3"
}
}
}
Expand Down

0 comments on commit 556f9c5

Please sign in to comment.