Skip to content

Commit

Permalink
Fix updatecli config for helm controller and klipper
Browse files Browse the repository at this point in the history
Signed-off-by: manuelbuil <[email protected]>
  • Loading branch information
manuelbuil committed Nov 12, 2024
1 parent 62caa4a commit 27e9805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions updatecli/updatecli.d/klipper-helm-and-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ sources:
repository: "{{ .helm_controller.repo }}"
branch: "{{ .helm_controller.branch }}"
token: "{{ requiredEnv .github.token }}"
versionfilter:
kind: "latest"
typefilter:
latest: true
klipper-helm:
name: "Get Klipper Helm latest release version"
kind: "githubrelease"
Expand All @@ -56,8 +56,8 @@ sources:
repository: "{{ .klipper_helm.repo }}"
branch: "{{ .klipper_helm.branch }}"
token: "{{ requiredEnv .github.token }}"
versionfilter:
kind: "latest"
typefilter:
latest: true
get-pwd:
name: "Run Updatecli execution directory"
kind: "shell"
Expand Down

0 comments on commit 27e9805

Please sign in to comment.