File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ DEMO_VERSION=latest
7
7
8
8
# Dependent images
9
9
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
11
11
GRAFANA_IMAGE = grafana/grafana:11.1.1
12
12
JAEGERTRACING_IMAGE = jaegertracing/all-in-one:1.59
13
13
# must also update version field in ./src/grafana/provisioning/datasources/opensearch.yaml
Original file line number Diff line number Diff line change @@ -579,6 +579,7 @@ services:
579
579
resources :
580
580
limits :
581
581
memory : 50M
582
+ restart : unless-stopped
582
583
environment :
583
584
- FLAGD_OTEL_COLLECTOR_URI=${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
584
585
- FLAGD_METRICS_EXPORTER=otel
Original file line number Diff line number Diff line change @@ -9910,7 +9910,7 @@ spec:
9910
9910
serviceAccountName : opentelemetry-demo
9911
9911
containers :
9912
9912
- name : flagd
9913
- image : ' ghcr.io/open-feature/flagd:v0.11.1 '
9913
+ image : ' ghcr.io/open-feature/flagd:v0.11.2 '
9914
9914
imagePullPolicy : IfNotPresent
9915
9915
command :
9916
9916
- /flagd-build
You can’t perform that action at this time.
0 commit comments