Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbarbee committed Oct 5, 2024
1 parent 9d84c1b commit d9660e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,17 @@ jobs:
helm repo add cert-manager https://charts.jetstack.io
helm repo update
- name: Lint Charts
run: |
for dir in helm/charts/*/; do
helm lint "$dir"
done
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: helm/charts
config: helm/cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
debug: true
2 changes: 1 addition & 1 deletion helm/charts/ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.11.4
version: 0.11.5
appVersion: 0.8.0
name: ct-ingress
description: Call Telemetry for Cisco Callmanager
Expand Down

0 comments on commit d9660e8

Please sign in to comment.