Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
update flannel fork: gravitational/flannel#11 (#2713)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Nisbet authored Jan 26, 2022
1 parent ca38ac2 commit 2f3f282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ K8S_VER ?= 1.19.15
# 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 ?= 8.0.10-$(K8S_VER_SUFFIX)
PLANET_TAG ?= 8.0.11-$(K8S_VER_SUFFIX)
# system applications
INGRESS_APP_TAG ?= 0.0.2
STORAGE_APP_TAG ?= 0.0.4
Expand Down

0 comments on commit 2f3f282

Please sign in to comment.