Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
support kubectl 1.13.7
Browse files Browse the repository at this point in the history
fix #5
  • Loading branch information
pahud committed Jun 20, 2019
1 parent 59490f1 commit 49cc2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 \


# download kubectl
ADD https://amazon-eks.s3-us-west-2.amazonaws.com/1.12.7/2019-03-27/bin/linux/amd64/kubectl /opt/kubectl/
ADD https://amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/kubectl /opt/kubectl/
RUN chmod +x /opt/kubectl/kubectl

#
Expand Down
2 changes: 1 addition & 1 deletion sam-layer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Metadata:
ReadmeUrl: README.md
Labels: ['layer','lambda','kubectl','eks', 'aws', 'kubernetes', 'k8s']
HomePageUrl: https://github.com/aws-samples/aws-lambda-layer-kubectl
SemanticVersion: 1.0.1
SemanticVersion: 1.13.7
SourceCodeUrl: https://github.com/aws-samples/aws-lambda-layer-kubectl

Transform: AWS::Serverless-2016-10-31
Expand Down

0 comments on commit 49cc2d5

Please sign in to comment.