From 48a9c88d66534e1e56226e0ddb8eeab13bf57a41 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 15 Mar 2023 17:38:24 +0100 Subject: etherpad-lite image has been moved --- roles/apps/etherpad-lite/templates/pod-spec-with-mariadb.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/apps') diff --git a/roles/apps/etherpad-lite/templates/pod-spec-with-mariadb.yml.j2 b/roles/apps/etherpad-lite/templates/pod-spec-with-mariadb.yml.j2 index f608d6ab..21284e0d 100644 --- a/roles/apps/etherpad-lite/templates/pod-spec-with-mariadb.yml.j2 +++ b/roles/apps/etherpad-lite/templates/pod-spec-with-mariadb.yml.j2 @@ -2,7 +2,7 @@ securityContext: allowPrivilegeEscalation: false containers: - name: etherpad-lite - image: spreadspace/etherpad-lite:{{ item.value.version }} + image: equinox0815/etherpad-lite:{{ item.value.version }} # securityContext: # runAsUser: {{ etherpad_lite_app_uid }} # runAsGroup: {{ etherpad_lite_app_gid }} -- cgit v1.2.3