Skip to content

Commit

Permalink
Merge pull request #3265 from yurake/actions/check-for-update-minikube
Browse files Browse the repository at this point in the history
check-for-update-minikube automated change
  • Loading branch information
yurake committed Sep 15, 2024
2 parents 1b06bc7 + f4af22a commit d595214
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minikube-quarkus-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: start minikube
uses: medyagh/setup-minikube@v0.0.18
with:
minikube-version: 1.30.1
minikube-version: 1.31.0
kubernetes-version: 1.27.3
driver: docker
container-runtime: docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-security-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: start minikube
uses: medyagh/setup-minikube@v0.0.18
with:
minikube-version: 1.30.1
minikube-version: 1.31.0
kubernetes-version: 1.27.3
driver: docker
container-runtime: docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-stress-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: start minikube
uses: medyagh/setup-minikube@v0.0.18
with:
minikube-version: 1.30.1
minikube-version: 1.31.0
kubernetes-version: 1.27.3
driver: docker
container-runtime: docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-yaml-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: start minikube
uses: medyagh/setup-minikube@v0.0.18
with:
minikube-version: 1.30.1
minikube-version: 1.31.0
kubernetes-version: 1.27.3
driver: docker
container-runtime: docker
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Sample web application based on k8s. Focus on connecting components, setting k8s
[![Support JVM Version](https://img.shields.io/badge/JVM-17-yellow.svg?style=flat\&logo=Java)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22Java+CI%22)
[![Support Quarkus Version](https://img.shields.io/badge/Quarkus-2.16.9-yellow.svg?style=flat\&logo=Quarkus)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22Java+CI%22)
[![Support Kubernetes Version](https://img.shields.io/badge/Kubernetes-1.27.3-yellow.svg?style=flat\&logo=Kubernetes)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22Minikube+CI%22)
[![Support Minikube Version](https://img.shields.io/badge/Minikube-1.30.1-yellow.svg?style=flat\&logo=Kubernetes)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22Minikube+CI%22)
[![Support kind Version](https://img.shields.io/badge/kind-2.6.4-yellow.svg?style=flat\&logo=Kubernetes)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22kind+CI%22)
[![Support Minikube Version](https://img.shields.io/badge/Minikube-1.31.1-yellow.svg?style=flat\&logo=Kubernetes)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22Minikube+CI%22)
[![Support kind Version](https://img.shields.io/badge/kind-2.6.2-yellow.svg?style=flat\&logo=Kubernetes)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22kind+CI%22)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE/)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fyurake%2Fk8s-3tier-webapp.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fyurake%2Fk8s-3tier-webapp?ref=badge_shield)

Expand Down

0 comments on commit d595214

Please sign in to comment.