Commit 6b9dcd2
fix: update Helm chart pythonpath to Python 3.13
The chart default PYTHONPATH still pointed to python3.12
site-packages. Deployments using --reuse-values kept the
old value, causing cli-job hooks to fail with
ModuleNotFoundError.
OBS-1999
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d05ecba commit 6b9dcd2
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments