Skip to content

Commit e5d4110

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

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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;
@@ -69,7 +68,7 @@ jobs:
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

.github/workflows/pull_request.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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;
@@ -69,7 +68,7 @@ jobs:
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

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)