Skip to content

Commit 1b5d2e2

Browse files
author
Peter Mikus
committed
feat: deploy new images on nomad
Change-Id: I9d70bb463e49351c24deea58771dfb6d18314740 Signed-off-by: Peter Mikus <peter.mikus@icloud.com>
1 parent 4eb74b5 commit 1b5d2e2

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.terraform
2+
.terraform.lock.hcl

terraform/nomad-gha-dispatcher/variables.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,25 @@ variable "dispatchers" {
5858
id = 3
5959
namespace = "prod"
6060
repository = "fdio-csit"
61-
version = "2.6.2"
61+
version = "2.6.3"
6262
},
6363
{
6464
id = 4
6565
namespace = "prod"
6666
repository = "fdio-vpp"
67-
version = "2.6.2"
67+
version = "2.6.3"
6868
},
6969
{
7070
id = 5
7171
namespace = "sandbox"
7272
repository = "fdio-csit"
73-
version = "2.6.2"
73+
version = "2.6.3"
7474
},
7575
{
7676
id = 6
7777
namespace = "sandbox"
7878
repository = "fdio-vpp"
79-
version = "2.6.2"
79+
version = "2.6.3"
8080
}
8181
]
8282
}

0 commit comments

Comments
 (0)