Skip to content

Commit

Permalink
Merge pull request #7 from newrelic/helm-releaser
Browse files Browse the repository at this point in the history
ci: add helm release gh action
  • Loading branch information
khpeet authored Oct 4, 2024
2 parents 0300b97 + 7c5a910 commit 8b56d91
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Release Charts

on:
push:
branches: [ "main" ]

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
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: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ entries:
nr-operator-v2:
- apiVersion: v2
appVersion: 0.1.0
created: "2024-10-04T14:55:15.418495-04:00"
created: "2024-10-04T16:23:23.163794-04:00"
description: A Helm chart for newrelic/newrelic-k8s-operator-v2
digest: 7741936c68602335fafa02367e5511d7276c02d9b072fd2dbdac065ef7d1bf12
name: nr-operator-v2
type: application
urls:
- https://github.com/newrelic/newrelic-k8s-operator-v2/nr-operator-v2-0.1.0.tgz
version: 0.1.0
generated: "2024-10-04T14:55:15.417535-04:00"
generated: "2024-10-04T16:23:23.161432-04:00"

0 comments on commit 8b56d91

Please sign in to comment.