Skip to content

Commit

Permalink
update faas components
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
  • Loading branch information
jsiebens committed Jul 30, 2021
1 parent 31a7cc3 commit 0261519
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions jobs/faas-gateway.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ job "faas-gateway" {
driver = "docker"

config {
image = "ghcr.io/openfaas/queue-worker:0.11.6"
image = "ghcr.io/openfaas/queue-worker:0.12.4"
volumes = [
"secrets/basic-auth-user:/run/secrets/basic-auth-user",
"secrets/basic-auth-password:/run/secrets/basic-auth-password"
Expand Down Expand Up @@ -90,7 +90,7 @@ job "faas-gateway" {
driver = "docker"

config {
image = "ghcr.io/openfaas/gateway:0.20.11"
image = "ghcr.io/openfaas/gateway:0.21.1"
ports = ["gateway"]
volumes = [
"secrets/basic-auth-user:/run/secrets/basic-auth-user",
Expand Down Expand Up @@ -163,7 +163,7 @@ job "faas-gateway" {
driver = "docker"

config {
image = "ghcr.io/openfaas/basic-auth:0.20.12"
image = "ghcr.io/openfaas/basic-auth:0.21.1"
volumes = [
"secrets/basic-auth-user:/run/secrets/basic-auth-user",
"secrets/basic-auth-password:/run/secrets/basic-auth-password"
Expand Down
2 changes: 1 addition & 1 deletion jobs/faas-nats.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ job "faas-nats" {
task "nats" {
driver = "docker"
config {
image = "docker.io/library/nats-streaming:0.11.2"
image = "docker.io/library/nats-streaming:0.22.0"
entrypoint = [
"/nats-streaming-server"]
args = [
Expand Down

0 comments on commit 0261519

Please sign in to comment.