chore: bump local OpenSearch/OSD to 3.9.0 from staging registry - #453
Conversation
30dbd66 to
c974e3e
Compare
| services: | ||
| # OpenSearch Dashboards - Web UI for visualizing logs and traces | ||
| opensearch-dashboards: | ||
| image: ${OPENSEARCH_DOCKER_REPO}/opensearch-dashboards:${OPENSEARCH_DASHBOARDS_VERSION} |
There was a problem hiding this comment.
Can we modify .env instead?
There was a problem hiding this comment.
If the fix is in main, we could like use opensearchstaging repo with 3.8.0 tag since it's a nightly build
There was a problem hiding this comment.
This is in 3.9 staging, but 3.9 staging is missing the AD plugin which is needed.
| # Custom OSD image: built on top of OpenSearch Dashboards 3.8, but with the latest | ||
| # changes from the dashboards-observability plugin (all other plugins intact). | ||
| # Override with OPENSEARCH_DASHBOARDS_IMAGE to revert to the stock image. | ||
| image: ${OPENSEARCH_DASHBOARDS_IMAGE:-ashisagr32966/opensearch-dashboards-obs:${OPENSEARCH_DASHBOARDS_VERSION}} |
There was a problem hiding this comment.
if it's temporary, can we change installation command instead of changing source? or does .env take priority over shell environment?
There was a problem hiding this comment.
+1. Perhaps we could inline the OPENSEARCH_DASHBOARDS_IMAGE env var in the CLI command
There was a problem hiding this comment.
I made a change so this custom image is the default, but if they comment it out in the .env file, it will fall back to the old OSD 3.8 image.
c974e3e to
746580f
Compare
746580f to
e647c54
Compare
e647c54 to
665cb67
Compare
665cb67 to
5c365f2
Compare
Point the local opensearch and opensearch-dashboards services at opensearchstaging 3.9.0 by switching OPENSEARCH_DOCKER_REPO to opensearchstaging and bumping OPENSEARCH_VERSION and OPENSEARCH_DASHBOARDS_VERSION to 3.9.0. Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
5c365f2 to
e0d694b
Compare
Summary
Bump the local
opensearchandopensearch-dashboardsservices to 3.9.0 and pull them from the staging registry, to test the pre-release 3.9.0 builds with the local observability stack.Changes
.env:OPENSEARCH_DOCKER_REPO:opensearchproject→opensearchstagingOPENSEARCH_VERSION:3.8.0→3.9.0OPENSEARCH_DASHBOARDS_VERSION:3.8.0→3.9.0Testing
Brought up the full stack; both services run
opensearchstaging/*:3.9.0. OpenSearch healthy, OpenSearch Dashboards status green, and logs/traces/service-map/metrics all ingesting.