.
This commit is contained in:
parent
59667ca809
commit
81a7513064
@ -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
|
||||||
|
|||||||
@ -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 }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user