Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Upgrade to Helm 3 Beta 5 and Helm 2.15.0 (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Hickey <[email protected]>
  • Loading branch information
hickeyma authored Oct 23, 2019
1 parent 1f11312 commit 7e60b88
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 243 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.13
require (
github.com/Masterminds/semver v1.4.2 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/ghodss/yaml v1.0.1-0.20180820084758-c7ce16629ff4 // indirect
github.com/golang/protobuf v1.3.1
github.com/gosuri/uitable v0.0.3 // indirect
github.com/maorfr/helm-plugin-utils v0.0.0-20181205064038-588190cb5e3b
Expand All @@ -13,10 +14,9 @@ require (
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
helm.sh/helm/v3 v3.0.0-beta.4
helm.sh/helm/v3 v3.0.0-beta.5
k8s.io/apimachinery v0.0.0
k8s.io/cli-runtime v0.0.0
k8s.io/helm v2.14.3+incompatible
k8s.io/helm v2.15.1+incompatible
)

replace (
Expand Down
Loading

0 comments on commit 7e60b88

Please sign in to comment.