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 }}