Skip to content

Commit

Permalink
Merge branch 'main' into renovate/featureflagservice
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker authored Nov 6, 2023
2 parents 99d1d8c + 2cf42d2 commit e45eeba
Show file tree
Hide file tree
Showing 28 changed files with 5,090 additions and 6,101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
id: check_changes
run: |
DOCKERFILE_DIR=$(dirname ${{ matrix.file_tag.file }})
FILES_CHANGED=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} -- $DOCKERFILE_DIR)
FILES_CHANGED=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} -- $DOCKERFILE_DIR)
FORCE_PUSH=${{ inputs.push }}
if [ "$FORCE_PUSH" = true ]; then
echo "Force push is enabled, proceeding with build."
Expand Down
10 changes: 5 additions & 5 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.50
image: jaegertracing/all-in-one:1.51
container_name: jaeger
command:
- "--memory.max-traces=8000"
Expand All @@ -485,7 +485,7 @@ services:

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

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

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

tracetest-server:
image: kubeshop/tracetest:v0.13.10
image: kubeshop/tracetest:v0.14.5
platform: linux/amd64
container_name: tracetest-server
profiles:
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ services:
# ********************
# Jaeger
jaeger:
image: jaegertracing/all-in-one:1.50
image: jaegertracing/all-in-one:1.51
container_name: jaeger
command:
- "--memory.max-traces=8000"
Expand All @@ -629,7 +629,7 @@ services:

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

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

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

tracetest-server:
image: kubeshop/tracetest:v0.13.10
image: kubeshop/tracetest:v0.14.5
platform: linux/amd64
container_name: tracetest-server
profiles:
Expand Down
Loading

0 comments on commit e45eeba

Please sign in to comment.