Skip to content

Commit

Permalink
added chart metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Supu <[email protected]>
  • Loading branch information
Supu committed Jan 30, 2025
1 parent 94df5a8 commit 7614a4c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Log into registry ${{ env.REGISTRY }}
- name: Log into registry ${{ env.HELM_REGISTRY }}
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
with:
registry: ${{ env.REGISTRY }}
registry: ${{ env.HELM_REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Template Helm charts
Expand Down
15 changes: 15 additions & 0 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,18 @@ description: Declarative node network configuration driven through Kubernetes AP
type: application
version: 0.1.0
appVersion: "1.16.0"
home: https://github.com/nmstate/kubernetes-nmstate
icon: https://nmstate.io/kubernetes-nmstate/assets/images/logo/fullcolor.png
keywords:
- nmstate
- networking
- NetworkManager
maintainers:
- email: [email protected]
name: Enrique Llorente Pastora
- email: [email protected]
name: Petr Horacek
kubeVersion: '>=1.21.0-0'
sources:
- https://github.com/nmstate/kubernetes-nmstate
- https://github.com/nmstate/nmstate

0 comments on commit 7614a4c

Please sign in to comment.