Skip to content

Commit

Permalink
TEMP add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thepetk committed Nov 12, 2024
1 parent 5468a0f commit 24a2e25
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 439 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/chart-releaser.yaml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Release Helm Chart Package

on:
push:
tags:
- "v*"
permissions:
contents: write

jobs:
release-package:
runs-on: ubuntu-latest
strategy:
matrix:
chartpath:
- "charts/chatbot"
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: 3.12.1

- name: Generate Helm Package
run: |
RELEASE_VERSION=${GITHUB_REF#refs/*/}
CHART_PATH=${{matrix.chartpath}}
helm package $CHART_PATH/$RELEASE_VERSION
5 changes: 0 additions & 5 deletions charts/openshift-pipelines/Chart.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions charts/openshift-pipelines/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions charts/openshift-pipelines/templates/service-account.yaml

This file was deleted.

Loading

0 comments on commit 24a2e25

Please sign in to comment.