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] |
Upgrading kubernetes API Change-Id: I279db986e2dab1ebcb5b48b4195363af395c8de3
diff --git a/xos-services/vrouter/Chart.yaml b/xos-services/vrouter/Chart.yaml index 0c0a59c..3348a3b 100644 --- a/xos-services/vrouter/Chart.yaml +++ b/xos-services/vrouter/Chart.yaml
@@ -18,5 +18,5 @@ description: A Helm chart for XOS's "vRouter" service icon: https://guide.opencord.org/logos/cord.svg -version: 3.0.0 +version: 3.0.1 appVersion: 3.0.0
diff --git a/xos-services/vrouter/templates/deployment.yaml b/xos-services/vrouter/templates/deployment.yaml index 9cfcc8d..e7ef06a 100644 --- a/xos-services/vrouter/templates/deployment.yaml +++ b/xos-services/vrouter/templates/deployment.yaml
@@ -14,7 +14,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 "vrouter.fullname" . }}