diff --git a/helm/elastic-logging/Chart.yaml b/helm/elastic-logging/Chart.yaml index 81befda..ea65def 100644 --- a/helm/elastic-logging/Chart.yaml +++ b/helm/elastic-logging/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 appVersion: 6.7.1 -description: Logging stack with Elasticsearch, fluentd and Kibana -- testing +description: Logging stack with Elasticsearch, fluentd and Kibana name: elastic-logging -version: 0.1.5 +version: 0.1.6 diff --git a/helm/elastic-logging/charts/elasticsearch-exporter-0.1.0.tgz b/helm/elastic-logging/charts/elasticsearch-exporter-0.1.0.tgz new file mode 100644 index 0000000..9e601ef Binary files /dev/null and b/helm/elastic-logging/charts/elasticsearch-exporter-0.1.0.tgz differ diff --git a/helm/elastic-logging/charts/keycloak-gatekeeper-1.1.1-1.tgz b/helm/elastic-logging/charts/keycloak-gatekeeper-1.1.1-1.tgz deleted file mode 100644 index ae1be6e..0000000 Binary files a/helm/elastic-logging/charts/keycloak-gatekeeper-1.1.1-1.tgz and /dev/null differ diff --git a/helm/elastic-logging/charts/keycloak-gatekeeper-1.1.1-2.tgz b/helm/elastic-logging/charts/keycloak-gatekeeper-1.1.1-2.tgz new file mode 100644 index 0000000..f64a2b6 Binary files /dev/null and b/helm/elastic-logging/charts/keycloak-gatekeeper-1.1.1-2.tgz differ diff --git a/helm/elastic-logging/requirements.lock b/helm/elastic-logging/requirements.lock index 796365a..e6a10e0 100644 --- a/helm/elastic-logging/requirements.lock +++ b/helm/elastic-logging/requirements.lock @@ -10,6 +10,9 @@ dependencies: version: 0.1.4 - name: keycloak-gatekeeper repository: https://giantswarm.github.com/sample-catalog - version: 1.1.1-1 -digest: sha256:73c32d3a7ff54f54c28b8b5f98b1183bfc0df055b49ea0025426cfda853bbb61 -generated: 2019-04-29T23:12:38.833516362+02:00 + version: 1.1.1-2 +- name: elasticsearch-exporter + repository: https://giantswarm.github.com/sample-catalog + version: 0.1.0 +digest: sha256:95ccd384b9c6c67a061c4ce2b14b31b65a06da6971b7db6e81c10012336b3ff6 +generated: 2019-05-29T13:12:34.706457576+02:00 diff --git a/helm/elastic-logging/requirements.yaml b/helm/elastic-logging/requirements.yaml index dfa4b63..0d03cce 100644 --- a/helm/elastic-logging/requirements.yaml +++ b/helm/elastic-logging/requirements.yaml @@ -2,23 +2,24 @@ dependencies: - name: elasticsearch version: "0.1.7" repository: https://giantswarm.github.com/sample-catalog - # repository: "file://../../../helm-elasticsearch/helm/elasticsearch" condition: elasticsearch.enabled - name: fluentd-elasticsearch version: "0.1.3" repository: https://giantswarm.github.com/sample-catalog - # repository: "file://../../../helm-fluentd-elasticsearch/helm/fluentd-elasticsearch" condition: fluentd-elasticsearch.enabled - name: kibana version: "0.1.4" repository: https://giantswarm.github.com/sample-catalog - # repository: file://../../../helm-kibana/helm/kibana condition: kibana.enabled - name: keycloak-gatekeeper version: "1.1.1-2" repository: https://giantswarm.github.com/sample-catalog - # repository: file://../../../playground/helm-keycloak-gatekeeper/helm/keycloak-gatekeeper condition: keycloak-gatekeeper.enabled + +- name: elasticsearch-exporter + version: "0.1.0" + repository: https://giantswarm.github.com/sample-catalog + condition: elasticsearch-exporter.enabled \ No newline at end of file diff --git a/helm/elastic-logging/values.yaml b/helm/elastic-logging/values.yaml index 184b289..a0df6f0 100644 --- a/helm/elastic-logging/values.yaml +++ b/helm/elastic-logging/values.yaml @@ -12,4 +12,8 @@ keycloak-gatekeeper: fluentd-elasticsearch: enabled: true - # for options see https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch \ No newline at end of file + # for options see https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch + +elasticsearch-exporter: + enabled: true + # for options see https://github.com/helm/charts/tree/master/stable/elasticsearch-exporter