Skip to content

Commit

Permalink
fix: reset CHARTS_TREEISH to main to get a recent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Oct 20, 2021
1 parent 6ba9d45 commit 6178720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 6178720

Please sign in to comment.