-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add elasticsearch and elasticsearch-curator forks #852
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Pete Brown <[email protected]>
…ch/README.md (#8503) * Fix data.persistence.storageClass in example Signed-off-by: Anton Patsev <[email protected]> * Revert "Fix data.persistence.storageClass in example" This reverts commit 8de74be89c4de9bf852d9d50078066555c12595f. Signed-off-by: Anton Patsev <[email protected]> * Fix data.persistence.storageClass in example in incubator/elasticsearch/README.md Signed-off-by: Anton Patsev [email protected] Signed-off-by: Anton Patsev <[email protected]> * Fix data.persistence.storageClass in example in README.md Signed-off-by: Anton Patsev [email protected] Signed-off-by: Anton Patsev <[email protected]>
* Promote elasticsearch-curator to stable Signed-off-by: Pete Brown <[email protected]> * Fix references to incubator/elasticsearch-curator Signed-off-by: Pete Brown <[email protected]>
…… (#7898) * [incubator/elasticsearch-curator] include annotations only when non empty Signed-off-by: Fabrizio Fortino <[email protected]> * [incubator/elasticsearch-curator] bump chart version Signed-off-by: Fabrizio Fortino <[email protected]> * es-curator: bump version Signed-off-by: Fabrizio Fortino <[email protected]> * es-curator: fix for #7898 in stable Signed-off-by: Fabrizio Fortino <[email protected]>
…ecurityPolicy (#8529) * [stable/elasticsearch] Add ServiceAccounts for each components Signed-off-by: Ludovic Cavajani <[email protected]> * Add PodSecurityPolicy support Signed-off-by: Ludovic Cavajani <[email protected]> * minor fixes Signed-off-by: Ludovic Cavajani <[email protected]>
…ipts are now optional. (#8622) We don't need to always drain a data node that is restarting. Signed-off-by: Cédric de Saint Martin <[email protected]>
Signed-off-by: Cédric de Saint Martin <[email protected]>
…ityPolicy (#8731) * [stable/elasticsearch] Make pod annotations configurable for PodSecurityPolicy Signed-off-by: Ludovic Cavajani <[email protected]> * fix missing namespace in rolebinding Signed-off-by: Ludovic Cavajani <[email protected]> * remove unecessary namespace in role and rolebinding Signed-off-by: Ludovic Cavajani <[email protected]>
Signed-off-by: David J. M. Karlsen <[email protected]>
* updated elasticsearch to 6.5.0 Signed-off-by: André Bauer <[email protected]> * Updated image... Signed-off-by: André Bauer <[email protected]>
…configuration (#9448) * Use specified appversion for version specific configuration A number of checks used the image tag to switch between version specific configuration. This could form a problem if a docker image was specified which does not follow the elastic search version contained in the image. Signed-off-by: Arjo Bruijnes <[email protected]> * Bump chart version Signed-off-by: Arjo Bruijnes <[email protected]>
Signed-off-by: David J. M. Karlsen <[email protected]>
…. (#9779) Signed-off-by: Cédric de Saint Martin <[email protected]>
* ingress for elasticsearch client Signed-off-by: Kamil Szczygiel <[email protected]> * bump chart version Signed-off-by: Kamil Szczygiel <[email protected]> * bump version Signed-off-by: Kamil Szczygiel <[email protected]> * bump minor Signed-off-by: Kamil Szczygiel <[email protected]> * chart version to 1.15.0 Signed-off-by: Kamil Szczygiel <[email protected]>
Signed-off-by: Fabrizio Fortino <[email protected]>
Signed-off-by: David J. M. Karlsen <[email protected]>
This follows role conventions seen in other Helm charts and allows graphing to break out activity stats per role Signed-off-by: Ben Klang <[email protected]>
* adding option to allow chown initContainer to fail Signed-off-by: Anastas Dancha <[email protected]> * add missing shell glue Signed-off-by: Anastas Dancha <[email protected]> * switching to more targeted chown - for better visibility, using `set -x` - for exit on failure and easier syntax, using `set -e` - to deal with missing dirs, using "find" results in "for" loop Signed-off-by: Anastas Dancha <[email protected]> * bumping version Signed-off-by: Anastas Dancha <[email protected]> * bump version to 1.14.3 Signed-off-by: Anastas Dancha <[email protected]> * bumping version to 1.15.4 Signed-off-by: Anastas Dancha <[email protected]> * chown all root-level dirs and files, except `.snapshot` Signed-off-by: Anastas Dancha <[email protected]>
…444) * [stable/elasticsearch] Request resource limits for initContainer Signed-off-by: Johnathan Rodgers <[email protected]> * Update README for initResource variables Signed-off-by: Johnathan Rodgers <[email protected]>
* Post-install job Signed-off-by: Maciej Bryński <[email protected]> * README Signed-off-by: Maciej Bryński <[email protected]>
…rkload (#10512) This will add individual Java flags for each workload of elasticsearch Signed-off-by: Johnathan Rodgers <[email protected]>
…ig (#10049) * deprecate .Values.config Signed-off-by: Taehyun Kim <[email protected]> * add hooks Signed-off-by: Taehyun Kim <[email protected]>
….xpackEnable: false (#9490) * [stable/elasticsearch] disable all xpack features in es5 when cluster.xpackEnable: false Signed-off-by: Cameron Attard <[email protected]> * [stable/elasticsearch] omit xpack.ml configuration for appVersion < 5.4 Signed-off-by: Cameron Attard <[email protected]> * [stable/elasticsearch] bump chart version Signed-off-by: Cameron Attard <[email protected]>
Signed-off-by: Karol Chrapek <[email protected]>
Signed-off-by: ialidzhikov <[email protected]>
Signed-off-by: David J. M. Karlsen <[email protected]>
…(#11122) * Add ability to disable sysctl init container. Signed-off-by: Niklas Voss <[email protected]> * Bumped elasticsearch chart version. Signed-off-by: Niklas Voss <[email protected]> * Add sysctlInitContainer.enabled value to README.md Signed-off-by: Niklas Voss <[email protected]> * Bump minor version. Signed-off-by: Niklas Voss <[email protected]> * Improve sysctlInitContainer.enabled description. Signed-off-by: Niklas Voss <[email protected]>
Signed-off-by: Niklas Voss <[email protected]>
Signed-off-by: Gerald Barker <[email protected]>
* Add env option to elasticsearch-curator. Signed-off-by: Christian Groschupp <[email protected]> * Allow to overwrite command in elasticsearch-curator. Signed-off-by: Christian Groschupp <[email protected]> * Update README.md in elasticsearch-curator. Signed-off-by: Christian Groschupp <[email protected]> * Bump elasticsearch-curator version to 1.2.1. Signed-off-by: Christian Groschupp <[email protected]>
…(#18894) * allow additional labels for elasticsearch-curator pod and cronjob Signed-off-by: Brad Clark <[email protected]> * update configuration guide for elasticsearch-curator Signed-off-by: Brad Clark <[email protected]> * fix alignment in readme for elasticsearch-curator Signed-off-by: Brad Clark <[email protected]>
Signed-off-by: Mihai Anei <[email protected]>
…CI test for it (#19186) * Make helm hook job object have the same command as the CronJob Signed-off-by: Mihai Anei <[email protected]> * Fixed parsing of helm hook job command. Added ci values for testing them Signed-off-by: Mihai Anei <[email protected]> * Add CI test for default values of the chart Signed-off-by: Mihai Anei <[email protected]>
Signed-off-by: Jeremy Gustie <[email protected]>
Signed-off-by: Shun Tsunoda <[email protected]>
…iner which would fail if plugin already exists. (#20630) * [stable/elasticsearch] Fix plugin install initcontainer which would fail if plugin already exists. This happens when Node reboots and keeps emptyDir, or if elasticsearch image already contains plugin. Signed-off-by: Cédric de Saint Martin <[email protected]> * [stable/elasticsearch] Update to 6.8.6. Signed-off-by: Cédric de Saint Martin <[email protected]>
bump version Signed-off-by: David Karlsen <[email protected]>
* [stable/elasticsearch-curator] load envs from secrets first allows using environment variable composition with env variables that are loaded from secrets (e.g. for loading a HTTP password and then compositing it into a full basic auth env variable). Signed-off-by: Marvin Beckers <[email protected]> * stable/elasticsearch-curator: bump version Signed-off-by: Marvin Beckers <[email protected]>
Signed-off-by: Marcos Estevez <[email protected]>
…cial Elastic chart. (#21955) Signed-off-by: Cédric de Saint Martin <[email protected]>
…dlineSeconds for each cronjob. Add myself to chart maintainers. (#23278) Signed-off-by: Adam Hamsik <[email protected]> Co-authored-by: Marian Soltys <[email protected]>
…tainers. (#23401) Signed-off-by: Adam Hamsik <[email protected]>
gracedo
approved these changes
Oct 23, 2020
5 tasks
samvantran
approved these changes
Oct 23, 2020
Going to merge this with the CI failures because this is exactly what's in upstream and we've been deploying it successfully already. Will follow up with new PRs to address the failures. |
joejulian
added a commit
that referenced
this pull request
Oct 23, 2020
This reverts commit 50ca2c5.
joejulian
added a commit
that referenced
this pull request
Oct 23, 2020
d2iq-dispatch
added a commit
that referenced
this pull request
Oct 23, 2020
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
chore
What this PR does/ why we need it:
these are also forks we need for the loss of the upstream chart repos
Which issue(s) this PR fixes:
https://jira.d2iq.com/browse/D2IQ-72544
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Checklist