Fix helm chart to the latest docker image tag (#1422)

* Update Chart.yaml to docker tag: 0.7.0 and chart version: 0.3.6

* Update values.yaml to docker tag 0.7.0
This commit is contained in:
Sergey Rolich
2019-11-13 00:32:40 +06:00
committed by Aaron Schlesinger
parent 50612e2660
commit 8fe83e9e98
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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'