Skip to content

Commit

Permalink
fix: server dry-run validation breaks helm 2 to 3 transition
Browse files Browse the repository at this point in the history
Refs werf/3p-helm#141

Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Mar 14, 2022
1 parent 9ed3c96 commit 0450171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -106,4 +106,4 @@ replace k8s.io/helm => github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f

replace github.com/deislabs/oras => github.com/werf/third-party-oras v0.9.1-0.20210927171747-6d045506f4c8

replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20220310151612-8fdd4eb95c03
replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20220314123815-d65b76305f76
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -2047,6 +2047,8 @@ github.com/werf/3p-helm/v3 v3.0.0-20220304092913-4f412c1ef00f h1:438PIe92mvIKfAF
github.com/werf/3p-helm/v3 v3.0.0-20220304092913-4f412c1ef00f/go.mod h1:0nYPSuvuj8TTJDLRSAfbzGGbazPZsayaDpP8s9FfZT8=
github.com/werf/3p-helm/v3 v3.0.0-20220310151612-8fdd4eb95c03 h1:NP6bowgb7ol+Xh3HqmtJgqgZ7b//Zx34XtwNXqA82fs=
github.com/werf/3p-helm/v3 v3.0.0-20220310151612-8fdd4eb95c03/go.mod h1:0nYPSuvuj8TTJDLRSAfbzGGbazPZsayaDpP8s9FfZT8=
github.com/werf/3p-helm/v3 v3.0.0-20220314123815-d65b76305f76 h1:mR9OzGdtudmpWo4b04Rha0TXgWJNLSykmITYd8nOrOg=
github.com/werf/3p-helm/v3 v3.0.0-20220314123815-d65b76305f76/go.mod h1:0nYPSuvuj8TTJDLRSAfbzGGbazPZsayaDpP8s9FfZT8=
github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f h1:81YscYTF9mmTf0ULOsCmm42YWQp+qWDzWi1HjWniZrg=
github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f/go.mod h1:OMONwLWU9zEENgaVjWEX+M+xik2QakejzKHG1+6mnUo=
github.com/werf/helm/v3 v3.0.0-20211112190515-e733b755e5af h1:MakPeB2Rpww0G9wYd4Xv7gS1lF0is8M3VstHRU9PP0g=
Expand Down

0 comments on commit 0450171

Please sign in to comment.