diff --git a/charts/stable/multus/Chart.yaml b/charts/stable/multus/Chart.yaml index 0d087162..40835173 100644 --- a/charts/stable/multus/Chart.yaml +++ b/charts/stable/multus/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v3.7.1 description: multus CNI allows multiple NICs per pod name: multus -version: 3.1.1 +version: 3.1.2 kubeVersion: ">=1.16.0-0" keywords: - multus diff --git a/charts/stable/multus/README.md b/charts/stable/multus/README.md index 4b1711e2..df75a65f 100644 --- a/charts/stable/multus/README.md +++ b/charts/stable/multus/README.md @@ -1,6 +1,6 @@ # multus -![Version: 3.1.1](https://img.shields.io/badge/Version-3.1.1-informational?style=flat-square) ![AppVersion: v3.7.1](https://img.shields.io/badge/AppVersion-v3.7.1-informational?style=flat-square) +![Version: 3.1.2](https://img.shields.io/badge/Version-3.1.2-informational?style=flat-square) ![AppVersion: v3.7.1](https://img.shields.io/badge/AppVersion-v3.7.1-informational?style=flat-square) multus CNI allows multiple NICs per pod diff --git a/charts/stable/multus/templates/common.yaml b/charts/stable/multus/templates/common.yaml index c3513878..6e910d1a 100644 --- a/charts/stable/multus/templates/common.yaml +++ b/charts/stable/multus/templates/common.yaml @@ -7,6 +7,9 @@ controller: # -- deploy to all nodes type: daemonset +# -- force hostnetwork so upgrades can't fail +hostNetwork: true + initContainers: # -- Init container that installs reference CNI plugins cni-installer: diff --git a/charts/stable/multus/templates/uninstallJob.yaml b/charts/stable/multus/templates/uninstallJob.yaml index 7f0cad3f..a565ed47 100644 --- a/charts/stable/multus/templates/uninstallJob.yaml +++ b/charts/stable/multus/templates/uninstallJob.yaml @@ -7,7 +7,7 @@ metadata: annotations: # This is what defines this resource as a hook. Without this line, the # job is considered part of the release. - "helm.sh/hook": pre-delete,pre-upgrade,pre-rollback + "helm.sh/hook": pre-delete "helm.sh/hook-weight": "-5" "helm.sh/hook-delete-policy": hook-succeeded spec: