Skip to content

Commit 4755987

Browse files
committed
Update CI configuration
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 22e8141 commit 4755987

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: kind
5252
uses: engineerd/setup-kind@v0.1.0
5353
with:
54-
version: v0.6.1
54+
version: v0.7.0
5555
config: hack/kubernetes/kind.yaml
5656

5757
- name: Prepare cluster for testing
@@ -67,7 +67,7 @@ jobs:
6767
echo
6868
echo "installing local-path provisioner ..."
6969
kubectl delete storageclass --all
70-
kubectl apply -f https://github.com/rancher/local-path-provisioner/raw/v0.0.11/deploy/local-path-storage.yaml
70+
kubectl apply -f https://github.com/rancher/local-path-provisioner/raw/v0.0.12/deploy/local-path-storage.yaml
7171
kubectl wait --for=condition=Ready pods -n local-path-storage --all --timeout=5m
7272
kubectl apply -f hack/kubernetes/storageclass/standard.yaml
7373
echo
@@ -76,11 +76,11 @@ jobs:
7676
7777
- name: Install CRDs
7878
run: |
79-
kubectl apply -f https://github.com/stashed/stash/raw/master/api/crds/stash.appscode.com_functions.yaml
80-
kubectl apply -f https://github.com/stashed/stash/raw/master/api/crds/stash.appscode.com_tasks.yaml
79+
kubectl apply -f https://github.com/stashed/apimachinery/raw/master/api/crds/stash.appscode.com_functions.yaml
80+
kubectl apply -f https://github.com/stashed/apimachinery/raw/master/api/crds/stash.appscode.com_tasks.yaml
8181
kubectl wait --for=condition=NamesAccepted crds --all --timeout=5m
8282
8383
- name: Test charts
8484
run: |
85-
export KUBECONFIG="$(kind get kubeconfig-path)"
85+
export KUBECONFIG=$HOME/.kube/config
8686
make ct

0 commit comments

Comments
 (0)