This commit is contained in:
2026-01-15 13:59:01 +01:00
parent 9e5de340b2
commit 8523853e11
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ kubectl create secret generic smtp-secrets \
--dry-run=client \
-o yaml \
--save-config \
--from-literal=RELAY_NETWORKS=":10.0.0.0/8" | \
--from-literal=RELAYNETS=":10.0.0.0/8" | \
kubectl apply -n $NAMESPACE -f -
kubectl apply -n $NAMESPACE -f deploy.yml

View File

@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: smtp
image: quay.io/wollud1969/exim-docker:0.5.0
image: quay.io/wollud1969/exim-docker:0.5.1
envFrom:
- secretRef:
name: smtp-secrets