diff options
Diffstat (limited to 'kud/deployment_infra/helm')
-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: |