Skip to content

Commit

Permalink
🌱 add repo "topolvm" (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
guettli authored May 17, 2024
1 parent c94d1aa commit dc19565
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,27 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.7.0
version: v3.7.0

- name: Add dependency chart repos
run: |
helm repo add cluster-proportional-autoscaler https://kubernetes-sigs.github.io/cluster-proportional-autoscaler
helm repo add topolvm https://topolvm.github.io/topolvm/
- name: Run chart-releaser
uses: helm/[email protected]
uses: helm/[email protected]
env:
CR_TOKEN: '${{ secrets.CR_TOKEN }}'
CR_SKIP_EXISTING: true
CR_SKIP_EXISTING: true

0 comments on commit dc19565

Please sign in to comment.