mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Added check sshGitServer and gitConfig for creating volumeMounts (#1370)
* Added check sshGitServer and gitConfig for creating volumeMounts * Chart's version bump * Charts version bump * Bumped version
This commit is contained in:
committed by
Aaron Schlesinger
parent
6ee9e0932c
commit
50612e2660
@@ -1,5 +1,5 @@
|
||||
name: athens-proxy
|
||||
version: 0.3.6
|
||||
version: 0.3.7
|
||||
appVersion: 0.6.1
|
||||
description: The proxy server for Go modules
|
||||
icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png
|
||||
|
||||
@@ -147,7 +147,7 @@ spec:
|
||||
{{- end }}
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
{{- if or (eq .Values.storage.type "disk") .Values.upstreamProxy.enabled .Values.netrc.enabled }}
|
||||
{{- if or (eq .Values.storage.type "disk") .Values.upstreamProxy.enabled .Values.netrc.enabled .Values.sshGitServers .Values.gitconfig.enabled}}
|
||||
volumeMounts:
|
||||
{{- end }}
|
||||
{{- if eq .Values.storage.type "disk" }}
|
||||
|
||||
Reference in New Issue
Block a user