Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update kubernetes image versions. #290

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading