diff --git a/charts/tor-controller/Chart.yaml b/charts/tor-controller/Chart.yaml index 08f639a..5671582 100644 --- a/charts/tor-controller/Chart.yaml +++ b/charts/tor-controller/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.15 +version: 0.1.16 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/tor-controller/templates/deployment.yaml b/charts/tor-controller/templates/deployment.yaml index 6a24b94..b28a0b1 100644 --- a/charts/tor-controller/templates/deployment.yaml +++ b/charts/tor-controller/templates/deployment.yaml @@ -18,7 +18,7 @@ spec: rollme: {{ randAlphaNum 5 | quote }} {{- end }} {{- with .Values.podAnnotations }} - {{- toYaml .Values.podAnnotations | nindent 8 }} + {{- toYaml . | nindent 8 }} {{- end }} labels: {{- include "tor-controller.selectorLabels" . | nindent 8 }}