Skip to content

Commit 344e47a

Browse files
committed
Merge branch 'fix/OBS-1999-helm-pythonpath' into 'enterprise'
fix: update Helm chart pythonpath to Python 3.13 See merge request dkinternal/observability/dataops-observability!77
2 parents d05ecba + 6b9dcd2 commit 344e47a

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)