Skip to content

Commit

Permalink
helm release test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafajpet committed Mar 25, 2024
1 parent 87f6030 commit 33ab35a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Release Charts

on:
push:
branches:
- main

#on:
# push:
# pull_request:
# branches:
# - main

on:
push:
pull_request:

env:
HELM_VERSION: 3.14.0
Expand Down Expand Up @@ -36,6 +36,7 @@ jobs:
version: ${{ env.HELM_VERSION }}

- name: Run chart-releaser
uses: helm/[email protected].0
uses: helm/[email protected].1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
2 changes: 1 addition & 1 deletion charts/aws-service-quotas-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type: application

version: 0.0.1

appVersion: "v0.0.1"
appVersion: "0.0.1"

0 comments on commit 33ab35a

Please sign in to comment.