diff --git a/README.md b/README.md index 89618fcc8e..a9db53a399 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ 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 @@ -165,7 +165,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 @@ -193,7 +193,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