Skip to content

Commit 52f15fc

Browse files
authored
ci: workload k8s 1.33 (#33)
1 parent 1548772 commit 52f15fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hcloud-image-builder.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
CONTAINER_REGISTRY_USERNAME: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
4040
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
4141
OS_INFO: ${{ inputs.OS }}
42-
PACKER_VAR_FILES: /tmp/k8s-1.32.json
42+
PACKER_VAR_FILES: /tmp/k8s-1.33.json
4343
# https://github.com/kubernetes-sigs/image-builder/releases/tag/v0.1.48
4444
# TODO renovate
4545
IMAGE_BUILDER: >-
@@ -56,7 +56,7 @@ jobs:
5656
5757
# sanity checks
5858
test -f config/packer-patch.json
59-
test -f config/vars/k8s-1.32.json
59+
test -f config/vars/k8s-1.33.json
6060
# scripts dir must exist and contain at least one file
6161
test -d config/scripts
6262
test -n "$(find config/scripts -maxdepth 1 -type f -print -quit)"
@@ -69,7 +69,7 @@ jobs:
6969
-v "${PWD}/config/scripts:/home/imagebuilder/packer/hcloud/scripts" \
7070
-v "${PWD}/config/hcloud-config.json:/home/imagebuilder/packer/hcloud/hcloud-config.json" \
7171
-v "${PWD}/config/packer-patch.json:/tmp/packer-patch.json" \
72-
-v "${PWD}/config/vars/k8s-1.32.json:${PACKER_VAR_FILES}" \
72+
-v "${PWD}/config/vars/k8s-1.33.json:${PACKER_VAR_FILES}" \
7373
--entrypoint /bin/sh \
7474
"${IMAGE_BUILDER}" \
7575
-c 'set -e

0 commit comments

Comments
 (0)