Skip to content

Commit

Permalink
Update config-no-service
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 17, 2024
1 parent 2ffc207 commit 3806f86
Show file tree
Hide file tree
Showing 7 changed files with 949 additions and 302 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
max-parallelism = 2
- name: Matrix Build and push demo images
if: steps.check_changes.outputs.skip == 'false'
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.4.0
with:
context: ${{ matrix.file_tag.context }}
file: ${{ matrix.file_tag.file }}
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ services:
# ********************
# Jaeger
jaeger:
image: jaegertracing/all-in-one:1.51
image: jaegertracing/all-in-one:1.59
container_name: jaeger
command:
- "--memory.max-traces=8000"
Expand All @@ -485,7 +485,7 @@ services:

# Grafana
grafana:
image: grafana/grafana:10.2.0
image: grafana/grafana:10.4.5
container_name: grafana
deploy:
resources:
Expand All @@ -502,7 +502,7 @@ services:

# OpenTelemetry Collector
otelcol:
image: otel/opentelemetry-collector-contrib:0.88.0
image: otel/opentelemetry-collector-contrib:0.105.0
container_name: otel-col
deploy:
resources:
Expand All @@ -524,7 +524,7 @@ services:

# Prometheus
prometheus:
image: quay.io/prometheus/prometheus:v2.47.2
image: quay.io/prometheus/prometheus:v2.53.1
container_name: prometheus
command:
- --web.console.templates=/etc/prometheus/consoles
Expand Down Expand Up @@ -687,7 +687,7 @@ services:
condition: service_started

tracetest-server:
image: kubeshop/tracetest:v0.14.6
image: kubeshop/tracetest:v0.16.2
platform: linux/amd64
container_name: tracetest-server
profiles:
Expand Down Expand Up @@ -716,7 +716,7 @@ services:
retries: 60

tracetest-postgres:
image: postgres:16.0
image: postgres:16.3
container_name: tracetest-postgres
profiles:
- tests
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ services:
# ******************
# Postgres used by Feature Flag service
ffs_postgres:
image: postgres:16.0
image: postgres:16.3
container_name: postgres
user: postgres
deploy:
Expand Down Expand Up @@ -608,7 +608,7 @@ services:
# ********************
# Jaeger
jaeger:
image: jaegertracing/all-in-one:1.51
image: jaegertracing/all-in-one:1.59
container_name: jaeger
command:
- "--memory.max-traces=8000"
Expand All @@ -630,7 +630,7 @@ services:

# Grafana
grafana:
image: grafana/grafana:10.2.0
image: grafana/grafana:10.4.5
container_name: grafana
deploy:
resources:
Expand All @@ -647,7 +647,7 @@ services:

# OpenTelemetry Collector
otelcol:
image: otel/opentelemetry-collector-contrib:0.88.0
image: otel/opentelemetry-collector-contrib:0.105.0
container_name: otel-col
deploy:
resources:
Expand All @@ -669,7 +669,7 @@ services:

# Prometheus
prometheus:
image: quay.io/prometheus/prometheus:v2.47.2
image: quay.io/prometheus/prometheus:v2.53.1
container_name: prometheus
command:
- --web.console.templates=/etc/prometheus/consoles
Expand Down Expand Up @@ -865,7 +865,7 @@ services:
retries: 60

tracetest-postgres:
image: postgres:16.0
image: postgres:16.3
container_name: tracetest-postgres
profiles:
- tests
Expand Down
Loading

0 comments on commit 3806f86

Please sign in to comment.