diff --git a/charts/photoprism/1.0.11/Chart.lock b/charts/photoprism/1.0.12/Chart.lock similarity index 100% rename from charts/photoprism/1.0.11/Chart.lock rename to charts/photoprism/1.0.12/Chart.lock diff --git a/charts/photoprism/1.0.11/Chart.yaml b/charts/photoprism/1.0.12/Chart.yaml similarity index 89% rename from charts/photoprism/1.0.11/Chart.yaml rename to charts/photoprism/1.0.12/Chart.yaml index fca8dbe8df..409f58e125 100644 --- a/charts/photoprism/1.0.11/Chart.yaml +++ b/charts/photoprism/1.0.12/Chart.yaml @@ -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 diff --git a/charts/photoprism/1.0.11/README.md b/charts/photoprism/1.0.12/README.md similarity index 100% rename from charts/photoprism/1.0.11/README.md rename to charts/photoprism/1.0.12/README.md diff --git a/charts/photoprism/1.0.11/app-readme.md b/charts/photoprism/1.0.12/app-readme.md similarity index 100% rename from charts/photoprism/1.0.11/app-readme.md rename to charts/photoprism/1.0.12/app-readme.md diff --git a/charts/photoprism/1.0.11/charts/common-2207.0.0.tgz b/charts/photoprism/1.0.12/charts/common-2207.0.0.tgz similarity index 100% rename from charts/photoprism/1.0.11/charts/common-2207.0.0.tgz rename to charts/photoprism/1.0.12/charts/common-2207.0.0.tgz diff --git a/test/photoprism/1.0.11/ix_values.yaml b/charts/photoprism/1.0.12/ix_values.yaml similarity index 75% rename from test/photoprism/1.0.11/ix_values.yaml rename to charts/photoprism/1.0.12/ix_values.yaml index 2d3df1729b..1db525e10e 100644 --- a/test/photoprism/1.0.11/ix_values.yaml +++ b/charts/photoprism/1.0.12/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: photoprism/photoprism - tag: 220901-bullseye + tag: 221118-jammy diff --git a/charts/photoprism/1.0.11/questions.yaml b/charts/photoprism/1.0.12/questions.yaml similarity index 100% rename from charts/photoprism/1.0.11/questions.yaml rename to charts/photoprism/1.0.12/questions.yaml diff --git a/charts/photoprism/1.0.11/templates/deployment.yaml b/charts/photoprism/1.0.12/templates/deployment.yaml similarity index 100% rename from charts/photoprism/1.0.11/templates/deployment.yaml rename to charts/photoprism/1.0.12/templates/deployment.yaml diff --git a/charts/photoprism/1.0.11/templates/pre-install-job.yaml b/charts/photoprism/1.0.12/templates/pre-install-job.yaml similarity index 100% rename from charts/photoprism/1.0.11/templates/pre-install-job.yaml rename to charts/photoprism/1.0.12/templates/pre-install-job.yaml diff --git a/charts/photoprism/1.0.11/templates/secret.yaml b/charts/photoprism/1.0.12/templates/secret.yaml similarity index 100% rename from charts/photoprism/1.0.11/templates/secret.yaml rename to charts/photoprism/1.0.12/templates/secret.yaml diff --git a/charts/photoprism/1.0.11/templates/service.yaml b/charts/photoprism/1.0.12/templates/service.yaml similarity index 100% rename from charts/photoprism/1.0.11/templates/service.yaml rename to charts/photoprism/1.0.12/templates/service.yaml diff --git a/charts/photoprism/1.0.11/templates/tests/deployment-check.yaml b/charts/photoprism/1.0.12/templates/tests/deployment-check.yaml similarity index 100% rename from charts/photoprism/1.0.11/templates/tests/deployment-check.yaml rename to charts/photoprism/1.0.12/templates/tests/deployment-check.yaml diff --git a/test/photoprism/1.0.11/test_values.yaml b/charts/photoprism/1.0.12/test_values.yaml similarity index 95% rename from test/photoprism/1.0.11/test_values.yaml rename to charts/photoprism/1.0.12/test_values.yaml index 24082201db..634839e56d 100644 --- a/test/photoprism/1.0.11/test_values.yaml +++ b/charts/photoprism/1.0.12/test_values.yaml @@ -16,7 +16,7 @@ extraAppVolumeMounts: [] image: pullPolicy: IfNotPresent repository: photoprism/photoprism - tag: 220901-bullseye + tag: 221118-jammy ownerGID: 568 ownerUID: 568 password: admin123 diff --git a/charts/photoprism/upgrade_strategy b/charts/photoprism/upgrade_strategy index 83fd41494c..146fdc4d3a 100755 --- a/charts/photoprism/upgrade_strategy +++ b/charts/photoprism/upgrade_strategy @@ -22,7 +22,7 @@ def newer_mapping(image_tags): return {} return { - 'tags': {key: f'{version}-bullseye'}, + 'tags': {key: f'{version}-jammy'}, 'app_version': version, } diff --git a/test/photoprism/1.0.11/Chart.lock b/test/photoprism/1.0.12/Chart.lock similarity index 100% rename from test/photoprism/1.0.11/Chart.lock rename to test/photoprism/1.0.12/Chart.lock diff --git a/test/photoprism/1.0.11/Chart.yaml b/test/photoprism/1.0.12/Chart.yaml similarity index 89% rename from test/photoprism/1.0.11/Chart.yaml rename to test/photoprism/1.0.12/Chart.yaml index fca8dbe8df..409f58e125 100644 --- a/test/photoprism/1.0.11/Chart.yaml +++ b/test/photoprism/1.0.12/Chart.yaml @@ -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 diff --git a/test/photoprism/1.0.11/README.md b/test/photoprism/1.0.12/README.md similarity index 100% rename from test/photoprism/1.0.11/README.md rename to test/photoprism/1.0.12/README.md diff --git a/test/photoprism/1.0.11/app-readme.md b/test/photoprism/1.0.12/app-readme.md similarity index 100% rename from test/photoprism/1.0.11/app-readme.md rename to test/photoprism/1.0.12/app-readme.md diff --git a/test/photoprism/1.0.11/charts/common-2207.0.0.tgz b/test/photoprism/1.0.12/charts/common-2207.0.0.tgz similarity index 100% rename from test/photoprism/1.0.11/charts/common-2207.0.0.tgz rename to test/photoprism/1.0.12/charts/common-2207.0.0.tgz diff --git a/charts/photoprism/1.0.11/ix_values.yaml b/test/photoprism/1.0.12/ix_values.yaml similarity index 75% rename from charts/photoprism/1.0.11/ix_values.yaml rename to test/photoprism/1.0.12/ix_values.yaml index 2d3df1729b..1db525e10e 100644 --- a/charts/photoprism/1.0.11/ix_values.yaml +++ b/test/photoprism/1.0.12/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: photoprism/photoprism - tag: 220901-bullseye + tag: 221118-jammy diff --git a/test/photoprism/1.0.11/questions.yaml b/test/photoprism/1.0.12/questions.yaml similarity index 100% rename from test/photoprism/1.0.11/questions.yaml rename to test/photoprism/1.0.12/questions.yaml diff --git a/test/photoprism/1.0.11/templates/deployment.yaml b/test/photoprism/1.0.12/templates/deployment.yaml similarity index 100% rename from test/photoprism/1.0.11/templates/deployment.yaml rename to test/photoprism/1.0.12/templates/deployment.yaml diff --git a/test/photoprism/1.0.11/templates/pre-install-job.yaml b/test/photoprism/1.0.12/templates/pre-install-job.yaml similarity index 100% rename from test/photoprism/1.0.11/templates/pre-install-job.yaml rename to test/photoprism/1.0.12/templates/pre-install-job.yaml diff --git a/test/photoprism/1.0.11/templates/secret.yaml b/test/photoprism/1.0.12/templates/secret.yaml similarity index 100% rename from test/photoprism/1.0.11/templates/secret.yaml rename to test/photoprism/1.0.12/templates/secret.yaml diff --git a/test/photoprism/1.0.11/templates/service.yaml b/test/photoprism/1.0.12/templates/service.yaml similarity index 100% rename from test/photoprism/1.0.11/templates/service.yaml rename to test/photoprism/1.0.12/templates/service.yaml diff --git a/test/photoprism/1.0.11/templates/tests/deployment-check.yaml b/test/photoprism/1.0.12/templates/tests/deployment-check.yaml similarity index 100% rename from test/photoprism/1.0.11/templates/tests/deployment-check.yaml rename to test/photoprism/1.0.12/templates/tests/deployment-check.yaml diff --git a/charts/photoprism/1.0.11/test_values.yaml b/test/photoprism/1.0.12/test_values.yaml similarity index 95% rename from charts/photoprism/1.0.11/test_values.yaml rename to test/photoprism/1.0.12/test_values.yaml index 24082201db..634839e56d 100644 --- a/charts/photoprism/1.0.11/test_values.yaml +++ b/test/photoprism/1.0.12/test_values.yaml @@ -16,7 +16,7 @@ extraAppVolumeMounts: [] image: pullPolicy: IfNotPresent repository: photoprism/photoprism - tag: 220901-bullseye + tag: 221118-jammy ownerGID: 568 ownerUID: 568 password: admin123 diff --git a/test/photoprism/upgrade_strategy b/test/photoprism/upgrade_strategy index b3de5f7ed2..146fdc4d3a 100755 --- a/test/photoprism/upgrade_strategy +++ b/test/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): @@ -22,7 +22,7 @@ def newer_mapping(image_tags): return {} return { - 'tags': {key: f'{version}-bullseye'}, + 'tags': {key: f'{version}-jammy'}, 'app_version': version, }