update tag

mine
derailed 2022-08-04 07:22:43 -06:00
parent 0893f13b3c
commit cb91ae2c31
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ PACKAGE := github.com/derailed/$(NAME)
GIT_REV ?= $(shell git rev-parse --short HEAD)
SOURCE_DATE_EPOCH ?= $(shell date +%s)
DATE ?= $(shell date -u -d @${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:%M:%SZ")
VERSION ?= v0.26.1
VERSION ?= v0.26.3
IMG_NAME := derailed/k9s
IMAGE := ${IMG_NAME}:${VERSION}