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)
IMAGE_NAME := "cert-manager-webhook-sthome"
IMAGE_TAG := "0.0.3(Alpha)"
IMAGE_TAG := "0.0.3-alpha.1"
OUT := $(shell pwd)/_out

View File

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

View File

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

View File

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

View File

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