Skip to content

Commit 2c7aa10

Browse files
committed
Upgrade to Helm 3.8
Adds support for OCI registries without the feature flag, and support for Kubernetes 1.23.
1 parent 993379b commit 2c7aa10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN chmod +x /usr/bin/kubectl
1010
RUN curl -o /usr/bin/aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.21.2/2021-07-05/bin/linux/amd64/aws-iam-authenticator
1111
RUN chmod +x /usr/bin/aws-iam-authenticator
1212

13-
RUN wget https://get.helm.sh/helm-v3.7.2-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm
13+
RUN wget https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm
1414
RUN chmod +x /usr/local/bin/helm
1515

1616
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)