diff --git a/charts/athens-proxy/Chart.yaml b/charts/athens-proxy/Chart.yaml index 2863f725..e3cc3e0c 100644 --- a/charts/athens-proxy/Chart.yaml +++ b/charts/athens-proxy/Chart.yaml @@ -1,6 +1,6 @@ name: athens-proxy -version: 0.3.7 -appVersion: 0.6.1 +version: 0.3.8 +appVersion: 0.7.0 description: The proxy server for Go modules icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png keywords: diff --git a/charts/athens-proxy/values.yaml b/charts/athens-proxy/values.yaml index 916f0a79..b55f8b38 100644 --- a/charts/athens-proxy/values.yaml +++ b/charts/athens-proxy/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: registry: docker.io repository: gomods/athens - tag: v0.6.1 + tag: v0.7.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'