diff --git a/apertis-image-sdk.yaml b/apertis-image-sdk.yaml
index efadd3f4afa0c53899919edb06261a744e3e846c..2e8f4aae2211961b2bfb8f00a94f5e1a74c1319f 100644
--- a/apertis-image-sdk.yaml
+++ b/apertis-image-sdk.yaml
@@ -1,7 +1,7 @@
 {{ $architecture := or .architecture "amd64" }}
 {{ $type := or .type "sdk" }}
 {{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }}
-{{ $suite := or .suite "18.12" }}
+{{ $suite := or .suite "v2019dev0" }}
 {{ $timestamp := or .timestamp "00000000.0" }}
 {{ $imageroot := or .imageroot (printf "https://images.apertis.org/daily/%s/%s" $suite $timestamp) }}
 {{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }}
diff --git a/apertis-image-uboot.yaml b/apertis-image-uboot.yaml
index 9050f6fc2f995257d4f41e0ea8d39d36913e13bf..253c827a818cbde1cc03428dcb3f9dbe2e8f61af 100644
--- a/apertis-image-uboot.yaml
+++ b/apertis-image-uboot.yaml
@@ -1,7 +1,7 @@
 {{ $architecture := or .architecture "arm64" }}
 {{ $type := or .type "minimal" }}
 {{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }}
-{{ $suite := or .suite "18.12" }}
+{{ $suite := or .suite "v2019dev0" }}
 {{ $timestamp := or .timestamp "00000000.0" }}
 {{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }}
 {{ $image := or .image (printf "apertis-%s-%s-%s_%s" $suite  $type $architecture $timestamp) }}
diff --git a/apertis-image-uefi.yaml b/apertis-image-uefi.yaml
index 0cb92537f9cc4841883bddc46af94790e193ffd8..ebd3d7e9842b26b6901b9c420c21be817759fce4 100644
--- a/apertis-image-uefi.yaml
+++ b/apertis-image-uefi.yaml
@@ -1,7 +1,7 @@
 {{ $architecture := or .architecture "amd64" }}
 {{ $type := or .type "minimal" }}
 {{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }}
-{{ $suite := or .suite "18.12" }}
+{{ $suite := or .suite "v2019dev0" }}
 {{ $timestamp := or .timestamp "00000000.0" }}
 {{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }}
 {{ $image := or .image (printf "apertis-%s-%s-%s_%s" $suite  $type $architecture $timestamp) }}
