summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roles/apps/etherpad-lite/templates/pod-spec-with-mariadb.yml.j22
1 files changed, 1 insertions, 1 deletions
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 }}