From: Grant Slater Date: Wed, 4 Oct 2023 16:17:02 +0000 (+0100) Subject: irc: Use new image name X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8cb84a3535943f8e24c9ff187dd90ceb83316ae9 irc: Use new image name The repo was renamed to add the website suffix per style of the other sites. --- diff --git a/cookbooks/irc/recipes/default.rb b/cookbooks/irc/recipes/default.rb index 7ebcfc7ba..138912e8a 100644 --- a/cookbooks/irc/recipes/default.rb +++ b/cookbooks/irc/recipes/default.rb @@ -20,6 +20,6 @@ include_recipe "podman::apache" podman_site "irc.openstreetmap.org" do - image "ghcr.io/openstreetmap/irc:latest" + image "ghcr.io/openstreetmap/irc-website:latest" aliases ["irc.osm.org"] end