Skip to content

Commit 49a91f7

Browse files
authored
Merge pull request #77 from lightdash/fix/scheduler-resources-being-ignored
fix: scheduler resources being ignored
2 parents 93dec22 + 65047fd commit 49a91f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/lightdash/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 1.5.2
9+
version: 1.5.3
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to

charts/lightdash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart to deploy lightdash on kubernetes
44

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)
66

77
## Prerequisites
88

charts/lightdash/templates/workerDeployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
path: /api/v1/health
7979
port: {{ .Values.scheduler.port }}
8080
resources:
81-
{{- toYaml .Values.resources | nindent 12 }}
81+
{{- toYaml .Values.scheduler.resources | nindent 12 }}
8282
{{- if .Values.initContainers }}
8383
initContainers:
8484
{{- toYaml .Values.initContainers | nindent 8 }}

0 commit comments

Comments
 (0)