Skip to content

Commit

Permalink
Update kube-vip version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
snehala27 committed Feb 15, 2024
1 parent 5f0dc3d commit db5fdd1
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 @@ -35,7 +35,7 @@ REPOSITORY ?= plndr

IMAGE_NAME := kube-vip
REGISTRY ?= gcr.io/spectro-dev-public/$(USER)/${RELEASE_LOC}
IMG_TAG ?= v0.4.0-spectro-${SPECTRO_VERSION}
IMG_TAG ?= v0.6.4-spectro-${SPECTRO_VERSION}
IMG ?= ${REGISTRY}/${IMAGE_NAME}:${IMG_TAG}

RELEASE_REGISTRY := gcr.io/spectro-images-public/release/kube-vip
Expand Down

0 comments on commit db5fdd1

Please sign in to comment.