Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/dv-pod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/dv-pod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/dv-pod/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down