Skip to content

Commit

Permalink
chore: update ruby apps imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-rumian committed Mar 4, 2024
1 parent fd5b5b1 commit beb2a69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit beb2a69

Please sign in to comment.