Skip to content

Commit

Permalink
migrations: update schnauzerv2 migrations
Browse files Browse the repository at this point in the history
The container versions in the previously merged migrations were not
updated on rebase. Additionally, one of the migrations was missing a '='
character in the helper specification.
  • Loading branch information
cbgbt committed Sep 27, 2023
1 parent d07d73f commit 0e97ef0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ fn build_metadata_migrations() -> Vec<MetadataReplacement> {
setting: "settings.host-containers.admin.source",
metadata: "setting-generator",
old_val: "schnauzer settings.host-containers.admin.source",
new_val: "schnauzer-v2 render --requires 'aws@v1(helpers[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-admin:v0.10.2'",
new_val: "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-admin:v0.11.0'",
},
MetadataReplacement {
setting: "settings.host-containers.control.source",
metadata: "setting-generator",
old_val: "schnauzer settings.host-containers.control.source",
new_val: "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-control:v0.7.3'",
new_val: "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-control:v0.7.4'",
},
MetadataReplacement {
setting: "settings.updates.metadata-base-url",
Expand Down

0 comments on commit 0e97ef0

Please sign in to comment.