This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Crazybus
added a commit
that referenced
this pull request
May 9, 2019
This is being added to make sure that automated testing for the WIP metricbeat chart is happening in #127
jmlrt
reviewed
May 9, 2019
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.
first diff review between filebeat and metribeat charts LGTM
kimxogus
pushed a commit
to aroundus-inc/elastic-charts
that referenced
this pull request
May 22, 2019
This is being added to make sure that automated testing for the WIP metricbeat chart is happening in elastic#127
Right now this is literally the filebeat chart with a s/filebeat/metricbeat run over it and the default metricbeat.yml changed. Since it was already working in this state I'm opening up a PR so that it is easier to see the changes made versus filebeat and already get CI testing it.
`helm lint` also tries to lint subcharts. So the makefile now adds `charts/` to the .helmignore before running the linting then adds it back when adding the dependency.
Crazybus
force-pushed
the
metric_is_the_future
branch
from
July 1, 2019 11:33
b7754fa
to
1e90f5e
Compare
Just realised the CI changes won't work in this PR since they are only deployed from master. I just deployed the changes from this branch to devops-ci. jenkins test this please |
jenkins test this please |
tylerjl
approved these changes
Jul 5, 2019
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.
Chart and all the caveats you mention LGTM - I agree about firing some ES queries to confirm data is flowing as expected; I think the queries are generic enough that they shouldn't be brittle or problematic between versions. 👍
jmlrt
added a commit
that referenced
this pull request
Nov 17, 2020
* bump helm version to helm 3.4.1 * update doc to make helm 3 the recommended version * update helm commands arguments for helm 3 * remove helm init and tiller install commands * add stable repo for metricbeat dependencies * remove the charts dance in helmignore (related to #127) * optimize docker images * replace deprecated gitversion capability (related to helm/helm#5601) * remove some heritage labels in immutable fields
jmlrt
added a commit
to jmlrt/helm-charts
that referenced
this pull request
Nov 17, 2020
* bump helm version to helm 3.4.1 * update doc to make helm 3 the recommended version * update helm commands arguments for helm 3 * remove helm init and tiller install commands * add stable repo for metricbeat dependencies * remove the charts dance in helmignore (related to elastic#127) * optimize docker images * replace deprecated gitversion capability (related to helm/helm#5601) * remove some heritage labels in immutable fields
jmlrt
added a commit
to jmlrt/helm-charts
that referenced
this pull request
Nov 17, 2020
* bump helm version to helm 3.4.1 * update doc to make helm 3 the recommended version * update helm commands arguments for helm 3 * remove helm init and tiller install commands * add stable repo for metricbeat dependencies * remove the charts dance in helmignore (related to elastic#127) * optimize docker images * replace deprecated gitversion capability (related to helm/helm#5601) * remove some heritage labels in immutable fields
jmlrt
added a commit
that referenced
this pull request
Nov 18, 2020
* bump helm version to helm 3.4.1 * update doc to make helm 3 the recommended version * update helm commands arguments for helm 3 * remove helm init and tiller install commands * add stable repo for metricbeat dependencies * remove the charts dance in helmignore (related to #127) * optimize docker images * replace deprecated gitversion capability (related to helm/helm#5601) * remove some heritage labels in immutable fields
jmlrt
added a commit
that referenced
this pull request
Nov 18, 2020
* bump helm version to helm 3.4.1 * update doc to make helm 3 the recommended version * update helm commands arguments for helm 3 * remove helm init and tiller install commands * add stable repo for metricbeat dependencies * remove the charts dance in helmignore (related to #127) * optimize docker images * replace deprecated gitversion capability (related to helm/helm#5601) * remove some heritage labels in immutable fields
galina-tochilkin
pushed a commit
to mtp-devops/3d-party-helm
that referenced
this pull request
Dec 20, 2022
* bump helm version to helm 3.4.1 * update doc to make helm 3 the recommended version * update helm commands arguments for helm 3 * remove helm init and tiller install commands * add stable repo for metricbeat dependencies * remove the charts dance in helmignore (related to elastic/helm-charts#127) * optimize docker images * replace deprecated gitversion capability (related to helm/helm#5601) * remove some heritage labels in immutable fields
galina-tochilkin
pushed a commit
to mtp-devops/3d-party-helm
that referenced
this pull request
Dec 20, 2022
* bump helm version to helm 3.4.1 * update doc to make helm 3 the recommended version * update helm commands arguments for helm 3 * remove helm init and tiller install commands * add stable repo for metricbeat dependencies * remove the charts dance in helmignore (related to elastic/helm-charts#127) * optimize docker images * replace deprecated gitversion capability (related to helm/helm#5601) * remove some heritage labels in immutable fields
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The first commit is a copy paste of the filebeat chart. If you want to see all of the changes after the
s/filebeat/metricbeat
you can look at: https://github.com/elastic/helm-charts/pull/127/files/f8aa4bfaa972ac72abb017acb484ffbf457295d2..8bc136528dfb40ed3fd563edf9322708e6873447Couple of notes:
charts/
dance in .helmignore however I had to add it becausehelm lint --strict
will fail because of linting problems with kube-state-metrics child chart. And leaving it in.helmignore
will mean that helm can't find the child chart :(