Shortened version number to prevent truenas from failing

This commit is contained in:
Chris Stuurman 2024-03-30 02:23:02 +02:00
parent 604ac689bc
commit 91aa18dfe2
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,3 @@
0.0.3-alpha.2.41
20240330-0159
41
0.0.3-alpha.42
20240330-0218
42