From 53b73d9b726f52d53d038a13af2beb900f24c371 Mon Sep 17 00:00:00 2001 From: bussyjd Date: Thu, 11 Dec 2025 15:11:07 +0100 Subject: [PATCH] fix(dv-pod): Write cluster-definition.json to /tmp Changed OUTPUT_DEFINITION_FILE to /tmp/cluster-definition.json to avoid permission denied errors when the DKG sidecar attempts to write to the /charon-data volume. Bumped chart version to 0.4.3. --- charts/dv-pod/Chart.yaml | 2 +- charts/dv-pod/README.md | 2 +- charts/dv-pod/templates/statefulset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/dv-pod/Chart.yaml b/charts/dv-pod/Chart.yaml index 9e441c3..4b4f536 100644 --- a/charts/dv-pod/Chart.yaml +++ b/charts/dv-pod/Chart.yaml @@ -31,7 +31,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.2 +version: 0.4.3 # This is the version number of the application being deployed. This version number should be diff --git a/charts/dv-pod/README.md b/charts/dv-pod/README.md index b6685b6..42ae5d9 100644 --- a/charts/dv-pod/README.md +++ b/charts/dv-pod/README.md @@ -2,7 +2,7 @@ DV-Pod =========== -![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square) +![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square) A Helm chart for deploying a single distributed validator pod consisting of a Charon middleware client and validator client. diff --git a/charts/dv-pod/templates/statefulset.yaml b/charts/dv-pod/templates/statefulset.yaml index bbf48a4..82b2ca6 100644 --- a/charts/dv-pod/templates/statefulset.yaml +++ b/charts/dv-pod/templates/statefulset.yaml @@ -90,7 +90,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: OUTPUT_DEFINITION_FILE - value: "/charon-data/cluster-definition.json" + value: "/tmp/cluster-definition.json" - name: API_ENDPOINT value: "{{ .Values.charon.dkgSidecar.apiEndpoint }}" - name: INITIAL_RETRY_INTERVAL_SECONDS