Skip to content

Commit

Permalink
Upgrade Helm and Kubernetes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 2, 2024
1 parent 9ab9834 commit e1d506a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM --platform=linux/amd64 alpine/helm:3.13.3
FROM --platform=linux/amd64 alpine/helm:3.14.3
# Helm supported version along with K8 version: https://helm.sh/docs/topics/version_skew/
# List of Helm images: https://hub.docker.com/r/alpine/helm/tags

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

# Versions for gcloud, kubectl, doctl, awscli
# K8 versions: https://kubernetes.io/releases/
ARG KUBERNETES_VERSION=1.28.7
ARG KUBERNETES_VERSION=1.29.8
ARG GCLOUD_VERSION=416.0.0
ARG DOCTL_VERSION=1.57.0
ARG AWSCLI_VERSION=2.15.14-r0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.37.1
1.38.1

0 comments on commit e1d506a

Please sign in to comment.