Skip to content

Commit

Permalink
fix(helm): prevent bug with pre-upgrade helm hooks, which was used fr…
Browse files Browse the repository at this point in the history
…om the previous release revision

Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed May 18, 2022
1 parent 18dd510 commit 18570d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -309,4 +309,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-20220511125950-6ab2d972a2be
replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20220518201025-6ee75d933ee9
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -2037,8 +2037,8 @@ github.com/vmware/govmomi v0.20.3/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59b
github.com/weppos/publicsuffix-go v0.4.0/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln16JPQ02lHAdn5k=
github.com/weppos/publicsuffix-go v0.5.0 h1:rutRtjBJViU/YjcI5d80t4JAVvDltS6bciJg2K1HrLU=
github.com/weppos/publicsuffix-go v0.5.0/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln16JPQ02lHAdn5k=
github.com/werf/3p-helm/v3 v3.0.0-20220511125950-6ab2d972a2be h1:mD/u0JC+r4qMKCCDIywnZaUzcAMVrFNfjCC554NVOuA=
github.com/werf/3p-helm/v3 v3.0.0-20220511125950-6ab2d972a2be/go.mod h1:NxtE2KObf2PrzDl6SIamPFPKyAqWi10iWuvKlQn/Yao=
github.com/werf/3p-helm/v3 v3.0.0-20220518201025-6ee75d933ee9 h1:HATf3/FoD9WZ2z+45N5Yy8CggfRTAWphmAymw0wrwzE=
github.com/werf/3p-helm/v3 v3.0.0-20220518201025-6ee75d933ee9/go.mod h1:NxtE2KObf2PrzDl6SIamPFPKyAqWi10iWuvKlQn/Yao=
github.com/werf/copy-recurse v0.2.4 h1:kEyGUKhgS8WdEOjInNQKgk4lqPWzP2AgR27F3dcGsVc=
github.com/werf/copy-recurse v0.2.4/go.mod h1:KVHSQ90p19xflWW0B7BJhLBwmSbEtuxIaBnjlUYRPhk=
github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f h1:81YscYTF9mmTf0ULOsCmm42YWQp+qWDzWi1HjWniZrg=
Expand Down

0 comments on commit 18570d3

Please sign in to comment.