Skip to content

Commit

Permalink
chore(release): 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine TANZILLI authored and Tailzip committed Dec 12, 2020
1 parent 5213792 commit bfdb5a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
version: v3.4.1

- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.7

- name: Set up chart-testing
uses: helm/[email protected]

- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed)
changed=$(ct list-changed --target-branch main)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
- name: Run chart-testing (lint)
run: ct lint
run: ct lint --target-branch main

- name: Create kind cluster
uses: helm/kind-action@v1.0.0
uses: helm/kind-action@v1.1.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install
run: ct install --target-branch main
5 changes: 3 additions & 2 deletions charts/dnscrypt-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ appVersion: 2.0.44
description: dnscrypt-proxy for Kubernetes
icon: https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/logo.png
keywords:
- dnscrypt-proxy
- dnscrypt
maintainers:
- email: [email protected]
name: Antoine TANZILLI
name: Tailzip
name: dnscrypt-proxy
sources:
- https://github.com/Tailzip/dnscrypt-proxy-helm-chart
type: application
version: 0.1.1
version: 0.1.2

0 comments on commit bfdb5a7

Please sign in to comment.