diff --git a/apm-server/Chart.yaml b/apm-server/Chart.yaml index cd4fe8c09..63d35cad5 100755 --- a/apm-server/Chart.yaml +++ b/apm-server/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: apm-server -version: 7.13.2 -appVersion: 7.13.2 +version: 7.13.3-SNAPSHOT +appVersion: 7.13.3-SNAPSHOT sources: - https://github.com/elastic/apm icon: https://helm.elastic.co/icons/apm.png diff --git a/apm-server/README.md b/apm-server/README.md index d2d4da172..e22518c56 100644 --- a/apm-server/README.md +++ b/apm-server/README.md @@ -11,6 +11,7 @@ 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. @@ -43,7 +44,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.13.2 version. +This chart is tested with the latest 7.13.3-SNAPSHOT version. ### Install released version using Helm repository @@ -61,8 +62,8 @@ This chart is tested with the latest 7.13.2 version. * Checkout the branch : `git checkout 7.13` * Install it: - - with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.13.2` - - with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.13.2` + - with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.13.3-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.13.3-SNAPSHOT` ## Upgrading @@ -101,7 +102,7 @@ as a reference. They are also used in the automated testing of this chart. | `hostAliases` | Configurable [hostAliases][] | `[]` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The APM Server Docker image tag | `7.13.2` | +| `imageTag` | The APM Server Docker image tag | `7.13.3-SNAPSHOT` | | `image` | The APM Server Docker image | `docker.elastic.co/apm/apm-server` | | `ingress` | Configurable [ingress][] to expose the APM Server service | see [values.yaml][] | | `labels` | Configurable [labels][] applied to all APM server pods | `{}` | diff --git a/apm-server/examples/default/README.md b/apm-server/examples/default/README.md index efbcd201c..85e1f6656 100644 --- a/apm-server/examples/default/README.md +++ b/apm-server/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy APM Server 7.13.2 using [default values][]. +This example deploy APM Server 7.13.3-SNAPSHOT using [default values][]. ## Usage diff --git a/apm-server/examples/default/test/goss.yaml b/apm-server/examples/default/test/goss.yaml index c191a1387..b87230b14 100644 --- a/apm-server/examples/default/test/goss.yaml +++ b/apm-server/examples/default/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - "7.13.2" + - "7.13.3" diff --git a/apm-server/examples/oss/README.md b/apm-server/examples/oss/README.md index 97f70927c..5bad4422d 100644 --- a/apm-server/examples/oss/README.md +++ b/apm-server/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy APM Server 7.13.2 using [APM Server OSS][] version. +This example deploy APM Server 7.13.3-SNAPSHOT using [APM Server OSS][] version. ## Usage diff --git a/apm-server/examples/oss/test/goss.yaml b/apm-server/examples/oss/test/goss.yaml index 5e8d0dcc1..7c9c17519 100644 --- a/apm-server/examples/oss/test/goss.yaml +++ b/apm-server/examples/oss/test/goss.yaml @@ -3,9 +3,9 @@ http: status: 200 timeout: 2000 body: - - '7.13.2' + - '7.13.3' http://elasticsearch-master:9200/_cat/indices: status: 200 timeout: 2000 body: - - 'apm-oss-7.13.2' + - 'apm-oss-7.13.3' diff --git a/apm-server/examples/security/README.md b/apm-server/examples/security/README.md index 253369541..d79659087 100644 --- a/apm-server/examples/security/README.md +++ b/apm-server/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy APM Server 7.13.2 using authentication and TLS to connect to +This example deploy APM Server 7.13.3-SNAPSHOT using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/apm-server/examples/security/test/goss.yaml b/apm-server/examples/security/test/goss.yaml index c191a1387..b87230b14 100644 --- a/apm-server/examples/security/test/goss.yaml +++ b/apm-server/examples/security/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - "7.13.2" + - "7.13.3" diff --git a/apm-server/examples/upgrade/test/goss.yaml b/apm-server/examples/upgrade/test/goss.yaml index c191a1387..b87230b14 100644 --- a/apm-server/examples/upgrade/test/goss.yaml +++ b/apm-server/examples/upgrade/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - "7.13.2" + - "7.13.3" diff --git a/apm-server/values.yaml b/apm-server/values.yaml index 5f86c1932..7d1de676e 100755 --- a/apm-server/values.yaml +++ b/apm-server/values.yaml @@ -68,7 +68,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/apm/apm-server" -imageTag: "7.13.2" +imageTag: "7.13.3-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml index 8976840ec..fb3556ae3 100755 --- a/elasticsearch/Chart.yaml +++ b/elasticsearch/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: elasticsearch -version: 7.13.2 -appVersion: 7.13.2 +version: 7.13.3-SNAPSHOT +appVersion: 7.13.3-SNAPSHOT sources: - https://github.com/elastic/elasticsearch icon: https://helm.elastic.co/icons/elasticsearch.png diff --git a/elasticsearch/README.md b/elasticsearch/README.md index aa2a9561f..7433603d9 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -6,6 +6,7 @@ This Helm chart is a lightweight way to configure and run our official [Elasticsearch Docker image][]. +**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. @@ -52,7 +53,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.13.2 version. +This chart is tested with the latest 7.13.3-SNAPSHOT version. ### Install released version using Helm repository @@ -70,8 +71,8 @@ This chart is tested with the latest 7.13.2 version. * Checkout the branch : `git checkout 7.13` * Install it: - - with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.13.2` - - with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.13.2` + - with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.13.3-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.13.3-SNAPSHOT` ## Upgrading @@ -128,7 +129,7 @@ support multiple versions with minimal changes. | `httpPort` | The http port that Kubernetes will use for the healthchecks and the service. If you change this you will also need to set [http.port][] in `extraEnvs` | `9200` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Elasticsearch Docker image tag | `7.13.2` | +| `imageTag` | The Elasticsearch Docker image tag | `7.13.3-SNAPSHOT` | | `image` | The Elasticsearch Docker image | `docker.elastic.co/elasticsearch/elasticsearch` | | `ingress` | Configurable [ingress][] to expose the Elasticsearch service. See [values.yaml][] for an example | see [values.yaml][] | | `initResources` | Allows you to set the [resources][] for the `initContainer` in the StatefulSet | `{}` | diff --git a/elasticsearch/examples/config/README.md b/elasticsearch/examples/config/README.md index 17f0f0a8f..ced349610 100644 --- a/elasticsearch/examples/config/README.md +++ b/elasticsearch/examples/config/README.md @@ -1,6 +1,6 @@ # Config -This example deploy a single node Elasticsearch 7.13.2 with authentication and +This example deploy a single node Elasticsearch 7.13.3-SNAPSHOT with authentication and custom [values][]. diff --git a/elasticsearch/examples/default/README.md b/elasticsearch/examples/default/README.md index 84e97078e..8ce7ca354 100644 --- a/elasticsearch/examples/default/README.md +++ b/elasticsearch/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy a 3 nodes Elasticsearch 7.13.2 cluster using +This example deploy a 3 nodes Elasticsearch 7.13.3-SNAPSHOT cluster using [default values][]. diff --git a/elasticsearch/examples/default/test/goss.yaml b/elasticsearch/examples/default/test/goss.yaml index 24a84a325..94607886d 100644 --- a/elasticsearch/examples/default/test/goss.yaml +++ b/elasticsearch/examples/default/test/goss.yaml @@ -15,7 +15,7 @@ http: status: 200 timeout: 2000 body: - - '"number" : "7.13.2"' + - '"number" : "7.13.3-SNAPSHOT"' - '"cluster_name" : "elasticsearch"' - "You Know, for Search" diff --git a/elasticsearch/examples/docker-for-mac/README.md b/elasticsearch/examples/docker-for-mac/README.md index 55b61ab51..5a90781b0 100644 --- a/elasticsearch/examples/docker-for-mac/README.md +++ b/elasticsearch/examples/docker-for-mac/README.md @@ -1,6 +1,6 @@ # Docker for Mac -This example deploy a 3 nodes Elasticsearch 7.13.2 cluster on [Docker for Mac][] +This example deploy a 3 nodes Elasticsearch 7.13.3-SNAPSHOT cluster on [Docker for Mac][] using [custom values][]. Note that this configuration should be used for test only and isn't recommended diff --git a/elasticsearch/examples/kubernetes-kind/README.md b/elasticsearch/examples/kubernetes-kind/README.md index 64789bfb2..ac5606808 100644 --- a/elasticsearch/examples/kubernetes-kind/README.md +++ b/elasticsearch/examples/kubernetes-kind/README.md @@ -1,6 +1,6 @@ # KIND -This example deploy a 3 nodes Elasticsearch 7.13.2 cluster on [Kind][] +This example deploy a 3 nodes Elasticsearch 7.13.3-SNAPSHOT cluster on [Kind][] using [custom values][]. Note that this configuration should be used for test only and isn't recommended diff --git a/elasticsearch/examples/microk8s/README.md b/elasticsearch/examples/microk8s/README.md index 08321e4ba..3428a88aa 100644 --- a/elasticsearch/examples/microk8s/README.md +++ b/elasticsearch/examples/microk8s/README.md @@ -1,6 +1,6 @@ # MicroK8S -This example deploy a 3 nodes Elasticsearch 7.13.2 cluster on [MicroK8S][] +This example deploy a 3 nodes Elasticsearch 7.13.3-SNAPSHOT cluster on [MicroK8S][] using [custom values][]. Note that this configuration should be used for test only and isn't recommended diff --git a/elasticsearch/examples/minikube/README.md b/elasticsearch/examples/minikube/README.md index 193af5910..a3001e27e 100644 --- a/elasticsearch/examples/minikube/README.md +++ b/elasticsearch/examples/minikube/README.md @@ -1,6 +1,6 @@ # Minikube -This example deploy a 3 nodes Elasticsearch 7.13.2 cluster on [Minikube][] +This example deploy a 3 nodes Elasticsearch 7.13.3-SNAPSHOT cluster on [Minikube][] using [custom values][]. If helm or kubectl timeouts occur, you may consider creating a minikube VM with diff --git a/elasticsearch/examples/multi/README.md b/elasticsearch/examples/multi/README.md index fa149611a..22cd21baa 100644 --- a/elasticsearch/examples/multi/README.md +++ b/elasticsearch/examples/multi/README.md @@ -1,6 +1,6 @@ # Multi -This example deploy an Elasticsearch 7.13.2 cluster composed of 3 different Helm +This example deploy an Elasticsearch 7.13.3-SNAPSHOT cluster composed of 3 different Helm releases: - `helm-es-multi-master` for the 3 master nodes using [master values][] diff --git a/elasticsearch/examples/openshift/README.md b/elasticsearch/examples/openshift/README.md index 768265517..dc3fece8d 100644 --- a/elasticsearch/examples/openshift/README.md +++ b/elasticsearch/examples/openshift/README.md @@ -1,6 +1,6 @@ # OpenShift -This example deploy a 3 nodes Elasticsearch 7.13.2 cluster on [OpenShift][] +This example deploy a 3 nodes Elasticsearch 7.13.3-SNAPSHOT cluster on [OpenShift][] using [custom values][]. ## Usage diff --git a/elasticsearch/examples/openshift/test/goss.yaml b/elasticsearch/examples/openshift/test/goss.yaml index eb1447e7e..b30bf01f9 100644 --- a/elasticsearch/examples/openshift/test/goss.yaml +++ b/elasticsearch/examples/openshift/test/goss.yaml @@ -11,6 +11,6 @@ http: status: 200 timeout: 2000 body: - - '"number" : "7.13.2"' + - '"number" : "7.13.3-SNAPSHOT"' - '"cluster_name" : "elasticsearch"' - "You Know, for Search" diff --git a/elasticsearch/examples/security/README.md b/elasticsearch/examples/security/README.md index 27dad30bd..2e83bb25c 100644 --- a/elasticsearch/examples/security/README.md +++ b/elasticsearch/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy a 3 nodes Elasticsearch 7.13.2 with authentication and +This example deploy a 3 nodes Elasticsearch 7.13.3-SNAPSHOT with authentication and autogenerated certificates for TLS (see [values][]). Note that this configuration should be used for test only. For a production diff --git a/elasticsearch/examples/upgrade/test/goss.yaml b/elasticsearch/examples/upgrade/test/goss.yaml index 98a9e1aeb..1a4e4730d 100644 --- a/elasticsearch/examples/upgrade/test/goss.yaml +++ b/elasticsearch/examples/upgrade/test/goss.yaml @@ -11,6 +11,6 @@ http: status: 200 timeout: 2000 body: - - '"number" : "7.13.2"' + - '"number" : "7.13.3-SNAPSHOT"' - '"cluster_name" : "upgrade"' - "You Know, for Search" diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index 561f4dbc9..3083be649 100755 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -59,7 +59,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/elasticsearch/elasticsearch" -imageTag: "7.13.2" +imageTag: "7.13.3-SNAPSHOT" imagePullPolicy: "IfNotPresent" podAnnotations: {} diff --git a/filebeat/Chart.yaml b/filebeat/Chart.yaml index f33010872..b98f0651d 100755 --- a/filebeat/Chart.yaml +++ b/filebeat/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: filebeat -version: 7.13.2 -appVersion: 7.13.2 +version: 7.13.3-SNAPSHOT +appVersion: 7.13.3-SNAPSHOT sources: - https://github.com/elastic/beats icon: https://helm.elastic.co/icons/beats.png diff --git a/filebeat/README.md b/filebeat/README.md index 74bb568e3..98e7fdb41 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -6,6 +6,7 @@ This Helm chart is a lightweight way to configure and run our official [Filebeat Docker image][]. +**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. @@ -42,7 +43,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.13.2 version. +This chart is tested with the latest 7.13.3-SNAPSHOT version. ### Install released version using Helm repository @@ -59,8 +60,8 @@ This chart is tested with the latest 7.13.2 version. * Checkout the branch : `git checkout 7.13` * Install it: - - with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.13.2` - - with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.13.2` + - with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.13.3-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.13.3-SNAPSHOT` ## Upgrading @@ -135,7 +136,7 @@ as a reference. They are also used in the automated testing of this chart. | `hostPathRoot` | Fully-qualified [hostPath][] that will be used to persist filebeat registry data | `/var/lib` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The filebeat Docker image tag | `7.13.2` | +| `imageTag` | The filebeat Docker image tag | `7.13.3-SNAPSHOT` | | `image` | The filebeat Docker image | `docker.elastic.co/beats/filebeat` | | `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` | diff --git a/filebeat/examples/default/README.md b/filebeat/examples/default/README.md index 99154bfd1..ba7c4d341 100644 --- a/filebeat/examples/default/README.md +++ b/filebeat/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Filebeat 7.13.2 using [default values][]. +This example deploy Filebeat 7.13.3-SNAPSHOT using [default values][]. ## Usage diff --git a/filebeat/examples/default/test/goss.yaml b/filebeat/examples/default/test/goss.yaml index 0d2a19b44..69ead9308 100644 --- a/filebeat/examples/default/test/goss.yaml +++ b/filebeat/examples/default/test/goss.yaml @@ -29,7 +29,7 @@ http: status: 200 timeout: 2000 body: - - 'filebeat-7.13.2' + - 'filebeat-7.13.3' file: /usr/share/filebeat/filebeat.yml: @@ -44,4 +44,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: http://elasticsearch-master:9200' - - 'version: 7.13.2' + - 'version: 7.13.3' diff --git a/filebeat/examples/deployment/README.md b/filebeat/examples/deployment/README.md index 2ee941f32..d5edfbb22 100644 --- a/filebeat/examples/deployment/README.md +++ b/filebeat/examples/deployment/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Filebeat 7.13.2 using [default values][] as a Kubernetes Deployment. +This example deploy Filebeat 7.13.3-SNAPSHOT using [default values][] as a Kubernetes Deployment. ## Usage diff --git a/filebeat/examples/deployment/test/goss.yaml b/filebeat/examples/deployment/test/goss.yaml index 61aa50ae3..91e86f02d 100644 --- a/filebeat/examples/deployment/test/goss.yaml +++ b/filebeat/examples/deployment/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - 'filebeat-7.13.2' + - 'filebeat-7.13.3' diff --git a/filebeat/examples/oss/README.md b/filebeat/examples/oss/README.md index 95677e188..dd6183bb8 100644 --- a/filebeat/examples/oss/README.md +++ b/filebeat/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Filebeat 7.13.2 using [Filebeat OSS][] version. +This example deploy Filebeat 7.13.3-SNAPSHOT using [Filebeat OSS][] version. ## Usage diff --git a/filebeat/examples/oss/test/goss.yaml b/filebeat/examples/oss/test/goss.yaml index b2406178e..897ec3b88 100644 --- a/filebeat/examples/oss/test/goss.yaml +++ b/filebeat/examples/oss/test/goss.yaml @@ -19,4 +19,4 @@ http: status: 200 timeout: 2000 body: - - "filebeat-oss-7.13.2" + - "filebeat-oss-7.13.3" diff --git a/filebeat/examples/security/README.md b/filebeat/examples/security/README.md index 2b3781e6a..731436c63 100644 --- a/filebeat/examples/security/README.md +++ b/filebeat/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Filebeat 7.13.2 using authentication and TLS to connect to +This example deploy Filebeat 7.13.3-SNAPSHOT using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/filebeat/examples/security/test/goss.yaml b/filebeat/examples/security/test/goss.yaml index 7cf0618ac..f81156363 100644 --- a/filebeat/examples/security/test/goss.yaml +++ b/filebeat/examples/security/test/goss.yaml @@ -3,7 +3,7 @@ http: status: 200 timeout: 2000 body: - - "filebeat-7.13.2" + - "filebeat-7.13.3" allow-insecure: true username: '{{ .Env.ELASTICSEARCH_USERNAME }}' password: '{{ .Env.ELASTICSEARCH_PASSWORD }}' diff --git a/filebeat/examples/upgrade/test/goss.yaml b/filebeat/examples/upgrade/test/goss.yaml index 87e2e7d8a..fa55e9702 100644 --- a/filebeat/examples/upgrade/test/goss.yaml +++ b/filebeat/examples/upgrade/test/goss.yaml @@ -29,7 +29,7 @@ http: status: 200 timeout: 2000 body: - - "filebeat-7.13.2" + - "filebeat-7.13.3" file: /usr/share/filebeat/filebeat.yml: diff --git a/filebeat/values.yaml b/filebeat/values.yaml index 39aed5732..46bae6c24 100755 --- a/filebeat/values.yaml +++ b/filebeat/values.yaml @@ -146,7 +146,7 @@ hostAliases: [] # - "foo.local" # - "bar.local" image: "docker.elastic.co/beats/filebeat" -imageTag: "7.13.2" +imageTag: "7.13.3-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/helpers/examples.mk b/helpers/examples.mk index af0a64f95..f0a17e189 100644 --- a/helpers/examples.mk +++ b/helpers/examples.mk @@ -1,7 +1,7 @@ GOSS_VERSION := v0.3.6 GOSS_FILE ?= goss.yaml GOSS_SELECTOR ?= release=$(RELEASE) -STACK_VERSION := 7.13.2 +STACK_VERSION := 7.13.3-SNAPSHOT TIMEOUT := 900s .PHONY: help diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml index 647a6062b..56950490b 100755 --- a/kibana/Chart.yaml +++ b/kibana/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: kibana -version: 7.13.2 -appVersion: 7.13.2 +version: 7.13.3-SNAPSHOT +appVersion: 7.13.3-SNAPSHOT sources: - https://github.com/elastic/kibana icon: https://helm.elastic.co/icons/kibana.png diff --git a/kibana/README.md b/kibana/README.md index 18b70684f..8686eb416 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -6,6 +6,7 @@ This Helm chart is a lightweight way to configure and run our official [Kibana Docker image][]. +**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. @@ -39,7 +40,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.13.2 version. +This chart is tested with the latest 7.13.3-SNAPSHOT version. ### Install released version using Helm repository @@ -57,8 +58,8 @@ This chart is tested with the latest 7.13.2 version. * Checkout the branch : `git checkout 7.13` * Install it: - - with Helm 3: `helm install kibana ./helm-charts/kibana --set imageTag=7.13.2` - - with Helm 2 (deprecated): `helm install --name kibana ./helm-charts/kibana --set imageTag=7.13.2` + - with Helm 3: `helm install kibana ./helm-charts/kibana --set imageTag=7.13.3-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name kibana ./helm-charts/kibana --set imageTag=7.13.3-SNAPSHOT` ## Upgrading @@ -92,7 +93,7 @@ as a reference. They are also used in the automated testing of this chart. | `httpPort` | The http port that Kubernetes will use for the healthchecks and the service | `5601` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][]value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Kibana Docker image tag | `7.13.2` | +| `imageTag` | The Kibana Docker image tag | `7.13.3-SNAPSHOT` | | `image` | The Kibana Docker image | `docker.elastic.co/kibana/kibana` | | `ingress` | Configurable [ingress][] to expose the Kibana service. | see [values.yaml][] | | `kibanaConfig` | Allows you to add any config files in `/usr/share/kibana/config/` such as `kibana.yml` See [values.yaml][] for an example of the formatting | `{}` | diff --git a/kibana/examples/default/README.md b/kibana/examples/default/README.md index a03c22bcc..4b61a8e79 100644 --- a/kibana/examples/default/README.md +++ b/kibana/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Kibana 7.13.2 using [default values][]. +This example deploy Kibana 7.13.3-SNAPSHOT using [default values][]. ## Usage diff --git a/kibana/examples/default/test/goss.yaml b/kibana/examples/default/test/goss.yaml index 9e4440f27..39756635a 100644 --- a/kibana/examples/default/test/goss.yaml +++ b/kibana/examples/default/test/goss.yaml @@ -3,7 +3,7 @@ http: status: 200 timeout: 2000 body: - - '"number":"7.13.2"' + - '"number":"7.13.3"' http://localhost:5601/app/kibana: status: 200 diff --git a/kibana/examples/openshift/README.md b/kibana/examples/openshift/README.md index deeb165f9..cd580a2f6 100644 --- a/kibana/examples/openshift/README.md +++ b/kibana/examples/openshift/README.md @@ -1,6 +1,6 @@ # OpenShift -This example deploy Kibana 7.13.2 on [OpenShift][] using [custom values][]. +This example deploy Kibana 7.13.3-SNAPSHOT on [OpenShift][] using [custom values][]. ## Usage diff --git a/kibana/examples/security/README.md b/kibana/examples/security/README.md index d7f1214fc..3dde601c6 100644 --- a/kibana/examples/security/README.md +++ b/kibana/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Kibana 7.13.2 using authentication and TLS to connect to +This example deploy Kibana 7.13.3-SNAPSHOT using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/kibana/examples/upgrade/test/goss.yaml b/kibana/examples/upgrade/test/goss.yaml index 4c7387164..a9b3f17b7 100644 --- a/kibana/examples/upgrade/test/goss.yaml +++ b/kibana/examples/upgrade/test/goss.yaml @@ -3,7 +3,7 @@ http: status: 200 timeout: 2000 body: - - '"number":"7.13.2"' + - '"number":"7.13.3"' http://localhost:5601/app/kibana: status: 200 diff --git a/kibana/values.yaml b/kibana/values.yaml index 97151d6dc..ec0363cc7 100755 --- a/kibana/values.yaml +++ b/kibana/values.yaml @@ -35,7 +35,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/kibana/kibana" -imageTag: "7.13.2" +imageTag: "7.13.3-SNAPSHOT" imagePullPolicy: "IfNotPresent" # additionals labels diff --git a/logstash/Chart.yaml b/logstash/Chart.yaml index 5508eb24b..1ee06efae 100755 --- a/logstash/Chart.yaml +++ b/logstash/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: logstash -version: 7.13.2 -appVersion: 7.13.2 +version: 7.13.3-SNAPSHOT +appVersion: 7.13.3-SNAPSHOT sources: - https://github.com/elastic/logstash icon: https://helm.elastic.co/icons/logstash.png diff --git a/logstash/README.md b/logstash/README.md index 76d8a96e8..3eb83569b 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -11,6 +11,7 @@ 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. @@ -43,7 +44,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.13.2 version. +This chart is tested with the latest 7.13.3-SNAPSHOT version. ### Install released version using Helm repository @@ -61,8 +62,8 @@ This chart is tested with the latest 7.13.2 version. * Checkout the branch : `git checkout 7.13` * Install it: - - with Helm 3: `helm install logstash ./helm-charts/logstash --set imageTag=7.13.2` - - with Helm 2 (deprecated): `helm install --name logstash ./helm-charts/logstash --set imageTag=7.13.2` + - with Helm 3: `helm install logstash ./helm-charts/logstash --set imageTag=7.13.3-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name logstash ./helm-charts/logstash --set imageTag=7.13.3-SNAPSHOT` ## Upgrading @@ -119,7 +120,7 @@ useful for the [http input plugin][], for instance. | `httpPort` | The http port that Kubernetes will use for the healthchecks and the service | `9600` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Logstash Docker image tag | `7.13.2` | +| `imageTag` | The Logstash Docker image tag | `7.13.3-SNAPSHOT` | | `image` | The Logstash Docker image | `docker.elastic.co/logstash/logstash` | | `labels` | Configurable [labels][] applied to all Logstash pods | `{}` | | `ingress` | Configurable [ingress][] for external access to Logstash HTTP port. | see [values.yaml][] | diff --git a/logstash/examples/default/README.md b/logstash/examples/default/README.md index f0949aeed..e2aafef0e 100644 --- a/logstash/examples/default/README.md +++ b/logstash/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Logstash 7.13.2 using [default values][]. +This example deploy Logstash 7.13.3-SNAPSHOT using [default values][]. ## Usage diff --git a/logstash/examples/default/test/goss.yaml b/logstash/examples/default/test/goss.yaml index ff5520a98..6a195438a 100644 --- a/logstash/examples/default/test/goss.yaml +++ b/logstash/examples/default/test/goss.yaml @@ -9,7 +9,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "7.13.2"' + - '"version" : "7.13.3"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/examples/elasticsearch/README.md b/logstash/examples/elasticsearch/README.md index 87d5807f6..e867b5f46 100644 --- a/logstash/examples/elasticsearch/README.md +++ b/logstash/examples/elasticsearch/README.md @@ -1,6 +1,6 @@ # Elasticsearch -This example deploy Logstash 7.13.2 which connects to Elasticsearch (see +This example deploy Logstash 7.13.3-SNAPSHOT which connects to Elasticsearch (see [values][]). diff --git a/logstash/examples/elasticsearch/test/goss.yaml b/logstash/examples/elasticsearch/test/goss.yaml index 9857a1115..ae58dc6ce 100644 --- a/logstash/examples/elasticsearch/test/goss.yaml +++ b/logstash/examples/elasticsearch/test/goss.yaml @@ -21,7 +21,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "7.13.2"' + - '"version" : "7.13.3"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/examples/oss/README.md b/logstash/examples/oss/README.md index 4341428c5..e8152216c 100644 --- a/logstash/examples/oss/README.md +++ b/logstash/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Logstash 7.13.2 using [Logstash OSS][] version. +This example deploy Logstash 7.13.3-SNAPSHOT using [Logstash OSS][] version. ## Usage diff --git a/logstash/examples/oss/test/goss.yaml b/logstash/examples/oss/test/goss.yaml index ba97d7e9e..135daa874 100644 --- a/logstash/examples/oss/test/goss.yaml +++ b/logstash/examples/oss/test/goss.yaml @@ -9,7 +9,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "7.13.2"' + - '"version" : "7.13.3"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/examples/security/test/goss.yaml b/logstash/examples/security/test/goss.yaml index 0b71aaefa..d7082504d 100644 --- a/logstash/examples/security/test/goss.yaml +++ b/logstash/examples/security/test/goss.yaml @@ -21,7 +21,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "7.13.2"' + - '"version" : "7.13.3"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/examples/upgrade/test/goss.yaml b/logstash/examples/upgrade/test/goss.yaml index ff5520a98..6a195438a 100644 --- a/logstash/examples/upgrade/test/goss.yaml +++ b/logstash/examples/upgrade/test/goss.yaml @@ -9,7 +9,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "7.13.2"' + - '"version" : "7.13.3"' - '"http_address" : "0.0.0.0:9600"' - '"status" : "green"' - '"workers" : 1' diff --git a/logstash/values.yaml b/logstash/values.yaml index f9b524d5b..974a1ef95 100755 --- a/logstash/values.yaml +++ b/logstash/values.yaml @@ -72,7 +72,7 @@ hostAliases: [] # - "bar.local" image: "docker.elastic.co/logstash/logstash" -imageTag: "7.13.2" +imageTag: "7.13.3-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/metricbeat/Chart.yaml b/metricbeat/Chart.yaml index 6f26fe009..b41ae4200 100755 --- a/metricbeat/Chart.yaml +++ b/metricbeat/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: metricbeat -version: 7.13.2 -appVersion: 7.13.2 +version: 7.13.3-SNAPSHOT +appVersion: 7.13.3-SNAPSHOT sources: - https://github.com/elastic/beats icon: https://helm.elastic.co/icons/beats.png diff --git a/metricbeat/README.md b/metricbeat/README.md index f6bc11373..bec6cb9c6 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -6,6 +6,7 @@ This Helm chart is a lightweight way to configure and run our official [Metricbeat Docker image][]. +**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. @@ -40,7 +41,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.13.2 version. +This chart is tested with the latest 7.13.3-SNAPSHOT version. ### Install released version using Helm repository @@ -59,8 +60,8 @@ This chart is tested with the latest 7.13.2 version. * Checkout the branch : `git checkout 7.13` * Install it: - - with Helm 3: `helm install metricbeat ./helm-charts/metricbeat --set imageTag=7.13.2` - - with Helm 2 (deprecated): `helm install --name metricbeat ./helm-charts/metricbeat --set imageTag=7.13.2` + - with Helm 3: `helm install metricbeat ./helm-charts/metricbeat --set imageTag=7.13.3-SNAPSHOT` + - with Helm 2 (deprecated): `helm install --name metricbeat ./helm-charts/metricbeat --set imageTag=7.13.3-SNAPSHOT` ## Upgrading @@ -130,7 +131,7 @@ as a reference. They are also used in the automated testing of this chart. | `hostPathRoot` | Fully-qualified [hostPath][] that will be used to persist Metricbeat registry data | `/var/lib` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Metricbeat Docker image tag | `7.13.2` | +| `imageTag` | The Metricbeat Docker image tag | `7.13.3-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.host` | Define kube-state-metrics endpoint for an existing deployment. Works only if `kube_state_metrics.enabled: false` | `""` | diff --git a/metricbeat/examples/default/README.md b/metricbeat/examples/default/README.md index da91cc761..c731f6ab0 100644 --- a/metricbeat/examples/default/README.md +++ b/metricbeat/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Metricbeat 7.13.2 using [default values][]. +This example deploy Metricbeat 7.13.3-SNAPSHOT using [default values][]. ## Usage diff --git a/metricbeat/examples/default/test/goss-metrics.yaml b/metricbeat/examples/default/test/goss-metrics.yaml index ee3ed4dde..87f08be05 100644 --- a/metricbeat/examples/default/test/goss-metrics.yaml +++ b/metricbeat/examples/default/test/goss-metrics.yaml @@ -21,13 +21,13 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.13.2" + - "metricbeat-7.13.3" 'http://elasticsearch-master:9200/_search?q=metricset.name:state_container%20AND%20kubernetes.container.name:metricbeat': status: 200 timeout: 2000 body: - - "metricbeat-7.13.2" + - "metricbeat-7.13.3" file: /usr/share/metricbeat/metricbeat.yml: @@ -41,4 +41,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: http://elasticsearch-master:9200' - - 'version: 7.13.2' + - 'version: 7.13.3' diff --git a/metricbeat/examples/default/test/goss.yaml b/metricbeat/examples/default/test/goss.yaml index 1a3b5035b..e6d904d91 100644 --- a/metricbeat/examples/default/test/goss.yaml +++ b/metricbeat/examples/default/test/goss.yaml @@ -25,12 +25,12 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-7.13.2' + - 'metricbeat-7.13.3' 'http://elasticsearch-master:9200/_search?q=metricset.name:container%20AND%20kubernetes.container.name:metricbeat': status: 200 timeout: 2000 body: - - 'metricbeat-7.13.2' + - 'metricbeat-7.13.3' file: /usr/share/metricbeat/metricbeat.yml: @@ -45,4 +45,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: http://elasticsearch-master:9200' - - 'version: 7.13.2' + - 'version: 7.13.3' diff --git a/metricbeat/examples/oss/README.md b/metricbeat/examples/oss/README.md index 3f46871f3..d4cca5a09 100644 --- a/metricbeat/examples/oss/README.md +++ b/metricbeat/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Metricbeat 7.13.2 using [Metricbeat OSS][] version. +This example deploy Metricbeat 7.13.3-SNAPSHOT using [Metricbeat OSS][] version. ## Usage diff --git a/metricbeat/examples/oss/test/goss-metrics.yaml b/metricbeat/examples/oss/test/goss-metrics.yaml index ec22e1d96..3f7c38635 100644 --- a/metricbeat/examples/oss/test/goss-metrics.yaml +++ b/metricbeat/examples/oss/test/goss-metrics.yaml @@ -21,12 +21,12 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-oss-7.13.2' + - 'metricbeat-oss-7.13.3' http://elasticsearch-master:9200/_search?q=metricset.name:state_deployment: status: 200 timeout: 2000 body: - - 'metricbeat-oss-7.13.2' + - 'metricbeat-oss-7.13.3' file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/examples/oss/test/goss.yaml b/metricbeat/examples/oss/test/goss.yaml index 542e44a16..3401ee0dc 100644 --- a/metricbeat/examples/oss/test/goss.yaml +++ b/metricbeat/examples/oss/test/goss.yaml @@ -25,12 +25,12 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-oss-7.13.2' + - 'metricbeat-oss-7.13.3' http://elasticsearch-master:9200/_search?q=metricset.name:container: status: 200 timeout: 2000 body: - - 'metricbeat-oss-7.13.2' + - 'metricbeat-oss-7.13.3' file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/examples/security/README.md b/metricbeat/examples/security/README.md index 280dbf3cc..a4c1d133c 100644 --- a/metricbeat/examples/security/README.md +++ b/metricbeat/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Metricbeat 7.13.2 using authentication and TLS to connect to +This example deploy Metricbeat 7.13.3-SNAPSHOT using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/metricbeat/examples/security/test/goss-metrics.yaml b/metricbeat/examples/security/test/goss-metrics.yaml index f4f63e09c..1c4c9ecef 100644 --- a/metricbeat/examples/security/test/goss-metrics.yaml +++ b/metricbeat/examples/security/test/goss-metrics.yaml @@ -21,7 +21,7 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-7.13.2' + - 'metricbeat-7.13.3' allow-insecure: true username: '{{ .Env.ELASTICSEARCH_USERNAME }}' password: '{{ .Env.ELASTICSEARCH_PASSWORD }}' @@ -29,7 +29,7 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-7.13.2' + - 'metricbeat-7.13.3' allow-insecure: true username: '{{ .Env.ELASTICSEARCH_USERNAME }}' password: '{{ .Env.ELASTICSEARCH_PASSWORD }}' @@ -45,4 +45,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: https://security-master:9200' - - 'version: 7.13.2' + - 'version: 7.13.3' diff --git a/metricbeat/examples/security/test/goss.yaml b/metricbeat/examples/security/test/goss.yaml index 89ef87ed0..7fe46cef9 100644 --- a/metricbeat/examples/security/test/goss.yaml +++ b/metricbeat/examples/security/test/goss.yaml @@ -25,7 +25,7 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-7.13.2' + - 'metricbeat-7.13.3' allow-insecure: true username: '{{ .Env.ELASTICSEARCH_USERNAME }}' password: '{{ .Env.ELASTICSEARCH_PASSWORD }}' @@ -33,7 +33,7 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-7.13.2' + - 'metricbeat-7.13.3' allow-insecure: true username: '{{ .Env.ELASTICSEARCH_USERNAME }}' password: '{{ .Env.ELASTICSEARCH_PASSWORD }}' @@ -50,4 +50,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: https://security-master:9200' - - 'version: 7.13.2' + - 'version: 7.13.3' diff --git a/metricbeat/examples/upgrade/test/goss-metrics.yaml b/metricbeat/examples/upgrade/test/goss-metrics.yaml index de1a0ef9a..43ddb1f2c 100644 --- a/metricbeat/examples/upgrade/test/goss-metrics.yaml +++ b/metricbeat/examples/upgrade/test/goss-metrics.yaml @@ -21,13 +21,13 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.13.2" + - "metricbeat-7.13.3" ? "http://upgrade-master:9200/_search?q=metricset.name:state_container%20AND%20kubernetes.container.name:metricbeat" : status: 200 timeout: 2000 body: - - "metricbeat-7.13.2" + - "metricbeat-7.13.3" file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/examples/upgrade/test/goss.yaml b/metricbeat/examples/upgrade/test/goss.yaml index 51fa9d8ea..321c46d25 100644 --- a/metricbeat/examples/upgrade/test/goss.yaml +++ b/metricbeat/examples/upgrade/test/goss.yaml @@ -25,12 +25,12 @@ http: status: 200 timeout: 2000 body: - - "metricbeat-7.13.2" + - "metricbeat-7.13.3" ? "http://upgrade-master:9200/_search?q=metricset.name:container%20AND%20kubernetes.container.name:metricbeat" : status: 200 timeout: 2000 body: - - "metricbeat-7.13.2" + - "metricbeat-7.13.3" file: /usr/share/metricbeat/metricbeat.yml: diff --git a/metricbeat/values.yaml b/metricbeat/values.yaml index 985982408..378084f3a 100755 --- a/metricbeat/values.yaml +++ b/metricbeat/values.yaml @@ -181,7 +181,7 @@ extraInitContainers: "" hostPathRoot: /var/lib image: "docker.elastic.co/beats/metricbeat" -imageTag: "7.13.2" +imageTag: "7.13.3-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: []