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 e5d4110
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ 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

- name: Build images locally
run: make build && make container || exit 1;
Expand All @@ -69,7 +68,7 @@ jobs:
run: |
kubectl cluster-info
echo "KUBECONFIG=$HOME/.kube/config" >> $GITHUB_ENV
echo "VELERO_RELEASE=v1.6.0" >> $GITHUB_ENV
echo "VELERO_RELEASE=v1.13.2" >> $GITHUB_ENV
echo "OPENEBS_RELEASE=master" >> $GITHUB_ENV
- name: Installation
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ 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

- name: Build images locally
run: make build && make container || exit 1;
Expand All @@ -69,7 +68,7 @@ jobs:
run: |
kubectl cluster-info
echo "KUBECONFIG=$HOME/.kube/config" >> $GITHUB_ENV
echo "VELERO_RELEASE=v1.6.0" >> $GITHUB_ENV
echo "VELERO_RELEASE=v1.13.2" >> $GITHUB_ENV
echo "OPENEBS_RELEASE=master" >> $GITHUB_ENV
- name: Installation
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 e5d4110

Please sign in to comment.