Skip to content

Commit

Permalink
Use future helm chart and correct path to values-profiles override
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Apr 26, 2024
1 parent fb6bb1e commit e96f5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crib/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"]

0 comments on commit e96f5c8

Please sign in to comment.