[k8s] Rename 'apps/v1beta2' to 'apps/v1' in all k8s config files

This change renames 'apps/v1beta2' to 'apps/v1' in all k8s config
files as the previous one is no longer supported.

Change-Id: I703ec70a3740a59d6fd2ab055b198b4bab1e7cfb
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/config/+/494963
Reviewed-by: Nathan Mulcahey <nmulcahey@google.com>
diff --git a/goma/k8s/rbe-prod1/goma/deploy_auth-server.yaml b/goma/k8s/rbe-prod1/goma/deploy_auth-server.yaml
index 07feb33..27cd30a 100644
--- a/goma/k8s/rbe-prod1/goma/deploy_auth-server.yaml
+++ b/goma/k8s/rbe-prod1/goma/deploy_auth-server.yaml
@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   annotations:
diff --git a/goma/k8s/rbe-prod1/goma/deploy_exec-server.yaml b/goma/k8s/rbe-prod1/goma/deploy_exec-server.yaml
index d77b0cf..7efbfa9 100644
--- a/goma/k8s/rbe-prod1/goma/deploy_exec-server.yaml
+++ b/goma/k8s/rbe-prod1/goma/deploy_exec-server.yaml
@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   annotations:
diff --git a/goma/k8s/rbe-prod1/goma/deploy_execlog-server.yaml b/goma/k8s/rbe-prod1/goma/deploy_execlog-server.yaml
index dd53340..a597966 100644
--- a/goma/k8s/rbe-prod1/goma/deploy_execlog-server.yaml
+++ b/goma/k8s/rbe-prod1/goma/deploy_execlog-server.yaml
@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   annotations:
diff --git a/goma/k8s/rbe-prod1/goma/deploy_file-server.yaml b/goma/k8s/rbe-prod1/goma/deploy_file-server.yaml
index 3d9ffe9..c9473dd 100644
--- a/goma/k8s/rbe-prod1/goma/deploy_file-server.yaml
+++ b/goma/k8s/rbe-prod1/goma/deploy_file-server.yaml
@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   annotations:
diff --git a/goma/k8s/rbe-prod1/goma/deploy_frontend.yaml b/goma/k8s/rbe-prod1/goma/deploy_frontend.yaml
index 830f2d1..7460ba0 100644
--- a/goma/k8s/rbe-prod1/goma/deploy_frontend.yaml
+++ b/goma/k8s/rbe-prod1/goma/deploy_frontend.yaml
@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   annotations:
diff --git a/goma/k8s/templates-rbe/goma/deploy_auth-server.yaml.in b/goma/k8s/templates-rbe/goma/deploy_auth-server.yaml.in
index 88b73e4..154302a 100644
--- a/goma/k8s/templates-rbe/goma/deploy_auth-server.yaml.in
+++ b/goma/k8s/templates-rbe/goma/deploy_auth-server.yaml.in
@@ -1,5 +1,5 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates-rbe/goma/deploy_exec-server.yaml.in b/goma/k8s/templates-rbe/goma/deploy_exec-server.yaml.in
index 35ac883..3eb1ab8 100644
--- a/goma/k8s/templates-rbe/goma/deploy_exec-server.yaml.in
+++ b/goma/k8s/templates-rbe/goma/deploy_exec-server.yaml.in
@@ -1,5 +1,5 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates-rbe/goma/deploy_execlog-server.yaml.in b/goma/k8s/templates-rbe/goma/deploy_execlog-server.yaml.in
index 7af4f83..8778a26 100644
--- a/goma/k8s/templates-rbe/goma/deploy_execlog-server.yaml.in
+++ b/goma/k8s/templates-rbe/goma/deploy_execlog-server.yaml.in
@@ -1,5 +1,5 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates-rbe/goma/deploy_file-server.yaml.in b/goma/k8s/templates-rbe/goma/deploy_file-server.yaml.in
index 02b7596..7f0da58 100644
--- a/goma/k8s/templates-rbe/goma/deploy_file-server.yaml.in
+++ b/goma/k8s/templates-rbe/goma/deploy_file-server.yaml.in
@@ -1,5 +1,5 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates-rbe/goma/deploy_frontend.yaml.in b/goma/k8s/templates-rbe/goma/deploy_frontend.yaml.in
index 4569219..126ee1c 100644
--- a/goma/k8s/templates-rbe/goma/deploy_frontend.yaml.in
+++ b/goma/k8s/templates-rbe/goma/deploy_frontend.yaml.in
@@ -1,5 +1,5 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates/goma/deploy_auth-server.yaml.in b/goma/k8s/templates/goma/deploy_auth-server.yaml.in
index e99f54d..d4a7c7b 100644
--- a/goma/k8s/templates/goma/deploy_auth-server.yaml.in
+++ b/goma/k8s/templates/goma/deploy_auth-server.yaml.in
@@ -1,5 +1,5 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates/goma/deploy_cmd-cache-server.yaml.in b/goma/k8s/templates/goma/deploy_cmd-cache-server.yaml.in
index c1ece17..34de841 100644
--- a/goma/k8s/templates/goma/deploy_cmd-cache-server.yaml.in
+++ b/goma/k8s/templates/goma/deploy_cmd-cache-server.yaml.in
@@ -1,6 +1,6 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
 # TODO(ukai): use StatefulSet?
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates/goma/deploy_exec-server.yaml.in b/goma/k8s/templates/goma/deploy_exec-server.yaml.in
index aa3fb9f..0f830c1 100644
--- a/goma/k8s/templates/goma/deploy_exec-server.yaml.in
+++ b/goma/k8s/templates/goma/deploy_exec-server.yaml.in
@@ -1,5 +1,5 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates/goma/deploy_execlog-server.yaml.in b/goma/k8s/templates/goma/deploy_execlog-server.yaml.in
index cf5d3ae..f1c0ea1 100644
--- a/goma/k8s/templates/goma/deploy_execlog-server.yaml.in
+++ b/goma/k8s/templates/goma/deploy_execlog-server.yaml.in
@@ -1,5 +1,5 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates/goma/deploy_file-cache-server.yaml.in b/goma/k8s/templates/goma/deploy_file-cache-server.yaml.in
index 0aea4a5..a4b5a3c 100644
--- a/goma/k8s/templates/goma/deploy_file-cache-server.yaml.in
+++ b/goma/k8s/templates/goma/deploy_file-cache-server.yaml.in
@@ -1,6 +1,6 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
 # TODO(ukai): use StatefulSet?
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates/goma/deploy_file-server.yaml.in b/goma/k8s/templates/goma/deploy_file-server.yaml.in
index 465c285..12078b6 100644
--- a/goma/k8s/templates/goma/deploy_file-server.yaml.in
+++ b/goma/k8s/templates/goma/deploy_file-server.yaml.in
@@ -1,5 +1,5 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
diff --git a/goma/k8s/templates/goma/deploy_frontend.yaml.in b/goma/k8s/templates/goma/deploy_frontend.yaml.in
index 7f68ae8..5e6b2e5 100644
--- a/goma/k8s/templates/goma/deploy_frontend.yaml.in
+++ b/goma/k8s/templates/goma/deploy_frontend.yaml.in
@@ -1,5 +1,5 @@
 # Copyright 2018 Google Inc. All Rights Reserved.
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels: