Commit 0e159393 authored by Russ Savage's avatar Russ Savage Committed by Naseem

fix(charts): update versions, contributors

parent 166981a0
...@@ -20,7 +20,7 @@ You can then run `helm search repo influxdata` to see the charts. ...@@ -20,7 +20,7 @@ You can then run `helm search repo influxdata` to see the charts.
## Contributing ## Contributing
We'd love to have you contribute! Please refer to our [contribution guidelines](CONTRIBUTING) for details. We'd love to have you contribute! Please refer to our [contribution guidelines](CONTRIBUTING.md) for details.
## License ## License
......
apiVersion: v1 apiVersion: v1
name: chronograf name: chronograf
version: 1.1.5 version: 1.1.5
appVersion: 1.7.12 appVersion: 1.8.0
description: Open-source web application written in Go and React.js that provides description: Open-source web application written in Go and React.js that provides
the tools to visualize your monitoring data and easily create alerting and automation the tools to visualize your monitoring data and easily create alerting and automation
rules. rules.
...@@ -9,6 +9,8 @@ keywords: ...@@ -9,6 +9,8 @@ keywords:
- chronograf - chronograf
- visualizaion - visualizaion
- timeseries - timeseries
- influxdata
- influxdb
home: https://www.influxdata.com/time-series-platform/chronograf/ home: https://www.influxdata.com/time-series-platform/chronograf/
maintainers: maintainers:
- name: rawkode - name: rawkode
......
approvers: approvers:
- jackzampolin - rawkode
- gitirabassi
reviewers: reviewers:
- jackzampolin - rawkode
- gitirabassi
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
```bash ```bash
helm repo add influxdata https://helm.influxdata.com/ helm repo add influxdata https://helm.influxdata.com/
helm install influxdata/chronograf --name foo --namespace bar helm install my-release influxdata/chronograf --namespace monitoring
``` ```
## Introduction ## Introduction
...@@ -25,7 +25,7 @@ This chart bootstraps a Chronograf deployment and service on a Kubernetes cluste ...@@ -25,7 +25,7 @@ This chart bootstraps a Chronograf deployment and service on a Kubernetes cluste
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```bash ```bash
helm install --name my-release influxdata/chronograf helm install my-release influxdata/chronograf
``` ```
The command deploys Chronograf on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. The command deploys Chronograf on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
...@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the chronograf chart an ...@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the chronograf chart an
| Parameter | Description | Default | | Parameter | Description | Default |
|:-----------------------------|:----------------------------------------------------------------------------------------------------------|:--------------------------------------------| |:-----------------------------|:----------------------------------------------------------------------------------------------------------|:--------------------------------------------|
| `image.repository` | controller container image repository | quay.io/influxdb/chronograf | | `image.repository` | controller container image repository | quay.io/influxdb/chronograf |
| `image.tag` | controller container image tag | 1.7.12 | | `image.tag` | controller container image tag | 1.8.0 |
| `image.pullPolicy` | controller container image pull policy | IfNotPresent | | `image.pullPolicy` | controller container image pull policy | IfNotPresent |
| `service.type` | ClusterIP, NodePort, or LoadBalancer | ClusterIP | | `service.type` | ClusterIP, NodePort, or LoadBalancer | ClusterIP |
| `persistence.enabled` | Use a PVC to persist data | `true` | | `persistence.enabled` | Use a PVC to persist data | `true` |
...@@ -87,7 +87,7 @@ The following table lists the configurable parameters of the chronograf chart an ...@@ -87,7 +87,7 @@ The following table lists the configurable parameters of the chronograf chart an
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```bash ```bash
helm install --name my-release \ helm install my-release \
--set ingress.enabled=true,ingress.hostname=chronograf.foobar.com \ --set ingress.enabled=true,ingress.hostname=chronograf.foobar.com \
influxdata/chronograf influxdata/chronograf
``` ```
...@@ -97,7 +97,7 @@ The above command enables persistence and changes the size of the requested data ...@@ -97,7 +97,7 @@ The above command enables persistence and changes the size of the requested data
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
```bash ```bash
helm install --name my-release -f values.yaml influxdata/chronograf helm install my-release -f values.yaml influxdata/chronograf
``` ```
> **Tip**: You can use the default [values.yaml](values.yaml) > **Tip**: You can use the default [values.yaml](values.yaml)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## ##
image: image:
repository: "chronograf" repository: "chronograf"
tag: 1.7.12 tag: 1.8.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Specify a service type ## Specify a service type
...@@ -97,7 +97,8 @@ oauth: ...@@ -97,7 +97,8 @@ oauth:
he_orgs: "" he_orgs: ""
## Extra environment variables that will be passed onto deployment pods ## Extra environment variables that will be passed onto deployment pods
env: {} env:
HOST_PAGE_DISABLED: true
## The name of a secret in the same kubernetes namespace which contain values to be added to the environment ## The name of a secret in the same kubernetes namespace which contain values to be added to the environment
## This can be useful for auth tokens, etc ## This can be useful for auth tokens, etc
......
apiVersion: v1 apiVersion: v1
name: influxdb name: influxdb
version: 4.3.1 version: 4.3.1
appVersion: 1.7.9 appVersion: 1.7.10
description: Scalable datastore for metrics, events, and real-time analytics. description: Scalable datastore for metrics, events, and real-time analytics.
keywords: keywords:
- influxdb - influxdb
- database - database
- timeseries - timeseries
- influxdata
home: https://www.influxdata.com/time-series-platform/influxdb/ home: https://www.influxdata.com/time-series-platform/influxdb/
sources: sources:
- https://github.com/influxdata/influxdb - https://github.com/influxdata/influxdb
......
approvers: approvers:
- jackzampolin - rawkode
- gitirabassi
- aisuko - aisuko
- naseemkullah - naseemkullah
reviewers: reviewers:
- jackzampolin - rawkode
- gitirabassi
- aisuko - aisuko
- naseemkullah - naseemkullah
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
```bash ```bash
helm repo add influxdata https://helm.influxdata.com/ helm repo add influxdata https://helm.influxdata.com/
helm install influxdata/influxdb --name foo --namespace bar helm install my-release influxdata/influxdb --namespace monitoring
``` ```
## Introduction ## Introduction
...@@ -25,7 +25,7 @@ This chart bootstraps an InfluxDB statefulset and service on a Kubernetes cluste ...@@ -25,7 +25,7 @@ This chart bootstraps an InfluxDB statefulset and service on a Kubernetes cluste
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```bash ```bash
helm install --name my-release influxdata/influxdb helm install my-release influxdata/influxdb
``` ```
The command deploys InfluxDB on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. The command deploys InfluxDB on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
...@@ -51,7 +51,7 @@ The [full image documentation](https://hub.docker.com/_/influxdb/) contains more ...@@ -51,7 +51,7 @@ The [full image documentation](https://hub.docker.com/_/influxdb/) contains more
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```bash ```bash
helm install --name my-release \ helm install my-release \
--set persistence.enabled=true,persistence.size=200Gi \ --set persistence.enabled=true,persistence.size=200Gi \
influxdata/influxdb influxdata/influxdb
``` ```
...@@ -61,7 +61,7 @@ The above command enables persistence and changes the size of the requested data ...@@ -61,7 +61,7 @@ The above command enables persistence and changes the size of the requested data
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
```bash ```bash
helm install --name my-release -f values.yaml influxdata/influxdb helm install my-release -f values.yaml influxdata/influxdb
``` ```
> **Tip**: You can use the default [values.yaml](values.yaml) > **Tip**: You can use the default [values.yaml](values.yaml)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## ref: https://hub.docker.com/r/library/influxdb/tags/ ## ref: https://hub.docker.com/r/library/influxdb/tags/
image: image:
repository: "influxdb" repository: "influxdb"
tag: "1.7.9-alpine" tag: "1.7.10-alpine"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## If specified, use these secrets to access the images ## If specified, use these secrets to access the images
# pullSecrets: # pullSecrets:
......
apiVersion: v1 apiVersion: v1
name: kapacitor name: kapacitor
version: 1.2.5 version: 1.2.6
appVersion: 1.5.3 appVersion: 1.5.4
description: InfluxDB's native data processing engine. It can process both stream description: InfluxDB's native data processing engine. It can process both stream
and batch data from InfluxDB. and batch data from InfluxDB.
keywords: keywords:
...@@ -9,6 +9,8 @@ keywords: ...@@ -9,6 +9,8 @@ keywords:
- stream - stream
- etl - etl
- timeseries - timeseries
- influxdb
- influxdata
home: https://www.influxdata.com/time-series-platform/kapacitor/ home: https://www.influxdata.com/time-series-platform/kapacitor/
sources: sources:
- https://github.com/influxdata/kapacitor - https://github.com/influxdata/kapacitor
......
approvers: approvers:
- jackzampolin - rawkode
- gitirabassi
- aisuko - aisuko
reviewers: reviewers:
- jackzampolin - rawkode
- deepaksood619 - gitirabassi
- aisuko - aisuko
- deepaksood619
\ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
```bash ```bash
helm repo add influxdata https://helm.influxdata.com/ helm repo add influxdata https://helm.influxdata.com/
helm install influxdata/kapacitor --name foo --namespace bar helm install my-release influxdata/kapacitor --namespace monitoring
``` ```
## Introduction ## Introduction
...@@ -25,7 +25,7 @@ This chart bootstraps A Kapacitor deployment and service on a Kubernetes cluster ...@@ -25,7 +25,7 @@ This chart bootstraps A Kapacitor deployment and service on a Kubernetes cluster
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```bash ```bash
helm install --name my-release influxdata/kapacitor helm install my-release influxdata/kapacitor
``` ```
The command deploys Kapacitor on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. The command deploys Kapacitor on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
...@@ -72,7 +72,7 @@ The [full image documentation](https://hub.docker.com/_/kapacitor/) contains mor ...@@ -72,7 +72,7 @@ The [full image documentation](https://hub.docker.com/_/kapacitor/) contains mor
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```bash ```bash
helm install --name my-release \ helm install my-release \
--set influxURL=http://myinflux.mytld:8086,persistence.enabled=true \ --set influxURL=http://myinflux.mytld:8086,persistence.enabled=true \
influxdata/kapacitor influxdata/kapacitor
``` ```
...@@ -82,7 +82,7 @@ The above command enables persistence and changes the size of the requested data ...@@ -82,7 +82,7 @@ The above command enables persistence and changes the size of the requested data
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
```bash ```bash
helm install --name my-release -f values.yaml influxdata/kapacitor helm install my-release -f values.yaml influxdata/kapacitor
``` ```
> **Tip**: You can use the default [values.yaml](values.yaml) > **Tip**: You can use the default [values.yaml](values.yaml)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## ##
image: image:
repository: "kapacitor" repository: "kapacitor"
tag: "1.5.3-alpine" tag: "1.5.4-alpine"
pullPolicy: "IfNotPresent" pullPolicy: "IfNotPresent"
## Specify a service type, defaults to NodePort ## Specify a service type, defaults to NodePort
......
apiVersion: v1 apiVersion: v1
name: telegraf name: telegraf
version: 1.7.4 version: 1.7.5
appVersion: 1.13 appVersion: 1.13
deprecated: false deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
...@@ -9,6 +9,8 @@ keywords: ...@@ -9,6 +9,8 @@ keywords:
- collector - collector
- timeseries - timeseries
- influxdata - influxdata
- influxdb
- agent
home: https://www.influxdata.com/time-series-platform/telegraf/ home: https://www.influxdata.com/time-series-platform/telegraf/
maintainers: maintainers:
- name: rawkode - name: rawkode
......
approvers: approvers:
- rawkode
- gitirabassi
- naseemkullah - naseemkullah
reviewers: reviewers:
- naseemkullah - rawkode
- gitirabassi
- naseemkullah
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
```console ```console
helm repo add influxdata https://helm.influxdata.com/ helm repo add influxdata https://helm.influxdata.com/
helm install influxdata/telegraf helm install telegraf influxdata/telegraf --namespace monitoring
``` ```
## Introduction ## Introduction
...@@ -22,7 +22,7 @@ This chart bootstraps a `telegraf` deployment on a [Kubernetes](http://kubernete ...@@ -22,7 +22,7 @@ This chart bootstraps a `telegraf` deployment on a [Kubernetes](http://kubernete
To install the chart with the release name `telegraf`: To install the chart with the release name `telegraf`:
`console `console
helm install --name telegraf --namespace monitoring influxdata/telegraf helm install telegraf influxdata/telegraf --namespace monitoring
``` ```
The command deploys Telegraf on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. The command deploys Telegraf on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
...@@ -44,7 +44,7 @@ The command removes all the Kubernetes components associated with the chart and ...@@ -44,7 +44,7 @@ The command removes all the Kubernetes components associated with the chart and
The default configuration parameters are listed in `values.yaml`. The default configuration parameters are listed in `values.yaml`.
`console `console
helm install --name telegraf influxdata/telegraf helm install telegraf influxdata/telegraf
``` ```
Outputs and inputs are configured as arrays of key/value dictionaries. Additional examples and defaults can be found in [values.yaml](values.yaml) Outputs and inputs are configured as arrays of key/value dictionaries. Additional examples and defaults can be found in [values.yaml](values.yaml)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment