Skip to content

Commit

Permalink
ci(deps): update gnosis dependencies (#1103)
Browse files Browse the repository at this point in the history
| datasource | package | from           | to    |
| ---------- | ------- | -------------- | ----- |
| helm       | proxyd  | 0.6.4-canary.2 | 0.6.4 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Nov 21, 2024
1 parent c017584 commit d4a09de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnosis/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ templates:
version: {{ .Values | get "proxyd" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
version: "0.6.4-canary.2"
version: "0.6.4"
{{- end }}

releases:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/gnosis.cue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/release": "{{ $release }}"
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
}
_template: {version: "0.6.4-canary.2"}
_template: {version: "0.6.4"}
}
}

Expand Down

0 comments on commit d4a09de

Please sign in to comment.