From 419aca6f92733a151275027ed1e3c5f52b8d7307 Mon Sep 17 00:00:00 2001 From: Kevin Nisbet Date: Wed, 26 Jan 2022 12:58:30 -0500 Subject: [PATCH] update flannel fork: https://github.com/gravitational/flannel/pull/11 (#2712) --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index 7806782ea8..218ebb1b23 100644 --- a/versions.mk +++ b/versions.mk @@ -10,7 +10,7 @@ K8S_VER ?= 1.21.5 # major + minor padded to 2 chars with 0 + patch also padded to 2 chars, e.g. # 1.13.5 -> 11305, 1.13.12 -> 11312, 2.0.0 -> 20000 and so on K8S_VER_SUFFIX ?= $(shell printf "%d%02d%02d" $(shell echo $(K8S_VER) | sed "s/\./ /g")) -PLANET_TAG ?= 9.0.11-$(K8S_VER_SUFFIX) +PLANET_TAG ?= 9.0.12-$(K8S_VER_SUFFIX) # system applications INGRESS_APP_TAG ?= 0.0.2 STORAGE_APP_TAG ?= 0.0.4