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 Jan 9, 2024
1 parent 2ffc207 commit c8e4706
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 66 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.1.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.53
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.2.3
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.91.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.48.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.15.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.1
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.1
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.53
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.2.3
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.91.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.48.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.1
container_name: tracetest-postgres
profiles:
- tests
Expand Down
91 changes: 47 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"markdown-link-check": "^3.9.3",
"markdown-toc": "^1.2.0",
"markdownlint-cli": "0.37.0",
"markdownlint-cli": "0.38.0",
"@kt3k/license-checker": "^3.2.2"
}
}
14 changes: 7 additions & 7 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@grpc/grpc-js": "1.9.9",
"@grpc/grpc-js": "1.9.13",
"dotenv": "16.3.1",
"dotenv-expand": "^10.0.0",
"node-fetch": "3.3.2",
Expand Down

0 comments on commit c8e4706

Please sign in to comment.