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)
|
ARCH ?= $(shell $(GO) env GOARCH)
|
||||||
|
|
||||||
IMAGE_NAME := "cert-manager-webhook-sthome"
|
IMAGE_NAME := "cert-manager-webhook-sthome"
|
||||||
IMAGE_TAG := "0.0.3(Alpha)"
|
IMAGE_TAG := "0.0.3-alpha.1"
|
||||||
|
|
||||||
OUT := $(shell pwd)/_out
|
OUT := $(shell pwd)/_out
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "0.0.3(Alpha)"
|
version = "0.0.3-alpha.1"
|
||||||
buildTime string
|
buildTime string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "v0.0.3(Alpha)"
|
appVersion: "v0.0.3-alpha.1"
|
||||||
description: Cert-Manager webhook for sthome
|
description: Cert-Manager webhook for sthome
|
||||||
name: sthome-webhook
|
name: sthome-webhook
|
||||||
version: 0.0.3(Alpha)
|
version: 0.0.3-alpha.1
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,8 @@ clusterIssuer:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: stuurmcp/cert-manager-webhook-sthome
|
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 should be IfNotPresent. Set to Always for testing purposes
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
0.0.3(Alpha)
|
0.0.3+dev
|
||||||
20240328-2232
|
20240328-2332
|
||||||
14
|
19
|
||||||
Loading…
Reference in New Issue
Block a user