Skip to content
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
merged 80 commits into from
Oct 23, 2020
Merged

Conversation

joejulian
Copy link
Contributor

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?:

none

Checklist

  • If a chart is changed, the chart version is correctly incremented.
  • The commit message explains the changes and why are needed.
  • The code builds and passes lint/style checks locally.
  • The relevant subset of integration tests pass locally.
  • The core changes are covered by tests.
  • The documentation is updated where needed.

rendhalver and others added 30 commits October 16, 2018 02:27
…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]>
…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]>
* 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: 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]>
…(#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]>
* 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]>
bdashrad and others added 14 commits November 15, 2019 11:56
…(#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]>
…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]>
…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]>
…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]>
…7af9030e6291'

git-subtree-dir: stable/elasticsearch
git-subtree-mainline: c2ae6ad
git-subtree-split: 47fc4ea
…63e6a6e61f5444160f8c'

git-subtree-dir: stable/elasticsearch-curator
git-subtree-mainline: 69688c6
git-subtree-split: 5da08ba
@joejulian joejulian added the ready ready label Oct 23, 2020
@joejulian joejulian requested a review from a team as a code owner October 23, 2020 01:24
@joejulian joejulian self-assigned this Oct 23, 2020
@joejulian joejulian added the Let me merge it Allow author of PR to do the merge label Oct 23, 2020
@joejulian
Copy link
Contributor Author

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 joejulian merged commit 50ca2c5 into master Oct 23, 2020
@joejulian joejulian deleted the joe/more_forks branch October 23, 2020 16:17
joejulian added a commit that referenced this pull request Oct 23, 2020
joejulian added a commit that referenced this pull request Oct 23, 2020
@joejulian joejulian restored the joe/more_forks branch October 23, 2020 16:21
d2iq-dispatch added a commit that referenced this pull request Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Let me merge it Allow author of PR to do the merge ready ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.