From c3020955d204693ae22d26344a700ae5ccf4b754 Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger Date: Thu, 11 Mar 2021 11:31:23 -0800 Subject: [PATCH] releasing v0.11.0 Signed-off-by: Aaron Schlesinger --- charts/athens-proxy/Chart.yaml | 4 ++-- charts/athens-proxy/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/athens-proxy/Chart.yaml b/charts/athens-proxy/Chart.yaml index 341d132f..7df2e024 100644 --- a/charts/athens-proxy/Chart.yaml +++ b/charts/athens-proxy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: athens-proxy -version: 0.4.16 -appVersion: 0.9.0 +version: 0.5.0 +appVersion: 0.11.0 description: The proxy server for Go modules icon: https://raw.githubusercontent.com/gomods/athens/main/docs/static/banner.png keywords: diff --git a/charts/athens-proxy/values.yaml b/charts/athens-proxy/values.yaml index 22548eaf..e4c20962 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.9.0 + tag: v0.11.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'