Skip to content

Commit 9a08838

Browse files
ci(deps): update gnosis dependencies (#1820)
| datasource | package | from | to | | ---------- | ------- | ----- | -------------- | | helm | proxyd | 0.7.3 | 0.7.4-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 1f8ef5d commit 9a08838

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 "proxyd" | get "chartVersion" }}
186186
{{- end }}
187187
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
188-
version: "0.7.3"
188+
version: "0.7.4-canary.1"
189189
{{- end }}
190190

191191
releases:

src/schemas/gnosis.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ package LaunchpadNamespaces
108108
"app.launchpad.graphops.xyz/release": "{{ $release }}"
109109
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
110110
}
111-
_template: {version: "0.7.3"}
111+
_template: {version: "0.7.4-canary.1"}
112112
}
113113
}
114114

0 commit comments

Comments
 (0)