Skip to content

Commit

Permalink
Merge pull request #8 from mjtrangoni/add-badges
Browse files Browse the repository at this point in the history
Add badges
  • Loading branch information
MonolithProjects authored Dec 2, 2023
2 parents b9aa585 + fa8e68a commit 4fb807a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
run: |
curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
uses: azure/setup-helm@v3
with:
version: v3.12.1

- name: Add dependency chart repos
run: |
helm repo add stable https://charts.helm.sh/stable
helm repo add incubator https://charts.helm.sh/incubator
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# NodeLocal DNSCache Helm chart

![Release Charts](https://github.com/lablabs/k8s-nodelocaldns-helm/workflows/Release%20Charts/badge.svg?branch=master) [![Releases downloads](https://img.shields.io/github/downloads/lablabs/k8s-nodelocaldns-helm/total.svg)](https://github.com/lablabs/k8s-nodelocaldns-helm/releases)

## Helm Chart Repository

```console
helm repo add node-local-dns https://lablabs.github.io/k8s-nodelocaldns-helm/
helm install node-local-dns/node-local-dns
helm repo add k8s-nodelocaldns-helm https://lablabs.github.io/k8s-nodelocaldns-helm/
helm install k8s-nodelocaldns-helm/node-local-dns
```
2 changes: 1 addition & 1 deletion charts/node-local-dns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: node-local-dns
version: 1.4.0-rc.3
version: 1.4.0-rc.4
appVersion: 1.22.24
home: https://github.com/lablabs/k8s-nodelocaldns-helm
description: NodeLocal DNS Cache helm chart
Expand Down
2 changes: 2 additions & 0 deletions charts/node-local-dns/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# NodeLocal DNSCache Helm chart

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## Helm Chart Repository

```console
Expand Down

0 comments on commit 4fb807a

Please sign in to comment.