Skip to content

Commit

Permalink
upgrade helm to 3.14.4 (#129)
Browse files Browse the repository at this point in the history
* upgrade helm to 3.14.4

* upgrade kubectl version too
  • Loading branch information
xdu-opendoor authored Oct 10, 2024
1 parent 6650fc1 commit 57ce682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM --platform=linux/amd64 alpine/helm:3.13.3
FROM --platform=linux/amd64 alpine/helm:3.14.4
# Helm supported version along with K8 version: https://helm.sh/docs/topics/version_skew/

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.37.2

0 comments on commit 57ce682

Please sign in to comment.