diff --git a/grid-proxy/charts/gridproxy/Chart.yaml b/grid-proxy/charts/gridproxy/Chart.yaml index dfe84c3a1..2f575819d 100644 --- a/grid-proxy/charts/gridproxy/Chart.yaml +++ b/grid-proxy/charts/gridproxy/Chart.yaml @@ -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 diff --git a/grid-proxy/cmds/proxy_server/main.go b/grid-proxy/cmds/proxy_server/main.go index 1da3beaee..f4f5ee9eb 100644 --- a/grid-proxy/cmds/proxy_server/main.go +++ b/grid-proxy/cmds/proxy_server/main.go @@ -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)