From 5437f9adb8ce0d43a74271b9f436794e5cea5efe Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Wed, 16 Dec 2020 12:17:24 -0800 Subject: [PATCH] Release version 1.0.0 of onos-e2topo (#241) --- onos-topo/Chart.yaml | 4 ++-- onos-topo/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/onos-topo/Chart.yaml b/onos-topo/Chart.yaml index 2c282f20..5da1ca17 100644 --- a/onos-topo/Chart.yaml +++ b/onos-topo/Chart.yaml @@ -3,8 +3,8 @@ name: onos-topo description: ONOS Topology service kubeVersion: ">=1.17.0" type: application -version: 0.0.17 -appVersion: v0.6.21 +version: 1.0.0 +appVersion: v0.7.0 keywords: - onos - sdn diff --git a/onos-topo/values.yaml b/onos-topo/values.yaml index 25640289..c2ce42d2 100644 --- a/onos-topo/values.yaml +++ b/onos-topo/values.yaml @@ -16,7 +16,7 @@ replicaCount: 1 image: registry: "" repository: onosproject/onos-topo - tag: v0.6.21 + tag: v0.7.0 pullPolicy: IfNotPresent pullSecrets: []