From 641f56cac08e18ad6e9b91ee07c51eecb818c03e Mon Sep 17 00:00:00 2001 From: Sam Westmoreland Date: Sun, 1 Oct 2023 22:47:44 +0100 Subject: [PATCH] Typo in k8s codelab (#2914) --- docs/BUILD | 2 +- docs/codelabs/k8s.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/BUILD b/docs/BUILD index 82106d85b2..3c29256f5e 100644 --- a/docs/BUILD +++ b/docs/BUILD @@ -59,7 +59,7 @@ genrule( plugins = { "python": "v1.4.1", "java": "v0.3.0", - "go": "v1.8.2", + "go": "v1.9.0", "cc": "v0.4.0", "shell": "v0.2.0", "go-proto": "v0.2.1", diff --git a/docs/codelabs/k8s.md b/docs/codelabs/k8s.md index 64cfb8bfce..466a46ac3c 100644 --- a/docs/codelabs/k8s.md +++ b/docs/codelabs/k8s.md @@ -264,7 +264,7 @@ spec: ``` ### Kubernetes rules -Not that we've referenced the image `//hello-service/k8s:image` in the deployment. The kubernetes rules are able to +Note that we've referenced the image `//hello-service/k8s:image` in the deployment. The kubernetes rules are able to template your yaml files substituting in the image with the correct label based on the version of the image we just built! This ties all the images and kubernetes manifests together based on the current state of the repo making the deployment much more reproducible!