| 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/vtn-service/Chart.yaml b/xos-services/vtn-service/Chart.yaml index 82f7db8..9c61682 100644 --- a/xos-services/vtn-service/Chart.yaml +++ b/xos-services/vtn-service/Chart.yaml
@@ -18,5 +18,5 @@ icon: https://guide.opencord.org/logos/cord.svg apiVersion: v1 -version: 1.0.5 +version: 1.0.6 appVersion: 1.0.4
diff --git a/xos-services/vtn-service/templates/deployment.yaml b/xos-services/vtn-service/templates/deployment.yaml index ccecd3a..40f1e9c 100644 --- a/xos-services/vtn-service/templates/deployment.yaml +++ b/xos-services/vtn-service/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 "vtn.fullname" . }}