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

[master] update flannel for systemd incompatability #2712

Merged
merged 1 commit into from
Jan 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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
Expand Down