Skip to content

Commit

Permalink
update dragonchain version
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Crowder <adam@adamcrowder.net>
  • Loading branch information
cheeseandcereal committed Dec 5, 2019
1 parent 1790363 commit c45a0dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.0
v0.5.1
2 changes: 1 addition & 1 deletion internal/configuration/variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package configuration
var Version string

// DragonchainHelmVersion helm version of dragonchain to use
var DragonchainHelmVersion = "1.0.3"
var DragonchainHelmVersion = "1.0.4"

// OpenfaasHelmVersion helm version of openfaas (faas-netes) to use
var OpenfaasHelmVersion = "5.2.2"
Expand Down
1 change: 1 addition & 0 deletions internal/helm/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func InitializeHelm() error {
if err := cmd.Run(); err != nil {
return errors.New("Updating helm repo failed (are you connected to the internet?):\n" + err.Error())
}
time.Sleep(3 * time.Second)
if err := waitForTillerToBeReady(); err != nil {
return err
}
Expand Down

0 comments on commit c45a0dc

Please sign in to comment.