Remove Helm Chart

This commit is contained in:
2025-08-16 13:34:01 +01:00
parent 605a5633f9
commit 67faa72f7f
7 changed files with 4 additions and 96 deletions

View File

@@ -1,30 +0,0 @@
name: Release Helm Chart
"on":
push:
branches:
- main
paths:
- "charts/**/Chart.yaml"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
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@v4
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.7.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "smsbot-helm-chart-{{ .Version }}"

View File

@@ -1,6 +1,9 @@
name: Release
on:
"on":
push:
branches:
- main
tags:
- "[0-9]+.[0-9]+.[0-9]+"