Skip to content

Commit 664dcce

Browse files
committed
use deployment_base_image from release vector
1 parent 66d5981 commit 664dcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ yq_shell() {
1111
METAL_STACK_RELEASE_VERSION=$(yq_shell "yq r inventories/group_vars/all/release_vector.yaml 'metal_stack_release_version'")
1212
RELEASE_YAML=$(curl -s https://raw.githubusercontent.com/metal-stack/releases/${METAL_STACK_RELEASE_VERSION}/release.yaml)
1313
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
14+
DEPLOYMENT_BASE_IMAGE_TAG=$(yq_shell "echo \"${RELEASE_YAML}\" | yq r - docker-images.metal-stack.generic.deployment-base.tag")
1515

1616
echo "{}" > .extra_vars.yaml
1717
if [ ! -z ${ANSIBLE_EXTRA_VARS_FILE} ]; then

0 commit comments

Comments
 (0)