diff --git a/.github/workflows/on-push.yaml b/.github/workflows/on-push.yaml index 92bab91..2c74691 100644 --- a/.github/workflows/on-push.yaml +++ b/.github/workflows/on-push.yaml @@ -9,7 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Configure Git run: | diff --git a/charts/vouch/Chart.yaml b/charts/vouch/Chart.yaml index 266ee21..ae88ac0 100644 --- a/charts/vouch/Chart.yaml +++ b/charts/vouch/Chart.yaml @@ -4,7 +4,7 @@ type: application appVersion: "0.32.0" version: 3.0.3 name: vouch -description: An SSO and OAuth login solution for nginx using the auth_request module +description: An SSO and OAuth login solution for nginx using the auth_request module. icon: https://avatars0.githubusercontent.com/u/45102943?s=200&v=4 keywords: - nginx