From 61787206b3713c6428fc46e78b363d6926967a56 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Wed, 20 Oct 2021 22:46:51 +0800 Subject: [PATCH] fix: reset CHARTS_TREEISH to main to get a recent fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e86310c0e4..ae5d81b2f8 100644 --- a/Makefile +++ b/Makefile @@ -961,7 +961,7 @@ STERN_VERSION = 2.1.17 CHART_TESTING_VERSION = v3.4.0 KIND_IMAGE = kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6 TESTS = [api,features-kubernetes,features-kubernetes-2,features-api-variables,active-standby-kubernetes,nginx,drupal-php73,drupal-php74,drupal-postgres,python,gitlab,github,bitbucket,node-mongodb,elasticsearch,tasks] -CHARTS_TREEISH = logs2s3 +CHARTS_TREEISH = main local-dev/kind: ifeq ($(KIND_VERSION), $(shell kind version 2>/dev/null | sed -nE 's/kind (v[0-9.]+).*/\1/p'))