Skip to content

Commit be5e0cb

Browse files
committed
Use latest version of communit images
Signed-off-by: James Sturtevant <[email protected]>
1 parent 0adea3e commit be5e0cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

capz/run-capz-e2e.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ main() {
3333
export CAPI_VERSION="${CAPI_VERSION:-"v1.7.2"}"
3434
export HELM_VERSION=v3.15.2
3535
export TOOLS_BIN_DIR="${TOOLS_BIN_DIR:-$SCRIPT_ROOT/tools/bin}"
36+
37+
# TODO After community gallery changes merge
38+
# remove the pinned version in https://github.com/kubernetes/test-infra/blob/5c4c374569f9fb8148bf8bf09144c242202d33fc/config/jobs/kubernetes-sigs/sig-windows/release-master-windows.yaml#L29-L30
39+
# Then remove this reference
40+
export IMAGE_VERSION="latest"
3641

3742
# other config
3843
export ARTIFACTS="${ARTIFACTS:-${PWD}/_artifacts}"

0 commit comments

Comments
 (0)