Skip to content

Commit

Permalink
Upgrade flagd to v0.11.2 (#1711)
Browse files Browse the repository at this point in the history
* Upgrade flagd to v0.11.2

Close #1625

* Update opentelemetry-demo.yaml

* Update docker-compose.yml
  • Loading branch information
Starefossen authored Aug 30, 2024
1 parent 52d315a commit 076afc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEMO_VERSION=latest

# Dependent images
COLLECTOR_CONTRIB_IMAGE=otel/opentelemetry-collector-contrib:0.105.0
FLAGD_IMAGE=ghcr.io/open-feature/flagd:v0.11.1
FLAGD_IMAGE=ghcr.io/open-feature/flagd:v0.11.2
GRAFANA_IMAGE=grafana/grafana:11.1.1
JAEGERTRACING_IMAGE=jaegertracing/all-in-one:1.59
# must also update version field in ./src/grafana/provisioning/datasources/opensearch.yaml
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ services:
resources:
limits:
memory: 50M
restart: unless-stopped
environment:
- FLAGD_OTEL_COLLECTOR_URI=${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
- FLAGD_METRICS_EXPORTER=otel
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/opentelemetry-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9910,7 +9910,7 @@ spec:
serviceAccountName: opentelemetry-demo
containers:
- name: flagd
image: 'ghcr.io/open-feature/flagd:v0.11.1'
image: 'ghcr.io/open-feature/flagd:v0.11.2'
imagePullPolicy: IfNotPresent
command:
- /flagd-build
Expand Down

0 comments on commit 076afc4

Please sign in to comment.