diff --git a/apertis-ospack-basesdk.yaml b/apertis-ospack-basesdk.yaml
index d3135d04395747e3e55edd69241daf4290b61345..0d96fe7fd08fef3063558eef59d0238eec2e9ca2 100644
--- a/apertis-ospack-basesdk.yaml
+++ b/apertis-ospack-basesdk.yaml
@@ -1,7 +1,7 @@
 {{- $architecture := or .architecture "amd64" }}
 {{- $type := or .type "basesdk" -}}
 {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
-{{- $suite := or .suite "18.12" -}}
+{{- $suite := or .suite "v2019dev0" -}}
 {{- $timestamp := or .timestamp "00000000.0" -}}
 {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
 
diff --git a/apertis-ospack-devroot.yaml b/apertis-ospack-devroot.yaml
index 74a62cba92ba52cf699ffa27ad547088eab7399a..6b363cf50844c29ec04e0a543215f71583e1d74b 100644
--- a/apertis-ospack-devroot.yaml
+++ b/apertis-ospack-devroot.yaml
@@ -1,7 +1,7 @@
 {{- $architecture := or .architecture "amd64" }}
 {{- $type := or .type "devroot" -}}
 {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
-{{- $suite := or .suite "18.12" -}}
+{{- $suite := or .suite "v2019dev0" -}}
 {{- $timestamp := or .timestamp "00000000.0" -}}
 {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
 {{- $ivitools := or .ivitools "enabled" -}}
diff --git a/apertis-ospack-minimal.yaml b/apertis-ospack-minimal.yaml
index f422f44fff64b02a70096257b0bcd4940ccda232..aeeec5b25236d2871b21188f066a98eeb13f8bcb 100644
--- a/apertis-ospack-minimal.yaml
+++ b/apertis-ospack-minimal.yaml
@@ -1,7 +1,7 @@
 {{- $architecture := or .architecture "amd64" }}
 {{- $type := or .type "minimal" -}}
 {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
-{{- $suite := or .suite "next" -}}
+{{- $suite := or .suite "v2019dev0" -}}
 {{- $timestamp := or .timestamp "00000000.0" -}}
 {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
 {{- $lxc := or .lxc "enabled" -}}
diff --git a/apertis-ospack-sdk.yaml b/apertis-ospack-sdk.yaml
index 227014817de24d0c3bf5cbfb3b869743f7b240c4..86f66315518cafe76b98879448b96a8b7185532e 100644
--- a/apertis-ospack-sdk.yaml
+++ b/apertis-ospack-sdk.yaml
@@ -1,7 +1,7 @@
 {{- $architecture := or .architecture "amd64" }}
 {{- $type := or .type "sdk" -}}
 {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
-{{- $suite := or .suite "18.12" -}}
+{{- $suite := or .suite "v2019dev0" -}}
 {{- $timestamp := or .timestamp "00000000.0" -}}
 {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
 {{- $lxc := or .lxc "enabled" -}}
diff --git a/apertis-ospack-sysroot.yaml b/apertis-ospack-sysroot.yaml
index 96e64f26a4dd4122e7613d253aa2132baf9ee3f8..4a37f0cc9d8c66f8fbbb81486f7e7ecf5e66b16b 100644
--- a/apertis-ospack-sysroot.yaml
+++ b/apertis-ospack-sysroot.yaml
@@ -1,7 +1,7 @@
 {{- $architecture := or .architecture "amd64" }}
 {{- $type := or .type "sysroot" -}}
 {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
-{{- $suite := or .suite "18.12" -}}
+{{- $suite := or .suite "v2019dev0" -}}
 {{- $timestamp := or .timestamp "00000000.0" -}}
 {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
 {{- $ivitools := or .ivitools "enabled" -}}
diff --git a/apertis-ospack-target.yaml b/apertis-ospack-target.yaml
index 1bdaf98ef4ec802e321c8c3ac4a3888f6b54851d..47555e8b3a183bad61189fbec2369bff74e4f3fb 100644
--- a/apertis-ospack-target.yaml
+++ b/apertis-ospack-target.yaml
@@ -1,7 +1,7 @@
 {{- $architecture := or .architecture "amd64" }}
 {{- $type := or .type "target" -}}
 {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
-{{- $suite := or .suite "18.12" -}}
+{{- $suite := or .suite "v2019dev0" -}}
 {{- $timestamp := or .timestamp "00000000.0" -}}
 {{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
 {{- $ivitools := or .ivitools "disabled" -}}
diff --git a/apertis-ostree-commit.yaml b/apertis-ostree-commit.yaml
index 1a59aae76ca4ceddc73cb5fee1012174b9af1f84..84d3ca6e199163df476c96ec02c4724cc1ae877d 100644
--- a/apertis-ostree-commit.yaml
+++ b/apertis-ostree-commit.yaml
@@ -1,6 +1,6 @@
 {{ $architecture := or .architecture "amd64" }}
 {{ $type := or .type "minimal" }}
-{{ $suite := or .suite "18.12" }}
+{{ $suite := or .suite "v2019dev0" }}
 {{ $timestamp := or .timestamp "00000000.0" }}
 {{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }}
 
diff --git a/apertis-ostree-image-uboot.yaml b/apertis-ostree-image-uboot.yaml
index bfc8bf4561441c3012a600bfa8d9d29b391ebd30..cb0a7da7fb7863de159bebad404053b7eb38da5c 100644
--- a/apertis-ostree-image-uboot.yaml
+++ b/apertis-ostree-image-uboot.yaml
@@ -1,6 +1,6 @@
 {{ $architecture := or .architecture "arm64" }}
 {{ $type := or .type "minimal" }}
-{{ $suite := or .suite "18.12" }}
+{{ $suite := or .suite "v2019dev0" }}
 {{ $image := or .image (printf "apertis-ostree-%s-%s-%s" $suite  $type $architecture) }}
 
 {{ $board := or .board "uboot" }}
diff --git a/apertis-ostree-image-uefi.yaml b/apertis-ostree-image-uefi.yaml
index 8f4f9733fe6a07b31051c25fb7717ce849e9e276..2ae4ffd40c17f3a4b060c9876e2e8a7ebaa589c8 100644
--- a/apertis-ostree-image-uefi.yaml
+++ b/apertis-ostree-image-uefi.yaml
@@ -1,6 +1,6 @@
 {{ $architecture := or .architecture "amd64" }}
 {{ $type := or .type "minimal" }}
-{{ $suite := or .suite "18.12" }}
+{{ $suite := or .suite "v2019dev0" }}
 {{ $image := or .image (printf "apertis-ostree-%s-%s-%s" $suite  $type $architecture) }}
 
 {{ $board := or .board "uefi" }}
diff --git a/apertis-ostree-pack.yaml b/apertis-ostree-pack.yaml
index 680e319270b173b66e6694a85ca6ac1ccbb60472..6f5c16a553f25d83c857e24a0f09560322d6e5d9 100644
--- a/apertis-ostree-pack.yaml
+++ b/apertis-ostree-pack.yaml
@@ -1,6 +1,6 @@
 {{- $architecture := or .architecture "amd64" }}
 {{- $type := or .type "minimal" -}}
-{{- $suite := or .suite "18.12" -}}
+{{- $suite := or .suite "v2019dev0" -}}
 {{- $ospack := or .ospack (printf "ostree-pack_%s-%s-%s" $suite $architecture $type) -}}
 {{- $board := or .board "lxc" -}}
 {{- $repourl := or .repourl "https://images.apertis.org/ostree/repo" -}}