Update github actions

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-12-08 23:23:23 -03:00
parent d744ce4422
commit 52fa756c76
4 changed files with 5 additions and 4 deletions

View file

@ -22,7 +22,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- uses: dorny/paths-filter@v2.2.0 - uses: dorny/paths-filter@v2
id: filter id: filter
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -20,7 +20,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- uses: dorny/paths-filter@v2.2.0 - uses: dorny/paths-filter@v2
id: filter id: filter
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -20,13 +20,14 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- uses: dorny/paths-filter@v2.2.0 - uses: dorny/paths-filter@v2
id: filter id: filter
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
filters: | filters: |
charts: charts:
- 'charts/ingress-nginx/Chart.yaml' - 'charts/ingress-nginx/Chart.yaml'
- 'charts/ingress-nginx/**/*'
chart: chart:
name: Release Chart name: Release Chart

View file

@ -21,4 +21,4 @@ annotations:
# List of changes for the release in artifacthub.io # List of changes for the release in artifacthub.io
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog # https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
artifacthub.io/changes: | artifacthub.io/changes: |
- Fix 'maxmindLicenseKey' location in values.yaml - Fix maxmindLicenseKey location in values.yaml