Skip to content

Commit

Permalink
[IMP] 优化部署helm实例
Browse files Browse the repository at this point in the history
  • Loading branch information
thefuckingcode committed May 6, 2022
1 parent d9ed223 commit b299f18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/maorfr/helm-plugin-utils v0.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/open-hand/helm v0.0.0-20220425062000-35fa46f92c2b
github.com/open-hand/helm v0.0.0-20220506021119-05bd55c86a19
github.com/operator-framework/operator-sdk v0.15.2
github.com/pkg/errors v0.9.1
github.com/qri-io/jsonschema v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1Cpa
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/onsi/gomega v1.8.1 h1:C5Dqfs/LeauYDX0jJXIe2SWmwCbGzx9yF8C8xy3Lh34=
github.com/onsi/gomega v1.8.1/go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA=
github.com/open-hand/helm v0.0.0-20220425062000-35fa46f92c2b h1:Xx0xWkbGR16fKYcm6g4cvybyYSlC4WXY/GFfgnGy1xA=
github.com/open-hand/helm v0.0.0-20220425062000-35fa46f92c2b/go.mod h1:07qZJMSqxv7nusjmCLoXmeP1tjoa5wxmjJpcpPZy9lw=
github.com/open-hand/helm v0.0.0-20220506021119-05bd55c86a19 h1:utwqniag2YNfviUxJr3JIOAEw9c2ZQrYgrXS9B+Exgw=
github.com/open-hand/helm v0.0.0-20220506021119-05bd55c86a19/go.mod h1:07qZJMSqxv7nusjmCLoXmeP1tjoa5wxmjJpcpPZy9lw=
github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=
github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=
github.com/opencontainers/go-digest v1.0.0-rc1 h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ=
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/open-hand/helm/pkg/action/install.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ github.com/modern-go/concurrent
github.com/modern-go/reflect2
# github.com/morikuni/aec v1.0.0
github.com/morikuni/aec
# github.com/open-hand/helm v0.0.0-20220425062000-35fa46f92c2b
# github.com/open-hand/helm v0.0.0-20220506021119-05bd55c86a19
github.com/open-hand/helm/internal/experimental/registry
github.com/open-hand/helm/internal/ignore
github.com/open-hand/helm/internal/resolver
Expand Down

0 comments on commit b299f18

Please sign in to comment.