Skip to content

Commit

Permalink
fix(lambda-layer-kubectl): update kubectl to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Apr 14, 2022
1 parent d0ace8f commit 8cf08ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/lambda-layer-kubectl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

This module exports a single class called `KubectlLayer` which is a `lambda.Layer` that bundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) and the [`helm`](https://helm.sh/) command line.

> - Helm Version: 3.5.4
> - Kubectl Version: 1.20.0
> - Helm Version: 3.8.1
> - Kubectl Version: 1.22.0
>
Usage:
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/lambda-layer-kubectl/layer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ FROM public.ecr.aws/lambda/provided:latest
#

# KUBECTL_VERSION should not be changed at the moment, see https://github.com/aws/aws-cdk/issues/15736
# Version 1.21.0 is not compatible with version 1.20 (and lower) of the server.
ARG KUBECTL_VERSION=1.20.0
# Version 1.22.0 is not compatible with version 1.20 (and lower) of the server.
ARG KUBECTL_VERSION=1.22.0
ARG HELM_VERSION=3.8.1

USER root
Expand Down

0 comments on commit 8cf08ee

Please sign in to comment.