Skip to content

Commit b772c23

Browse files
authored
🌱 upgrade hetzner-installimage to v1.0.4 (#1191)
upgrade hetzner-installimage to v1.0.4 Signed-off-by: kranurag7 <[email protected]>
1 parent f91e6c0 commit b772c23

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
@@ -144,7 +144,7 @@ def caph():
144144

145145
# copy things from data directory to .tiltbuild
146146
if not os.path.exists('.tiltbuild/installimage.tgz'):
147-
local("cp data/hetzner-installimage-v1.0.3.tgz .tiltbuild/installimage.tgz")
147+
local("cp data/hetzner-installimage-v1.0.4.tgz .tiltbuild/installimage.tgz")
148148

149149
# Set up a local_resource build of the provider's manager binary.
150150

data/hetzner-installimage-v1.0.3.tgz

-86.1 KB
Binary file not shown.

data/hetzner-installimage-v1.0.4.tgz

89.5 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.3.tgz /installimage.tgz
28+
COPY data/hetzner-installimage-v1.0.4.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)