commit | 5628d4bdadb364f17fdebb441fc46804dd45eef9 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Mon Jan 11 11:46:12 2021 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon Jan 11 16:18:01 2021 -0800 |
tree | bbd9e0e774e31151b7368445197da8705b2147de | |
parent | 2aa7dcfbd1ba0c01c4be6d3cc289f822a69c5cbf [diff] [blame] |
Upgrading kubernetes API Change-Id: I279db986e2dab1ebcb5b48b4195363af395c8de3
diff --git a/xos-services/progran/templates/deployment.yaml b/xos-services/progran/templates/deployment.yaml index e8600cc..c45c1ad 100644 --- a/xos-services/progran/templates/deployment.yaml +++ b/xos-services/progran/templates/deployment.yaml
@@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "progran.fullname" . }}