Commit b93fd98a authored by manuelbuil's avatar manuelbuil Committed by Manuel Buil

Fix updatecli config for helm controller and klipper

Signed-off-by: 's avatarmanuelbuil <mbuil@suse.com>
parent 0c29696e
......@@ -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"
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment