diff --git a/catalog.json b/catalog.json index 453cef3972..336a2519b3 100644 --- a/catalog.json +++ b/catalog.json @@ -46,9 +46,9 @@ "healthy": true, "healthy_error": null, "location": "/__w/charts/charts/charts/elastic-search", - "latest_version": "1.0.0", + "latest_version": "1.0.1", "latest_app_version": "8.7.0", - "latest_human_version": "8.7.0_1.0.0", + "latest_human_version": "8.7.0_1.0.1", "last_update": "2023-04-11 15:33:26", "name": "elastic-search", "recommended": false, diff --git a/charts/elastic-search/1.0.0/Chart.lock b/charts/elastic-search/1.0.0/Chart.lock deleted file mode 100644 index 2378c1fe5e..0000000000 --- a/charts/elastic-search/1.0.0/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.0.3 -digest: sha256:1a090020cfa582aff29906320874ffe9b543fcc6c2423c281f434514f2653e02 -generated: "2023-04-05T18:36:45.107184615+03:00" diff --git a/charts/elastic-search/1.0.0/charts/common-1.0.3.tgz b/charts/elastic-search/1.0.0/charts/common-1.0.3.tgz deleted file mode 100644 index 7446e33b5f..0000000000 Binary files a/charts/elastic-search/1.0.0/charts/common-1.0.3.tgz and /dev/null differ diff --git a/charts/elastic-search/1.0.1/Chart.lock b/charts/elastic-search/1.0.1/Chart.lock new file mode 100644 index 0000000000..b1e123fc10 --- /dev/null +++ b/charts/elastic-search/1.0.1/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.0.5 +digest: sha256:cf1db8c2ae650987a3e3d8d98767caab62c341bd0fb15309213b00dce87111cc +generated: "2023-04-12T15:58:34.152545129+03:00" diff --git a/charts/elastic-search/1.0.0/Chart.yaml b/charts/elastic-search/1.0.1/Chart.yaml similarity index 89% rename from charts/elastic-search/1.0.0/Chart.yaml rename to charts/elastic-search/1.0.1/Chart.yaml index 3494f485e0..4bdb744525 100644 --- a/charts/elastic-search/1.0.0/Chart.yaml +++ b/charts/elastic-search/1.0.1/Chart.yaml @@ -1,9 +1,10 @@ name: elastic-search -description: Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack. +description: Elasticsearch is the distributed, RESTful search and analytics engine + at the heart of the Elastic Stack. annotations: title: Elastic Search type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 appVersion: '8.7.0' kubeVersion: '>=1.16.0-0' @@ -13,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.0.3 + version: 1.0.5 home: https://www.elastic.co icon: https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt280217a63b82a734/6202d3378b1f312528798412/elastic-logo.svg sources: diff --git a/charts/elastic-search/1.0.0/README.md b/charts/elastic-search/1.0.1/README.md similarity index 100% rename from charts/elastic-search/1.0.0/README.md rename to charts/elastic-search/1.0.1/README.md diff --git a/charts/elastic-search/1.0.0/app-readme.md b/charts/elastic-search/1.0.1/app-readme.md similarity index 100% rename from charts/elastic-search/1.0.0/app-readme.md rename to charts/elastic-search/1.0.1/app-readme.md diff --git a/charts/elastic-search/1.0.1/charts/common-1.0.5.tgz b/charts/elastic-search/1.0.1/charts/common-1.0.5.tgz new file mode 100644 index 0000000000..f44fd0b817 Binary files /dev/null and b/charts/elastic-search/1.0.1/charts/common-1.0.5.tgz differ diff --git a/charts/elastic-search/1.0.0/ci/basic-values.yaml b/charts/elastic-search/1.0.1/ci/basic-values.yaml similarity index 100% rename from charts/elastic-search/1.0.0/ci/basic-values.yaml rename to charts/elastic-search/1.0.1/ci/basic-values.yaml diff --git a/charts/elastic-search/1.0.0/ci/https-values.yaml b/charts/elastic-search/1.0.1/ci/https-values.yaml similarity index 100% rename from charts/elastic-search/1.0.0/ci/https-values.yaml rename to charts/elastic-search/1.0.1/ci/https-values.yaml diff --git a/charts/elastic-search/1.0.0/ix_values.yaml b/charts/elastic-search/1.0.1/ix_values.yaml similarity index 89% rename from charts/elastic-search/1.0.0/ix_values.yaml rename to charts/elastic-search/1.0.1/ix_values.yaml index d8884202c1..9c8b89b774 100644 --- a/charts/elastic-search/1.0.0/ix_values.yaml +++ b/charts/elastic-search/1.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: docker.elastic.co/elasticsearch/elasticsearch pullPolicy: IfNotPresent - tag: '8.7.0' + tag: 8.7.0 resources: limits: @@ -9,7 +9,7 @@ resources: memory: 8Gi esConfig: - password: "" + password: '' heapSize: 512m nodeName: elastic_search_node additionalEnvs: [] @@ -22,7 +22,7 @@ esRunAs: esNetwork: httpPort: 30000 hostNetwork: false - certificateID: "" + certificateID: '' esStorage: data: diff --git a/charts/elastic-search/1.0.0/questions.yaml b/charts/elastic-search/1.0.1/questions.yaml similarity index 100% rename from charts/elastic-search/1.0.0/questions.yaml rename to charts/elastic-search/1.0.1/questions.yaml diff --git a/charts/elastic-search/1.0.0/templates/NOTES.txt b/charts/elastic-search/1.0.1/templates/NOTES.txt similarity index 100% rename from charts/elastic-search/1.0.0/templates/NOTES.txt rename to charts/elastic-search/1.0.1/templates/NOTES.txt diff --git a/charts/elastic-search/1.0.0/templates/_es.tpl b/charts/elastic-search/1.0.1/templates/_es.tpl similarity index 100% rename from charts/elastic-search/1.0.0/templates/_es.tpl rename to charts/elastic-search/1.0.1/templates/_es.tpl diff --git a/charts/elastic-search/1.0.0/templates/_helper.tpl b/charts/elastic-search/1.0.1/templates/_helper.tpl similarity index 100% rename from charts/elastic-search/1.0.0/templates/_helper.tpl rename to charts/elastic-search/1.0.1/templates/_helper.tpl diff --git a/charts/elastic-search/1.0.0/templates/_portal.tpl b/charts/elastic-search/1.0.1/templates/_portal.tpl similarity index 100% rename from charts/elastic-search/1.0.0/templates/_portal.tpl rename to charts/elastic-search/1.0.1/templates/_portal.tpl diff --git a/charts/elastic-search/1.0.0/templates/common.yaml b/charts/elastic-search/1.0.1/templates/common.yaml similarity index 100% rename from charts/elastic-search/1.0.0/templates/common.yaml rename to charts/elastic-search/1.0.1/templates/common.yaml