Version update
This commit is contained in:
parent
9cdfb40931
commit
0606dfa663
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ OS ?= $(shell $(GO) env GOOS)
|
||||
ARCH ?= $(shell $(GO) env GOARCH)
|
||||
|
||||
IMAGE_NAME := "cert-manager-webhook-sthome"
|
||||
IMAGE_TAG := "0.0.3(Alpha)"
|
||||
IMAGE_TAG := "0.0.3-alpha.1"
|
||||
|
||||
OUT := $(shell pwd)/_out
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
version = "0.0.3(Alpha)"
|
||||
version = "0.0.3-alpha.1"
|
||||
buildTime string
|
||||
)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
appVersion: "v0.0.3(Alpha)"
|
||||
appVersion: "v0.0.3-alpha.1"
|
||||
description: Cert-Manager webhook for sthome
|
||||
name: sthome-webhook
|
||||
version: 0.0.3(Alpha)
|
||||
version: 0.0.3-alpha.1
|
||||
|
||||
|
||||
@ -30,7 +30,8 @@ clusterIssuer:
|
||||
|
||||
image:
|
||||
repository: stuurmcp/cert-manager-webhook-sthome
|
||||
tag: 0.0.3(Alpha)
|
||||
#repository: wstat.sthome.net:5000/cert-manager-webhook-sthome
|
||||
tag: 0.0.3-alpha.1
|
||||
#pullPolicy should be IfNotPresent. Set to Always for testing purposes
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
0.0.3(Alpha)
|
||||
20240328-2232
|
||||
14
|
||||
0.0.3+dev
|
||||
20240328-2332
|
||||
19
|
||||
Loading…
Reference in New Issue
Block a user