-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade opensearch to kb 1.0 api #1136
Conversation
…hub.com/apecloud/kubeblocks-addons into chore/update-opensearch-to-kb-1.0-API-1
…hub.com/apecloud/kubeblocks-addons into chore/update-opensearch-to-kb-1.0-API-1
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1136 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 46 47 +1
Lines 5308 5330 +22
=====================================
- Misses 5308 5330 +22 ☔ View full report in Codecov by Sentry. |
@@ -37,7 +38,7 @@ spec: | |||
storage: {{ .Values.persistence.data.size }} | |||
{{- end }} | |||
- name: dashboard | |||
componentDef: opensearch-dashboard | |||
componentDef: os-dashboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
os is confusing; keep the original opensearch naming.
- name: OPENSEARCH_COMPONENT_SHORT_NAME | ||
valueFrom: | ||
componentVarRef: | ||
compDef: {{ include "opensearch.cmpdRegexpPattern" . }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if reference opensearch component itself, remove the compDef field
/cherry-pick release-1.0-beta |
🤖 says: cherry pick action finished successfully 🎉! |
Co-authored-by: DWJ-Squirtle <[email protected]> (cherry picked from commit 7077b7e)
No description provided.