diff --git a/README.md b/README.md index 54d8d8d2a2..a03ec5f1f9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ container image as needed. For example, you might use the following in a Kubernetes `Deployment` resource: ```yaml -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: hello-world @@ -170,7 +170,7 @@ export KO_DOCKER_REPO="gcr.io/${PROJECT_ID}" ko resolve -f deployment.yaml # Output -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: hello-world @@ -198,7 +198,7 @@ export KO_DOCKER_REPO="gcr.io/${PROJECT_ID}" ko resolve -P -f deployment.yaml # Output -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: hello-world