diff --git a/backups/backup.nomad b/backups/backup.nomad index 6ebddbe..5efca3e 100644 --- a/backups/backup.nomad +++ b/backups/backup.nomad @@ -190,7 +190,7 @@ job "Dummy" { } config { - image = "iamthefij/stunnel:latest" + image = "iamthefij/stunnel:1.0.0" args = ["$${NOMAD_TASK_DIR}/stunnel.conf"] } diff --git a/core/blocky/blocky.nomad b/core/blocky/blocky.nomad index 4e9b903..97a721a 100644 --- a/core/blocky/blocky.nomad +++ b/core/blocky/blocky.nomad @@ -200,7 +200,7 @@ job "blocky" { } config { - image = "iamthefij/stunnel:latest" + image = "iamthefij/stunnel:1.0.0" args = ["$${NOMAD_TASK_DIR}/stunnel.conf"] ports = ["tls"] } diff --git a/core/grafana.nomad b/core/grafana.nomad index 6846182..5a5f100 100644 --- a/core/grafana.nomad +++ b/core/grafana.nomad @@ -40,7 +40,7 @@ job "grafana" { } config { - image = "iamthefij/stunnel:latest" + image = "iamthefij/stunnel:1.0.0" args = ["$${NOMAD_TASK_DIR}/stunnel.conf"] } diff --git a/databases/lldap.nomad b/databases/lldap.nomad index ad63f42..2633d1d 100644 --- a/databases/lldap.nomad +++ b/databases/lldap.nomad @@ -195,7 +195,7 @@ SELECT 'NOOP'; } config { - image = "iamthefij/stunnel:latest" + image = "iamthefij/stunnel:1.0.0" args = ["$${NOMAD_TASK_DIR}/stunnel.conf"] ports = ["tls"] } diff --git a/databases/mysql.nomad b/databases/mysql.nomad index 7d050b9..15d6046 100644 --- a/databases/mysql.nomad +++ b/databases/mysql.nomad @@ -81,7 +81,7 @@ MYSQL_ROOT_PASSWORD={{ .mysql_root_password }} driver = "docker" config { - image = "iamthefij/stunnel:latest" + image = "iamthefij/stunnel:1.0.0" args = ["${NOMAD_TASK_DIR}/stunnel.conf"] ports = ["tls"] } diff --git a/databases/postgres.nomad b/databases/postgres.nomad index dc5d8d1..6c20373 100644 --- a/databases/postgres.nomad +++ b/databases/postgres.nomad @@ -82,7 +82,7 @@ POSTGRES_PASSWORD={{ .superuser_pass }} driver = "docker" config { - image = "iamthefij/stunnel:latest" + image = "iamthefij/stunnel:1.0.0" args = ["${NOMAD_TASK_DIR}/stunnel.conf"] ports = ["tls"] } diff --git a/databases/redis.nomad b/databases/redis.nomad index e371da7..92f5c42 100644 --- a/databases/redis.nomad +++ b/databases/redis.nomad @@ -44,7 +44,7 @@ job "redis-${name}" { driver = "docker" config { - image = "iamthefij/stunnel:latest" + image = "iamthefij/stunnel:1.0.0" args = ["$${NOMAD_TASK_DIR}/stunnel.conf"] ports = ["tls"] } diff --git a/services/service/service_template.nomad b/services/service/service_template.nomad index b725251..c32e2ed 100644 --- a/services/service/service_template.nomad +++ b/services/service/service_template.nomad @@ -380,7 +380,7 @@ $$; } config { - image = "iamthefij/stunnel:latest" + image = "iamthefij/stunnel:1.0.0" args = ["$${NOMAD_TASK_DIR}/stunnel.conf"] }