Skip to content

Commit 0bda9d8

Browse files
committed
ci(fossa): update minikube version
Signed-off-by: sinhaashish <[email protected]>
1 parent d2e1053 commit 0bda9d8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ 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
63+
# github token: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Build images locally
6666
run: make build && make container || exit 1;

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ 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
63+
#github token: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Build images locally
6666
run: make build && make container || exit 1;

script/install-openebs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sudo systemctl status iscsid --no-pager
2525
echo "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

3030
function waitForDeployment() {
3131
DEPLOY=$1

0 commit comments

Comments
 (0)