From a90d5c149df49ebb0664b0b6ccb2de2f22a55d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EA=B2=BD=ED=98=84?= <108459576+kangkyunghyun@users.noreply.github.com> Date: Tue, 11 Aug 2026 03:47:26 +0900 Subject: [PATCH] fix(data-prepper): use official 2.16.0 image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 강경현 <108459576+kangkyunghyun@users.noreply.github.com> --- .env | 6 +++--- charts/observability-stack/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 9fdfb849..932051f5 100644 --- a/.env +++ b/.env @@ -52,9 +52,9 @@ OTEL_COLLECTOR_PORT_HTTP=4318 OTEL_COLLECTOR_METRICS_PORT=8888 # Data Prepper Configuration -DATA_PREPPER_VERSION=2.16.0-SNAPSHOT-rc1 -DATA_PREPPER_DOCKER_REPO=sgguruda62324 -DATA_PREPPER_IMAGE=opensearch-data-prepper +DATA_PREPPER_VERSION=2.16.0 +DATA_PREPPER_DOCKER_REPO=opensearchproject +DATA_PREPPER_IMAGE=data-prepper DATA_PREPPER_OTLP_PORT=21890 DATA_PREPPER_HTTP_PORT=21892 diff --git a/charts/observability-stack/values.yaml b/charts/observability-stack/values.yaml index 00b9fac5..3c275167 100644 --- a/charts/observability-stack/values.yaml +++ b/charts/observability-stack/values.yaml @@ -153,8 +153,8 @@ opensearch-dashboards: data-prepper: enabled: true image: - repository: "sgguruda62324/opensearch-data-prepper" - tag: "2.16.0-SNAPSHOT-rc1" + repository: "opensearchproject/data-prepper" + tag: "2.16.0" # Wait for OpenSearch to be ready before starting Data Prepper. # Without this, sink initialization fails and the OTLP source never starts. initContainers: