diff --git a/charts/photoprism/1.0.7/Chart.lock b/charts/photoprism/1.0.8/Chart.lock similarity index 100% rename from charts/photoprism/1.0.7/Chart.lock rename to charts/photoprism/1.0.8/Chart.lock diff --git a/charts/photoprism/1.0.7/Chart.yaml b/charts/photoprism/1.0.8/Chart.yaml similarity index 89% rename from charts/photoprism/1.0.7/Chart.yaml rename to charts/photoprism/1.0.8/Chart.yaml index 8fb76972e8..bfbb1c3b0d 100644 --- a/charts/photoprism/1.0.7/Chart.yaml +++ b/charts/photoprism/1.0.8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: '220901' +appVersion: '221102' 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.7 +version: 1.0.8 diff --git a/charts/photoprism/1.0.7/README.md b/charts/photoprism/1.0.8/README.md similarity index 100% rename from charts/photoprism/1.0.7/README.md rename to charts/photoprism/1.0.8/README.md diff --git a/charts/photoprism/1.0.7/app-readme.md b/charts/photoprism/1.0.8/app-readme.md similarity index 100% rename from charts/photoprism/1.0.7/app-readme.md rename to charts/photoprism/1.0.8/app-readme.md diff --git a/charts/photoprism/1.0.7/charts/common-2207.0.0.tgz b/charts/photoprism/1.0.8/charts/common-2207.0.0.tgz similarity index 100% rename from charts/photoprism/1.0.7/charts/common-2207.0.0.tgz rename to charts/photoprism/1.0.8/charts/common-2207.0.0.tgz diff --git a/test/photoprism/1.0.7/ix_values.yaml b/charts/photoprism/1.0.8/ix_values.yaml similarity index 75% rename from test/photoprism/1.0.7/ix_values.yaml rename to charts/photoprism/1.0.8/ix_values.yaml index 2d3df1729b..1b45e4a8b3 100644 --- a/test/photoprism/1.0.7/ix_values.yaml +++ b/charts/photoprism/1.0.8/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: photoprism/photoprism - tag: 220901-bullseye + tag: 221102-bullseye diff --git a/charts/photoprism/1.0.7/questions.yaml b/charts/photoprism/1.0.8/questions.yaml similarity index 100% rename from charts/photoprism/1.0.7/questions.yaml rename to charts/photoprism/1.0.8/questions.yaml diff --git a/charts/photoprism/1.0.7/templates/deployment.yaml b/charts/photoprism/1.0.8/templates/deployment.yaml similarity index 100% rename from charts/photoprism/1.0.7/templates/deployment.yaml rename to charts/photoprism/1.0.8/templates/deployment.yaml diff --git a/charts/photoprism/1.0.7/templates/pre-install-job.yaml b/charts/photoprism/1.0.8/templates/pre-install-job.yaml similarity index 100% rename from charts/photoprism/1.0.7/templates/pre-install-job.yaml rename to charts/photoprism/1.0.8/templates/pre-install-job.yaml diff --git a/charts/photoprism/1.0.7/templates/secret.yaml b/charts/photoprism/1.0.8/templates/secret.yaml similarity index 100% rename from charts/photoprism/1.0.7/templates/secret.yaml rename to charts/photoprism/1.0.8/templates/secret.yaml diff --git a/charts/photoprism/1.0.7/templates/service.yaml b/charts/photoprism/1.0.8/templates/service.yaml similarity index 100% rename from charts/photoprism/1.0.7/templates/service.yaml rename to charts/photoprism/1.0.8/templates/service.yaml diff --git a/charts/photoprism/1.0.7/templates/tests/deployment-check.yaml b/charts/photoprism/1.0.8/templates/tests/deployment-check.yaml similarity index 100% rename from charts/photoprism/1.0.7/templates/tests/deployment-check.yaml rename to charts/photoprism/1.0.8/templates/tests/deployment-check.yaml diff --git a/test/photoprism/1.0.7/test_values.yaml b/charts/photoprism/1.0.8/test_values.yaml similarity index 91% rename from test/photoprism/1.0.7/test_values.yaml rename to charts/photoprism/1.0.8/test_values.yaml index b44821e424..dfc6ab835e 100644 --- a/test/photoprism/1.0.7/test_values.yaml +++ b/charts/photoprism/1.0.8/test_values.yaml @@ -1,24 +1,24 @@ -image: - pullPolicy: IfNotPresent - repository: photoprism/photoprism - tag: "20220121" -password: "admin123" -environmentVariables: [] -extraAppVolumeMounts: [] -web_port: 32000 -dnsConfig: - options: [] -emptyDirVolumes: true appVolumeMounts: + import: + emptyDir: true + mountPath: /photoprism/import original: emptyDir: true mountPath: /photoprism/originals storage: emptyDir: true mountPath: /photoprism/storage - import: - emptyDir: true - mountPath: /photoprism/import -ownerUID: 568 +dnsConfig: + options: [] +emptyDirVolumes: true +environmentVariables: [] +extraAppVolumeMounts: [] +image: + pullPolicy: IfNotPresent + repository: photoprism/photoprism + tag: 221102-bullseye ownerGID: 568 +ownerUID: 568 +password: admin123 public: false +web_port: 32000 diff --git a/test/photoprism/1.0.7/Chart.lock b/test/photoprism/1.0.8/Chart.lock similarity index 100% rename from test/photoprism/1.0.7/Chart.lock rename to test/photoprism/1.0.8/Chart.lock diff --git a/test/photoprism/1.0.7/Chart.yaml b/test/photoprism/1.0.8/Chart.yaml similarity index 89% rename from test/photoprism/1.0.7/Chart.yaml rename to test/photoprism/1.0.8/Chart.yaml index 8fb76972e8..bfbb1c3b0d 100644 --- a/test/photoprism/1.0.7/Chart.yaml +++ b/test/photoprism/1.0.8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: '220901' +appVersion: '221102' 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.7 +version: 1.0.8 diff --git a/test/photoprism/1.0.7/README.md b/test/photoprism/1.0.8/README.md similarity index 100% rename from test/photoprism/1.0.7/README.md rename to test/photoprism/1.0.8/README.md diff --git a/test/photoprism/1.0.7/app-readme.md b/test/photoprism/1.0.8/app-readme.md similarity index 100% rename from test/photoprism/1.0.7/app-readme.md rename to test/photoprism/1.0.8/app-readme.md diff --git a/test/photoprism/1.0.7/charts/common-2207.0.0.tgz b/test/photoprism/1.0.8/charts/common-2207.0.0.tgz similarity index 100% rename from test/photoprism/1.0.7/charts/common-2207.0.0.tgz rename to test/photoprism/1.0.8/charts/common-2207.0.0.tgz diff --git a/charts/photoprism/1.0.7/ix_values.yaml b/test/photoprism/1.0.8/ix_values.yaml similarity index 75% rename from charts/photoprism/1.0.7/ix_values.yaml rename to test/photoprism/1.0.8/ix_values.yaml index 2d3df1729b..1b45e4a8b3 100644 --- a/charts/photoprism/1.0.7/ix_values.yaml +++ b/test/photoprism/1.0.8/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: photoprism/photoprism - tag: 220901-bullseye + tag: 221102-bullseye diff --git a/test/photoprism/1.0.7/questions.yaml b/test/photoprism/1.0.8/questions.yaml similarity index 100% rename from test/photoprism/1.0.7/questions.yaml rename to test/photoprism/1.0.8/questions.yaml diff --git a/test/photoprism/1.0.7/templates/deployment.yaml b/test/photoprism/1.0.8/templates/deployment.yaml similarity index 100% rename from test/photoprism/1.0.7/templates/deployment.yaml rename to test/photoprism/1.0.8/templates/deployment.yaml diff --git a/test/photoprism/1.0.7/templates/pre-install-job.yaml b/test/photoprism/1.0.8/templates/pre-install-job.yaml similarity index 100% rename from test/photoprism/1.0.7/templates/pre-install-job.yaml rename to test/photoprism/1.0.8/templates/pre-install-job.yaml diff --git a/test/photoprism/1.0.7/templates/secret.yaml b/test/photoprism/1.0.8/templates/secret.yaml similarity index 100% rename from test/photoprism/1.0.7/templates/secret.yaml rename to test/photoprism/1.0.8/templates/secret.yaml diff --git a/test/photoprism/1.0.7/templates/service.yaml b/test/photoprism/1.0.8/templates/service.yaml similarity index 100% rename from test/photoprism/1.0.7/templates/service.yaml rename to test/photoprism/1.0.8/templates/service.yaml diff --git a/test/photoprism/1.0.7/templates/tests/deployment-check.yaml b/test/photoprism/1.0.8/templates/tests/deployment-check.yaml similarity index 100% rename from test/photoprism/1.0.7/templates/tests/deployment-check.yaml rename to test/photoprism/1.0.8/templates/tests/deployment-check.yaml diff --git a/charts/photoprism/1.0.7/test_values.yaml b/test/photoprism/1.0.8/test_values.yaml similarity index 91% rename from charts/photoprism/1.0.7/test_values.yaml rename to test/photoprism/1.0.8/test_values.yaml index b44821e424..dfc6ab835e 100644 --- a/charts/photoprism/1.0.7/test_values.yaml +++ b/test/photoprism/1.0.8/test_values.yaml @@ -1,24 +1,24 @@ -image: - pullPolicy: IfNotPresent - repository: photoprism/photoprism - tag: "20220121" -password: "admin123" -environmentVariables: [] -extraAppVolumeMounts: [] -web_port: 32000 -dnsConfig: - options: [] -emptyDirVolumes: true appVolumeMounts: + import: + emptyDir: true + mountPath: /photoprism/import original: emptyDir: true mountPath: /photoprism/originals storage: emptyDir: true mountPath: /photoprism/storage - import: - emptyDir: true - mountPath: /photoprism/import -ownerUID: 568 +dnsConfig: + options: [] +emptyDirVolumes: true +environmentVariables: [] +extraAppVolumeMounts: [] +image: + pullPolicy: IfNotPresent + repository: photoprism/photoprism + tag: 221102-bullseye ownerGID: 568 +ownerUID: 568 +password: admin123 public: false +web_port: 32000