Skip to content

Commit

Permalink
Update to v1.20.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Oct 20, 2020
1 parent 5680f09 commit 86b5e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VERSION ?= $(shell pulumictl get version)
PROVIDER_PATH := provider/v2
VERSION_PATH := ${PROVIDER_PATH}/pkg/version.Version

KUBE_VERSION ?= v1.20.0-alpha.2
KUBE_VERSION ?= v1.20.0-alpha.3
SWAGGER_URL ?= https://github.com/kubernetes/kubernetes/raw/${KUBE_VERSION}/api/openapi-spec/swagger.json
OPENAPI_DIR := provider/pkg/gen/openapi-specs
OPENAPI_FILE := ${OPENAPI_DIR}/swagger-${KUBE_VERSION}.json
Expand Down

0 comments on commit 86b5e72

Please sign in to comment.