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 description: Helm chart for offlineimap
name: offlineimap name: offlineimap
type: application type: application
version: 0.0.8 version: 0.0.9
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- offlineimap - offlineimap

View File

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