Skip to content

Commit

Permalink
ci: fix the way repos are provided
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 20, 2024
1 parent 16cbb22 commit dcddc11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
skip-existing: true
chart-repos:
- jaeger=https://jaegertracing.github.io/helm-charts
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
version: v3.13.0

- run: |
helm repo add jaeger https://jaegertracing.github.io/helm-charts
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
Expand Down

0 comments on commit dcddc11

Please sign in to comment.