This commit is contained in:
Julien Cabillot 2022-04-18 11:40:43 -04:00
parent 59667ca809
commit 81a7513064
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ apiVersion: v2
description: Helm chart for offlineimap
name: offlineimap
type: application
version: 0.0.8
version: 0.0.9
kubeVersion: ">=1.16.0-0"
keywords:
- offlineimap

View File

@ -23,6 +23,7 @@ spec:
backoffLimit: 0
template:
spec:
restartPolicy: Never
containers:
- name: {{ include "common.names.fullname" . }}
image: {{ printf "%s:%s" .Values.image.repository (default .Chart.AppVersion .Values.image.tag) | quote }}