Skip to content

Commit

Permalink
add Chart.yaml to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kimiyasharifi committed Jun 5, 2024
1 parent 9b65558 commit bef814a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eph-storage-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser job
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
uses: helm/[email protected]
with:
charts_dir: chart
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
18 changes: 18 additions & 0 deletions chart/templates/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: v2
name: k8s-ephemeral-storage-metrics
version: 1.10.2
appVersion: 1.10.2
kubeVersion: ">=1.21.0-0"
description: Ephemeral storage metrics for prometheus operator.
home: https://github.com/snapp-incubator/k8s-ephemeral-storage-metrics
keywords:
- kubernetes
- metrics
sources:
- https://github.com/snapp-incubator/k8s-ephemeral-storage-metrics
annotations:
artifacthub.io/prerelease: "false"
artifacthub.io/license: MIT
artifacthub.io/links: |
- name: Documentation
url: https://github.com/snapp-incubator/k8s-ephemeral-storage-metrics

0 comments on commit bef814a

Please sign in to comment.