From a461c3cd0dc8c369d66d0fbaef0974583e47bc1f Mon Sep 17 00:00:00 2001 From: gcaracuel <633810+gcaracuel@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:55:39 +0100 Subject: [PATCH 1/2] fix .Values.podAnnotations when in a with --- charts/tor-controller/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} From 35002b923772b9b68a4c257582d0437d3d4c2e14 Mon Sep 17 00:00:00 2001 From: BugFest Date: Mon, 30 Dec 2024 22:17:12 +0100 Subject: [PATCH 2/2] fix: increase chart version --- charts/tor-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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