Skip to content

Commit 8cf74e9

Browse files
authored
Merge pull request #80 from lightdash/update-pod-annotation-indentation
fix: update pod annotation indentation
2 parents 78351e0 + d0700a7 commit 8cf74e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.4
9+
version: 1.5.5
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.4](https://img.shields.io/badge/Version-1.5.4-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.5](https://img.shields.io/badge/Version-1.5.5-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/backendDeployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
metadata:
1818
annotations:
1919
{{- with .Values.podAnnotations }}
20-
{{- toYaml . | nindent 10 }}
20+
{{- toYaml . | nindent 8 }}
2121
{{- end }}
2222
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
2323
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}

charts/lightdash/templates/workerDeployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
metadata:
1717
annotations:
1818
{{- with .Values.podAnnotations }}
19-
{{- toYaml . | nindent 10 }}
19+
{{- toYaml . | nindent 8 }}
2020
{{- end }}
2121
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
2222
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}

0 commit comments

Comments
 (0)