Skip to content

Commit

Permalink
push chart to oci://ghcr.io/cert-manager/charts/openshift-routes
Browse files Browse the repository at this point in the history
Signed-off-by: Maël Valais <[email protected]>
  • Loading branch information
maelvls committed Dec 4, 2023
1 parent d459c3b commit 1c5cd48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before:
# update and package new Helm chart
- helm package ./deploy/chart --version {{ trimprefix .Version "v"}} --app-version {{ .Version }}
# upload Helm chart as OCI artifact to GitHub Container Registry
- '{{if .IsSnapshot}}echo SKIPPING: {{end}}helm push ./openshift-routes-{{ trimprefix .Version "v"}}.tgz oci://ghcr.io/cert-manager/cert-manager-openshift-routes:{{ .Version }}-chart'
- '{{if .IsSnapshot}}echo SKIPPING: {{end}}helm push ./openshift-routes-{{ trimprefix .Version "v"}}.tgz oci://ghcr.io/cert-manager/charts'

builds:
- id: cert-manager-openshift-routes
Expand All @@ -25,8 +25,8 @@ builds:
- riscv64
- ppc64le
goarm:
- '6'
- '7'
- "6"
- "7"
archives:
- format: tar.gz
format_overrides:
Expand Down Expand Up @@ -132,7 +132,7 @@ docker_manifests:
- ghcr.io/cert-manager/cert-manager-openshift-routes:{{ .Version }}-riscv64
- ghcr.io/cert-manager/cert-manager-openshift-routes:{{ .Version }}-ppc64le
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
release:
draft: true
replace_existing_draft: true
Expand Down

0 comments on commit 1c5cd48

Please sign in to comment.