Skip to content

Commit

Permalink
charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbarbee committed Oct 5, 2024
1 parent d9660e8 commit df27ea6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ jobs:

- name: Add Helm repositories
run: |
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add stable https://charts.helm.sh/stable
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo add cert-manager https://charts.jetstack.io
helm repo update
- name: Lint Charts
- name: Lint and update dependencies
run: |
for dir in helm/charts/*/; do
helm dependency update "$dir"
helm lint "$dir"
done
Expand All @@ -47,4 +48,4 @@ jobs:
config: helm/cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
debug: true
DEBUG: "true"
3 changes: 3 additions & 0 deletions helm/cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
pages-branch: gh-pages
pages-index-path: helm/charts/index.yaml
skip-existing: true
owner: calltelemetry
git-repo: k8s
charts-repo: https://calltelemetry.github.io/k8s

0 comments on commit df27ea6

Please sign in to comment.