Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 0198992

Browse files
authored
[meta] initiate 7.16 branch (#1475)
This commit initiates the 7.16 branch which will be dedicated to the 7.16.x releases for the Helm Charts. It will allow to: - test this branch with the daily Stack Docker images 7.16.x-SNAPSHOT via dedicated Jenkins jobs - test the staging 7.16.x Docker images before a release This branch is based on 7.x which was initiated in #605.
1 parent 17b1c30 commit 0198992

File tree

35 files changed

+157
-157
lines changed

35 files changed

+157
-157
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Elastic Stack Kubernetes Helm Charts
22

3-
[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+7.x.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+7.x/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic)
3+
[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+7.16.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+7.16/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic)
44

55
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
66
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -64,14 +64,14 @@ Kubernetes. There is a dedicated Helm chart for ECK which can be found
6464
[in ECK repo][eck-chart] ([documentation][eck-chart-doc]).
6565

6666

67-
[currently tested]: https://devops-ci.elastic.co/job/elastic+helm-charts+7.x/
67+
[currently tested]: https://devops-ci.elastic.co/job/elastic+helm-charts+7.16/
6868
[eck-chart]: https://github.com/elastic/cloud-on-k8s/tree/master/deploy
6969
[eck-chart-doc]: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-install-helm.html
7070
[elastic cloud on kubernetes]: https://github.com/elastic/cloud-on-k8s
7171
[elastic helm repo]: https://helm.elastic.co
7272
[elasticsearch-771]: https://github.com/elastic/helm-charts/tree/7.7.1/elasticsearch/
7373
[github releases]: https://github.com/elastic/helm-charts/releases
74-
[helm-tester Dockerfile]: https://github.com/elastic/helm-charts/blob/7.x/helpers/helm-tester/Dockerfile
75-
[helpers/matrix.yml]: https://github.com/elastic/helm-charts/blob/7.x/helpers/matrix.yml
74+
[helm-tester Dockerfile]: https://github.com/elastic/helm-charts/blob/7.16/helpers/helm-tester/Dockerfile
75+
[helpers/matrix.yml]: https://github.com/elastic/helm-charts/blob/7.16/helpers/matrix.yml
7676
[operator pattern]: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/
7777
[stack-versions-master]: https://github.com/elastic/helm-charts/blob/master/README.md#stack-versions

apm-server/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ provided as-is with no warranties. Alpha features are not subject to the support
1111
SLA of official GA features (see [supported configurations][] for more details).
1212

1313
<!-- development warning placeholder -->
14-
**Warning**: This branch is used for development, please use the latest [7.x][] release for released version.
14+
**Warning**: This branch is used for development, please use the latest [7.16][] release for released version.
1515

1616
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1717
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -59,7 +59,7 @@ This chart is tested with the latest 7.16.0-SNAPSHOT version.
5959

6060
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git`
6161

62-
* Checkout the branch : `git checkout 7.x`
62+
* Checkout the branch : `git checkout 7.16`
6363

6464
* Install it:
6565
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.16.0-SNAPSHOT`
@@ -150,20 +150,20 @@ An example of APM Server deployment using OSS version can be found in
150150
Please check [CONTRIBUTING.md][] before any contribution or for any questions
151151
about our development and testing process.
152152

153-
[7.x]: https://github.com/elastic/helm-charts/releases
153+
[7.16]: https://github.com/elastic/helm-charts/releases
154154
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
155155
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
156156
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
157157
[affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
158158
[annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
159159
[apm server docker image]: https://www.elastic.co/guide/en/apm/server/7.16/running-on-docker.html
160160
[apm server oss docker image]: https://www.docker.elastic.co/r/apm/apm-server-oss
161-
[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.x/elasticsearch/README.md#default
161+
[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.16/elasticsearch/README.md#default
162162
[environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config
163163
[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
164-
[examples]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/examples
165-
[examples/oss]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/examples/oss
166-
[examples/security]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/examples/security
164+
[examples]: https://github.com/elastic/helm-charts/tree/7.16/apm-server/examples
165+
[examples/oss]: https://github.com/elastic/helm-charts/tree/7.16/apm-server/examples/oss
166+
[examples/security]: https://github.com/elastic/helm-charts/tree/7.16/apm-server/examples/security
167167
[helm]: https://helm.sh
168168
[horizontal pod autoscaler]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
169169
[hostAliases]: https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
@@ -180,7 +180,7 @@ about our development and testing process.
180180
[resources]: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
181181
[service]: https://kubernetes.io/docs/concepts/services-networking/service/
182182
[serviceAccount]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
183-
[supported configurations]: https://github.com/elastic/helm-charts/tree/7.x/README.md#supported-configurations
183+
[supported configurations]: https://github.com/elastic/helm-charts/tree/7.16/README.md#supported-configurations
184184
[tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
185185
[updateStrategy]: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#updating-a-deployment
186-
[values.yaml]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/values.yaml
186+
[values.yaml]: https://github.com/elastic/helm-charts/tree/7.16/apm-server/values.yaml

apm-server/examples/default/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ This example deploy APM Server 7.16.0-SNAPSHOT using [default values][].
2222
You can also run [goss integration tests][] using `make test`
2323

2424

25-
[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.x/elasticsearch/examples/default/
26-
[goss integration tests]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/examples/default/test/goss.yaml
27-
[default values]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/values.yaml
25+
[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.16/elasticsearch/examples/default/
26+
[goss integration tests]: https://github.com/elastic/helm-charts/tree/7.16/apm-server/examples/default/test/goss.yaml
27+
[default values]: https://github.com/elastic/helm-charts/tree/7.16/apm-server/values.yaml

apm-server/examples/oss/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ You can also run [goss integration tests][] using `make test`
2323

2424

2525
[apm server oss]: https://www.elastic.co/downloads/apm-oss
26-
[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.x/elasticsearch/examples/default/
27-
[goss integration tests]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/examples/oss/test/goss.yaml
26+
[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.16/elasticsearch/examples/default/
27+
[goss integration tests]: https://github.com/elastic/helm-charts/tree/7.16/apm-server/examples/oss/test/goss.yaml

apm-server/examples/security/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Elasticsearch (see [values][]).
2323
You can also run [goss integration tests][] using `make test`
2424

2525

26-
[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.x/elasticsearch/examples/security/
27-
[goss integration tests]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/examples/security/test/goss.yaml
28-
[values]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/examples/security/values.yaml
26+
[elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.16/elasticsearch/examples/security/
27+
[goss integration tests]: https://github.com/elastic/helm-charts/tree/7.16/apm-server/examples/security/test/goss.yaml
28+
[values]: https://github.com/elastic/helm-charts/tree/7.16/apm-server/examples/security/values.yaml

0 commit comments

Comments
 (0)