diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e97c6bb9..9d088b189 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index 75f30406d..fd821f70e 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -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: ellorent@redhat.com + name: Enrique Llorente Pastora +- email: phoracek@redhat.com + name: Petr Horacek +kubeVersion: '>=1.21.0-0' +sources: +- https://github.com/nmstate/kubernetes-nmstate +- https://github.com/nmstate/nmstate