Skip to content

Commit

Permalink
Merge pull request #186 from threefoldtech/development_update_proxy_helm
Browse files Browse the repository at this point in the history
update proxy helm version to 0.8.1
  • Loading branch information
alichaddad authored Jun 13, 2023
2 parents 1531f50 + 968f1ca commit 118ab9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grid-proxy/charts/gridproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ version: 1.0.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.8.0
appVersion: 0.8.1
2 changes: 1 addition & 1 deletion grid-proxy/cmds/proxy_server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func main() {

relayClient, err := createRMBClient(ctx, f.relayURL, f.mnemonics, sub)
if err != nil {
log.Fatal().Err(err).Msg("failed to create realy client")
log.Fatal().Err(err).Msg("failed to create relay client")
}

s, err := createServer(f, GitCommit, relayClient)
Expand Down

0 comments on commit 118ab9f

Please sign in to comment.