Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,18 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Push charts to GitHub Container Registry
run: |
find .cr-release-packages -type f -print0 | xargs -t -0 -r -I{} helm push {} oci://ghcr.io/${{ github.repository }}
2 changes: 1 addition & 1 deletion charts/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies:
condition: postgresql.enabled
- name: element
version: ">=1.1.0,<1.3.0"
repository: https://remram44.github.io/matrix-helm
repository: oci://ghcr.io/remram44/matrix-helm/charts
condition: element.enabled