From df27ea68a116c1cb63a2a6e45a12cf994c3afe04 Mon Sep 17 00:00:00 2001 From: jasonbarbee Date: Fri, 4 Oct 2024 22:01:01 -0500 Subject: [PATCH] charts --- .github/workflows/release.yaml | 9 +++++---- helm/cr.yaml | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5f64c45..372f774 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -47,4 +48,4 @@ jobs: config: helm/cr.yaml env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - debug: true + DEBUG: "true" diff --git a/helm/cr.yaml b/helm/cr.yaml index a232c07..c5afebd 100644 --- a/helm/cr.yaml +++ b/helm/cr.yaml @@ -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