You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want us to transition to using v1 and v2 etc tags instead of branches, because apparently dependabot doesn't succeed in bumping to v2 if we have a branch set like that rather than a tag.
# By using branches as identifiers it is still possible to backtrack
# some patch, but not if we use tags.
prefer_branch_releases: true
I think the v1 version of this action fails to handle k8s 1.24 due to an too outdated version of calico, and k3s 1.24 is out now making tests fail in z2jh for example.
The text was updated successfully, but these errors were encountered:
I want us to transition to using
v1
andv2
etc tags instead of branches, because apparently dependabot doesn't succeed in bumping tov2
if we have a branch set like that rather than a tag.This is determined by ...
action-k3s-helm/.github/workflows/release_updates.yml
Lines 24 to 27 in 5ae641f
I think the v1 version of this action fails to handle k8s 1.24 due to an too outdated version of calico, and k3s 1.24 is out now making tests fail in z2jh for example.
The text was updated successfully, but these errors were encountered: