Skip to content

Commit

Permalink
ci(deps): update gnosis dependencies (#1159)
Browse files Browse the repository at this point in the history
| datasource | package    | from            | to     |
| ---------- | ---------- | --------------- | ------ |
| helm       | lighthouse | 0.5.12-canary.1 | 0.5.12 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Dec 17, 2024
1 parent 3ab9b58 commit 190ad5d
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 @@ -185,7 +185,7 @@ templates:
version: {{ .Values | get "lighthouse" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "lighthouse" dict | get "chartVersion" false ) ( .Values | get "lighthouse" dict | get "chartUrl" false ) )) }}
version: "0.5.12-canary.1"
version: "0.5.12"
{{- end }}

proxyd:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/gnosis.cue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
_template: {version: "0.5.12-canary.1"}
_template: {version: "0.5.12"}
}

proxyd: {
Expand Down

0 comments on commit 190ad5d

Please sign in to comment.