File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,10 @@ jobs:
5656 go-version : 1.14.7
5757
5858 - name : Setup Minikube-Kubernetes
59- uses : manusa/actions- setup-minikube@v2.3.0
59+ uses : medyagh/ setup-minikube@latest
6060 with :
61- minikube version : v1.16.0
62- kubernetes version : v1.20.1
63- github token : ${{ secrets.GITHUB_TOKEN }}
61+ minikube-version : 1.24.0
62+ kubernetes-version : v1.22.3
6463
6564 - name : Build images locally
6665 run : make build && make container || exit 1;
6968 run : |
7069 kubectl cluster-info
7170 echo "KUBECONFIG=$HOME/.kube/config" >> $GITHUB_ENV
72- echo "VELERO_RELEASE=v1.6.0 " >> $GITHUB_ENV
71+ echo "VELERO_RELEASE=v1.13.2 " >> $GITHUB_ENV
7372 echo "OPENEBS_RELEASE=master" >> $GITHUB_ENV
7473
7574 - name : Installation
Original file line number Diff line number Diff line change @@ -56,11 +56,10 @@ jobs:
5656 go-version : 1.14.7
5757
5858 - name : Setup Minikube-Kubernetes
59- uses : manusa/actions- setup-minikube@v2.3.0
59+ uses : medyagh/ setup-minikube@latest
6060 with :
61- minikube version : v1.16.0
62- kubernetes version : v1.20.1
63- github token : ${{ secrets.GITHUB_TOKEN }}
61+ minikube-version : 1.24.0
62+ kubernetes-version : v1.22.3
6463
6564 - name : Build images locally
6665 run : make build && make container || exit 1;
6968 run : |
7069 kubectl cluster-info
7170 echo "KUBECONFIG=$HOME/.kube/config" >> $GITHUB_ENV
72- echo "VELERO_RELEASE=v1.6.0 " >> $GITHUB_ENV
71+ echo "VELERO_RELEASE=v1.13.2 " >> $GITHUB_ENV
7372 echo "OPENEBS_RELEASE=master" >> $GITHUB_ENV
7473
7574 - name : Installation
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sudo systemctl status iscsid --no-pager
2525echo " Installation complete"
2626
2727# TODO add openebs release
28- kubectl apply -f https://raw.githubusercontent.com/openebs/openebs/master /k8s/openebs-operator.yaml
28+ kubectl apply -f https://raw.githubusercontent.com/openebs/openebs/v3.10.0 /k8s/openebs-operator.yaml
2929
3030function waitForDeployment() {
3131 DEPLOY=$1
You can’t perform that action at this time.
0 commit comments