Updating docs to reference v0.3.0 (#1104)

This commit is contained in:
Aaron Schlesinger
2019-03-05 05:47:29 -08:00
committed by marpio
parent dbea2773ba
commit 9c07647488
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{- define "livenessPath" -}}
{{- if eq .Values.image.tag "v0.2.0" -}}/{{- else -}}/healthz{{- end -}}
{{- if eq .Values.image.tag "v0.3.0" -}}/{{- else -}}/healthz{{- end -}}
{{- end -}}
{{- define "readinessPath" -}}
{{- if eq .Values.image.tag "v0.2.0" -}}/{{- else -}}/readyz{{- end -}}
{{- if eq .Values.image.tag "v0.3.0" -}}/{{- else -}}/readyz{{- end -}}
{{- end -}}
+1 -1
View File
@@ -2,7 +2,7 @@ replicaCount: 1
image:
registry: docker.io
repository: gomods/athens
tag: v0.2.0
tag: v0.3.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images