-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,16 +10,20 @@ pipeline: | |
commands: | ||
- helm lint --with-subcharts | ||
|
||
release: | ||
pack-chart: | ||
image: quay.io/helmpack/chart-releaser:v1.5.0 | ||
secrets: | ||
- source: github_token | ||
target: CR_TOKEN | ||
commands: | ||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "woodpecker-bot" | ||
- mkdir -p .cr-index | ||
- cr package . | ||
|
||
release-chart: | ||
image: quay.io/helmpack/chart-releaser:v1.5.0 | ||
secrets: | ||
- source: github_token | ||
target: CR_TOKEN | ||
commands: | ||
- 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 --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 }}" | ||
|
@@ -30,10 +34,9 @@ pipeline: | |
image: jnorwood/helm-docs:v1.11.0 | ||
commands: | ||
- helm-docs -t README.md.gotmpl | ||
when: | ||
- event: tag | ||
- cat README.md | ||
|
||
push-updated-readme: | ||
push-readme: | ||
image: appleboy/drone-git-push | ||
settings: | ||
remote: ssh://[email protected]/woodpecker-ci/helm.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: server | ||
repository: "" | ||
version: 0.1.3 | ||
version: 0.1.4 | ||
- name: agent | ||
repository: "" | ||
version: 0.1.3 | ||
digest: sha256:2459ccd528f00ae48c1a0c9d3b499c19bc042d7b1a0f7a8e2de5346eef81fc32 | ||
generated: "2023-05-12T18:15:46.87196402+02:00" | ||
version: 0.1.4 | ||
digest: sha256:c2f31e23a10e3c0f29c2307d0d7a4ed96ffea3fec5334bc57acace545f7602d9 | ||
generated: "2023-05-12T18:20:08.013880236+02:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters