Skip to content

Commit

Permalink
Merge pull request #290 from meysamhadeli/feature/update-kubernetes-i…
Browse files Browse the repository at this point in the history
…mage-versions

feat: Update kubernetes image versions.
  • Loading branch information
meysamhadeli authored Apr 4, 2024
2 parents 006ad9f + 32702e5 commit 00f0368
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deployments/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
#######################################################
elasticsearch:
container_name: elasticsearch
image: elasticsearch:latest
image: elasticsearch:7.17.9
restart: unless-stopped
ports:
- 9200:9200
Expand All @@ -133,7 +133,7 @@ services:
#######################################################
kibana:
container_name: kibana
image: kibana:latest
image: kibana:7.17.9
restart: unless-stopped
ports:
- 5601:5601
Expand Down
4 changes: 2 additions & 2 deletions deployments/docker-compose/infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:
#######################################################
elasticsearch:
container_name: elasticsearch
image: elasticsearch:latest
image: elasticsearch:7.17.9
restart: unless-stopped
ports:
- 9200:9200
Expand All @@ -135,7 +135,7 @@ services:
#######################################################
kibana:
container_name: kibana
image: kibana:latest
image: kibana:7.17.9
restart: unless-stopped
ports:
- 5601:5601
Expand Down
6 changes: 3 additions & 3 deletions deployments/kubernetes/booking-microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ spec:
value: All
- name: EVENTSTORE_START_STANDARD_PROJECTIONS
value: "true"
image: eventstore/eventstore:21.2.0-buster-slim
image: eventstore/eventstore:latest
name: eventstore
ports:
- containerPort: 1113
Expand Down Expand Up @@ -751,7 +751,7 @@ spec:
io.kompose.service: mongo
spec:
containers:
- image: mongo:5
- image: mongo:latest
name: mongo
ports:
- containerPort: 27017
Expand Down Expand Up @@ -851,7 +851,7 @@ spec:
io.kompose.service: rabbitmq
spec:
containers:
- image: rabbitmq:3-management
- image: rabbitmq:management
name: rabbitmq
ports:
- containerPort: 5672
Expand Down

0 comments on commit 00f0368

Please sign in to comment.