Skip to content

Commit

Permalink
ci(fossa): update minikube version
Browse files Browse the repository at this point in the history
Signed-off-by: sinhaashish <[email protected]>
  • Loading branch information
sinhaashish committed Oct 31, 2024
1 parent d2e1053 commit 0bda9d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
go-version: 1.14.7

- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@v2.3.0
uses: medyagh/setup-minikube@latest
with:
minikube version: v1.16.0
kubernetes version: v1.20.1
github token: ${{ secrets.GITHUB_TOKEN }}
minikube-version: 1.24.0
kubernetes-version: v1.22.3
# github token: ${{ secrets.GITHUB_TOKEN }}

- name: Build images locally
run: make build && make container || exit 1;
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
go-version: 1.14.7

- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@v2.3.0
uses: medyagh/setup-minikube@latest
with:
minikube version: v1.16.0
kubernetes version: v1.20.1
github token: ${{ secrets.GITHUB_TOKEN }}
minikube-version: 1.24.0
kubernetes-version: v1.22.3
#github token: ${{ secrets.GITHUB_TOKEN }}

- name: Build images locally
run: make build && make container || exit 1;
Expand Down
2 changes: 1 addition & 1 deletion script/install-openebs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo systemctl status iscsid --no-pager
echo "Installation complete"

#TODO add openebs release
kubectl apply -f https://raw.githubusercontent.com/openebs/openebs/master/k8s/openebs-operator.yaml
kubectl apply -f https://raw.githubusercontent.com/openebs/openebs/v3.10.0/k8s/openebs-operator.yaml

function waitForDeployment() {
DEPLOY=$1
Expand Down

0 comments on commit 0bda9d8

Please sign in to comment.