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