From 1688df20ba4363d437ad99e3cf97fa2578224bc0 Mon Sep 17 00:00:00 2001 From: a-palchikov Date: Mon, 13 Sep 2021 16:23:37 +0200 Subject: [PATCH] Bump planet to 8.0.4-11912 (#2635) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf9a42ddbf..7e6d831502 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ RELEASE_OUT ?= TELEPORT_TAG = 3.2.17 # TELEPORT_REPOTAG adapts TELEPORT_TAG to the teleport tagging scheme TELEPORT_REPOTAG := v$(TELEPORT_TAG) -PLANET_TAG := 8.0.3-$(K8S_VER_SUFFIX) +PLANET_TAG := 8.0.4-$(K8S_VER_SUFFIX) PLANET_BRANCH := $(PLANET_TAG) K8S_APP_TAG := $(GRAVITY_TAG) TELEKUBE_APP_TAG := $(GRAVITY_TAG)