mine
derailed 2021-03-27 15:04:21 -06:00
parent f4cd022a9c
commit 0b965ebf4b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ NAME := k9s
PACKAGE := github.com/derailed/$(NAME)
GIT := $(shell git rev-parse --short HEAD)
DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
VERSION ?= v0.24.5
VERSION ?= v0.24.6
IMG_NAME := derailed/k9s
IMAGE := ${IMG_NAME}:${VERSION}