Skip to content

Commit

Permalink
use semver for IMAGE_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyriakos Akriotis committed Apr 3, 2024
1 parent c635460 commit 9949dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OS ?= $(shell $(GO) env GOOS)
ARCH ?= $(shell $(GO) env GOARCH)

IMAGE_NAME := "akyriako78/cert-manager-webhook-opentelekomcloud"
IMAGE_TAG ?= $(shell git log -1 --format="%H")
IMAGE_TAG ?= "v0.1.2"

OUT := $(shell pwd)/_out

Expand Down
2 changes: 1 addition & 1 deletion charts/cert-manager-webhook-opentelekomcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ certManager:

image:
repository: akyriako78/cert-manager-webhook-opentelekomcloud
tag: 56c52f3
tag: v0.1.2
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down

0 comments on commit 9949dd2

Please sign in to comment.