Skip to content

Commit

Permalink
Initial commit. Testing Helm Chart Relase
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Mar 8, 2024
1 parent 7948314 commit 1828271
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 14 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Release Charts

on:
push:
branches:
- main

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
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 "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed charts/cf-pg-pool-ii-0.0.1.tgz
Binary file not shown.
14 changes: 0 additions & 14 deletions charts/index.yaml

This file was deleted.

0 comments on commit 1828271

Please sign in to comment.