From bfdb5a7419bea82f83d31c6a32f5aaa730641b2c Mon Sep 17 00:00:00 2001 From: Antoine TANZILLI Date: Fri, 11 Dec 2020 22:53:40 +0100 Subject: [PATCH] chore(release): 0.1.2 --- .github/workflows/lint-test.yml | 12 ++++++------ charts/dnscrypt-proxy/Chart.yaml | 5 +++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 4b93580..5e731bc 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -14,11 +14,11 @@ 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/chart-testing-action@v2.0.1 @@ -26,17 +26,17 @@ jobs: - 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 diff --git a/charts/dnscrypt-proxy/Chart.yaml b/charts/dnscrypt-proxy/Chart.yaml index 167e217..9415718 100644 --- a/charts/dnscrypt-proxy/Chart.yaml +++ b/charts/dnscrypt-proxy/Chart.yaml @@ -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: antoine@tanzil.li - 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