Skip to content

Commit

Permalink
feat: added node-exporter helm chart in CI pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Schlegel <armin.schlegel@gmx.de>
  • Loading branch information
siredmar committed May 9, 2023
1 parent 8d7d51b commit 75d4baf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"skipAppVersion": true
}
],
[
"@edgefarm/semantic-release-helm-oci",
{
"chartPath": "charts/node-exporter",
"registry": "oci://ghcr.io/edgefarm/edgefarm.monitor",
"skipAppVersion": true
}
],
"@semantic-release/github"
]
}

0 comments on commit 75d4baf

Please sign in to comment.