Skip to content

Commit b99ea58

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

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
@@ -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.13-canary.1"
203+
version: "0.6.13-canary.2"
204204
{{- end }}
205205

206206
releases:

src/schemas/gnosis.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.13-canary.1"}
130+
_template: {version: "0.6.13-canary.2"}
131131
}
132132
}
133133

0 commit comments

Comments
 (0)