Skip to content

Commit

Permalink
ci(deps): update gnosis dependencies
Browse files Browse the repository at this point in the history
| datasource | package | from  | to             |
| ---------- | ------- | ----- | -------------- |
| helm       | erigon  | 0.9.0 | 0.9.1-canary.2 |
  • Loading branch information
graphops-renovate[bot] committed Nov 21, 2023
1 parent 9442135 commit 43eeafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnosis/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ templates:
version: {{ .Values | get "erigon" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
version: "0.9.0"
version: "0.9.1-canary.2"
{{- end }}
lighthouse:
{{- if ( .Values | get "lighthouse" dict | get "chartUrl" false ) }}
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/gnosis.cue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
_template: {version: "0.9.0"}
_template: {version: "0.9.1-canary.2"}
_scale: true
}

Expand Down

0 comments on commit 43eeafa

Please sign in to comment.