Skip to content

Commit fea3274

Browse files
authored
🌱 Update to syself-installimage 1.0.5 (#1208)
1 parent 0fedc30 commit fea3274

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.4.tgz .tiltbuild/installimage.tgz")
147+
local("cp data/hetzner-installimage-v1.0.5.tgz .tiltbuild/installimage.tgz")
148148

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

data/hetzner-installimage-v1.0.4.tgz

-89.5 KB
Binary file not shown.

data/hetzner-installimage-v1.0.5.tgz

93.4 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.4.tgz /installimage.tgz
28+
COPY data/hetzner-installimage-v1.0.5.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)