Skip to content

Commit 7b9c362

Browse files
committed
🐛(tilt) update certificate path for Python 3.13 upgrade
Fix certificate directory reference that still pointed to Python 3.12 folder after upgrading to Python 3.13. Resolves certificate verification errors in tilt stack caused by incorrect certificate location.
1 parent bf99997 commit 7b9c362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helm/env.d/dev/values.impress.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ backend:
9696
# Extra volume mounts to manage our local custom CA and avoid to set ssl_verify: false
9797
extraVolumeMounts:
9898
- name: certs
99-
mountPath: /usr/local/lib/python3.12/site-packages/certifi/cacert.pem
99+
mountPath: /usr/local/lib/python3.13/site-packages/certifi/cacert.pem
100100
subPath: cacert.pem
101101

102102
# Extra volumes to manage our local custom CA and avoid to set ssl_verify: false

0 commit comments

Comments
 (0)