Version update

This commit is contained in:
Chris Stuurman 2024-03-29 01:27:09 +02:00
parent 9cdfb40931
commit 0606dfa663
5 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@ import (
) )
var ( var (
version = "0.0.3(Alpha)" version = "0.0.3-alpha.1"
buildTime string buildTime string
) )

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
0.0.3(Alpha) 0.0.3+dev
20240328-2232 20240328-2332
14 19