From b67c68859debcbcb3898a5663512835ef56efc52 Mon Sep 17 00:00:00 2001 From: irbekrm Date: Thu, 11 May 2023 12:55:58 +0100 Subject: [PATCH] Bumps Helm to latest release Signed-off-by: irbekrm --- cmd/ctl/go.mod | 2 +- cmd/ctl/go.sum | 4 ++-- test/integration/go.mod | 2 +- test/integration/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/ctl/go.mod b/cmd/ctl/go.mod index 81cdf4d1e..bd36d325b 100644 --- a/cmd/ctl/go.mod +++ b/cmd/ctl/go.mod @@ -20,7 +20,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.2 golang.org/x/crypto v0.6.0 - helm.sh/helm/v3 v3.12.0-rc.1 + helm.sh/helm/v3 v3.12.0 k8s.io/api v0.27.1 k8s.io/apiextensions-apiserver v0.27.1 k8s.io/apimachinery v0.27.1 diff --git a/cmd/ctl/go.sum b/cmd/ctl/go.sum index a972793d0..812b42e21 100644 --- a/cmd/ctl/go.sum +++ b/cmd/ctl/go.sum @@ -1073,8 +1073,8 @@ gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools/v3 v3.4.0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o= -helm.sh/helm/v3 v3.12.0-rc.1 h1:hGmgEe7jOqCQIzwy6rU2gxHvJofL7gOdZASbF0r7u7c= -helm.sh/helm/v3 v3.12.0-rc.1/go.mod h1:8K/469yxjUMu6BaD2EagCitkPjELUL/l2AgCO142G94= +helm.sh/helm/v3 v3.12.0 h1:rOq2TPVzg5jt4q5ermAZGZFxNW2uQhKjRhBneAutMEM= +helm.sh/helm/v3 v3.12.0/go.mod h1:8K/469yxjUMu6BaD2EagCitkPjELUL/l2AgCO142G94= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= diff --git a/test/integration/go.mod b/test/integration/go.mod index 4b3c7a4a1..7bd7cf6c9 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -180,7 +180,7 @@ require ( gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - helm.sh/helm/v3 v3.12.0-rc.1 // indirect + helm.sh/helm/v3 v3.12.0 // indirect k8s.io/apiserver v0.27.1 // indirect k8s.io/klog/v2 v2.90.1 // indirect k8s.io/kube-aggregator v0.27.1 // indirect diff --git a/test/integration/go.sum b/test/integration/go.sum index c56114049..000129cc1 100644 --- a/test/integration/go.sum +++ b/test/integration/go.sum @@ -1332,8 +1332,8 @@ gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= gotest.tools/v3 v3.4.0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o= -helm.sh/helm/v3 v3.12.0-rc.1 h1:hGmgEe7jOqCQIzwy6rU2gxHvJofL7gOdZASbF0r7u7c= -helm.sh/helm/v3 v3.12.0-rc.1/go.mod h1:8K/469yxjUMu6BaD2EagCitkPjELUL/l2AgCO142G94= +helm.sh/helm/v3 v3.12.0 h1:rOq2TPVzg5jt4q5ermAZGZFxNW2uQhKjRhBneAutMEM= +helm.sh/helm/v3 v3.12.0/go.mod h1:8K/469yxjUMu6BaD2EagCitkPjELUL/l2AgCO142G94= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=