diff --git a/ethereum/helmfile.yaml b/ethereum/helmfile.yaml index 63ac74d5..cc8fc3ef 100644 --- a/ethereum/helmfile.yaml +++ b/ethereum/helmfile.yaml @@ -115,7 +115,7 @@ templates: proxyd: chart: graphops/proxyd - version: 0.3.0 + version: 0.3.1 inherit: - template: defaults diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index 002bb6a9..40f08da9 100644 --- a/src/schemas/ethereum.cue +++ b/src/schemas/ethereum.cue @@ -77,7 +77,7 @@ package LaunchpadNamespaces proxyd: { chart: {_repositories.graphops.charts.proxyd} feature: #features.#proxyd - _template: {version: "0.3.0"} + _template: {version: "0.3.1"} } }