]> git.openstreetmap.org Git - chef.git/commitdiff
irc: Use new image name
authorGrant Slater <github@firefishy.com>
Wed, 4 Oct 2023 16:17:02 +0000 (17:17 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 4 Oct 2023 16:17:52 +0000 (17:17 +0100)
The repo was renamed to add the website suffix per style of the other sites.

cookbooks/irc/recipes/default.rb

index 7ebcfc7bad6e8ce60ea9416d943098a38648db09..138912e8a1e5cbe75b7d79edd913655a7b38a915 100644 (file)
@@ -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