3 Commits

Author SHA1 Message Date
d96c6373ab fix: container image name
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-21 13:26:20 +02:00
4145524966 Merge pull request 'chore(deps): update dependency gomods/athens to v0.12.1' (#17) from renovate/gomods-athens-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #17
2023-05-21 10:35:42 +00:00
66a2488814 chore(deps): update dependency gomods/athens to v0.12.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-04-26 08:50:46 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: athens-proxy
description: Athens proxy server for golang description: Athens proxy server for golang
type: application type: application
version: "0.1.0" 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 icon: https://github.com/gomods/athens/blob/main/docs/static/banner.png?raw=true
keywords: keywords:

View File

@ -24,7 +24,7 @@ spec:
name: {{ include "athens-proxy.fullname" . }} name: {{ include "athens-proxy.fullname" . }}
securityContext: securityContext:
{{- toYaml .Values.securityContext | nindent 12 }} {{- 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 }} imagePullPolicy: {{ .Values.image.pullPolicy }}
livenessProbe: livenessProbe:
httpGet: httpGet: