File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.5.23
2+
3+ [ BUGFIX] Only trigger a reload of the pod, if the pod template change or the configuration changes [ #557 ] ( https://github.com/WeblateOrg/helm/pull/557 )
4+
15## 0.5.22
26
37[ FEATURE] Add podLabels [ #554 ] ( https://github.com/WeblateOrg/helm/pull/554 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ appVersion: 5.11.3.0
44description : Weblate is a free web-based translation management system.
55name : weblate
66type : application
7- version : 0.5.22
7+ version : 0.5.23
88home : https://weblate.org/
99icon : https://s.weblate.org/cdn/weblate.svg
1010maintainers :
Original file line number Diff line number Diff line change 11# weblate
22
3- ![ Version: 0.5.22 ] ( https://img.shields.io/badge/Version-0.5.22 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 5.11.3.0] ( https://img.shields.io/badge/AppVersion-5.11.3.0-informational?style=flat-square )
3+ ![ Version: 0.5.23 ] ( https://img.shields.io/badge/Version-0.5.23 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 5.11.3.0] ( https://img.shields.io/badge/AppVersion-5.11.3.0-informational?style=flat-square )
44
55Weblate is a free web-based translation management system.
66
Original file line number Diff line number Diff line change 1616 template :
1717 metadata :
1818 annotations :
19- checksum/config : {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
20- checksum/secret : {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
19+ checksum/config : {{ pick ( include (print $.Template.BasePath "/configmap.yaml") . | fromYaml) "data" | toYaml | sha256sum }}
20+ checksum/secret : {{ pick ( include (print $.Template.BasePath "/secret.yaml") . | fromYaml) "data" | toYaml | sha256sum }}
2121 checksum/secret-env : {{ .Values.extraSecretConfig | toYaml | sha256sum }}
2222 {{- with .Values.podAnnotations }}
2323 {{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments