Skip to content

Commit b246a74

Browse files
authored
Update eck-stack Helm charts (#7621) (#7622)
* Update eck-stack Helm charts * Update license level to deploy eck-stack Helm charts * Update Helm chart README * Update ECK docs
1 parent 1f54599 commit b246a74

File tree

15 files changed

+14
-18
lines changed

15 files changed

+14
-18
lines changed

deploy/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,4 @@ helm unittest -3 -f 'templates/tests/*.yaml' --with-subchart=false .
8181

8282
## Licensing
8383

84-
The ECK Helm Charts are licensed under the [Elastic License 2.0](https://www.elastic.co/licensing/elastic-license) like the operator, but require different subscription levels.
85-
86-
The ECK Operator Helm Chart can be used with a Basic license for free, while the ECK Stack and Resources Helm Charts require an [Elastic Enterprise License](https://www.elastic.co/subscriptions) for use.
84+
The ECK Helm Charts are licensed under the [Elastic License 2.0](https://www.elastic.co/licensing/elastic-license) like the operator. They can be used with a Basic license for free.

deploy/eck-stack/charts/eck-agent/templates/elastic-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
{{- include "elasticagent.labels" $ | nindent 4 }}
88
annotations:
9-
eck.k8s.elastic.co/license: enterprise
9+
eck.k8s.elastic.co/license: basic
1010
{{- with .Values.annotations }}
1111
{{- toYaml . | nindent 4 }}
1212
{{- end }}

deploy/eck-stack/charts/eck-agent/templates/tests/elastic-agent_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ tests:
5656
- equal:
5757
path: metadata.annotations
5858
value:
59-
eck.k8s.elastic.co/license: enterprise
59+
eck.k8s.elastic.co/license: basic
6060
test: annotation

deploy/eck-stack/charts/eck-apm-server/templates/apmserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
{{- include "apm-server.labels" . | nindent 4 }}
88
annotations:
9-
eck.k8s.elastic.co/license: enterprise
9+
eck.k8s.elastic.co/license: basic
1010
{{- with .Values.annotations }}
1111
{{- toYaml . | nindent 4 }}
1212
{{- end }}

deploy/eck-stack/charts/eck-apm-server/templates/tests/apmserver_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tests:
6767
- equal:
6868
path: metadata.annotations
6969
value:
70-
eck.k8s.elastic.co/license: enterprise
70+
eck.k8s.elastic.co/license: basic
7171
test: annotation
7272
- it: should render http service properly
7373
set:

deploy/eck-stack/charts/eck-beats/templates/beats.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
{{- include "beat.labels" . | nindent 4 }}
88
annotations:
9-
eck.k8s.elastic.co/license: enterprise
9+
eck.k8s.elastic.co/license: basic
1010
{{- with .Values.annotations }}
1111
{{- toYaml . | nindent 4 }}
1212
{{- end }}

deploy/eck-stack/charts/eck-elasticsearch/templates/elasticsearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
{{- include "elasticsearch.labels" . | nindent 4 }}
88
annotations:
9-
eck.k8s.elastic.co/license: enterprise
9+
eck.k8s.elastic.co/license: basic
1010
{{- with .Values.annotations }}
1111
{{- toYaml . | nindent 4 }}
1212
{{- end }}

deploy/eck-stack/charts/eck-elasticsearch/templates/tests/elasticsearch_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tests:
113113
- equal:
114114
path: metadata.annotations
115115
value:
116-
eck.k8s.elastic.co/license: enterprise
116+
eck.k8s.elastic.co/license: basic
117117
test: annotation
118118
- equal:
119119
path: spec.monitoring

deploy/eck-stack/charts/eck-fleet-server/templates/fleet-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
{{- include "fleet-server.labels" . | nindent 4 }}
88
annotations:
9-
eck.k8s.elastic.co/license: enterprise
9+
eck.k8s.elastic.co/license: basic
1010
{{- with .Values.annotations }}
1111
{{- toYaml . | nindent 4 }}
1212
{{- end }}

deploy/eck-stack/charts/eck-fleet-server/templates/tests/fleet-server_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ tests:
5151
- equal:
5252
path: metadata.annotations
5353
value:
54-
eck.k8s.elastic.co/license: enterprise
54+
eck.k8s.elastic.co/license: basic
5555
test: annotation

0 commit comments

Comments
 (0)