Skip to content

Commit

Permalink
Merge pull request #2265 from cbron/helm-bump-backport
Browse files Browse the repository at this point in the history
[v0.20] Upgrades helm and kine
  • Loading branch information
FabianKramm authored Nov 5, 2024
2 parents 7808698 + ede9ce0 commit c27a3e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG KINE_VERSION="v0.11.10"
ARG KINE_VERSION="v0.13.2"
FROM rancher/kine:${KINE_VERSION} as kine

# Build program
Expand All @@ -9,7 +9,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG BUILD_VERSION=dev
ARG TELEMETRY_PRIVATE_KEY=""
ARG HELM_VERSION="v3.13.3"
ARG HELM_VERSION="v3.16.2"

# Install kubectl for development
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/${TARGETARCH}/kubectl && chmod +x ./kubectl && mv ./kubectl /usr/local/bin/kubectl
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cli.release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# we use alpine for easier debugging
FROM alpine:3.20

ARG HELM_VERSION="v3.13.3"
ARG HELM_VERSION="v3.16.2"
ARG TARGETARCH

# Set root path as working directory
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG KINE_VERSION="v0.11.10"
ARG KINE_VERSION="v0.13.2"
FROM rancher/kine:${KINE_VERSION} as kine

# Build the manager binary
Expand All @@ -9,7 +9,7 @@ WORKDIR /vcluster-dev
ARG TARGETOS
ARG TARGETARCH

ARG HELM_VERSION="v3.13.3"
ARG HELM_VERSION="v3.16.2"

# Add curl
RUN apk add --no-cache curl
Expand Down

0 comments on commit c27a3e1

Please sign in to comment.