From 374acd5c81641c588ca803c8dd6d908d64b8258d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 17 Jul 2021 17:24:35 +0200 Subject: [PATCH] etherpad: always update certbot image --- apps/etherpadlite-ssl/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/etherpadlite-ssl/templates/deployment.yaml b/apps/etherpadlite-ssl/templates/deployment.yaml index 6794151..5c4e5cc 100644 --- a/apps/etherpadlite-ssl/templates/deployment.yaml +++ b/apps/etherpadlite-ssl/templates/deployment.yaml @@ -112,6 +112,8 @@ spec: containers: - name: certbot image: ungleich/ungleich-certbot + imagePullPolicy: Always + ports: - containerPort: 80 env: