Skip to content

Commit

Permalink
DROP ME: use dualstack-support for metalctl
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Jan 16, 2025
1 parent 4ffe2ce commit 250dd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yq_shell() {

METAL_STACK_RELEASE_VERSION=$(yq_shell "yq r inventories/group_vars/all/images.yaml 'metal_stack_release_version'")
RELEASE_YAML=$(curl -s https://raw.githubusercontent.com/metal-stack/releases/${METAL_STACK_RELEASE_VERSION}/release.yaml)
METALCTL_IMAGE_TAG=$(yq_shell "echo \"${RELEASE_YAML}\" | yq r - docker-images.metal-stack.control-plane.metalctl.tag")
METALCTL_IMAGE_TAG=256-dualstack-support
DEPLOYMENT_BASE_IMAGE_TAG=$(yq_shell "echo \"${RELEASE_YAML}\" | yq r - docker-images.metal-stack.generic.deployment-base.tag")

echo "{}" > .extra_vars.yaml
Expand Down

0 comments on commit 250dd8f

Please sign in to comment.