Skip to content

Instantly share code, notes, and snippets.

View tegioz's full-sized avatar
🏠
Working from home

Sergio Castaño Arteaga tegioz

🏠
Working from home
  • Linux Foundation
  • Spain
  • 10:06 (UTC +02:00)
View GitHub Profile
@tegioz
tegioz / helm-import.go
Last active August 19, 2020 19:25
Script to import repositories in Helm Hub not present in Artifact Hub
package main
import (
"context"
"flag"
"fmt"
"io/ioutil"
"net/http"
"strings"