We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc78b31 commit 838f429Copy full SHA for 838f429
.github/workflows/cluster-test.yml
@@ -120,7 +120,10 @@ jobs:
120
kubectl wait --for=condition=ready pod -l app=redis -n s3proxy --timeout=120s
121
122
- name: Build Helm dependencies
123
- run: helm dependency build manifests/
+ run: |
124
+ helm repo add dandydeveloper https://dandydeveloper.github.io/charts
125
+ helm repo update
126
+ helm dependency build manifests/
127
128
- name: Install s3proxy chart
129
run: |
0 commit comments