Skip to content

Commit

Permalink
Merge pull request #2 from cospeedster/patch-1
Browse files Browse the repository at this point in the history
fix: fix revisionHistoryLimit attribute for kibana
  • Loading branch information
thomas-2020 authored Jan 13, 2025
2 parents 9591889 + 60ec543 commit 4477490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apigateway/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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: 2.0.0
version: 2.0.1

# 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
6 changes: 3 additions & 3 deletions apigateway/helm/templates/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ spec:
{{- end }}
version: {{ .Values.kibana.version }}
count: {{ .Values.kibana.count }}
{{- if .Values.revisionHistoryLimit }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
{{- end }}
config:
xpack.security.authc.providers:
anonymous.anonymous1:
Expand Down Expand Up @@ -86,9 +89,6 @@ spec:
{{ toYaml . | nindent 8 }}
{{- end }}
spec:
{{- if .Values.revisionHistoryLimit }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
{{- end }}
{{- with .Values.kibana.affinity }}
affinity:
{{- tpl (toYaml .) $context | nindent 8 }}
Expand Down

0 comments on commit 4477490

Please sign in to comment.