Updating the helm chart for release v0.8.1 (#1595)

This commit is contained in:
Aaron Schlesinger
2020-04-01 15:53:53 -07:00
committed by GitHub
parent 3c4db4ce86
commit 00d960f054
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: athens-proxy
version: 0.4.8
appVersion: 0.8.0
version: 0.4.9
appVersion: 0.8.1
description: The proxy server for Go modules
icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png
keywords:
+1 -1
View File
@@ -2,7 +2,7 @@ replicaCount: 1
image:
registry: docker.io
repository: gomods/athens
tag: v0.8.0
tag: v0.8.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'