Compare commits

...

4 Commits

Author SHA1 Message Date
3a3efdb30b Merge branch 'main' of https://github.com/rtomik/helm-charts 2025-03-23 17:32:41 +01:00
439b8acea7 v1.0.0 2025-03-23 17:32:12 +01:00
4a4c84a1f5 Update release.yml 2025-03-23 17:29:18 +01:00
305404263a Create release.yml 2025-03-23 17:27:48 +01:00
2 changed files with 34 additions and 1 deletions

33
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,33 @@
name: Release Charts
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write # Needed for chart-releaser to push to gh-pages
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.12.1
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: donetick
description: A Helm chart for Donetick application
type: application
version: 0.1.0
version: 1.0.0
appVersion: "latest"
maintainers:
- name: Richard Tomik