We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e5da1 commit 66cadfdCopy full SHA for 66cadfd
2 files changed
charts/athens-proxy/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v1
2
name: athens-proxy
3
-version: 0.5.5
+version: 0.5.6
4
appVersion: v0.11.0
5
description: The proxy server for Go modules
6
icon: https://raw.githubusercontent.com/gomods/athens/main/docs/static/banner.png
charts/athens-proxy/ci/basic-values.yaml
@@ -1,4 +1,8 @@
ingress:
enabled: true
annotations:
-# example.io/foo: bar
+ hosts:
+ - host: athens-proxy.local
+ paths:
7
+ - path: /
8
+ pathType: ImplementationSpecific
0 commit comments