Skip to content

Commit

Permalink
eck-managed: update version handling for elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
iheb-chakroun committed Oct 23, 2023
1 parent 14acbf3 commit 3039e77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/eck-managed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.1
version: 0.3.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/eck-managed/templates/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
labels:
{{- toYaml .Values.elasticsearch.service.labels | nindent 12 }}
{{- end }}
version: {{ .Chart.AppVersion }}
version: {{ .Values.elasticsearch.version }}
nodeSets:
- name: default
count: {{ .Values.elasticsearch.replicaCount }}
Expand Down
1 change: 1 addition & 0 deletions charts/eck-managed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fullnameOverride: eck

elasticsearch:
enabled: true
version: 7.16.2
replicaCount: 2
labels: {}
annotations: {}
Expand Down

0 comments on commit 3039e77

Please sign in to comment.