You've already forked athens-proxy-charts
Compare commits
3 Commits
73bc0ab040
...
0.1.2
Author | SHA1 | Date | |
---|---|---|---|
d96c6373ab
|
|||
4145524966 | |||
66a2488814 |
@ -3,7 +3,7 @@ name: athens-proxy
|
||||
description: Athens proxy server for golang
|
||||
type: application
|
||||
version: "0.1.0"
|
||||
appVersion: "0.11.0"
|
||||
appVersion: "v0.12.1"
|
||||
icon: https://github.com/gomods/athens/blob/main/docs/static/banner.png?raw=true
|
||||
|
||||
keywords:
|
||||
|
@ -24,7 +24,7 @@ spec:
|
||||
name: {{ include "athens-proxy.fullname" . }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
image: "{{ .Values.image.repository }}:v{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
Reference in New Issue
Block a user