File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- KUBE_VERSION = 1.30.3
2
- HELM_VERSION = 3.15.4
1
+ KUBE_VERSION = 1.31.1
2
+ HELM_VERSION = 3.16.0
3
3
YQ_VERSION = 4.44.3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG YQ_VERSION
9
9
10
10
RUN apk -U upgrade \
11
11
&& 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 \
13
13
&& wget -q https://get.helm.sh/helm-v${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz -O - | tar -xzO ${TARGETOS}-${TARGETARCH}/helm > /usr/local/bin/helm \
14
14
&& wget -q https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} -O /usr/local/bin/yq \
15
15
&& chmod +x /usr/local/bin/helm /usr/local/bin/kubectl /usr/local/bin/yq \
Original file line number Diff line number Diff line change 6
6
7
7
Supported tags and release links
8
8
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
10
10
11
11
The image tags below are dynamic and overwritten with the latest helm image under that semVer:
12
12
You can’t perform that action at this time.
0 commit comments