From c4279d11bb46c9fe65b2ccd54dc0789d11c0d0d8 Mon Sep 17 00:00:00 2001 From: Thomas Kaltenbrunner Date: Fri, 3 Oct 2025 23:03:08 +0200 Subject: [PATCH] fix(notes): Fix python path for self signed certs --- helmfile/apps/notes/values.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/apps/notes/values.yaml.gotmpl b/helmfile/apps/notes/values.yaml.gotmpl index a47c500b..0f1dc298 100644 --- a/helmfile/apps/notes/values.yaml.gotmpl +++ b/helmfile/apps/notes/values.yaml.gotmpl @@ -149,7 +149,7 @@ backend: subPath: "theme.json" {{- if .Values.certificate.selfSigned }} - name: "trusted-cert-secret-volume" - mountPath: "/usr/local/lib/python3.12/site-packages/certifi/cacert.pem" + mountPath: "/usr/local/lib/python3.13/site-packages/certifi/cacert.pem" subPath: "ca-certificates.crt" {{- end }}