Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz authored Nov 30, 2022
1 parent 81381b9 commit 0667fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
MAC_ARGS ?=
CHARTS_REPO ?= https://github.com/rimusz/charts
CHART_TESTING_IMAGE ?= quay.io/helmpack/chart-testing
CHART_TESTING_TAG ?= v3.5.0
CHART_TESTING_TAG ?= v3.7.1
GKE_TESTING_IMAGE ?= ghcr.io/rimusz/charts-ci/image
GKE_TESTING_TAG ?= 0.0.28
GKE_TESTING_TAG ?= 0.5.1

# If the first argument is "lint" or "mac" or "gke" or "kind"
ifneq ( $(filter wordlist 1,lint mac gke kind), $(firstword $(MAKECMDGOALS)))
Expand Down

0 comments on commit 0667fd9

Please sign in to comment.