Skip to content

Commit

Permalink
Merge pull request #169 from slintes/align_console
Browse files Browse the repository at this point in the history
[release-0.4] Align NHC and console plugin tags
  • Loading branch information
slintes authored Jan 11, 2023
2 parents 05ad884 + 3bfceb0 commit a0fe1c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ IMAGE_REGISTRY ?= quay.io/medik8s

# Image base URL of the console plugin
CONSOLE_PLUGIN_IMAGE_BASE ?= quay.io/medik8s/node-remediation-console
# Image tag of the console plugin for releases
# Needs to be updated manually after console plugin releases!
CONSOLE_PLUGIN_RELEASE_TAG ?= v0.4.0-rc1

# For the default version, use 'latest' image tags.
# Otherwise version prefixed with 'v'
Expand All @@ -51,7 +48,8 @@ IMAGE_TAG = latest
CONSOLE_PLUGIN_TAG ?= latest
else
IMAGE_TAG = v$(VERSION)
CONSOLE_PLUGIN_TAG ?= $(CONSOLE_PLUGIN_RELEASE_TAG)
# always release the console with the same tag as NHC and the other way around!
CONSOLE_PLUGIN_TAG ?= v$(VERSION)
endif
export IMAGE_TAG

Expand Down

0 comments on commit a0fe1c5

Please # to comment.