Skip to content

Commit

Permalink
update to latest versions (gh-516)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaid4j committed Mar 14, 2022
1 parent 64227d7 commit d00ffea
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions envcn/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_VERSION=0.0.3-SNAPSHOT
ELK_VERSION=7.16.2
RABBIT_MQ=3.9.11-management
ZIPKIN=2.23.15
MY_SQL=8.0.27
KEY_CLOAK=15.1.1
ELK_VERSION=7.17.1
RABBIT_MQ=3.9.13-management
ZIPKIN=2.23.16
MY_SQL=8.0.28
KEY_CLOAK=16.1.1
16 changes: 8 additions & 8 deletions k8s/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: auth-server
image: jboss/keycloak:15.1.1
image: jboss/keycloak:16.1.1
env:
- name: JAVA_OPTS_APPEND
value: '-Djboss.socket.binding.port-offset=1919'
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
app: app-db
spec:
containers:
- image: mysql:8.0.27
- image: mysql:8.0.28
name: app-db
env:
- name: MYSQL_DATABASE
Expand Down Expand Up @@ -189,7 +189,7 @@ spec:
spec:
containers:
- name: rabbit-mq
image: rabbitmq:3.9.11-management
image: rabbitmq:3.9.13-management
ports:
- containerPort: 5672
- containerPort: 15672
Expand All @@ -212,13 +212,13 @@ spec:
spec:
containers:
- name: zipkin
image: openzipkin/zipkin:2.23.15
image: openzipkin/zipkin:2.23.16
ports:
- containerPort: 9411
---

#ELK Stack
# Elastic Search
# Elasticsearch
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -247,7 +247,7 @@ spec:
mountPath: /mnt/pv/elasticsearch
containers:
- name: elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.1
env:
- name: ES_JAVA_OPTS
value: "-Xmx256m -Xms256m"
Expand Down Expand Up @@ -292,7 +292,7 @@ spec:
spec:
containers:
- name: logstash
image: docker.elastic.co/logstash/logstash:7.16.2
image: docker.elastic.co/logstash/logstash:7.17.1
env:
- name: ES_JAVA_OPTS
value: "-Xmx256m -Xms256m"
Expand Down Expand Up @@ -333,7 +333,7 @@ spec:
spec:
containers:
- name: kibana
image: docker.elastic.co/kibana/kibana:7.16.2
image: docker.elastic.co/kibana/kibana:7.17.1
ports:
- containerPort: 5601
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.2</version>
<version>2.6.4</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.ubaid.ms</groupId>
Expand All @@ -29,7 +29,7 @@

<properties>
<java.version>17</java.version>
<spring-cloud.version>2021.0.0</spring-cloud.version>
<spring-cloud.version>2021.0.1</spring-cloud.version>
</properties>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Abstract
- **Distributed Tracing**
- Following are the Tools and technologies which I am using:
- **Java 17**
- **Spring Boot 2.6.2**
- **Spring Cloud 2021.0.0 (Security, Config Server, Service Discovery and Distributed Tracing)**
- **KeyCloak Server (Authorization Server) 15.1.1**
- **Zipkin Version 2.23.15 (Distribute Tracing)**
- **Rabbit MQ Version 3.9.11-management(Message Broker)**
- **ELK Stack Version 7.16.2**
- **Spring Boot 2.6.4**
- **Spring Cloud 2021.0.1 (Security, Config Server, Service Discovery and Distributed Tracing)**
- **KeyCloak Server (Authorization Server) 16.1.1**
- **Zipkin Version 2.23.16 (Distribute Tracing)**
- **Rabbit MQ Version 3.9.13-management(Message Broker)**
- **ELK Stack Version 7.17.1**

Requirements
-----------
Expand Down

0 comments on commit d00ffea

Please sign in to comment.