Shortened version number to prevent truenas from failing
This commit is contained in:
parent
604ac689bc
commit
91aa18dfe2
@ -10,7 +10,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version = "0.0.3-alpha.2"
|
version = "0.0.3-alpha"
|
||||||
chartfile = "./deploy/sthome-webhook/Chart.yaml"
|
chartfile = "./deploy/sthome-webhook/Chart.yaml"
|
||||||
valuesfile = "./deploy/sthome-webhook/values.yaml"
|
valuesfile = "./deploy/sthome-webhook/values.yaml"
|
||||||
tagprefix = " tag: "
|
tagprefix = " tag: "
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: v0.0.3-alpha.2.41
|
appVersion: v0.0.3-alpha.42
|
||||||
description: Cert-Manager webhook for sthome
|
description: Cert-Manager webhook for sthome
|
||||||
name: sthome-webhook
|
name: sthome-webhook
|
||||||
version: 0.0.3-alpha.2.41
|
version: 0.0.3-alpha.42
|
||||||
|
|||||||
@ -31,7 +31,7 @@ clusterIssuer:
|
|||||||
image:
|
image:
|
||||||
repository: stuurmcp/cert-manager-webhook-sthome
|
repository: stuurmcp/cert-manager-webhook-sthome
|
||||||
#repository: wstat.sthome.net:5000/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 should be IfNotPresent. Set to Always for testing purposes
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
0.0.3-alpha.2.41
|
0.0.3-alpha.42
|
||||||
20240330-0159
|
20240330-0218
|
||||||
41
|
42
|
||||||
Loading…
Reference in New Issue
Block a user