From 7671fb7cf8852f66500b98b24ade6fb94f539454 Mon Sep 17 00:00:00 2001 From: Jarno Rankinen <50285623+0ranki@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:26:14 +0200 Subject: [PATCH] Update PODMAN.md Use the new image path without the extra nextcloud --- PODMAN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PODMAN.md b/PODMAN.md index a7b403c..c6e2ae6 100644 --- a/PODMAN.md +++ b/PODMAN.md @@ -174,7 +174,7 @@ spec: - name: app ## Remember to change cron container version! - image: ghcr.io/0ranki/nextcloud-previews/nextcloud:latest + image: ghcr.io/0ranki/nextcloud-previews:latest ## Remember to change cron container version! #imagePullPolicy: never ports: @@ -197,7 +197,7 @@ spec: - name: cron # Remember to change main image version! - image: ghcr.io/0ranki/nextcloud-previews/nextcloud:latest + image: ghcr.io/0ranki/nextcloud-previews:latest # Remember to change main image version! #imagePullPolicy: never args: @@ -239,4 +239,4 @@ spec: status: {} -``` \ No newline at end of file +```