Skip to content

fix: use opensearchstaging 3.7.0 images for OS and OSD#271

Merged
ps48 merged 3 commits into
opensearch-project:mainfrom
ps48:update-os-osd-staging-3.7.0
May 29, 2026
Merged

fix: use opensearchstaging 3.7.0 images for OS and OSD#271
ps48 merged 3 commits into
opensearch-project:mainfrom
ps48:update-os-osd-staging-3.7.0

Conversation

@ps48
Copy link
Copy Markdown
Member

@ps48 ps48 commented May 28, 2026

Summary

  • Revert to the original OPENSEARCH_DOCKER_REPO pattern where compose files construct image references from repo + version variables
  • Replace temporary per-developer image overrides (ashisagr32966/opensearch-sql-main, joshuali925/opensearch-dashboards) with official opensearchstaging/opensearch:3.7.0 and opensearchstaging/opensearch-dashboards:3.7.0
  • Updated across .env, docker-compose.local-opensearch.yml, docker-compose.local-opensearch-dashboards.yml, Helm values.yaml, and install.sh

Test plan

  • docker compose config validates successfully
  • docker compose up — OpenSearch 3.7.0 starts and reports healthy
  • docker compose up — OpenSearch Dashboards 3.7.0 starts and reports healthy
  • helm lint passes
  • helm template renders correct opensearchstaging/*:3.7.0 images
  • helm install on kind cluster — OpenSearch pod running and responding with version 3.7.0

Revert to the original OPENSEARCH_DOCKER_REPO pattern where the compose
files construct image references from the repo + version variables,
replacing the temporary per-developer image overrides.

Updated across .env, docker-compose, Helm values, and install.sh.

Signed-off-by: ps48 <pshenoy36@gmail.com>
ps48 added 2 commits May 28, 2026 17:10
The --verify flag was removed in newer Helm versions, causing CI failure.

Signed-off-by: ps48 <pshenoy36@gmail.com>
Helm v3.18+ supports the platformHooks plugin.yaml field and does not
require --verify flag. Pinning avoids version drift across CI runs.

Signed-off-by: ps48 <pshenoy36@gmail.com>
@ps48 ps48 force-pushed the update-os-osd-staging-3.7.0 branch from 201b3ae to a06aa59 Compare May 29, 2026 00:14
@ps48 ps48 merged commit 6b9223e into opensearch-project:main May 29, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants