Skip to content

Commit

Permalink
wait till helm charts are applied
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Singariya <[email protected]>
  • Loading branch information
piyushsingariya committed Jan 19, 2022
1 parent 41d15ad commit f5ebf72
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 284 deletions.
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,21 @@ replace (
require (
github.com/go-git/go-git/v5 v5.4.2
github.com/go-logr/logr v0.4.0
github.com/google/uuid v1.1.2
github.com/google/uuid v1.2.0
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/nats-io/nats-server/v2 v2.1.2 // indirect
github.com/nats-io/nats.go v1.9.1
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.10
helm.sh/helm/v3 v3.6.3
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/cli-runtime v0.21.0
k8s.io/client-go v0.21.0
rsc.io/letsencrypt v0.0.3 // indirect
helm.sh/helm/v3 v3.7.2
k8s.io/api v0.22.4
k8s.io/apimachinery v0.22.4
k8s.io/cli-runtime v0.22.4
k8s.io/client-go v0.22.4
)
Loading

0 comments on commit f5ebf72

Please sign in to comment.