We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694e4d9 commit 47ef741Copy full SHA for 47ef741
.github/workflows/ci.yml
@@ -63,6 +63,7 @@ jobs:
63
- name: Add dependency Helm chart repositories
64
run: |
65
helm repo add bitnami https://charts.bitnami.com/bitnami
66
+ helm repo add nfs-ganesha-server-and-external-provisioner https://kubernetes-sigs.github.io/nfs-ganesha-server-and-external-provisioner/
67
helm repo update
68
- name: Install Python
69
uses: actions/setup-python@v5
.github/workflows/pkg.yml
@@ -48,6 +48,7 @@ jobs:
48
49
50
51
52
53
- name: Host charts repository on GitHub Pages
54
uses: helm/[email protected]
0 commit comments