Added pgbouncer chart.

This commit is contained in:
2024-12-05 15:11:52 +01:00
parent f02d35ca43
commit 303df62cff
11 changed files with 409 additions and 1 deletions

View File

@ -13,6 +13,7 @@ jobs:
matrix:
chart:
- py-app
- pgbouncer
permissions:
contents: read
packages: write
@ -23,7 +24,7 @@ jobs:
version: latest
- name: Build Helm chart
run: |
helm package --app-version "${{ github.ref_name }}" --dependency-update ./charts/${{ matrix.chart }}
helm package --dependency-update ./charts/${{ matrix.chart }}
helm show chart *.tgz
helm registry login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
helm push *.tgz oci://ghcr.io/intreecom/charts