Skip to content

Commit bad4a97

Browse files
gcaracuelbugfest
andauthored
Fix Helm Chart Deployment resource context for podAnnotations section (#80)
* fix: .Values.podAnnotations when in a with * fix: increase chart version --------- Co-authored-by: BugFest <bugfest.dev@pm.me>
1 parent f76c6d6 commit bad4a97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/tor-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.15
18+
version: 0.1.16
1919

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

charts/tor-controller/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
rollme: {{ randAlphaNum 5 | quote }}
1919
{{- end }}
2020
{{- with .Values.podAnnotations }}
21-
{{- toYaml .Values.podAnnotations | nindent 8 }}
21+
{{- toYaml . | nindent 8 }}
2222
{{- end }}
2323
labels:
2424
{{- include "tor-controller.selectorLabels" . | nindent 8 }}

0 commit comments

Comments
 (0)