From c5808ef036de5ffe4bc9444dcb44a838a52bb498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Tue, 27 Feb 2024 14:48:29 +0100 Subject: [PATCH] chore(ci): correct goreleaser template --- .goreleaser.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c597bf78..9205d189 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -36,11 +36,14 @@ release: **Full Changelog**: https://github.com/projectcapsule/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }} **Docker Images** - - `ghcr.io/projectcapsule/{{ .ProjectName }}:{{ .Tag }}` + - `ghcr.io/projectcapsule/{{ .ProjectName }}:{{ .Version }}` - `ghcr.io/projectcapsule/{{ .ProjectName }}:latest` **Helm Chart** - View this release on [Artifact Hub](https://artifacthub.io/packages/helm/projectcapsule/capsule/{{ .Tag | trimSuffix "v" }}) + View this release on [Artifact Hub](https://artifacthub.io/packages/helm/projectcapsule/capsule/{{ .Version }}) or use the OCI helm chart: + + - `ghcr.io/projectcapsule/charts/{{ .ProjectName }}:{{ .Version }}` + checksum: name_template: 'checksums.txt' changelog: @@ -86,4 +89,4 @@ signs: - "--output-signature=${signature}" - "${artifact}" - "--yes" - artifacts: all \ No newline at end of file + artifacts: all