Skip to content

Commit

Permalink
#75: sshGitServers is a list not a dict (#76)
Browse files Browse the repository at this point in the history
sshGitServers is a list not a dict, so the default value shouldn't be a
dictionary.
  • Loading branch information
TomHellier committed May 29, 2024
1 parent 1fb640b commit 34d3c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/athens-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: athens-proxy
version: 0.11.0
version: 0.12.0
appVersion: v0.14.0
description: The proxy server for Go modules
icon: https://raw.githubusercontent.com/gomods/athens/main/docs/static/banner.png
Expand Down
3 changes: 1 addition & 2 deletions charts/athens-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ jaeger:
# for example, you need to run 'helm install --set jaeger.url=myurl ...'
url: "SET THIS ON THE COMMAND LINE"

sshGitServers:
{}
sshGitServers: []
## Private git servers over ssh
## to enable uncomment lines with single hash below
## hostname of the git server
Expand Down

0 comments on commit 34d3c54

Please sign in to comment.