update app-template chart

This commit is contained in:
2025-05-16 21:48:33 -05:00
parent 1139e2c62c
commit f6e9bb54b0
5 changed files with 4 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ maintainers:
dependencies: dependencies:
- name: app-template - name: app-template
alias: stalwart alias: stalwart
version: 3.7.3 version: 4.0.1
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
- name: valkey - name: valkey
version: 3.0.6 version: 3.0.6

View File

@@ -6,9 +6,6 @@ metadata:
labels: labels:
app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore

View File

@@ -4,11 +4,8 @@ metadata:
name: http-route-stalwart name: http-route-stalwart
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: http-route-stalwart app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
parentRefs: parentRefs:
- group: gateway.networking.k8s.io - group: gateway.networking.k8s.io

View File

@@ -4,11 +4,8 @@ metadata:
name: stalwart-config-backup-source name: stalwart-config-backup-source
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: stalwart-config-backup-source app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: backup
app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
sourcePVC: stalwart-config sourcePVC: stalwart-config
trigger: trigger:

View File

@@ -15,8 +15,6 @@ stalwart:
requests: requests:
cpu: 10m cpu: 10m
memory: 128Mi memory: 128Mi
serviceAccount:
create: true
service: service:
main: main:
controller: main controller: main
@@ -43,6 +41,7 @@ stalwart:
protocol: TCP protocol: TCP
persistence: persistence:
config: config:
forceRename: stalwart-config
storageClass: ceph-block storageClass: ceph-block
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 10Gi size: 10Gi