Skip to content

Commit

Permalink
Merge branch 'master' into actions/check-for-update-kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
yurake committed Sep 15, 2024
2 parents a800f70 + d595214 commit d157331
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.4
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.4
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.4
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.4
driver: docker
container-runtime: docker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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.4-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 Minikube Version](https://img.shields.io/badge/Minikube-1.31.0-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)
[![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 d157331

Please sign in to comment.