ソースを参照

update photoprism update_strategy

Stavros kois 2 年 前
コミット
e5ace1aa7a
1 ファイル変更1 行追加1 行削除
  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):