From b90bff30b35b91fff792f2d5d617de4cdba30f23 Mon Sep 17 00:00:00 2001 From: Dominik Kaminski Date: Thu, 12 Dec 2024 15:02:16 +0100 Subject: [PATCH] fix(nubus): Fix selfsigned certificate mounts --- helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl b/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl index 2f3195bd..fb67739d 100644 --- a/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl +++ b/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl @@ -312,7 +312,7 @@ nubusPortalConsumer: subPath: "ca-certificates.crt" - name: "trusted-cert-secret-volume" readOnly: true - mountPath: "/usr/local/lib/python3.7/dist-packages/certifi/cacert.pem" + mountPath: "/usr/local/lib/python3.11/dist-packages/certifi/cacert.pem" subPath: "cacert.pem" extraEnvVars: - name: "REQUESTS_CA_BUNDLE" @@ -385,7 +385,7 @@ nubusPortalServer: subPath: "ca-certificates.crt" - name: "trusted-cert-crt-secret-volume" readOnly: true - mountPath: "/usr/local/lib/python3.7/dist-packages/certifi/cacert.pem" + mountPath: "/usr/local/lib/python3.11/dist-packages/certifi/cacert.pem" subPath: "cacert.pem" - name: "trusted-cert-crt-secret-volume" readOnly: true