diff --git a/stable/elasticsearch-exporter/.helmignore b/stable/elasticsearch-exporter/.helmignore new file mode 100644 index 0000000000..9e7b0bbbcd --- /dev/null +++ b/stable/elasticsearch-exporter/.helmignore @@ -0,0 +1,24 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +# OWNERS file for Kubernetes +OWNERS +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/stable/elasticsearch-exporter/Chart.yaml b/stable/elasticsearch-exporter/Chart.yaml index 937bfb1ed5..0dfa8969d3 100644 --- a/stable/elasticsearch-exporter/Chart.yaml +++ b/stable/elasticsearch-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Elasticsearch stats exporter for Prometheus name: elasticsearch-exporter -version: 1.1.0 +version: 1.1.1 appVersion: 1.0.2 home: https://github.com/justwatchcom/elasticsearch_exporter sources: diff --git a/stable/elasticsearch-exporter/OWNERS b/stable/elasticsearch-exporter/OWNERS new file mode 100644 index 0000000000..7668bc3eac --- /dev/null +++ b/stable/elasticsearch-exporter/OWNERS @@ -0,0 +1,6 @@ +approvers: +- desaintmartin +- svenmueller +reviewers: +- desaintmartin +- svenmueller diff --git a/stable/elasticsearch-exporter/templates/servicemonitor.yaml b/stable/elasticsearch-exporter/templates/servicemonitor.yaml index 0553893399..43a36175f7 100644 --- a/stable/elasticsearch-exporter/templates/servicemonitor.yaml +++ b/stable/elasticsearch-exporter/templates/servicemonitor.yaml @@ -23,4 +23,7 @@ spec: matchLabels: app: {{ template "elasticsearch-exporter.name" . }} release: "{{ .Release.Name }}" + namespaceSelector: + matchNames: + - {{ .Release.Namespace }} {{- end }}