Skip to content

Commit

Permalink
Update chart relese workflow, relocate charts
Browse files Browse the repository at this point in the history
  • Loading branch information
csotiistvan authored Jul 3, 2024
1 parent b506df8 commit a6f7bc0
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Release Charts

on:
release:
types:
- created
push:
branches:
- main
workflow_dispatch: # This allows the workflow to be triggered manually

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -22,7 +22,5 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: "k8s/helm/tngkds" # Specify the path to your charts directory
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a6f7bc0

Please sign in to comment.