Skip to content

Commit 4d36e23

Browse files
authored
helm 3.16.0 and kubectl 1.31.1 (#168)
* helm 3.16.0 and kubectl 1.31.1 * Use dl.k8s.io as source for kubectl downloads * Update tags listed in README.md Add new tag and fix previous one
1 parent caa6b21 commit 4d36e23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
KUBE_VERSION=1.30.3
2-
HELM_VERSION=3.15.4
1+
KUBE_VERSION=1.31.1
2+
HELM_VERSION=3.16.0
33
YQ_VERSION=4.44.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG YQ_VERSION
99

1010
RUN apk -U upgrade \
1111
&& apk add --no-cache ca-certificates bash git openssh curl gettext jq \
12-
&& wget -q https://storage.googleapis.com/kubernetes-release/release/v${KUBE_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl -O /usr/local/bin/kubectl \
12+
&& wget -q https://dl.k8s.io/release/v${KUBE_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl -O /usr/local/bin/kubectl \
1313
&& wget -q https://get.helm.sh/helm-v${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz -O - | tar -xzO ${TARGETOS}-${TARGETARCH}/helm > /usr/local/bin/helm \
1414
&& wget -q https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} -O /usr/local/bin/yq \
1515
&& chmod +x /usr/local/bin/helm /usr/local/bin/kubectl /usr/local/bin/yq \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Supported tags and release links
88

9-
* [3.15.4](https://github.com/dtzar/helm-kubectl/releases/tag/3.15.3) - helm v3.15.4, kubectl v1.30.3, alpine 3.20
9+
* [3.16.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.16.0) - helm v3.16.0, kubectl v1.31.1, alpine 3.20
1010

1111
The image tags below are dynamic and overwritten with the latest helm image under that semVer:
1212

0 commit comments

Comments
 (0)