feat: add db

This commit is contained in:
Julien Cabillot 2022-04-18 15:27:30 -04:00
parent 5b6200f6e5
commit 72cd218a76
3 changed files with 3 additions and 2 deletions

View File

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

View File

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