Skip to content

Commit b8d8eec

Browse files
ci(deps): update gnosis dependencies (#1581)
| datasource | package | from | to | | ---------- | ---------- | ----- | -------------- | | helm | lighthouse | 0.7.1 | 0.7.2-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 658310a commit b8d8eec

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.1"
188+
version: "0.7.2-canary.1"
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.1"}
119+
_template: {version: "0.7.2-canary.1"}
120120
}
121121

122122
proxyd: {

0 commit comments

Comments
 (0)