Skip to content

Commit c15ab67

Browse files
ci(deps): update gnosis dependencies (#1537)
| datasource | package | from | to | | ---------- | ------- | --------------- | ------ | | helm | erigon | 0.11.4-canary.4 | 0.11.4 | | helm | proxyd | 0.6.12-canary.2 | 0.6.12 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 6fd44d0 commit c15ab67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gnosis/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ templates:
170170
version: {{ .Values | get "erigon" | get "chartVersion" }}
171171
{{- end }}
172172
{{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }}
173-
version: "0.11.4-canary.4"
173+
version: "0.11.4"
174174
{{- end }}
175175

176176
lighthouse:
@@ -200,7 +200,7 @@ templates:
200200
version: {{ .Values | get "proxyd" | get "chartVersion" }}
201201
{{- end }}
202202
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
203-
version: "0.6.12-canary.2"
203+
version: "0.6.12"
204204
{{- end }}
205205

206206
releases:

src/schemas/gnosis.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ package LaunchpadNamespaces
104104
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
105105
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
106106
}
107-
_template: {version: "0.11.4-canary.4"}
107+
_template: {version: "0.11.4"}
108108
}
109109

110110
lighthouse: {
@@ -127,7 +127,7 @@ package LaunchpadNamespaces
127127
"app.launchpad.graphops.xyz/release": "{{ $release }}"
128128
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
129129
}
130-
_template: {version: "0.6.12-canary.2"}
130+
_template: {version: "0.6.12"}
131131
}
132132
}
133133

0 commit comments

Comments
 (0)