diff --git a/incubator/elasticsearch/.helmignore b/incubator/elasticsearch/.helmignore new file mode 100644 index 0000000000..f2256510cd --- /dev/null +++ b/incubator/elasticsearch/.helmignore @@ -0,0 +1,3 @@ +.git +# OWNERS file for Kubernetes +OWNERS \ No newline at end of file diff --git a/incubator/elasticsearch/Chart.yaml b/incubator/elasticsearch/Chart.yaml index b7631fec2f..72f02927f5 100755 --- a/incubator/elasticsearch/Chart.yaml +++ b/incubator/elasticsearch/Chart.yaml @@ -1,6 +1,6 @@ name: elasticsearch home: https://www.elastic.co/products/elasticsearch -version: 0.4.6 +version: 0.4.7 description: Flexible and powerful open source, distributed real-time search and analytics engine. icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg diff --git a/incubator/elasticsearch/OWNERS b/incubator/elasticsearch/OWNERS new file mode 100644 index 0000000000..7fe0d929bf --- /dev/null +++ b/incubator/elasticsearch/OWNERS @@ -0,0 +1,6 @@ +approvers: +- simonswine +- icereval +reviewers: +- simonswine +- icereval \ No newline at end of file