Skip to content

Commit 2574261

Browse files
Update image for k8s from 2.1.5 to 2.2.1 (#222)
This fixes two issues: - Product-catalog failed to start due to using older image 2.1.5, this was due to the Product-catalog now using a postgresql db - frontend-proxy failed to start due to needing env vars for the new telemetry-docs service
1 parent a2746f1 commit 2574261

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

kubernetes/elastic-helm/demo.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ enabled: true
22
default:
33
image:
44
repository: ghcr.io/elastic/opentelemetry-demo
5-
tag: 2.1.5
5+
tag: 2.2.1
66
envOverrides:
77
- name: OTEL_SERVICE_NAME
88
valueFrom:
@@ -48,11 +48,16 @@ components:
4848
envOverrides:
4949
- name: LOCUST_BROWSER_TRAFFIC_ENABLED
5050
value: "false"
51+
5152
frontend-proxy:
5253
envOverrides:
5354
# This is set in .env file for Docker deployments, but it is not included upstream in the Helm chart, so we set it here.
5455
- name: ENVOY_ADDR
5556
value: "0.0.0.0"
57+
- name: TELEMETRY_DOCS_HOST
58+
value: "telemetry-docs"
59+
- name: TELEMETRY_DOCS_PORT
60+
value: "8000"
5661
flagd:
5762
sidecarContainers:
5863
- name: flagd-ui

0 commit comments

Comments
 (0)