diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-03-15 17:38:24 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-03-15 17:38:24 +0100 |
commit | 48a9c88d66534e1e56226e0ddb8eeab13bf57a41 (patch) | |
tree | 1a0fd87bd593aaa86aae0dca7a2d38d46d221b27 /roles/apps/etherpad-lite | |
parent | kubernetes/addon/metrics-server: convert to kustomize (diff) |
etherpad-lite image has been moved
Diffstat (limited to 'roles/apps/etherpad-lite')
-rw-r--r-- | roles/apps/etherpad-lite/templates/pod-spec-with-mariadb.yml.j2 | 2 |
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 }} |