You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: use opensearchstaging/opensearch:3.7.0 images for OS and OSD
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>
* fix(ci): remove unsupported --verify flag from helm plugin install
The --verify flag was removed in newer Helm versions, causing CI failure.
Signed-off-by: ps48 <pshenoy36@gmail.com>
* fix(ci): pin Helm to v3.18.6 for compatible plugin install
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>
---------
Signed-off-by: ps48 <pshenoy36@gmail.com>
0 commit comments