Skip to content

Commit 87cc2f3

Browse files
authored
🌱 Update to new installimage version 1.0.7 (#1536)
1 parent dbae74f commit 87cc2f3

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def caph():
130130
yaml = str(encode_yaml_stream(yaml_dict))
131131
yaml = fixup_yaml_empty_arrays(yaml)
132132

133-
local("cp data/hetzner-installimage-v1.0.6.tgz .tiltbuild/installimage.tgz")
133+
local("cp data/hetzner-installimage-v1.0.7.tgz .tiltbuild/installimage.tgz")
134134

135135
# Set up a local_resource build of the provider's manager binary.
136136

data/hetzner-installimage-v1.0.6.tgz

-92.8 KB
Binary file not shown.

data/hetzner-installimage-v1.0.7.tgz

92.2 KB
Binary file not shown.

images/caph/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg \
2525

2626
FROM --platform=${BUILDPLATFORM} gcr.io/distroless/static:nonroot
2727
WORKDIR /
28-
COPY data/hetzner-installimage-v1.0.6.tgz /installimage.tgz
28+
COPY data/hetzner-installimage-v1.0.7.tgz /installimage.tgz
2929
COPY --from=build /src/cluster-api-provider-hetzner/manager .
3030
# Use uid of nonroot user (65532) because kubernetes expects numeric user when applying pod security policies
3131
USER 65532

0 commit comments

Comments
 (0)