Skip to content

Commit

Permalink
Update helm chart releasing (woodpecker-ci#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored and 6543 committed Apr 20, 2022
1 parent f2bf593 commit 364688a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .woodpecker/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline:
- ".woodpecker/helm.yml"

release:
image: quay.io/helmpack/chart-releaser:v1.2.1
image: quay.io/helmpack/chart-releaser:v1.4.0
secrets:
- source: github_token
target: CR_TOKEN
Expand All @@ -38,9 +38,9 @@ pipeline:
- mkdir -p .cr-index
- cr package charts/woodpecker-server
- cr package charts/woodpecker-agent
- cr upload --token ${CR_TOKEN} --owner woodpecker-ci --git-repo woodpecker-ci.github.io --release-name-template "helm-{{ .Name }}-{{ .Version }}"
- cr upload --owner woodpecker-ci --git-repo woodpecker-ci.github.io --release-name-template "helm-{{ .Name }}-{{ .Version }}"
- git clone https://github.com/woodpecker-ci/woodpecker-ci.github.io.git
- cd woodpecker-ci.github.io/ && cr index --token ${CR_TOKEN} --owner woodpecker-ci --git-repo woodpecker-ci.github.io --pages-branch master --package-path ../.cr-release-packages --index-path ../.cr-index/index.yaml --charts-repo https://woodpecker-ci.org --push --release-name-template "helm-{{ .Name }}-{{ .Version }}"
- cd woodpecker-ci.github.io/ && cr index --owner woodpecker-ci --git-repo woodpecker-ci.github.io --pages-branch master --package-path ../.cr-release-packages --index-path ../.cr-index/index.yaml --charts-repo https://woodpecker-ci.org --push --release-name-template "helm-{{ .Name }}-{{ .Version }}"
when:
event: tag
path:
Expand Down
6 changes: 3 additions & 3 deletions charts/woodpecker-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: woodpecker-agent
description: A Helm chart for the Woodpecker agent
type: application
version: <version>
appVersion: "<version>"
appVersion: "v<version>"
keywords:
- continuous-delivery
- continuous-deployment
Expand All @@ -13,5 +13,5 @@ keywords:
sources:
- https://github.com/woodpecker-ci/woodpecker
maintainers:
- name: Laszlo Fogas
email: laszlo@laszlo.cloud
- name: Woodpecker Maintainers
email: owner@woodpecker-ci.org
6 changes: 3 additions & 3 deletions charts/woodpecker-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: woodpecker-server
description: A Helm chart for the Woodpecker server
type: application
version: <version>
appVersion: "<version>"
appVersion: "v<version>"
keywords:
- continuous-delivery
- continuous-deployment
Expand All @@ -13,5 +13,5 @@ keywords:
sources:
- https://github.com/woodpecker-ci/woodpecker
maintainers:
- name: Laszlo Fogas
email: laszlo@laszlo.cloud
- name: Woodpecker Maintainers
email: owner@woodpecker-ci.org

0 comments on commit 364688a

Please sign in to comment.