diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-07-22 14:07:31 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-07-28 15:27:14 -0700 |
commit | ecc4c558f568f3b85727a264fbcb0cb028a2a178 (patch) | |
tree | 3b47f7eb207d1ac45eb4bd8521135456e29afd85 /kud | |
parent | 70924000b2d00ec5c692daf425b2f28cbecbc8b1 (diff) |
Update ovn4nfv chart version to support kubevirt
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I38a8dab6b57847f9f7b4f6a816772783fa981079
Diffstat (limited to 'kud')
-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: |