diff --git a/cmd/buildversion.go b/cmd/buildversion.go index fbf3f5f..a63ef3a 100644 --- a/cmd/buildversion.go +++ b/cmd/buildversion.go @@ -10,7 +10,7 @@ import ( ) const ( - version = "0.0.3-alpha.2" + version = "0.0.3-alpha" chartfile = "./deploy/sthome-webhook/Chart.yaml" valuesfile = "./deploy/sthome-webhook/values.yaml" tagprefix = " tag: " diff --git a/deploy/sthome-webhook/Chart.yaml b/deploy/sthome-webhook/Chart.yaml index 9cb06fd..1e9c8f6 100644 --- a/deploy/sthome-webhook/Chart.yaml +++ b/deploy/sthome-webhook/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.0.3-alpha.2.41 +appVersion: v0.0.3-alpha.42 description: Cert-Manager webhook for sthome name: sthome-webhook -version: 0.0.3-alpha.2.41 +version: 0.0.3-alpha.42 diff --git a/deploy/sthome-webhook/values.yaml b/deploy/sthome-webhook/values.yaml index f5c38d7..99e4e7b 100644 --- a/deploy/sthome-webhook/values.yaml +++ b/deploy/sthome-webhook/values.yaml @@ -31,7 +31,7 @@ clusterIssuer: image: repository: stuurmcp/cert-manager-webhook-sthome #repository: wstat.sthome.net:5000/cert-manager-webhook-sthome - tag: 0.0.3-alpha.2.41 + tag: 0.0.3-alpha.42 #pullPolicy should be IfNotPresent. Set to Always for testing purposes pullPolicy: IfNotPresent diff --git a/version.txt b/version.txt index 0a22bdc..bce13ee 100644 --- a/version.txt +++ b/version.txt @@ -1,3 +1,3 @@ -0.0.3-alpha.2.41 -20240330-0159 -41 \ No newline at end of file +0.0.3-alpha.42 +20240330-0218 +42 \ No newline at end of file