From 1a3d95c719d6064abc19e9a3899fa40339916600 Mon Sep 17 00:00:00 2001 From: Yuriy <51912343+ygel@users.noreply.github.com> Date: Thu, 21 Oct 2021 09:24:20 -0500 Subject: [PATCH] Rename master - main (#1416) * Rename master - main in docs, scripts and CI jobs * Return original TOC: CONTRIBUTING.md * Return original TOCs without L1 header. Reconfigured vscode extension to ignore L1 header * Fix bad merge and broken links --- .ci/jobs/defaults.yml | 2 +- ...stic+helm-charts+main+cluster-cleanup.yml} | 6 +-- ...tic+helm-charts+main+cluster-creation.yml} | 6 +-- ...lm-charts+main+integration-apm-server.yml} | 6 +-- ...charts+main+integration-elasticsearch.yml} | 6 +-- ...helm-charts+main+integration-filebeat.yml} | 6 +-- ...c+helm-charts+main+integration-kibana.yml} | 6 +-- ...helm-charts+main+integration-logstash.yml} | 6 +-- ...lm-charts+main+integration-metricbeat.yml} | 6 +-- ...helm-charts+main+template-lint-python.yml} | 6 +-- ...tic+helm-charts+main+template-testing.yml} | 6 +-- ...aster.yml => elastic+helm-charts+main.yml} | 26 +++++----- BREAKING_CHANGES.md | 6 +-- CHANGELOG.md | 4 +- CONTRIBUTING.md | 28 +++++------ README.md | 9 ++-- apm-server/README.md | 27 +++++------ apm-server/examples/default/README.md | 6 +-- apm-server/examples/oss/README.md | 4 +- apm-server/examples/security/README.md | 6 +-- apm-server/examples/upgrade/README.md | 2 +- elasticsearch/README.md | 47 ++++++++++--------- elasticsearch/examples/config/README.md | 4 +- elasticsearch/examples/default/README.md | 4 +- .../examples/docker-for-mac/README.md | 2 +- .../examples/kubernetes-kind/README.md | 4 +- elasticsearch/examples/microk8s/README.md | 2 +- elasticsearch/examples/migration/README.md | 4 +- elasticsearch/examples/minikube/README.md | 2 +- elasticsearch/examples/multi/README.md | 8 ++-- elasticsearch/examples/openshift/README.md | 4 +- elasticsearch/examples/security/README.md | 4 +- elasticsearch/examples/upgrade/README.md | 2 +- filebeat/README.md | 24 +++++----- filebeat/examples/default/README.md | 6 +-- filebeat/examples/deployment/README.md | 6 +-- filebeat/examples/oss/README.md | 4 +- filebeat/examples/security/README.md | 6 +-- filebeat/examples/upgrade/README.md | 2 +- helpers/upgrade.sh | 2 +- kibana/README.md | 26 +++++----- kibana/examples/default/README.md | 6 +-- kibana/examples/openshift/README.md | 6 +-- kibana/examples/security/README.md | 6 +-- kibana/examples/upgrade/README.md | 2 +- logstash/README.md | 20 ++++---- logstash/examples/default/README.md | 4 +- logstash/examples/elasticsearch/README.md | 6 +-- logstash/examples/oss/README.md | 2 +- logstash/examples/security/README.md | 6 +-- logstash/examples/upgrade/README.md | 2 +- metricbeat/README.md | 29 ++++++------ metricbeat/examples/default/README.md | 6 +-- metricbeat/examples/oss/README.md | 4 +- metricbeat/examples/security/README.md | 6 +-- metricbeat/examples/upgrade/README.md | 2 +- 56 files changed, 225 insertions(+), 225 deletions(-) rename .ci/jobs/{elastic+helm-charts+master+cluster-cleanup.yml => elastic+helm-charts+main+cluster-cleanup.yml} (84%) rename .ci/jobs/{elastic+helm-charts+master+cluster-creation.yml => elastic+helm-charts+main+cluster-creation.yml} (83%) rename .ci/jobs/{elastic+helm-charts+master+integration-apm-server.yml => elastic+helm-charts+main+integration-apm-server.yml} (84%) rename .ci/jobs/{elastic+helm-charts+master+integration-elasticsearch.yml => elastic+helm-charts+main+integration-elasticsearch.yml} (83%) rename .ci/jobs/{elastic+helm-charts+master+integration-filebeat.yml => elastic+helm-charts+main+integration-filebeat.yml} (84%) rename .ci/jobs/{elastic+helm-charts+master+integration-kibana.yml => elastic+helm-charts+main+integration-kibana.yml} (85%) rename .ci/jobs/{elastic+helm-charts+master+integration-logstash.yml => elastic+helm-charts+main+integration-logstash.yml} (84%) rename .ci/jobs/{elastic+helm-charts+master+integration-metricbeat.yml => elastic+helm-charts+main+integration-metricbeat.yml} (84%) rename .ci/jobs/{elastic+helm-charts+master+template-lint-python.yml => elastic+helm-charts+main+template-lint-python.yml} (72%) rename .ci/jobs/{elastic+helm-charts+master+template-testing.yml => elastic+helm-charts+main+template-testing.yml} (69%) rename .ci/jobs/{elastic+helm-charts+master.yml => elastic+helm-charts+main.yml} (55%) diff --git a/.ci/jobs/defaults.yml b/.ci/jobs/defaults.yml index b66a68c05..035c75d7d 100644 --- a/.ci/jobs/defaults.yml +++ b/.ci/jobs/defaults.yml @@ -15,7 +15,7 @@ parameters: - string: name: branch_specifier - default: master + default: main description: the Git branch specifier to build (<branchName>, <tagName>, <commitId>, etc.) properties: diff --git a/.ci/jobs/elastic+helm-charts+master+cluster-cleanup.yml b/.ci/jobs/elastic+helm-charts+main+cluster-cleanup.yml similarity index 84% rename from .ci/jobs/elastic+helm-charts+master+cluster-cleanup.yml rename to .ci/jobs/elastic+helm-charts+main+cluster-cleanup.yml index 37862f81a..8a18efcae 100644 --- a/.ci/jobs/elastic+helm-charts+master+cluster-cleanup.yml +++ b/.ci/jobs/elastic+helm-charts+main+cluster-cleanup.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master+cluster-cleanup - display-name: elastic / helm-charts - master - cluster cleanup - description: Master - cluster cleanup + name: elastic+helm-charts+main+cluster-cleanup + display-name: elastic / helm-charts - main - cluster cleanup + description: Main - cluster cleanup scm: - git: wipe-workspace: 'True' diff --git a/.ci/jobs/elastic+helm-charts+master+cluster-creation.yml b/.ci/jobs/elastic+helm-charts+main+cluster-creation.yml similarity index 83% rename from .ci/jobs/elastic+helm-charts+master+cluster-creation.yml rename to .ci/jobs/elastic+helm-charts+main+cluster-creation.yml index c1698c76d..b121e7ea4 100644 --- a/.ci/jobs/elastic+helm-charts+master+cluster-creation.yml +++ b/.ci/jobs/elastic+helm-charts+main+cluster-creation.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master+cluster-creation - display-name: elastic / helm-charts - master - cluster creation - description: Master - cluster creation + name: elastic+helm-charts+main+cluster-creation + display-name: elastic / helm-charts - main - cluster creation + description: Main - cluster creation scm: - git: wipe-workspace: 'True' diff --git a/.ci/jobs/elastic+helm-charts+master+integration-apm-server.yml b/.ci/jobs/elastic+helm-charts+main+integration-apm-server.yml similarity index 84% rename from .ci/jobs/elastic+helm-charts+master+integration-apm-server.yml rename to .ci/jobs/elastic+helm-charts+main+integration-apm-server.yml index 8a6d1b75b..b2b7b02c7 100644 --- a/.ci/jobs/elastic+helm-charts+master+integration-apm-server.yml +++ b/.ci/jobs/elastic+helm-charts+main+integration-apm-server.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master+integration-apm-server - display-name: elastic / helm-charts - master - integration apm-server - description: Master - integration apm-server + name: elastic+helm-charts+main+integration-apm-server + display-name: elastic / helm-charts - main - integration apm-server + description: Main - integration apm-server scm: - git: wipe-workspace: 'True' diff --git a/.ci/jobs/elastic+helm-charts+master+integration-elasticsearch.yml b/.ci/jobs/elastic+helm-charts+main+integration-elasticsearch.yml similarity index 83% rename from .ci/jobs/elastic+helm-charts+master+integration-elasticsearch.yml rename to .ci/jobs/elastic+helm-charts+main+integration-elasticsearch.yml index 7bb9ea7f6..9e861b0b7 100644 --- a/.ci/jobs/elastic+helm-charts+master+integration-elasticsearch.yml +++ b/.ci/jobs/elastic+helm-charts+main+integration-elasticsearch.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master+integration-elasticsearch - display-name: elastic / helm-charts - master - integration elasticsearch - description: Master - integration elasticsearch + name: elastic+helm-charts+main+integration-elasticsearch + display-name: elastic / helm-charts - main - integration elasticsearch + description: Main - integration elasticsearch scm: - git: wipe-workspace: 'True' diff --git a/.ci/jobs/elastic+helm-charts+master+integration-filebeat.yml b/.ci/jobs/elastic+helm-charts+main+integration-filebeat.yml similarity index 84% rename from .ci/jobs/elastic+helm-charts+master+integration-filebeat.yml rename to .ci/jobs/elastic+helm-charts+main+integration-filebeat.yml index 661d5e993..1de03e338 100644 --- a/.ci/jobs/elastic+helm-charts+master+integration-filebeat.yml +++ b/.ci/jobs/elastic+helm-charts+main+integration-filebeat.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master+integration-filebeat - display-name: elastic / helm-charts - master - integration filebeat - description: Master - integration filebeat + name: elastic+helm-charts+main+integration-filebeat + display-name: elastic / helm-charts - main - integration filebeat + description: Main - integration filebeat scm: - git: wipe-workspace: 'True' diff --git a/.ci/jobs/elastic+helm-charts+master+integration-kibana.yml b/.ci/jobs/elastic+helm-charts+main+integration-kibana.yml similarity index 85% rename from .ci/jobs/elastic+helm-charts+master+integration-kibana.yml rename to .ci/jobs/elastic+helm-charts+main+integration-kibana.yml index d689e9143..afe4ed2ed 100644 --- a/.ci/jobs/elastic+helm-charts+master+integration-kibana.yml +++ b/.ci/jobs/elastic+helm-charts+main+integration-kibana.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master+integration-kibana - display-name: elastic / helm-charts - master - integration kibana - description: Master - integration kibana + name: elastic+helm-charts+main+integration-kibana + display-name: elastic / helm-charts - main - integration kibana + description: Main - integration kibana scm: - git: wipe-workspace: 'True' diff --git a/.ci/jobs/elastic+helm-charts+master+integration-logstash.yml b/.ci/jobs/elastic+helm-charts+main+integration-logstash.yml similarity index 84% rename from .ci/jobs/elastic+helm-charts+master+integration-logstash.yml rename to .ci/jobs/elastic+helm-charts+main+integration-logstash.yml index b3f75f4c5..c2ad33838 100644 --- a/.ci/jobs/elastic+helm-charts+master+integration-logstash.yml +++ b/.ci/jobs/elastic+helm-charts+main+integration-logstash.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master+integration-logstash - display-name: elastic / helm-charts - master - integration logstash - description: Master - integration logstash + name: elastic+helm-charts+main+integration-logstash + display-name: elastic / helm-charts - main - integration logstash + description: Main - integration logstash scm: - git: wipe-workspace: 'True' diff --git a/.ci/jobs/elastic+helm-charts+master+integration-metricbeat.yml b/.ci/jobs/elastic+helm-charts+main+integration-metricbeat.yml similarity index 84% rename from .ci/jobs/elastic+helm-charts+master+integration-metricbeat.yml rename to .ci/jobs/elastic+helm-charts+main+integration-metricbeat.yml index 480b700e2..9e3bfa867 100644 --- a/.ci/jobs/elastic+helm-charts+master+integration-metricbeat.yml +++ b/.ci/jobs/elastic+helm-charts+main+integration-metricbeat.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master+integration-metricbeat - display-name: elastic / helm-charts - master - integration metricbeat - description: Master - integration metricbeat + name: elastic+helm-charts+main+integration-metricbeat + display-name: elastic / helm-charts - main - integration metricbeat + description: Main - integration metricbeat scm: - git: wipe-workspace: 'True' diff --git a/.ci/jobs/elastic+helm-charts+master+template-lint-python.yml b/.ci/jobs/elastic+helm-charts+main+template-lint-python.yml similarity index 72% rename from .ci/jobs/elastic+helm-charts+master+template-lint-python.yml rename to .ci/jobs/elastic+helm-charts+main+template-lint-python.yml index 25048d9e4..0166f2cfd 100644 --- a/.ci/jobs/elastic+helm-charts+master+template-lint-python.yml +++ b/.ci/jobs/elastic+helm-charts+main+template-lint-python.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master+lint-python - display-name: elastic / helm-charts - master - lint python - description: Master - lint python + name: elastic+helm-charts+main+lint-python + display-name: elastic / helm-charts - main - lint python + description: Main - lint python scm: - git: wipe-workspace: 'True' diff --git a/.ci/jobs/elastic+helm-charts+master+template-testing.yml b/.ci/jobs/elastic+helm-charts+main+template-testing.yml similarity index 69% rename from .ci/jobs/elastic+helm-charts+master+template-testing.yml rename to .ci/jobs/elastic+helm-charts+main+template-testing.yml index 5af16c9e9..8d4a312e4 100644 --- a/.ci/jobs/elastic+helm-charts+master+template-testing.yml +++ b/.ci/jobs/elastic+helm-charts+main+template-testing.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master+template-testing - display-name: elastic / helm-charts - master - template testing - description: Master - template testing + name: elastic+helm-charts+main+template-testing + display-name: elastic / helm-charts - main - template testing + description: Main - template testing scm: - git: wipe-workspace: 'True' diff --git a/.ci/jobs/elastic+helm-charts+master.yml b/.ci/jobs/elastic+helm-charts+main.yml similarity index 55% rename from .ci/jobs/elastic+helm-charts+master.yml rename to .ci/jobs/elastic+helm-charts+main.yml index 03f35cc6b..7315d0a5f 100644 --- a/.ci/jobs/elastic+helm-charts+master.yml +++ b/.ci/jobs/elastic+helm-charts+main.yml @@ -1,8 +1,8 @@ --- - job: - name: elastic+helm-charts+master - display-name: elastic / helm-charts - master - description: Master branch testing + name: elastic+helm-charts+main + display-name: elastic / helm-charts - main + description: Main branch testing project-type: multijob scm: - git: @@ -15,34 +15,34 @@ name: template testing and kubernetes cluster creation condition: SUCCESSFUL projects: - - name: elastic+helm-charts+master+template-testing + - name: elastic+helm-charts+main+template-testing current-parameters: true - - name: elastic+helm-charts+master+lint-python + - name: elastic+helm-charts+main+lint-python current-parameters: true - - name: elastic+helm-charts+master+cluster-creation + - name: elastic+helm-charts+main+cluster-creation current-parameters: true - multijob: name: elasticsearch integration testing condition: ALWAYS projects: - - name: elastic+helm-charts+master+integration-elasticsearch + - name: elastic+helm-charts+main+integration-elasticsearch current-parameters: true - multijob: name: integration testing condition: ALWAYS projects: - - name: elastic+helm-charts+master+integration-kibana + - name: elastic+helm-charts+main+integration-kibana current-parameters: true - - name: elastic+helm-charts+master+integration-filebeat + - name: elastic+helm-charts+main+integration-filebeat current-parameters: true - - name: elastic+helm-charts+master+integration-metricbeat + - name: elastic+helm-charts+main+integration-metricbeat current-parameters: true - - name: elastic+helm-charts+master+integration-logstash + - name: elastic+helm-charts+main+integration-logstash current-parameters: true - - name: elastic+helm-charts+master+integration-apm-server + - name: elastic+helm-charts+main+integration-apm-server current-parameters: true publishers: - trigger-parameterized-builds: - - project: elastic+helm-charts+master+cluster-cleanup + - project: elastic+helm-charts+main+cluster-cleanup current-parameters: true trigger-with-no-params: false diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index 5b9e3fef6..d00715063 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -417,12 +417,12 @@ volumeClaimTemplate: [container input]: https://www.elastic.co/guide/en/beats/filebeat/7.7/filebeat-input-container.html [docker input]: https://www.elastic.co/guide/en/beats/filebeat/7.7/filebeat-input-docker.html [elastic blog post]: https://www.elastic.co/blog/licensing-change -[elastic elasticsearch chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch +[elastic elasticsearch chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch [elastic helm repo]: https://helm.elastic.co [github releases]: https://github.com/elastic/helm-charts/releases [helm 2to3]: https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/ -[migration guide]: https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/migration/README.md -[new branching model]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md#branching +[migration guide]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/examples/migration/README.md +[new branching model]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md#branching [kube-state-metrics]: https://github.com/helm/charts/tree/master/stable/kube-state-metrics [stable elasticsearch chart]: https://github.com/helm/charts/tree/master/stable/elasticsearch [stable elasticsearch chart notice]: https://github.com/helm/charts/tree/master/stable#elasticsearch#this-helm-chart-is-deprecated diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e6e713b..a2a9548d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -570,7 +570,7 @@ * Kibana chart is moving to GA * Filebeat chart is moving to GA * Metricbeat chart is moving to GA -* Using [new branching model](https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md#branching) in [#541](https://github.com/elastic/helm-charts/pull/541) [@mgreau](https://github.com/mgreau) +* Using [new branching model](https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md#branching) in [#541](https://github.com/elastic/helm-charts/pull/541) [@mgreau](https://github.com/mgreau) * Helm 2.16.7 support in [#607](https://github.com/elastic/helm-charts/pull/607) [@jmlrt](https://github.com/jmlrt) * Docs improvements in [#593](https://github.com/elastic/helm-charts/pull/593) and [#598](https://github.com/elastic/helm-charts/pull/598) [@jmlrt](https://github.com/jmlrt) * Tests with SNAPSHOT Docker images in [#581](https://github.com/elastic/helm-charts/pull/581) [@mgreau](https://github.com/mgreau) @@ -1107,7 +1107,7 @@ ## 7.0.1-alpha1 - 2019/05/01 * 7.0.1 as the default stack version -* [Contributing guide](https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md), [release process](https://github.com/elastic/helm-charts/blob/master/helpers/release.md), [changelog](https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md) and [issue templates](https://github.com/elastic/helm-charts/tree/master/.github/ISSUE_TEMPLATE) added in [#111](https://github.com/elastic/helm-charts/pull/111) +* [Contributing guide](https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md), [release process](https://github.com/elastic/helm-charts/blob/main/helpers/release.md), [changelog](https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md) and [issue templates](https://github.com/elastic/helm-charts/tree/main/.github/ISSUE_TEMPLATE) added in [#111](https://github.com/elastic/helm-charts/pull/111) * Automated testing for Kubernetes 1.10 dropped because it is no longer available in GKE * Helm client version bumped to 2.13.1 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16f66e548..2c902d776 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ official helm-charts repo, which we'll refer to in later code snippets. ### Branching -* All work on the next major release (`8.0.0`) goes into master. +* All work on the next major release (`8.0.0`) goes into main. * Past major release branches are named `{majorVersion}.x`. They contain work that will go into the next minor release. For example, if the next minor release is `7.8.0`, work for it should go into the `7.x` branch. @@ -96,24 +96,24 @@ push a rebased branch remotely will be rejected by git, and you'll be prompted to do a `pull`, which is not at all what you should do (this will really mess up your branch's history). -Here's how you should rebase master onto your branch, and how to fix merge +Here's how you should rebase main onto your branch, and how to fix merge conflicts when they arise. -First, make sure master is up-to-date. +First, make sure main is up-to-date. ```shell -git checkout master +git checkout main git fetch upstream -git rebase upstream/master +git rebase upstream/main ``` -Then, check out your branch and rebase master on top of it, which will apply all -of the new commits on master to your branch, and then apply all of your branch's +Then, check out your branch and rebase main on top of it, which will apply all +of the new commits on main to your branch, and then apply all of your branch's new commits after that. ```shell git checkout name-of-your-branch -git rebase master +git rebase main ``` You want to make sure there are no merge conflicts. If there are merge @@ -124,7 +124,7 @@ You can use `git status` to see which files contain conflicts. They'll be the ones that aren't staged for commit. Open those files, and look for where git has marked the conflicts. Resolve the conflicts so that the changes you want to make to the code have been incorporated in a way that doesn't destroy work that's -been done in master. Refer to master's commit history on GitHub if you need to +been done in main. Refer to main's commit history on GitHub if you need to gain a better understanding of how code is conflicting and how best to resolve it. @@ -176,8 +176,8 @@ Push your local changes to your forked copy of the repository and submit a Pull Request. In the Pull Request, describe what your changes do and mention the number of the issue where discussion has taken place, e.g., `Closes #123`. -Always submit your pull request against `master` unless the bug is only present in an -older version. If the bug affects both master and another branch say so in your +Always submit your pull request against `main` unless the bug is only present in an +older version. If the bug affects both main and another branch say so in your pull request. Then sit back and wait. There will probably be discussion about the Pull Request @@ -259,11 +259,11 @@ make goss [elastic helm repository]: https://helm.elastic.co [github forking model]: https://help.github.com/articles/fork-a-repo/ [goss]: https://github.com/aelsabbahy/goss/blob/master/docs/manual.md -[integration test example]: https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/default/test/goss.yaml +[integration test example]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/examples/default/test/goss.yaml [integration tests section]: #integration-tests [pytest]: https://docs.pytest.org/en/latest/ [serverspec]: https://serverspec.org -[templating test example]: https://github.com/elastic/helm-charts/blob/master/elasticsearch/tests/elasticsearch_test.py +[templating test example]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/tests/elasticsearch_test.py [templating tests section]: #templating-tests [releases section]: #releases -[requirements.txt]: https://github.com/elastic/helm-charts/blob/master/requirements.txt +[requirements.txt]: https://github.com/elastic/helm-charts/blob/main/requirements.txt diff --git a/README.md b/README.md index de0421c9e..8118e2861 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # Elastic Stack Kubernetes Helm Charts -[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+main.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+main/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) - - [Charts](#charts) - [Supported Configurations](#supported-configurations) - [Stack Versions](#stack-versions) @@ -71,14 +70,14 @@ Kubernetes. There is a dedicated Helm chart for ECK which can be found [in ECK repo][eck-chart] ([documentation][eck-chart-doc]). -[currently tested]: https://devops-ci.elastic.co/job/elastic+helm-charts+master/ +[currently tested]: https://devops-ci.elastic.co/job/elastic+helm-charts+main/ [eck-chart]: https://github.com/elastic/cloud-on-k8s/tree/master/deploy [eck-chart-doc]: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-install-helm.html [elastic cloud on kubernetes]: https://github.com/elastic/cloud-on-k8s [elastic helm repo]: https://helm.elastic.co [github releases]: https://github.com/elastic/helm-charts/releases -[helm-tester Dockerfile]: https://github.com/elastic/helm-charts/blob/master/helpers/helm-tester/Dockerfile -[helpers/matrix.yml]: https://github.com/elastic/helm-charts/blob/master/helpers/matrix.yml +[helm-tester Dockerfile]: https://github.com/elastic/helm-charts/blob/main/helpers/helm-tester/Dockerfile +[helpers/matrix.yml]: https://github.com/elastic/helm-charts/blob/main/helpers/matrix.yml [operator pattern]: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ [elasticsearch-771]: https://github.com/elastic/helm-charts/tree/7.7.1/elasticsearch/ [apm-7]: https://github.com/elastic/helm-charts/tree/7.15.0/apm-server/README.md diff --git a/apm-server/README.md b/apm-server/README.md index ea7d5b991..8c9522175 100644 --- a/apm-server/README.md +++ b/apm-server/README.md @@ -1,6 +1,6 @@ # APM Server Helm Chart -[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+main.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+main/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) This Helm chart is a lightweight way to configure and run our official [APM Server Docker image][]. @@ -11,16 +11,15 @@ provided as-is with no warranties. Alpha features are not subject to the support SLA of official GA features (see [supported configurations][] for more details). -**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. +**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. - - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using master branch](#install-development-version-using-master-branch) + - [Install development version using main branch](#install-development-version-using-main-branch) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -54,7 +53,7 @@ See [supported configurations][] for more details. - with Helm 2 (deprecated): `helm install --name apm-server elastic/apm-server` -### Install development version using master branch +### Install development version using main branch * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` @@ -149,19 +148,19 @@ about our development and testing process. [7.x]: https://github.com/elastic/helm-charts/releases [7.9.2]: https://github.com/elastic/helm-charts/blob/7.9.2/apm-server/README.md -[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md -[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md -[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md +[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md +[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md +[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md [affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity [annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ [apm server docker image]: https://www.elastic.co/guide/en/apm/server/current/running-on-docker.html [apm server oss docker image]: https://www.docker.elastic.co/r/apm/apm-server-oss -[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#default +[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/README.md#default [environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config [environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables -[examples]: https://github.com/elastic/helm-charts/tree/master/apm-server/examples -[examples/oss]: https://github.com/elastic/helm-charts/tree/master/apm-server/examples/oss -[examples/security]: https://github.com/elastic/helm-charts/tree/master/apm-server/examples/security +[examples]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples +[examples/oss]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/oss +[examples/security]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/security [helm]: https://helm.sh [horizontal pod autoscaler]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ [hostAliases]: https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ @@ -178,7 +177,7 @@ about our development and testing process. [resources]: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ [service]: https://kubernetes.io/docs/concepts/services-networking/service/ [serviceAccount]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ -[supported configurations]: https://github.com/elastic/helm-charts/tree/master/README.md#supported-configurations +[supported configurations]: https://github.com/elastic/helm-charts/tree/main/README.md#supported-configurations [tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ [updateStrategy]: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#updating-a-deployment -[values.yaml]: https://github.com/elastic/helm-charts/tree/master/apm-server/values.yaml +[values.yaml]: https://github.com/elastic/helm-charts/tree/main/apm-server/values.yaml diff --git a/apm-server/examples/default/README.md b/apm-server/examples/default/README.md index 15644e4b1..45b3bc414 100644 --- a/apm-server/examples/default/README.md +++ b/apm-server/examples/default/README.md @@ -22,6 +22,6 @@ This example deploy APM Server 8.0.0-SNAPSHOT using [default values][]. You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/default/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/apm-server/examples/default/test/goss.yaml -[default values]: https://github.com/elastic/helm-charts/tree/master/apm-server/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/default/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/default/test/goss.yaml +[default values]: https://github.com/elastic/helm-charts/tree/main/apm-server/values.yaml diff --git a/apm-server/examples/oss/README.md b/apm-server/examples/oss/README.md index e6571c809..4aca03949 100644 --- a/apm-server/examples/oss/README.md +++ b/apm-server/examples/oss/README.md @@ -23,5 +23,5 @@ You can also run [goss integration tests][] using `make test` [apm server oss]: https://www.elastic.co/downloads/apm-oss -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/default/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/apm-server/examples/oss/test/goss.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/default/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/oss/test/goss.yaml diff --git a/apm-server/examples/security/README.md b/apm-server/examples/security/README.md index d1e08d55d..113d3451e 100644 --- a/apm-server/examples/security/README.md +++ b/apm-server/examples/security/README.md @@ -23,6 +23,6 @@ Elasticsearch (see [values][]). You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/security/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/apm-server/examples/security/test/goss.yaml -[values]: https://github.com/elastic/helm-charts/tree/master/apm-server/examples/security/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/security/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/security/test/goss.yaml +[values]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/security/values.yaml diff --git a/apm-server/examples/upgrade/README.md b/apm-server/examples/upgrade/README.md index 835b3c7ed..c872504d0 100644 --- a/apm-server/examples/upgrade/README.md +++ b/apm-server/examples/upgrade/README.md @@ -18,4 +18,4 @@ then upgrade it. You can also run [goss integration tests][] using `make test`. -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/apm-server/examples/upgrade/test/goss.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/apm-server/examples/upgrade/test/goss.yaml diff --git a/elasticsearch/README.md b/elasticsearch/README.md index b30f6c0e9..333939575 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -1,6 +1,6 @@ # Elasticsearch Helm Chart -[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+main.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+main/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) This Helm chart is a lightweight way to configure and run our official [Elasticsearch Docker image][]. @@ -15,7 +15,7 @@ This Helm chart is a lightweight way to configure and run our official - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using master branch](#install-development-version-using-master-branch) + - [Install development version using main branch](#install-development-version-using-main-branch) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -23,6 +23,7 @@ This Helm chart is a lightweight way to configure and run our official - [FAQ](#faq) - [How to deploy this chart on a specific K8S distribution?](#how-to-deploy-this-chart-on-a-specific-k8s-distribution) - [How to deploy dedicated nodes types?](#how-to-deploy-dedicated-nodes-types) + - [Coordinating nodes](#coordinating-nodes) - [Clustering and Node Discovery](#clustering-and-node-discovery) - [How to deploy clusters with security (authentication and TLS) enabled?](#how-to-deploy-clusters-with-security-authentication-and-tls-enabled) - [How to migrate from helm/charts stable chart?](#how-to-migrate-from-helmcharts-stable-chart) @@ -64,7 +65,7 @@ See [supported configurations][] for more details. - with Helm 2 (deprecated): `helm install --name elasticsearch elastic/elasticsearch` -### Install development version using master branch +### Install development version using main branch * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` @@ -409,32 +410,32 @@ about our development and testing process. [#63]: https://github.com/elastic/helm-charts/issues/63 [#1186 (comment)]: https://github.com/elastic/helm-charts/pull/1186#discussion_r631166442 [7.9.2]: https://github.com/elastic/helm-charts/blob/7.9.2/elasticsearch/README.md -[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md -[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md -[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md +[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md +[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md +[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md [alternate scheduler]: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/#specify-schedulers-for-pods [annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ [anti-affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity [cluster.name]: https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster.name.html -[clustering and node discovery]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#clustering-and-node-discovery -[config example]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/config/values.yaml +[clustering and node discovery]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/README.md#clustering-and-node-discovery +[config example]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/examples/config/values.yaml [curator]: https://www.elastic.co/guide/en/elasticsearch/client/curator/current/snapshot.html [custom docker image]: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#_c_customized_image [deploys statefulsets serially]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies [discovery.zen.minimum_master_nodes]: https://www.elastic.co/guide/en/elasticsearch/reference/current/discovery-settings.html#minimum_master_nodes -[docker for mac]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/docker-for-mac +[docker for mac]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/docker-for-mac [elasticsearch cluster health status params]: https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html#request-params [elasticsearch docker image]: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html [environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config [environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables -[examples]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/ -[examples/multi]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/multi -[examples/security]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/security +[examples]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/ +[examples/multi]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/multi +[examples/security]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/security [gke]: https://cloud.google.com/kubernetes-engine [helm]: https://helm.sh [helm/charts stable]: https://github.com/helm/charts/tree/master/stable/elasticsearch/ -[how to install plugins guide]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#how-to-install-plugins -[how to use the keystore]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#how-to-use-the-keystore +[how to install plugins guide]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/README.md#how-to-install-plugins +[how to use the keystore]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/README.md#how-to-use-the-keystore [http.port]: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html#_settings [imagePullPolicy]: https://kubernetes.io/docs/concepts/containers/images/#updating-images [imagePullSecrets]: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret @@ -442,25 +443,25 @@ about our development and testing process. [java options]: https://www.elastic.co/guide/en/elasticsearch/reference/current/jvm-options.html [jvm heap size]: https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html [hostAliases]: https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ -[kind]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/kubernetes-kind -[kubernetes secret]: https://kubernetes.io/docs/concepts/configuration/secret/ +[kind]: https://github.com/elastic/helm-charts/tree/main//elasticsearch/examples/kubernetes-kind +[kubernetes secrets]: https://kubernetes.io/docs/concepts/configuration/secret/ [labels]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ [lifecycle hooks]: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/ [loadBalancer annotations]: https://kubernetes.io/docs/concepts/services-networking/service/#ssl-support-on-aws [loadBalancer externalTrafficPolicy]: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip [loadBalancer]: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer [maxUnavailable]: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget -[migration guide]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/migration/README.md -[minikube]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/minikube -[microk8s]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/microk8s -[multi]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/multi/ +[migration guide]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/examples/migration/README.md +[minikube]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/minikube +[microk8s]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/microk8s +[multi]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/multi/ [network.host elasticsearch setting]: https://www.elastic.co/guide/en/elasticsearch/reference/current/network.host.html [node affinity settings]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#node-affinity-beta-feature [node-certificates]: https://www.elastic.co/guide/en/elasticsearch/reference/current/configuring-tls.html#node-certificates [nodePort]: https://kubernetes.io/docs/concepts/services-networking/service/#nodeport [nodes types]: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html [nodeSelector]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector -[openshift]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/openshift +[openshift]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/openshift [priorityClass]: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass [probe]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/ [resources]: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ @@ -471,11 +472,11 @@ about our development and testing process. [snapshot lifecycle management]: https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-lifecycle-management.html [snapshot plugin]: https://www.elastic.co/guide/en/elasticsearch/plugins/current/repository.html [snapshot repository]: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html -[supported configurations]: https://github.com/elastic/helm-charts/tree/master/README.md#supported-configurations +[supported configurations]: https://github.com/elastic/helm-charts/blob/main/README.md#supported-configurations [sysctl vm.max_map_count]: https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html#vm-max-map-count [terminationGracePeriod]: https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods [tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ [transport port configuration]: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-transport.html#_transport_settings [updateStrategy]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ -[values.yaml]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/values.yaml +[values.yaml]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/values.yaml [volumeClaimTemplate for statefulsets]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#stable-storage diff --git a/elasticsearch/examples/config/README.md b/elasticsearch/examples/config/README.md index 433b3d247..2c23f2fd1 100644 --- a/elasticsearch/examples/config/README.md +++ b/elasticsearch/examples/config/README.md @@ -23,5 +23,5 @@ custom [values][]. You can also run [goss integration tests][] using `make test` -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/config/test/goss.yaml -[values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/config/values.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/config/test/goss.yaml +[values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/config/values.yaml diff --git a/elasticsearch/examples/default/README.md b/elasticsearch/examples/default/README.md index 2f997acda..cdf5cf6b2 100644 --- a/elasticsearch/examples/default/README.md +++ b/elasticsearch/examples/default/README.md @@ -21,5 +21,5 @@ This example deploy a 3 nodes Elasticsearch 8.0.0-SNAPSHOT cluster using You can also run [goss integration tests][] using `make test` -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/default/test/goss.yaml -[default values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/values.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/default/test/goss.yaml +[default values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/values.yaml diff --git a/elasticsearch/examples/docker-for-mac/README.md b/elasticsearch/examples/docker-for-mac/README.md index 488e0619d..b89007191 100644 --- a/elasticsearch/examples/docker-for-mac/README.md +++ b/elasticsearch/examples/docker-for-mac/README.md @@ -19,5 +19,5 @@ for production. ``` -[custom values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/docker-for-mac/values.yaml +[custom values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/docker-for-mac/values.yaml [docker for mac]: https://docs.docker.com/docker-for-mac/kubernetes/ diff --git a/elasticsearch/examples/kubernetes-kind/README.md b/elasticsearch/examples/kubernetes-kind/README.md index 79068996d..a69a8a612 100644 --- a/elasticsearch/examples/kubernetes-kind/README.md +++ b/elasticsearch/examples/kubernetes-kind/README.md @@ -28,9 +28,9 @@ Elasticsearch volumes (see [Makefile][] instructions). ``` -[custom values]: https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/kubernetes-kind/values.yaml +[custom values]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/examples/kubernetes-kind/values.yaml [kind]: https://kind.sigs.k8s.io/ [kind issue]: https://github.com/kubernetes-sigs/kind/issues/830 [kubernetes-sigs/kind#1157]: https://github.com/kubernetes-sigs/kind/pull/1157 [rancher local path provisioner]: https://github.com/rancher/local-path-provisioner -[Makefile]: https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/kubernetes-kind/Makefile#L5 +[Makefile]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/examples/kubernetes-kind/Makefile#L5 diff --git a/elasticsearch/examples/microk8s/README.md b/elasticsearch/examples/microk8s/README.md index 3cd98da14..f2742de9d 100644 --- a/elasticsearch/examples/microk8s/README.md +++ b/elasticsearch/examples/microk8s/README.md @@ -28,5 +28,5 @@ The following MicroK8S [addons][] need to be enabled: [addons]: https://microk8s.io/docs/addons -[custom values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/microk8s/values.yaml +[custom values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/microk8s/values.yaml [MicroK8S]: https://microk8s.io diff --git a/elasticsearch/examples/migration/README.md b/elasticsearch/examples/migration/README.md index 74adbe202..8124dca3c 100644 --- a/elasticsearch/examples/migration/README.md +++ b/elasticsearch/examples/migration/README.md @@ -160,8 +160,8 @@ client nodes: working correctly you can cleanup leftover resources from your old cluster. [basic license]: https://www.elastic.co/subscriptions -[data.yaml]: https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/migration/data.yaml +[data.yaml]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/examples/migration/data.yaml [helm/charts]: https://github.com/helm/charts/tree/master/stable/elasticsearch -[master.yaml]: https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/migration/master.yaml +[master.yaml]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/examples/migration/master.yaml [restoring to a different cluster guide]: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/modules-snapshots.html#_restoring_to_a_different_cluster [rolling upgrades guide]: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/rolling-upgrades.html diff --git a/elasticsearch/examples/minikube/README.md b/elasticsearch/examples/minikube/README.md index 86f818757..32565126d 100644 --- a/elasticsearch/examples/minikube/README.md +++ b/elasticsearch/examples/minikube/README.md @@ -34,5 +34,5 @@ minikube addons enable storage-provisioner ``` -[custom values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/minikube/values.yaml +[custom values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/minikube/values.yaml [minikube]: https://minikube.sigs.k8s.io/docs/ diff --git a/elasticsearch/examples/multi/README.md b/elasticsearch/examples/multi/README.md index 2b9875cef..a251ca525 100644 --- a/elasticsearch/examples/multi/README.md +++ b/elasticsearch/examples/multi/README.md @@ -23,7 +23,7 @@ releases: You can also run [goss integration tests][] using `make test` -[client values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/multi/client.yaml -[data values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/multi/data.yaml -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/multi/test/goss.yaml -[master values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/multi/master.yaml +[client values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/multi/client.yaml +[data values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/multi/data.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/multi/test/goss.yaml +[master values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/multi/master.yaml diff --git a/elasticsearch/examples/openshift/README.md b/elasticsearch/examples/openshift/README.md index fbfdb00ce..dd34a267e 100644 --- a/elasticsearch/examples/openshift/README.md +++ b/elasticsearch/examples/openshift/README.md @@ -19,6 +19,6 @@ using [custom values][]. You can also run [goss integration tests][] using `make test` -[custom values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/openshift/values.yaml -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/openshift/test/goss.yaml +[custom values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/openshift/values.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/openshift/test/goss.yaml [openshift]: https://www.openshift.com/ diff --git a/elasticsearch/examples/security/README.md b/elasticsearch/examples/security/README.md index 17f55c46a..b45e4c9c6 100644 --- a/elasticsearch/examples/security/README.md +++ b/elasticsearch/examples/security/README.md @@ -24,6 +24,6 @@ deployment you should generate SSL certificates following the [official docs][]. You can also run [goss integration tests][] using `make test` -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/security/test/goss.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/security/test/goss.yaml [official docs]: https://www.elastic.co/guide/en/elasticsearch/reference/current/configuring-tls.html#node-certificates -[values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/security/values.yaml +[values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/security/values.yaml diff --git a/elasticsearch/examples/upgrade/README.md b/elasticsearch/examples/upgrade/README.md index 85977f52e..ab19df775 100644 --- a/elasticsearch/examples/upgrade/README.md +++ b/elasticsearch/examples/upgrade/README.md @@ -14,4 +14,4 @@ version, then upgrade it. You can also run [goss integration tests][] using `make test`. -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/upgrade/test/goss.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/upgrade/test/goss.yaml diff --git a/filebeat/README.md b/filebeat/README.md index 09a0a5a58..6d8911820 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -1,6 +1,6 @@ # Filebeat Helm Chart -[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+main.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+main/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) This Helm chart is a lightweight way to configure and run our official [Filebeat Docker image][]. @@ -15,7 +15,7 @@ This Helm chart is a lightweight way to configure and run our official - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using master branch](#install-development-version-using-master-branch) + - [Install development version using main branch](#install-development-version-using-main-branch) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -53,7 +53,7 @@ See [supported configurations][] for more details. - with Helm 2 (deprecated): `helm install --name filebeat elastic/filebeat` -### Install development version using master branch +### Install development version using main branch * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` @@ -236,19 +236,19 @@ about our development and testing process. [7.x]: https://github.com/elastic/helm-charts/releases [7.9.2]: https://github.com/elastic/helm-charts/blob/7.9.2/filebeat/README.md -[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md -[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md -[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md +[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md +[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md +[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md [affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity [annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ [cluster role rules]: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-and-clusterrole -[default Elasticsearch Helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#default +[default Elasticsearch Helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/README.md#default [dnsConfig]: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/ [environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config [environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables -[examples]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples -[examples/oss]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples/oss -[examples/security]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples/security +[examples]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples +[examples/oss]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples/oss +[examples/security]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples/security [filebeat docker image]: https://www.elastic.co/guide/en/beats/filebeat/current/running-on-docker.html [filebeat oss docker image]: https://www.docker.elastic.co/r/beats/filebeat-oss [filebeat outputs]: https://www.elastic.co/guide/en/beats/filebeat/current/configuring-output.html @@ -267,8 +267,8 @@ about our development and testing process. [priorityClass]: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass [probe]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/ [resources]: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ -[supported configurations]: https://github.com/elastic/helm-charts/tree/master/README.md#supported-configurations +[supported configurations]: https://github.com/elastic/helm-charts/tree/main/README.md#supported-configurations [serviceAccount]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ [tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ [updateStrategy]: https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy -[values.yaml]: https://github.com/elastic/helm-charts/tree/master/filebeat/values.yaml +[values.yaml]: https://github.com/elastic/helm-charts/tree/main/filebeat/values.yaml diff --git a/filebeat/examples/default/README.md b/filebeat/examples/default/README.md index 83b99eb6e..36c747736 100644 --- a/filebeat/examples/default/README.md +++ b/filebeat/examples/default/README.md @@ -22,6 +22,6 @@ This example deploy Filebeat 8.0.0-SNAPSHOT using [default values][]. You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/default/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples/default/test/goss.yaml -[default values]: https://github.com/elastic/helm-charts/tree/master/filebeat/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/default/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples/default/test/goss.yaml +[default values]: https://github.com/elastic/helm-charts/tree/main/filebeat/values.yaml diff --git a/filebeat/examples/deployment/README.md b/filebeat/examples/deployment/README.md index b41e681e4..7ba1b7dba 100644 --- a/filebeat/examples/deployment/README.md +++ b/filebeat/examples/deployment/README.md @@ -22,6 +22,6 @@ This example deploy Filebeat 8.0.0-SNAPSHOT using [default values][] as a Kubern You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/default/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples/deployment/test/goss.yaml -[default values]: https://github.com/elastic/helm-charts/tree/master/filebeat/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/default/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples/deployment/test/goss.yaml +[default values]: https://github.com/elastic/helm-charts/tree/main/filebeat/values.yaml diff --git a/filebeat/examples/oss/README.md b/filebeat/examples/oss/README.md index 30b43f929..359b73cfa 100644 --- a/filebeat/examples/oss/README.md +++ b/filebeat/examples/oss/README.md @@ -23,5 +23,5 @@ You can also run [goss integration tests][] using `make test` [filebeat oss]: https://www.elastic.co/downloads/beats/filebeat-oss -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/oss/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples/oss/test/goss.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/oss/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples/oss/test/goss.yaml diff --git a/filebeat/examples/security/README.md b/filebeat/examples/security/README.md index 48886211e..ea7ad669b 100644 --- a/filebeat/examples/security/README.md +++ b/filebeat/examples/security/README.md @@ -23,6 +23,6 @@ Elasticsearch (see [values][]). You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/security/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples/security/test/goss.yaml -[values]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples/security/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/security/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples/security/test/goss.yaml +[values]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples/security/values.yaml diff --git a/filebeat/examples/upgrade/README.md b/filebeat/examples/upgrade/README.md index fa3ee3b85..2159fafbe 100644 --- a/filebeat/examples/upgrade/README.md +++ b/filebeat/examples/upgrade/README.md @@ -18,4 +18,4 @@ then upgrade it. You can also run [goss integration tests][] using `make test`. -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples/upgrade/test/goss.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples/upgrade/test/goss.yaml diff --git a/helpers/upgrade.sh b/helpers/upgrade.sh index 269b64d8a..69bef19e8 100755 --- a/helpers/upgrade.sh +++ b/helpers/upgrade.sh @@ -4,7 +4,7 @@ # then upgrade it. # # An optional version can be specified for Docker image tag to use for upgrade. -# This is required for master branch because upgrade from Elasticsearch 7.X +# This is required for main branch because upgrade from Elasticsearch 7.X # to 8.0.0-SNAPSHOT doesn't work. # set -euo pipefail diff --git a/kibana/README.md b/kibana/README.md index b143aca54..315446c9a 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -1,6 +1,6 @@ # Kibana Helm Chart -[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+main.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+main/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) This Helm chart is a lightweight way to configure and run our official [Kibana Docker image][]. @@ -14,7 +14,7 @@ This Helm chart is a lightweight way to configure and run our official - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using master branch](#install-development-version-using-master-branch) + - [Install development version using main branch](#install-development-version-using-main-branch) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -51,7 +51,7 @@ See [supported configurations][] for more details. - with Helm 2 (deprecated): `helm install --name kibana elastic/kibana` -### Install development version using master branch +### Install development version using main branch * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` @@ -199,16 +199,16 @@ about our development and testing process. [7.x]: https://github.com/elastic/helm-charts/releases [7.9.2]: https://github.com/elastic/helm-charts/blob/7.9.2/kibana/README.md -[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md -[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md -[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md +[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md +[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md +[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md [affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity [annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ -[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#default +[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/README.md#default [environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config [environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables -[examples]: https://github.com/elastic/helm-charts/tree/master/kibana/examples -[examples/security]: https://github.com/elastic/helm-charts/tree/master/kibana/examples/security +[examples]: https://github.com/elastic/helm-charts/tree/main/kibana/examples +[examples/security]: https://github.com/elastic/helm-charts/tree/main/kibana/examples/security [gke]: https://cloud.google.com/kubernetes-engine [helm]: https://helm.sh [hostAliases]: https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ @@ -220,17 +220,17 @@ about our development and testing process. [labels]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ [lifecycle hooks]: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/ [nodeSelector]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector -[openshift]: https://github.com/elastic/helm-charts/tree/master/kibana/examples/openshift +[openshift]: https://github.com/elastic/helm-charts/tree/main/kibana/examples/openshift [priorityClass]: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass [probe]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/ [resources]: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ -[security enabled elasticsearch cluster]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#security +[security enabled elasticsearch cluster]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/README.md#security [securityContext]: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod [server.host]: https://www.elastic.co/guide/en/kibana/current/settings.html [service]: https://kubernetes.io/docs/concepts/services-networking/service/ [serviceAccount]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ [standard upgrade]: https://www.elastic.co/guide/en/kibana/current/upgrade-standard.html -[supported configurations]: https://github.com/elastic/helm-charts/tree/master/README.md#supported-configurations +[supported configurations]: https://github.com/elastic/helm-charts/tree/main/README.md#supported-configurations [tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ [updateStrategy]: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#updating-a-deployment -[values.yaml]: https://github.com/elastic/helm-charts/tree/master/kibana/values.yaml +[values.yaml]: https://github.com/elastic/helm-charts/tree/main/kibana/values.yaml diff --git a/kibana/examples/default/README.md b/kibana/examples/default/README.md index e5a4a2a6c..a8686fb5b 100644 --- a/kibana/examples/default/README.md +++ b/kibana/examples/default/README.md @@ -22,6 +22,6 @@ This example deploy Kibana 8.0.0-SNAPSHOT using [default values][]. You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/default/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/kibana/examples/default/test/goss.yaml -[default values]: https://github.com/elastic/helm-charts/tree/master/kibana/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/default/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/kibana/examples/default/test/goss.yaml +[default values]: https://github.com/elastic/helm-charts/tree/main/kibana/values.yaml diff --git a/kibana/examples/openshift/README.md b/kibana/examples/openshift/README.md index 5f7af4939..16115dd30 100644 --- a/kibana/examples/openshift/README.md +++ b/kibana/examples/openshift/README.md @@ -20,7 +20,7 @@ This example deploy Kibana 8.0.0-SNAPSHOT on [OpenShift][] using [custom values] You can also run [goss integration tests][] using `make test` -[custom values]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/openshift/values.yaml -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/openshift/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/openshift/test/goss.yaml +[custom values]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/openshift/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/openshift/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/openshift/test/goss.yaml [openshift]: https://www.openshift.com/ diff --git a/kibana/examples/security/README.md b/kibana/examples/security/README.md index 8bc5e0199..a49329326 100644 --- a/kibana/examples/security/README.md +++ b/kibana/examples/security/README.md @@ -23,6 +23,6 @@ Elasticsearch (see [values][]). You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/security/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/kibana/examples/security/test/goss.yaml -[values]: https://github.com/elastic/helm-charts/tree/master/kibana/examples/security/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/security/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/kibana/examples/security/test/goss.yaml +[values]: https://github.com/elastic/helm-charts/tree/main/kibana/examples/security/values.yaml diff --git a/kibana/examples/upgrade/README.md b/kibana/examples/upgrade/README.md index ad28f65c6..1b8d471f4 100644 --- a/kibana/examples/upgrade/README.md +++ b/kibana/examples/upgrade/README.md @@ -18,4 +18,4 @@ then upgrade it. You can also run [goss integration tests][] using `make test`. -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/kibana/examples/upgrade/test/goss.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/kibana/examples/upgrade/test/goss.yaml diff --git a/logstash/README.md b/logstash/README.md index b3fa4693f..133be3709 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -1,6 +1,6 @@ # Logstash Helm Chart -[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+main.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+main/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) This Helm chart is a lightweight way to configure and run our official [Logstash Docker image][]. @@ -20,7 +20,7 @@ SLA of official GA features (see [supported configurations][] for more details). - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using master branch](#install-development-version-using-master-branch) + - [Install development version using main branch](#install-development-version-using-main-branch) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -53,7 +53,7 @@ See [supported configurations][] for more details. - with Helm 2 (deprecated): `helm install --name logstash elastic/logstash` -### Install development version using master branch +### Install development version using main branch * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` @@ -195,9 +195,9 @@ about our development and testing process. [7.x]: https://github.com/elastic/helm-charts/releases [7.9.2]: https://github.com/elastic/helm-charts/blob/7.9.2/logstash/README.md -[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md -[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md -[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md +[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md +[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md +[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md [alternate scheduler]: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/#specify-schedulers-for-pods [annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ [anti-affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity @@ -205,8 +205,8 @@ about our development and testing process. [custom docker image]: https://www.elastic.co/guide/en/logstash/current/docker-config.html#_custom_images [environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config [environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables -[examples]: https://github.com/elastic/helm-charts/tree/master/logstash/examples -[examples/oss]: https://github.com/elastic/helm-charts/tree/master/logstash/examples/oss +[examples]: https://github.com/elastic/helm-charts/tree/main/logstash/examples +[examples/oss]: https://github.com/elastic/helm-charts/tree/main/logstash/examples/oss [helm]: https://helm.sh [hostAliases]: https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ [http input plugin]: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-http.html @@ -228,8 +228,8 @@ about our development and testing process. [updateStrategy]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ [securityContext]: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod [service]: https://kubernetes.io/docs/concepts/services-networking/service/ -[supported configurations]: https://github.com/elastic/helm-charts/tree/master/README.md#supported-configurations +[supported configurations]: https://github.com/elastic/helm-charts/tree/main/README.md#supported-configurations [terminationGracePeriod]: https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods [tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ -[values.yaml]: https://github.com/elastic/helm-charts/tree/master/logstash/values.yaml +[values.yaml]: https://github.com/elastic/helm-charts/tree/main/logstash/values.yaml [volumeClaimTemplate for statefulsets]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#stable-storage diff --git a/logstash/examples/default/README.md b/logstash/examples/default/README.md index 8997fbda7..d58cf5bcd 100644 --- a/logstash/examples/default/README.md +++ b/logstash/examples/default/README.md @@ -13,5 +13,5 @@ This example deploy Logstash 8.0.0-SNAPSHOT using [default values][]. You can also run [goss integration tests][] using `make test` -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/logstash/examples/default/test/goss.yaml -[default values]: https://github.com/elastic/helm-charts/tree/master/logstash/values.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/logstash/examples/default/test/goss.yaml +[default values]: https://github.com/elastic/helm-charts/tree/main/logstash/values.yaml diff --git a/logstash/examples/elasticsearch/README.md b/logstash/examples/elasticsearch/README.md index 54ae82ca2..e232df9cc 100644 --- a/logstash/examples/elasticsearch/README.md +++ b/logstash/examples/elasticsearch/README.md @@ -23,6 +23,6 @@ This example deploy Logstash 8.0.0-SNAPSHOT which connects to Elasticsearch (see You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/default/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/logstash/examples/elasticsearch/test/goss.yaml -[values]: https://github.com/elastic/helm-charts/tree/master/logstash/examples/elasticsearch/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/default/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/logstash/examples/elasticsearch/test/goss.yaml +[values]: https://github.com/elastic/helm-charts/tree/main/logstash/examples/elasticsearch/values.yaml diff --git a/logstash/examples/oss/README.md b/logstash/examples/oss/README.md index a06ab1a18..b95b21195 100644 --- a/logstash/examples/oss/README.md +++ b/logstash/examples/oss/README.md @@ -14,4 +14,4 @@ You can also run [goss integration tests][] using `make test` [logstash oss]: https://www.elastic.co/downloads/logstash-oss -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/logstash/examples/oss/test/goss.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/logstash/examples/oss/test/goss.yaml diff --git a/logstash/examples/security/README.md b/logstash/examples/security/README.md index a678c25ff..43a4f4975 100644 --- a/logstash/examples/security/README.md +++ b/logstash/examples/security/README.md @@ -23,6 +23,6 @@ This example deploy Logstash 8.0.0-SNAPSHOT which connects to Elasticsearch usin You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart with security]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/security/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/logstash/examples/security/test/goss.yaml -[values]: https://github.com/elastic/helm-charts/tree/master/logstash/examples/security/values.yaml +[elasticsearch helm chart with security]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/security/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/logstash/examples/security/test/goss.yaml +[values]: https://github.com/elastic/helm-charts/tree/main/logstash/examples/security/values.yaml diff --git a/logstash/examples/upgrade/README.md b/logstash/examples/upgrade/README.md index c8986a070..5c7f395a2 100644 --- a/logstash/examples/upgrade/README.md +++ b/logstash/examples/upgrade/README.md @@ -16,4 +16,4 @@ then upgrade it. You can also run [goss integration tests][] using `make test`. -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/logstash/examples/upgrade/test/goss.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/logstash/examples/upgrade/test/goss.yaml diff --git a/metricbeat/README.md b/metricbeat/README.md index 8fe4ca634..7583b5f8d 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -1,6 +1,6 @@ # Metricbeat Helm Chart -[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+main.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+main/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) This Helm chart is a lightweight way to configure and run our official [Metricbeat Docker image][]. @@ -15,7 +15,7 @@ This Helm chart is a lightweight way to configure and run our official - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using master branch](#install-development-version-using-master-branch) + - [Install development version using main branch](#install-development-version-using-main-branch) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -25,6 +25,7 @@ This Helm chart is a lightweight way to configure and run our official - [How to install OSS version of Metricbeat?](#how-to-install-oss-version-of-metricbeat) - [How to use Kubelet read-only port instead of secure port?](#how-to-use-kubelet-read-only-port-instead-of-secure-port) - [Why is Metricbeat host.name field set to Kubernetes pod name?](#why-is-metricbeat-hostname-field-set-to-kubernetes-pod-name) + - [How do I get multiple beats agents working with hostNetworking enabled?](#how-do-i-get-multiple-beats-agents-working-with-hostnetworking-enabled) - [Contributing](#contributing) @@ -52,7 +53,7 @@ See [supported configurations][] for more details. - with Helm 3: `helm install metricbeat elastic/metricbeat` - with Helm 2 (deprecated): `helm install --name metricbeat elastic/metricbeat` -### Install development version using master branch +### Install development version using main branch * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` @@ -132,7 +133,7 @@ as a reference. They are also used in the automated testing of this chart. | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | | `imageTag` | The Metricbeat Docker image tag | `8.0.0-SNAPSHOT` | | `image` | The Metricbeat Docker image | `docker.elastic.co/beats/metricbeat` | -| `kube_state_metrics.enabled` | Install [kube-state-metrics](https://github.com/helm/charts/tree/master/stable/kube-state-metrics) as a dependency | `true` | +| `kube_state_metrics.enabled` | Install [kube-state-metrics](https://github.com/helm/charts/tree/main/stable/kube-state-metrics) as a dependency | `true` | | `kube_state_metrics.host` | Define kube-state-metrics endpoint for an existing deployment. Works only if `kube_state_metrics.enabled: false` | `""` | | `livenessProbe` | Parameters to pass to liveness [probe][] checks for values such as timeouts and thresholds | see [values.yaml][] | | `managedServiceAccount` | Whether the `serviceAccount` should be managed by this helm chart. Set this to `false` in order to manage your own service account and related roles | `true` | @@ -225,25 +226,25 @@ about our development and testing process. [7.x]: https://github.com/elastic/helm-charts/releases [#471]: https://github.com/elastic/helm-charts/pull/471 [7.9.2]: https://github.com/elastic/helm-charts/blob/7.9.2/metricbeat/README.md -[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md -[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md -[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md +[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md +[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md +[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md [affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity [annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ -[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#default +[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/README.md#default [cluster role rules]: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-and-clusterrole [environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config [environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables -[examples]: https://github.com/elastic/helm-charts/tree/master/metricbeat/examples -[examples/oss]: https://github.com/elastic/helm-charts/tree/master/metricbeat/examples/oss -[examples/security]: https://github.com/elastic/helm-charts/tree/master/metricbeat/examples/security +[examples]: https://github.com/elastic/helm-charts/tree/main/metricbeat/examples +[examples/oss]: https://github.com/elastic/helm-charts/tree/main/metricbeat/examples/oss +[examples/security]: https://github.com/elastic/helm-charts/tree/main/metricbeat/examples/security [helm]: https://helm.sh [hostAliases]: https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ [hostPath]: https://kubernetes.io/docs/concepts/storage/volumes/#hostpath [hostNetwork]: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#host-namespaces [imagePullPolicy]: https://kubernetes.io/docs/concepts/containers/images/#updating-images [imagePullSecrets]: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret -[kube-state-metrics]: https://github.com/helm/charts/tree/master/stable/kube-state-metrics +[kube-state-metrics]: https://github.com/helm/charts/tree/main/stable/kube-state-metrics [kubernetes secrets]: https://kubernetes.io/docs/concepts/configuration/secret/ [labels]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ [metricbeat docker image]: https://www.elastic.co/guide/en/beats/metricbeat/current/running-on-docker.html @@ -254,7 +255,7 @@ about our development and testing process. [resources]: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ [securityContext]: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ [serviceAccount]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ -[supported configurations]: https://github.com/elastic/helm-charts/tree/master/README.md#supported-configurations +[supported configurations]: https://github.com/elastic/helm-charts/tree/main/README.md#supported-configurations [tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ [updateStrategy]: https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy -[values.yaml]: https://github.com/elastic/helm-charts/tree/master/metricbeat/values.yaml +[values.yaml]: https://github.com/elastic/helm-charts/tree/main/metricbeat/values.yaml diff --git a/metricbeat/examples/default/README.md b/metricbeat/examples/default/README.md index 904fa4dd2..92b79d8c1 100644 --- a/metricbeat/examples/default/README.md +++ b/metricbeat/examples/default/README.md @@ -22,6 +22,6 @@ This example deploy Metricbeat 8.0.0-SNAPSHOT using [default values][]. You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/default/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/metricbeat/examples/default/test/goss.yaml -[default values]: https://github.com/elastic/helm-charts/tree/master/metricbeat/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/default/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/metricbeat/examples/default/test/goss.yaml +[default values]: https://github.com/elastic/helm-charts/tree/main/metricbeat/values.yaml diff --git a/metricbeat/examples/oss/README.md b/metricbeat/examples/oss/README.md index 07e0422a1..82f4bd7e1 100644 --- a/metricbeat/examples/oss/README.md +++ b/metricbeat/examples/oss/README.md @@ -23,5 +23,5 @@ You can also run [goss integration tests][] using `make test` [metricbeat oss]: https://www.elastic.co/downloads/beats/metricbeat-oss -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/oss/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/metricbeat/examples/oss/test/goss.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/oss/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/metricbeat/examples/oss/test/goss.yaml diff --git a/metricbeat/examples/security/README.md b/metricbeat/examples/security/README.md index 39644bc63..2455bb694 100644 --- a/metricbeat/examples/security/README.md +++ b/metricbeat/examples/security/README.md @@ -23,6 +23,6 @@ Elasticsearch (see [values][]). You can also run [goss integration tests][] using `make test` -[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/security/ -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/metricbeat/examples/security/test/goss.yaml -[values]: https://github.com/elastic/helm-charts/tree/master/metricbeat/examples/security/values.yaml +[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/security/ +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/metricbeat/examples/security/test/goss.yaml +[values]: https://github.com/elastic/helm-charts/tree/main/metricbeat/examples/security/values.yaml diff --git a/metricbeat/examples/upgrade/README.md b/metricbeat/examples/upgrade/README.md index 4c1821b1f..51f03cd81 100644 --- a/metricbeat/examples/upgrade/README.md +++ b/metricbeat/examples/upgrade/README.md @@ -18,4 +18,4 @@ then upgrade it. You can also run [goss integration tests][] using `make test`. -[goss integration tests]: https://github.com/elastic/helm-charts/tree/master/metricbeat/examples/upgrade/test/goss.yaml +[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/metricbeat/examples/upgrade/test/goss.yaml