Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 808460e

Browse files
Merge pull request #135 from integr8ly/fix-makefile-tag-name
version should start with a v and should be overridable
2 parents a473053 + 73139a8 commit 808460e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ COMPILE_TARGET=./tmp/_output/bin/$(PROJECT)
1414
PROMETHEUS_OPERATOR_VERSION=v0.34.0
1515
LOCAL=local
1616
GRAFANA_OPERATOR_VERSION=v3.2.0
17-
AMO_VERSION=1.1.6
18-
PREV_AMO_VERSION=1.1.5
17+
AMO_VERSION?=v1.1.6
18+
PREV_AMO_VERSION=v1.1.5
1919

2020
AUTH_TOKEN=$(shell curl -sH "Content-Type: application/json" -XPOST https://quay.io/cnr/api/v1/users/login -d '{"user": {"username": "$(QUAY_USERNAME)", "password": "${QUAY_PASSWORD}"}}' | jq -r '.token')
2121

0 commit comments

Comments
 (0)