From e96f5c8c401172faac99adff5806cc0ab861f929 Mon Sep 17 00:00:00 2001 From: chainchad <96362174+chainchad@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:52:18 -0400 Subject: [PATCH] Use future helm chart and correct path to values-profiles override --- crib/devspace.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crib/devspace.yaml b/crib/devspace.yaml index 06de5dc0641..f22e710f943 100644 --- a/crib/devspace.yaml +++ b/crib/devspace.yaml @@ -100,7 +100,7 @@ deployments: releaseName: "app" chart: name: ${CHAINLINK_CLUSTER_HELM_CHART_URI} - version: 0.5.0 + version: 0.6.0 # for simplicity, we define all the values here # they can be defined the same way in values.yml # devspace merges these "values" with the "values.yaml" before deploy @@ -421,4 +421,4 @@ profiles: path: deployments.app.helm.values.chainlink.global.overridesToml - op: add path: deployments.app.helm.valuesFiles - value: ["../charts/chainlink-cluster/values-profiles/values-dev.yaml"] + value: ["./values-profiles/values-dev.yaml"]