Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 66cadfd

Browse files
authored
fix: chart test (#6)
1 parent 82e5da1 commit 66cadfd

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

charts/athens-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: athens-proxy
3-
version: 0.5.5
3+
version: 0.5.6
44
appVersion: v0.11.0
55
description: The proxy server for Go modules
66
icon: https://raw.githubusercontent.com/gomods/athens/main/docs/static/banner.png
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
ingress:
22
enabled: true
33
annotations:
4-
# example.io/foo: bar
4+
hosts:
5+
- host: athens-proxy.local
6+
paths:
7+
- path: /
8+
pathType: ImplementationSpecific

0 commit comments

Comments
 (0)