Skip to content

Commit 6b9dcd2

Browse files
aarthy-dkclaude
andcommitted
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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/charts/observability-app/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: dataops-observability-app
33
type: application
44
appVersion: "2"
5-
version: "3.0.1"
5+
version: "3.0.2"
66

77
description: DataOps Observability
88
home: https://datakitchen.io

deploy/charts/observability-app/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ observability:
1010
cors_domains: "localhost:*"
1111
services_secrets_name: external-service-keys
1212
keys_secrets_name: internal-keys
13-
pythonpath: /dk/lib/python3.12/site-packages
13+
pythonpath: /dk/lib/python3.13/site-packages
1414
image:
1515
repository: docker.io/datakitchen
1616
tag: "v2"

0 commit comments

Comments
 (0)