We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d5981 commit 664dcceCopy full SHA for 664dcce
env.sh
@@ -11,7 +11,7 @@ yq_shell() {
11
METAL_STACK_RELEASE_VERSION=$(yq_shell "yq r inventories/group_vars/all/release_vector.yaml 'metal_stack_release_version'")
12
RELEASE_YAML=$(curl -s https://raw.githubusercontent.com/metal-stack/releases/${METAL_STACK_RELEASE_VERSION}/release.yaml)
13
METALCTL_IMAGE_TAG=$(yq_shell "echo \"${RELEASE_YAML}\" | yq r - docker-images.metal-stack.control-plane.metalctl.tag")
14
-DEPLOYMENT_BASE_IMAGE_TAG=v0.9.0
+DEPLOYMENT_BASE_IMAGE_TAG=$(yq_shell "echo \"${RELEASE_YAML}\" | yq r - docker-images.metal-stack.generic.deployment-base.tag")
15
16
echo "{}" > .extra_vars.yaml
17
if [ ! -z ${ANSIBLE_EXTRA_VARS_FILE} ]; then
0 commit comments