Explorar el Código

update photoprism update_strategy

Stavros kois hace 2 años
padre
commit
e5ace1aa7a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      charts/photoprism/upgrade_strategy

+ 1 - 1
charts/photoprism/upgrade_strategy

@@ -6,7 +6,7 @@ import re
 from catalog_update.upgrade_strategy import datetime_versioning
 
 
-VERSION_REG = r'2[2-9][0-1][0-9][0-3][0-9]-bullseye'
+VERSION_REG = r'2[2-9][0-1][0-9][0-3][0-9]-jammy'
 
 
 def newer_mapping(image_tags):