Skip to content

Commit 95a7dda

Browse files
authored
remove references to stack helm chart version (#3740)
1 parent 126dfec commit 95a7dda

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,7 @@ kind: Ingress
144144
metadata:
145145
name: elasticsearch
146146
labels:
147-
helm.sh/chart: eck-elasticsearch-0.14.1
148-
app.kubernetes.io/name: eck-elasticsearch
149-
app.kubernetes.io/instance: es-kb-quickstart
150-
app.kubernetes.io/managed-by: Helm
147+
...
151148
spec:
152149
rules:
153150
- host: "elasticsearch.example.com"
@@ -167,10 +164,7 @@ kind: Ingress
167164
metadata:
168165
name: es-kb-quickstart-eck-kibana
169166
labels:
170-
helm.sh/chart: eck-kibana-0.14.1
171-
app.kubernetes.io/name: eck-kibana
172-
app.kubernetes.io/instance: es-kb-quickstart
173-
app.kubernetes.io/managed-by: Helm
167+
...
174168
spec:
175169
rules:
176170
- host: "kibana.example.com"

docset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ subs:
276276
agent-pull: "https://github.com/elastic/elastic-agent/pull/"
277277
es-pull: "https://github.com/elastic/elasticsearch/pull/"
278278
kib-pull: "https://github.com/elastic/kibana/pull/"
279-
eck_helm_minimum_version: "3.2.0"
279+
eck_helm_minimum_version: 3.2.0
280280
eck_resources_list: "Elasticsearch, Kibana, APM Server, Beats, Elastic Agent, Elastic Maps Server, and Logstash"
281281
eck_resources_list_short: "APM Server, Beats, Elastic Agent, Elastic Maps Server, and Logstash"
282282
heroku: "Elasticsearch Add-on for Heroku"

0 commit comments

Comments
 (0)