Skip to content

Commit

Permalink
chore: fix renovate annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jul 1, 2021
1 parent 01ec6d1 commit 060d4bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- 'charts/**'

workflow_dispatch:

jobs:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: 3.4.0 #renovate: datasource=github-releases depName=helm/helm
version: 3.4.0 #renovate: datasource=github-releases depName=helm lookupName=helm/helm

- name: Add external Helm repos
run: helm repo add bitnami https://charts.bitnami.com/bitnami
Expand All @@ -41,6 +41,6 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
with:
version: v1.1.1 #renovate: datasource=github-releases depName=helm/chart-releaser
version: v1.1.1 #renovate: datasource=github-releases depName=chart-releaser lookupName=helm/chart-releaser
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 060d4bf

Please sign in to comment.