diff options
author | Ritu Sood <ritu.sood@intel.com> | 2021-08-16 21:28:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-16 21:28:11 +0000 |
commit | 9a671e0a51e3cde71b601585e6abbbdd3b84e13a (patch) | |
tree | 7914f95a8da3f6c4649f2faef92c017220b92ece | |
parent | 3a82af6a25de8e91b4b6e86a7eb7cb3cf6e81d35 (diff) | |
parent | ecc4c558f568f3b85727a264fbcb0cb028a2a178 (diff) |
Merge "Update ovn4nfv chart version to support kubevirt"
-rw-r--r-- | kud/deployment_infra/helm/ovn4nfv/Chart.yaml | 2 | ||||
-rw-r--r-- | kud/deployment_infra/helm/ovn4nfv/values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kud/deployment_infra/helm/ovn4nfv/Chart.yaml b/kud/deployment_infra/helm/ovn4nfv/Chart.yaml index 5a4e69c1..3d6134e2 100644 --- a/kud/deployment_infra/helm/ovn4nfv/Chart.yaml +++ b/kud/deployment_infra/helm/ovn4nfv/Chart.yaml @@ -13,7 +13,7 @@ # limitations under the License. apiVersion: v2 -appVersion: v2.2.0 +appVersion: v3.0.0 description: | OVN4NFV K8s Plugin - Network controller home: https://github.com/opnfv/ovn4nfv-k8s-plugin diff --git a/kud/deployment_infra/helm/ovn4nfv/values.yaml b/kud/deployment_infra/helm/ovn4nfv/values.yaml index 660c4eba..2addb6d9 100644 --- a/kud/deployment_infra/helm/ovn4nfv/values.yaml +++ b/kud/deployment_infra/helm/ovn4nfv/values.yaml @@ -111,7 +111,7 @@ ovn: repository: docker.io/integratedcloudnative/ovn-images pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: v2.2.0 imagePullSecrets: [] ovnControlPlane: |