Skip to content

Commit

Permalink
ci(deps): update polygon dependencies (#1008)
Browse files Browse the repository at this point in the history
| datasource | package  | from           | to    |
| ---------- | -------- | -------------- | ----- |
| helm       | heimdall | 1.2.4-canary.1 | 1.2.4 |

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

heimdall-ha-svc:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/polygon.cue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
feature: #features.#heimdall
_template: {version: "1.2.4-canary.1"}
_template: {version: "1.2.4"}
}

"heimdall-ha-svc": {
Expand Down

0 comments on commit c13b535

Please sign in to comment.