Skip to content

Commit bfdb5a7

Browse files
Antoine TANZILLITailzip
authored andcommitted
chore(release): 0.1.2
1 parent 5213792 commit bfdb5a7

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/lint-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@ jobs:
1414
- name: Set up Helm
1515
uses: azure/setup-helm@v1
1616
with:
17-
version: v3.4.0
17+
version: v3.4.1
1818

1919
- uses: actions/setup-python@v2
2020
with:
21-
python-version: 3.8
21+
python-version: 3.7
2222

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

2626
- name: Run chart-testing (list-changed)
2727
id: list-changed
2828
run: |
29-
changed=$(ct list-changed)
29+
changed=$(ct list-changed --target-branch main)
3030
if [[ -n "$changed" ]]; then
3131
echo "::set-output name=changed::true"
3232
fi
3333
3434
- name: Run chart-testing (lint)
35-
run: ct lint
35+
run: ct lint --target-branch main
3636

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

4141
- name: Run chart-testing (install)
42-
run: ct install
42+
run: ct install --target-branch main

charts/dnscrypt-proxy/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ appVersion: 2.0.44
33
description: dnscrypt-proxy for Kubernetes
44
icon: https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/logo.png
55
keywords:
6+
- dnscrypt-proxy
67
- dnscrypt
78
maintainers:
89
9-
name: Antoine TANZILLI
10+
name: Tailzip
1011
name: dnscrypt-proxy
1112
sources:
1213
- https://github.com/Tailzip/dnscrypt-proxy-helm-chart
1314
type: application
14-
version: 0.1.1
15+
version: 0.1.2

0 commit comments

Comments
 (0)