fix(clustertool): use different yaml lib

This commit is contained in:
Kjeld Schouten
2024-11-06 10:17:47 +01:00
parent d4d462d384
commit caa1a5fdb8
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"sync"
"github.com/rs/zerolog/log"
"sigs.k8s.io/yaml"
"gopkg.in/yaml.v3"
)
type HelmChart struct {
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"strings"
"github.com/rs/zerolog/log"
"sigs.k8s.io/yaml"
"gopkg.in/yaml.v3"
)
type HelmRepoMetadata struct {
+1 -1
View File
@@ -16,8 +16,8 @@ import (
"github.com/truecharts/public/clustertool/pkg/helper"
"golang.org/x/crypto/ssh"
"gopkg.in/yaml.v3"
corev1 "k8s.io/api/core/v1"
"sigs.k8s.io/yaml"
)
// Define a struct to map the YAML content