Skip to content

Commit

Permalink
Merge branch 'master' into actions/check-for-update-chaos-mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
yurake committed Sep 15, 2024
2 parents d6cc4f2 + 6bbee50 commit eaa0004
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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 @@ -32,7 +32,7 @@ jobs:
uses: medyagh/[email protected]
with:
minikube-version: 1.31.0
kubernetes-version: 1.27.3
kubernetes-version: 1.27.4
driver: docker
container-runtime: docker
cpus: 2
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 @@ -22,7 +22,7 @@ jobs:
uses: medyagh/[email protected]
with:
minikube-version: 1.31.0
kubernetes-version: 1.27.3
kubernetes-version: 1.27.4
driver: docker
container-runtime: docker
cpus: 2
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 @@ -26,7 +26,7 @@ jobs:
uses: medyagh/[email protected]
with:
minikube-version: 1.31.0
kubernetes-version: 1.27.3
kubernetes-version: 1.27.4
driver: docker
container-runtime: docker
cpus: 2
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 @@ -22,7 +22,7 @@ jobs:
uses: medyagh/[email protected]
with:
minikube-version: 1.31.0
kubernetes-version: 1.27.3
kubernetes-version: 1.27.4
driver: docker
container-runtime: docker
cpus: 2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.3-yellow.svg?style=flat\&logo=Kubernetes)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22Minikube+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.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.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/)
Expand Down
2 changes: 1 addition & 1 deletion application/jaxrs-hazelcast-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>jaxrs-hazelcast-quarkus</artifactId>
<properties>
<hazelcast.version>5.4.0</hazelcast.version>
<slf4j-reload4j.version>2.0.13</slf4j-reload4j.version>
<slf4j-reload4j.version>2.0.16</slf4j-reload4j.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/hazelcast/hazelcast-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: hazelcast
image: hazelcast/hazelcast:5.4.0
image: hazelcast/hazelcast:5.5.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kafka/kafka-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: kafka
image: bitnami/kafka:3.7.1-debian-12-r1
image: bitnami/kafka:3.8.0-debian-12-r5
imagePullPolicy: Always
ports:
- containerPort: 9092
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/monitoring/jenkins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/jenkins:2.468-alpine
FROM jenkins/jenkins:2.476-alpine
ARG BUILD_DATE
ARG VCS_REF

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/redis/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- redis-cli
- ping
- name: redis-exporter
image: oliver006/redis_exporter:v1.62.0-alpine
image: oliver006/redis_exporter:v1.63.0-alpine
ports:
- containerPort: 9121
livenessProbe:
Expand Down

0 comments on commit eaa0004

Please sign in to comment.