update rel notes
parent
391eed9ea4
commit
a5d5a066c2
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ NAME := k9s
|
||||||
PACKAGE := github.com/derailed/$(NAME)
|
PACKAGE := github.com/derailed/$(NAME)
|
||||||
GIT := $(shell git rev-parse --short HEAD)
|
GIT := $(shell git rev-parse --short HEAD)
|
||||||
DATE := $(shell date +%FT%T%Z)
|
DATE := $(shell date +%FT%T%Z)
|
||||||
VERSION ?= v0.14.0
|
VERSION ?= v0.17.5
|
||||||
IMG_NAME := derailed/k9s
|
IMG_NAME := derailed/k9s
|
||||||
IMAGE := ${IMG_NAME}:${VERSION}
|
IMAGE := ${IMG_NAME}:${VERSION}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue