Skip to content

Commit 13ee050

Browse files
authored
Update. (#4)
1 parent 0468a00 commit 13ee050

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM --platform=linux/amd64 alpine/helm:3.14.4
1+
FROM --platform=linux/amd64 alpine/helm:3.16.4
22
# Helm supported version along with K8 version: https://helm.sh/docs/topics/version_skew/
33
# List of Helm images: https://hub.docker.com/r/alpine/helm/tags
44

55
LABEL maintainer="Yann David (@Typositoire) <davidyann88@gmail>"
66

77
# Versions for gcloud, kubectl, doctl, awscli
88
# K8 versions: https://kubernetes.io/releases/
9-
ARG KUBERNETES_VERSION=1.29.8
9+
ARG KUBERNETES_VERSION=1.31.7
1010
ARG GCLOUD_VERSION=416.0.0
1111
ARG DOCTL_VERSION=1.57.0
1212
ARG AWSCLI_VERSION=2.15.14-r0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.37.3
1+
1.37.4

0 commit comments

Comments
 (0)