Skip to content

Commit

Permalink
renaming and gitignore change
Browse files Browse the repository at this point in the history
  • Loading branch information
matilote committed Oct 17, 2024
1 parent 8525bfb commit c739e24
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:

- name: Helm Dependencies
run: |
helm dependency update helm-chart
for dir in charts/*; do
helm dependency update "$dir";
done
- name: Run chart-releaser
uses: helm/chart-releaser-action@main
with:
charts_dir: helm-chart
charts_dir: charts
pages_branch: charts-releases
skip_upload: true
env:
Expand All @@ -45,7 +47,7 @@ jobs:
- name: Publish to JFrog Artifactory
shell: bash
run: |
helm registry login nethermind.jfrog.io --username ${{ secrets.ARTIFACTORY_ANGKOR_USERNAME }} --password ${{ secrets.ARTIFACTORY_ANGKOR_TOKEN_DEVELOPER }}
helm registry login nethermind.jfrog.io --username ${{ secrets.ARTIFACTORY_ANGKOR_USERNAME }} --password ${{ secrets.ARTIFACTORY_ANGKOR_TOKEN_CONTRIBUTOR }}
for chart in .cr-release-packages/*.tgz; do
helm push "$chart" oci://nethermind.jfrog.io/angkor-helmoci-local
done
done
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ go.work.sum
.DS_Store
.lh/
.vscode/
jrpc-interceptor
/jrpc-interceptor
!jrpc-interceptor/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c739e24

Please sign in to comment.