Update flannel version to 0.15.1

story: 2007256
task: 44417
Change-Id: I383bdd9e5362a252746dbe185037a888db6dc85a
This commit is contained in:
Grzegorz Bialas 2022-01-05 14:28:09 +01:00 committed by Spyros Trigazis
parent 91024195a5
commit b67ea3d1d8
2 changed files with 9 additions and 1 deletions

View File

@ -500,7 +500,7 @@ parameters:
flannel_tag:
type: string
description: tag of the flannel container
default: v0.12.0-amd64
default: v0.15.1
flannel_cni_tag:
type: string

View File

@ -0,0 +1,8 @@
---
upgrades:
- |
Updates flannel to version 0.15.1.
This will address issue where pods on multinode
installations don't have network connectivity
if they are spawned on different hosts.
`More details <https://github.com/flannel-io/flannel/blob/master/Documentation/troubleshooting.md>`_