From b945f8c77773e090600baedc76f4d4af9469504b Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger <70865+arschles@users.noreply.github.com> Date: Tue, 17 Mar 2020 15:26:56 -0700 Subject: [PATCH] Updating helm chart image version to latest (#1575) * updating image version to latest * updating chart.yaml versions --- 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 04cabfc0..797eb91f 100644 --- a/charts/athens-proxy/Chart.yaml +++ b/charts/athens-proxy/Chart.yaml @@ -1,6 +1,6 @@ name: athens-proxy -version: 0.4.4 -appVersion: 0.7.0 +version: 0.4.8 +appVersion: 0.8.0 description: The proxy server for Go modules icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png keywords: diff --git a/charts/athens-proxy/values.yaml b/charts/athens-proxy/values.yaml index 17b03088..bc994795 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.7.0 + tag: v0.8.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'