releasing v0.11.0

Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
This commit is contained in:
Aaron Schlesinger
2021-03-11 11:31:23 -08:00
parent 1acdf17a4a
commit c3020955d2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
name: athens-proxy name: athens-proxy
version: 0.4.16 version: 0.5.0
appVersion: 0.9.0 appVersion: 0.11.0
description: The proxy server for Go modules description: The proxy server for Go modules
icon: https://raw.githubusercontent.com/gomods/athens/main/docs/static/banner.png icon: https://raw.githubusercontent.com/gomods/athens/main/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.9.0 tag: v0.11.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'