Updating helm chart image version to latest (#1575)

* updating image version to latest

* updating chart.yaml versions
This commit is contained in:
Aaron Schlesinger
2020-03-17 15:26:56 -07:00
committed by GitHub
parent 939e695526
commit b945f8c777
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: athens-proxy name: athens-proxy
version: 0.4.4 version: 0.4.8
appVersion: 0.7.0 appVersion: 0.8.0
description: The proxy server for Go modules description: The proxy server for Go modules
icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png
keywords: keywords:
+1 -1
View File
@@ -2,7 +2,7 @@ replicaCount: 1
image: image:
registry: docker.io registry: docker.io
repository: gomods/athens repository: gomods/athens
tag: v0.7.0 tag: v0.8.0
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'