]> git.openstreetmap.org Git - chef.git/commitdiff
stateofthemap: add 2024
authorGrant Slater <github@firefishy.com>
Fri, 17 Nov 2023 13:53:38 +0000 (13:53 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 17 Nov 2023 13:53:38 +0000 (13:53 +0000)
cookbooks/stateofthemap/recipes/container.rb

index 8f0786ce453cb9226b371f271d7a4f84a4e51354..16cb780ece1e41abd74a9db2f8dedce6720bde91 100644 (file)
@@ -24,7 +24,7 @@ podman_site "stateofthemap.org" do
   aliases ["www.stateofthemap.org", "stateofthemap.com", "www.stateofthemap.com", "sotm.org", "www.sotm.org"]
 end
 
-%w[2013 2016 2017 2018 2019 2020 2021 2022].each do |year|
+%w[2013 2016 2017 2018 2019 2020 2021 2022 2024].each do |year|
   podman_site "#{year}.stateofthemap.org" do
     image "ghcr.io/openstreetmap/stateofthemap-#{year}:latest"
     aliases ["#{year}.stateofthemap.com", "#{year}.sotm.org"]