From 0606dfa663ebf2c58b45c856a3302e6f79b1983d Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 29 Mar 2024 01:27:09 +0200 Subject: [PATCH] Version update --- Makefile | 2 +- cmd/buildnumber.go | 2 +- deploy/sthome-webhook/Chart.yaml | 4 ++-- deploy/sthome-webhook/values.yaml | 3 ++- version.txt | 6 +++--- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index f4b0dc3..3c78a78 100644 --- a/Makefile +++ b/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 diff --git a/cmd/buildnumber.go b/cmd/buildnumber.go index b0eeb5e..18d43d0 100644 --- a/cmd/buildnumber.go +++ b/cmd/buildnumber.go @@ -9,7 +9,7 @@ import ( ) var ( - version = "0.0.3(Alpha)" + version = "0.0.3-alpha.1" buildTime string ) diff --git a/deploy/sthome-webhook/Chart.yaml b/deploy/sthome-webhook/Chart.yaml index 8ec1209..84336c4 100644 --- a/deploy/sthome-webhook/Chart.yaml +++ b/deploy/sthome-webhook/Chart.yaml @@ -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 diff --git a/deploy/sthome-webhook/values.yaml b/deploy/sthome-webhook/values.yaml index 01407cd..631d190 100644 --- a/deploy/sthome-webhook/values.yaml +++ b/deploy/sthome-webhook/values.yaml @@ -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 diff --git a/version.txt b/version.txt index d27e7d8..891c0c3 100644 --- a/version.txt +++ b/version.txt @@ -1,3 +1,3 @@ -0.0.3(Alpha) -20240328-2232 -14 \ No newline at end of file +0.0.3+dev +20240328-2332 +19 \ No newline at end of file