mirror of
https://github.com/truenas/charts.git
synced 2026-04-03 18:58:03 +08:00
Merge pull request #984 from truenas/photoprism_bumpo
Photoprism version bump and strategy fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: '220901'
|
||||
appVersion: '221118'
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2207.0.0
|
||||
@@ -10,4 +10,4 @@ icon: https://photoprism.app/static/icons/logo.svg
|
||||
keywords:
|
||||
- media
|
||||
name: photoprism
|
||||
version: 1.0.11
|
||||
version: 1.0.12
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: photoprism/photoprism
|
||||
tag: 220901-bullseye
|
||||
tag: 221118-jammy
|
||||
@@ -16,7 +16,7 @@ extraAppVolumeMounts: []
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: photoprism/photoprism
|
||||
tag: 220901-bullseye
|
||||
tag: 221118-jammy
|
||||
ownerGID: 568
|
||||
ownerUID: 568
|
||||
password: admin123
|
||||
@@ -22,7 +22,7 @@ def newer_mapping(image_tags):
|
||||
return {}
|
||||
|
||||
return {
|
||||
'tags': {key: f'{version}-bullseye'},
|
||||
'tags': {key: f'{version}-jammy'},
|
||||
'app_version': version,
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: '220901'
|
||||
appVersion: '221118'
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2207.0.0
|
||||
@@ -10,4 +10,4 @@ icon: https://photoprism.app/static/icons/logo.svg
|
||||
keywords:
|
||||
- media
|
||||
name: photoprism
|
||||
version: 1.0.11
|
||||
version: 1.0.12
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: photoprism/photoprism
|
||||
tag: 220901-bullseye
|
||||
tag: 221118-jammy
|
||||
@@ -16,7 +16,7 @@ extraAppVolumeMounts: []
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: photoprism/photoprism
|
||||
tag: 220901-bullseye
|
||||
tag: 221118-jammy
|
||||
ownerGID: 568
|
||||
ownerUID: 568
|
||||
password: admin123
|
||||
@@ -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):
|
||||
@@ -22,7 +22,7 @@ def newer_mapping(image_tags):
|
||||
return {}
|
||||
|
||||
return {
|
||||
'tags': {key: f'{version}-bullseye'},
|
||||
'tags': {key: f'{version}-jammy'},
|
||||
'app_version': version,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user