diff --git a/sources/shared-defaults/aws-bootstrap-container.toml b/sources/shared-defaults/aws-bootstrap-container.toml index ef048a04d17..be3754dff1d 100644 --- a/sources/shared-defaults/aws-bootstrap-container.toml +++ b/sources/shared-defaults/aws-bootstrap-container.toml @@ -1,4 +1,4 @@ [metadata.settings.bootstrap-containers.source.setting-generator] -command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-bootstrap:v0.2.7'" +command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-bootstrap:v0.2.8'" strength = "weak" depth = 1 diff --git a/sources/shared-defaults/aws-host-containers.toml b/sources/shared-defaults/aws-host-containers.toml index e09645b6779..f8bca6a87e8 100644 --- a/sources/shared-defaults/aws-host-containers.toml +++ b/sources/shared-defaults/aws-host-containers.toml @@ -3,7 +3,7 @@ enabled = false superpowered = true [metadata.settings.host-containers.admin.source.setting-generator] -command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-admin:v0.12.3'" +command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-admin:v0.12.4'" strength = "weak" [metadata.settings.host-containers.admin.user-data] @@ -14,5 +14,5 @@ enabled = true superpowered = false [metadata.settings.host-containers.control.source.setting-generator] -command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-control:v0.8.9'" +command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-control:v0.8.10'" strength = "weak" diff --git a/sources/shared-defaults/public-bootstrap-containers.toml b/sources/shared-defaults/public-bootstrap-containers.toml index 284a801d385..f108b606e56 100644 --- a/sources/shared-defaults/public-bootstrap-containers.toml +++ b/sources/shared-defaults/public-bootstrap-containers.toml @@ -1,4 +1,4 @@ [metadata.settings.bootstrap-containers.source.setting-generator] -command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-bootstrap:v0.2.7'" +command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-bootstrap:v0.2.8'" strength = "weak" depth = 1 diff --git a/sources/shared-defaults/public-host-containers.toml b/sources/shared-defaults/public-host-containers.toml index ccf045d959d..d87dbb3b192 100644 --- a/sources/shared-defaults/public-host-containers.toml +++ b/sources/shared-defaults/public-host-containers.toml @@ -8,7 +8,7 @@ enabled = false superpowered = true [metadata.settings.host-containers.admin.source.setting-generator] -command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-admin:v0.12.3'" +command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-admin:v0.12.4'" strength = "weak" [settings.host-containers.control] @@ -16,5 +16,5 @@ enabled = false superpowered = false [metadata.settings.host-containers.control.source.setting-generator] -command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-control:v0.8.9'" +command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-control:v0.8.10'" strength = "weak"