Skip to content

Commit 8e8e5df

Browse files
committed
fix(helm-for-werf): detailed error message for "current release manifest contains removed kubernetes api(s) ..." error
Refs werf/3p-helm#171 Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
1 parent b4d2223 commit 8e8e5df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ replace k8s.io/helm => github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f
109109

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

112-
replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20220506082456-0b155b5fcdac
112+
replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20220511125950-6ab2d972a2be

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,6 +2073,8 @@ github.com/werf/3p-helm/v3 v3.0.0-20220505172810-cd89189d526c h1:7sxe84Bne3NiHv6
20732073
github.com/werf/3p-helm/v3 v3.0.0-20220505172810-cd89189d526c/go.mod h1:NxtE2KObf2PrzDl6SIamPFPKyAqWi10iWuvKlQn/Yao=
20742074
github.com/werf/3p-helm/v3 v3.0.0-20220506082456-0b155b5fcdac h1:Rg0Jx/mkCNpZ0ae+5/d5CC0MyH2CRT+E25Bdkdvsat8=
20752075
github.com/werf/3p-helm/v3 v3.0.0-20220506082456-0b155b5fcdac/go.mod h1:NxtE2KObf2PrzDl6SIamPFPKyAqWi10iWuvKlQn/Yao=
2076+
github.com/werf/3p-helm/v3 v3.0.0-20220511125950-6ab2d972a2be h1:mD/u0JC+r4qMKCCDIywnZaUzcAMVrFNfjCC554NVOuA=
2077+
github.com/werf/3p-helm/v3 v3.0.0-20220511125950-6ab2d972a2be/go.mod h1:NxtE2KObf2PrzDl6SIamPFPKyAqWi10iWuvKlQn/Yao=
20762078
github.com/werf/copy-recurse v0.2.2 h1:OpBB+Ezsv7j+iQR02p7zUQXSefZ7UaKBtQPMg2dxi7M=
20772079
github.com/werf/copy-recurse v0.2.2/go.mod h1:KVHSQ90p19xflWW0B7BJhLBwmSbEtuxIaBnjlUYRPhk=
20782080
github.com/werf/copy-recurse v0.2.3 h1:bi43vHBDQiX2Qnq+Ci9IGqtm7YdzzpkBO+8MKjp6x8g=

0 commit comments

Comments
 (0)