Skip to content

Commit 516ee63

Browse files
ci(deps): update gnosis dependencies (#1762)
| datasource | package | from | to | | ---------- | ------- | -------------- | -------------- | | helm | proxyd | 0.7.2-canary.1 | 0.7.2-canary.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent f3f14ba commit 516ee63

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.2-canary.1"
188+
version: "0.7.2-canary.2"
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.2-canary.1"}
111+
_template: {version: "0.7.2-canary.2"}
112112
}
113113
}
114114

0 commit comments

Comments
 (0)