Explorar o código

revert yaml parser to v2

Alexander Belanger %!s(int64=4) %!d(string=hai) anos
pai
achega
beac72b04d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      internal/helm/postrenderer.go

+ 1 - 1
internal/helm/postrenderer.go

@@ -12,7 +12,7 @@ import (
 	"github.com/porter-dev/porter/internal/models"
 	"github.com/porter-dev/porter/internal/repository"
 	"golang.org/x/oauth2"
-	"gopkg.in/yaml.v3"
+	"gopkg.in/yaml.v2"
 	"helm.sh/helm/v3/pkg/postrender"
 
 	"github.com/docker/distribution/reference"