chore: Update app version in Helm chart
Some checks failed
Validate and Release Chart / Lint (push) Successful in 3s
Validate and Release Chart / Audit (push) Successful in 3s
Validate and Release Chart / Outdated APIs (push) Successful in 3s
Validate and Release Chart / Publish Helm Chart (push) Failing after 4s

- Change appVersion from 2.1.0 to 2.0.0 in Chart.yaml to reflect the correct application version.
This commit is contained in:
Tommy 2025-03-16 10:26:25 +01:00
parent a77c4b65f1
commit bf223853cb
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -2,4 +2,4 @@ apiVersion: v1
name: cert-manager-webhook-domeneshop
description: cert-manager webhook for Domeneshop
version: 2.1.0
appVersion: "v2.1.0"
appVersion: "v2.0.0"