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

chore: update ruby apps imgs #95

Merged
merged 1 commit into from
Mar 5, 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
6 changes: 3 additions & 3 deletions deployments/docker-compose/docker-compose-interval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
# - OTEL_EXPORTER_OTLP_ENDPOINT=http://otelcol:55681/v1/traces
# - OTEL_RESOURCE_ATTRIBUTES=application=tcb-local,service.name=the-coffee-lover
machine-svc:
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.2.0-0.35.0-0.24.0
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.4.0-0.60.0-0.26.3
container_name: machine-svc
hostname: machine-svc
ports:
Expand All @@ -130,7 +130,7 @@ services:
- OTEL_EXPORTER_OTLP_INSECURE=true
- OTEL_RESOURCE_ATTRIBUTES=application=tcb-local,service.name=machine-svc
coffee-svc:
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.2.0-0.35.0-0.24.0
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.4.0-0.60.0-0.26.3
container_name: coffee-svc
hostname: coffee-svc
ports:
Expand All @@ -141,7 +141,7 @@ services:
- OTEL_EXPORTER_OTLP_INSECURE=true
- OTEL_RESOURCE_ATTRIBUTES=application=tcb-local,service.name=coffee-svc
water-svc:
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.2.0-0.35.0-0.24.0
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.4.0-0.60.0-0.26.3
container_name: water-svc
hostname: water-svc
ports:
Expand Down
6 changes: 3 additions & 3 deletions deployments/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:
# - OTEL_EXPORTER_OTLP_ENDPOINT=http://otelcol:55681/v1/traces
# - OTEL_RESOURCE_ATTRIBUTES=application=tcb-local,service.name=the-coffee-lover
machine-svc:
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.2.0-0.35.0-0.24.0
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.4.0-0.60.0-0.26.3
container_name: machine-svc
hostname: machine-svc
ports:
Expand All @@ -125,7 +125,7 @@ services:
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otelcol:4318
- OTEL_RESOURCE_ATTRIBUTES=application=tcb-local,service.name=machine-svc
coffee-svc:
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.2.0-0.35.0-0.24.0
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.4.0-0.60.0-0.26.3
container_name: coffee-svc
hostname: coffee-svc
ports:
Expand All @@ -135,7 +135,7 @@ services:
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otelcol:4318
- OTEL_RESOURCE_ATTRIBUTES=application=tcb-local,service.name=coffee-svc
water-svc:
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.2.0-0.35.0-0.24.0
image: public.ecr.aws/sumologic/the-coffee-bar:rubyAppsv0.2.1-ot1.4.0-0.60.0-0.26.3
container_name: water-svc
hostname: water-svc
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployments/helm/sumologic-the-coffee-bar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ image:
tag: pythonAppsv0.3.2-ot1.23.0-0.44b0
ruby:
repository: public.ecr.aws/sumologic/the-coffee-bar
tag: rubyAppsv0.2.1-ot1.2.0-0.35.0-0.24.0
tag: rubyAppsv0.2.1-ot1.4.0-0.60.0-0.26.3
clicker:
repository: public.ecr.aws/sumologic/the-coffee-bar
tag: clicker-v1.2
Expand Down
Loading