From 9c16a61dc74f89797458a225da67d2bbf7bb5711 Mon Sep 17 00:00:00 2001 From: cnb0 Date: Sun, 26 Jul 2020 22:14:10 +0400 Subject: [PATCH] updating the deployment version in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f1492cf5..deade37dd6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ and `ko` will handle containerizing and publishing that container image as neede 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