From 32151449e78c70843a8980122ea85e7edc1b248b Mon Sep 17 00:00:00 2001 From: "SIGUNOV, VLADIMIR (vs422h)" Date: Fri, 5 Mar 2021 09:13:59 -0500 Subject: [PATCH] [Critical] Uplift Helm version to fix a bug in Helm 3.3.4 There is a bug [1] that block merge of rook-ceph chart[2]. We're updating helm to the latest version that doesn't have that issue. [1] https://github.com/rook/rook/issues/6851 [2] https://review.opendev.org/c/airship/charts/+/777806 Relates-To: 1 Change-Id: I725faf6f04798e3ffb064029ec12bcccfb195cb5 --- playbooks/vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/vars.yaml b/playbooks/vars.yaml index 8655165d..14547a73 100644 --- a/playbooks/vars.yaml +++ b/playbooks/vars.yaml @@ -10,4 +10,4 @@ # See the License for the specific language governing permissions and # limitations under the License. version: - helm: 3.3.4 + helm: 3.5.2