File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ type: application
6
6
# This is the chart version. This version number should be incremented each time you make changes
7
7
# to the chart and its templates, including the app version.
8
8
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9
- version : 1.5.2
9
+ version : 1.5.3
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 2
2
3
3
A Helm chart to deploy lightdash on kubernetes
4
4
5
- ![ Version: 1.5.2 ] ( https://img.shields.io/badge/Version-1.5.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.1121.0] ( https://img.shields.io/badge/AppVersion-0.1121.0-informational?style=flat-square )
5
+ ![ Version: 1.5.3 ] ( https://img.shields.io/badge/Version-1.5.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.1121.0] ( https://img.shields.io/badge/AppVersion-0.1121.0-informational?style=flat-square )
6
6
7
7
## Prerequisites
8
8
Original file line number Diff line number Diff line change 78
78
path : /api/v1/health
79
79
port : {{ .Values.scheduler.port }}
80
80
resources :
81
- {{- toYaml .Values.resources | nindent 12 }}
81
+ {{- toYaml .Values.scheduler. resources | nindent 12 }}
82
82
{{- if .Values.initContainers }}
83
83
initContainers :
84
84
{{- toYaml .Values.initContainers | nindent 8 }}
You can’t perform that action at this time.
0 commit comments