From ebfbea851192b115324c92eb1e38b3d26bc9191d Mon Sep 17 00:00:00 2001 From: Rashmi Gottipati Date: Mon, 9 Jan 2023 16:32:18 -0500 Subject: [PATCH] Bump helm from v3.10.1 to latest version (#207) * Bump helm from v3.10.1 to v3.10.3 Signed-off-by: Rashmi Gottipati --- go.mod | 2 +- go.sum | 4 ++-- .../memcached-operator/api/v1alpha1/groupversion_info.go | 2 +- .../hybrid/memcached-operator/api/v1alpha1/memcached_types.go | 2 +- .../memcached-operator/controllers/memcached_controller.go | 2 +- testdata/hybrid/memcached-operator/controllers/suite_test.go | 2 +- testdata/hybrid/memcached-operator/hack/boilerplate.go.txt | 2 +- testdata/hybrid/memcached-operator/main.go | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 2bf5c3ea..31219a52 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.0 gomodules.xyz/jsonpatch/v2 v2.2.0 - helm.sh/helm/v3 v3.10.1 + helm.sh/helm/v3 v3.10.3 k8s.io/api v0.25.3 k8s.io/apiextensions-apiserver v0.25.3 k8s.io/apimachinery v0.25.3 diff --git a/go.sum b/go.sum index 9db36b9d..5bfe30ba 100644 --- a/go.sum +++ b/go.sum @@ -2059,8 +2059,8 @@ 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.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk= gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0= -helm.sh/helm/v3 v3.10.1 h1:uTnNlYx8QcTSNA4ZJ50Llwife4CSohUY4ehumyVf2QE= -helm.sh/helm/v3 v3.10.1/go.mod h1:CXOcs02AYvrlPMWARNYNRgf2rNP7gLJQsi/Ubd4EDrI= +helm.sh/helm/v3 v3.10.3 h1:wL7IUZ7Zyukm5Kz0OUmIFZgKHuAgByCrUcJBtY0kDyw= +helm.sh/helm/v3 v3.10.3/go.mod h1:CXOcs02AYvrlPMWARNYNRgf2rNP7gLJQsi/Ubd4EDrI= honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= 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= diff --git a/testdata/hybrid/memcached-operator/api/v1alpha1/groupversion_info.go b/testdata/hybrid/memcached-operator/api/v1alpha1/groupversion_info.go index faf58622..b0c6cd53 100644 --- a/testdata/hybrid/memcached-operator/api/v1alpha1/groupversion_info.go +++ b/testdata/hybrid/memcached-operator/api/v1alpha1/groupversion_info.go @@ -1,5 +1,5 @@ /* -Copyright 2022. +Copyright 2023. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/testdata/hybrid/memcached-operator/api/v1alpha1/memcached_types.go b/testdata/hybrid/memcached-operator/api/v1alpha1/memcached_types.go index cb584b81..2d6673bb 100644 --- a/testdata/hybrid/memcached-operator/api/v1alpha1/memcached_types.go +++ b/testdata/hybrid/memcached-operator/api/v1alpha1/memcached_types.go @@ -1,5 +1,5 @@ /* -Copyright 2022. +Copyright 2023. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/testdata/hybrid/memcached-operator/controllers/memcached_controller.go b/testdata/hybrid/memcached-operator/controllers/memcached_controller.go index e587f0ba..d1e08d9f 100644 --- a/testdata/hybrid/memcached-operator/controllers/memcached_controller.go +++ b/testdata/hybrid/memcached-operator/controllers/memcached_controller.go @@ -1,5 +1,5 @@ /* -Copyright 2022. +Copyright 2023. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/testdata/hybrid/memcached-operator/controllers/suite_test.go b/testdata/hybrid/memcached-operator/controllers/suite_test.go index 0e036671..6b6c12f4 100644 --- a/testdata/hybrid/memcached-operator/controllers/suite_test.go +++ b/testdata/hybrid/memcached-operator/controllers/suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2022. +Copyright 2023. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/testdata/hybrid/memcached-operator/hack/boilerplate.go.txt b/testdata/hybrid/memcached-operator/hack/boilerplate.go.txt index 29c55ecd..65b86227 100644 --- a/testdata/hybrid/memcached-operator/hack/boilerplate.go.txt +++ b/testdata/hybrid/memcached-operator/hack/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright 2022. +Copyright 2023. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/testdata/hybrid/memcached-operator/main.go b/testdata/hybrid/memcached-operator/main.go index 4287293c..44bdcd89 100644 --- a/testdata/hybrid/memcached-operator/main.go +++ b/testdata/hybrid/memcached-operator/main.go @@ -1,5 +1,5 @@ /* -Copyright 2022. +Copyright 2023. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.