Skip to content

Commit

Permalink
Update eck-stack Helm charts (#7621) (#7622)
Browse files Browse the repository at this point in the history
* Update eck-stack Helm charts
* Update license level to deploy eck-stack Helm charts
* Update Helm chart README
* Update ECK docs
  • Loading branch information
thbkrkr committed Mar 18, 2024
1 parent 1f54599 commit b246a74
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 18 deletions.
4 changes: 1 addition & 3 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,4 @@ helm unittest -3 -f 'templates/tests/*.yaml' --with-subchart=false .

## Licensing

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.

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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "elasticagent.labels" $ | nindent 4 }}
annotations:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
{{- with .Values.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ tests:
- equal:
path: metadata.annotations
value:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
test: annotation
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "apm-server.labels" . | nindent 4 }}
annotations:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
{{- with .Values.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tests:
- equal:
path: metadata.annotations
value:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
test: annotation
- it: should render http service properly
set:
Expand Down
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-beats/templates/beats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "beat.labels" . | nindent 4 }}
annotations:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
{{- with .Values.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "elasticsearch.labels" . | nindent 4 }}
annotations:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
{{- with .Values.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ tests:
- equal:
path: metadata.annotations
value:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
test: annotation
- equal:
path: spec.monitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "fleet-server.labels" . | nindent 4 }}
annotations:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
{{- with .Values.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ tests:
- equal:
path: metadata.annotations
value:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
test: annotation
2 changes: 1 addition & 1 deletion deploy/eck-stack/charts/eck-kibana/templates/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "kibana.labels" . | nindent 4 }}
annotations:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
{{- with .Values.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tests:
- equal:
path: metadata.annotations
value:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
test: annotation
- it: should render http service properly
set:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "logstash.labels" . | nindent 4 }}
annotations:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
{{- with .Values.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ tests:
- equal:
path: metadata.annotations
value:
eck.k8s.elastic.co/license: enterprise
eck.k8s.elastic.co/license: basic
test: annotation
- equal:
path: spec.services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ helm repo update

NOTE: The minimum supported version of Helm is 3.2.0.

NOTE: ECK Stack Helm Charts are currently being released as an Enterprise licensed feature.

[float]
[id="{p}-install-elasticsearch-kibana-helm"]
== Installing Elasticsearch and Kibana using the eck-stack Helm Chart
Expand Down

0 comments on commit b246a74

Please sign in to comment.