Skip to content

Commit

Permalink
add k3s support
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu committed Sep 11, 2023
1 parent 4f8a078 commit e9493ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/repos.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"sync"
)

var kubeRepos = []string{"kubernetes", "kubernetes-crio", "kubernetes-docker"}
var kubeRepos = []string{"kubernetes", "kubernetes-crio", "kubernetes-docker", "k3s"}

func fetchDockerHubAllRepo(registryRepoName string) (*types.RepoInfo, error) {
type Repo struct {
Expand Down

0 comments on commit e9493ed

Please sign in to comment.