Skip to content

Commit 4c24904

Browse files
author
github-actions
committed
Merge remote-tracking branch 'upstream/main'
2 parents e1ade33 + 076afc4 commit 4c24904

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DEMO_VERSION=latest
77

88
# Dependent images
99
COLLECTOR_CONTRIB_IMAGE=otel/opentelemetry-collector-contrib:0.105.0
10-
FLAGD_IMAGE=ghcr.io/open-feature/flagd:v0.11.1
10+
FLAGD_IMAGE=ghcr.io/open-feature/flagd:v0.11.2
1111
GRAFANA_IMAGE=grafana/grafana:11.1.1
1212
JAEGERTRACING_IMAGE=jaegertracing/all-in-one:1.59
1313
# must also update version field in ./src/grafana/provisioning/datasources/opensearch.yaml

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ services:
579579
resources:
580580
limits:
581581
memory: 50M
582+
restart: unless-stopped
582583
environment:
583584
- FLAGD_OTEL_COLLECTOR_URI=${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
584585
- FLAGD_METRICS_EXPORTER=otel

kubernetes/opentelemetry-demo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9910,7 +9910,7 @@ spec:
99109910
serviceAccountName: opentelemetry-demo
99119911
containers:
99129912
- name: flagd
9913-
image: 'ghcr.io/open-feature/flagd:v0.11.1'
9913+
image: 'ghcr.io/open-feature/flagd:v0.11.2'
99149914
imagePullPolicy: IfNotPresent
99159915
command:
99169916
- /flagd-build

0 commit comments

Comments
 (0)