Skip to content

Commit 2fedeb9

Browse files
ci(deps): update gnosis dependencies (#1269)
| datasource | package | from | to | | ---------- | ---------- | -------------- | -------------- | | helm | lighthouse | 0.7.0-canary.2 | 0.7.0-canary.3 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 850de18 commit 2fedeb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gnosis/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ templates:
185185
version: {{ .Values | get "lighthouse" | get "chartVersion" }}
186186
{{- end }}
187187
{{- if (not (or ( .Values | get "lighthouse" dict | get "chartVersion" false ) ( .Values | get "lighthouse" dict | get "chartUrl" false ) )) }}
188-
version: "0.7.0-canary.2"
188+
version: "0.7.0-canary.3"
189189
{{- end }}
190190

191191
proxyd:

src/schemas/gnosis.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ package LaunchpadNamespaces
116116
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
117117
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
118118
}
119-
_template: {version: "0.7.0-canary.2"}
119+
_template: {version: "0.7.0-canary.3"}
120120
}
121121

122122
proxyd: {

0 commit comments

Comments
 (0)