diff --git a/stable/photoprism/6.0.2/CHANGELOG.md b/stable/photoprism/6.0.3/CHANGELOG.md similarity index 91% rename from stable/photoprism/6.0.2/CHANGELOG.md rename to stable/photoprism/6.0.3/CHANGELOG.md index 38c4f54da2d..f17bf42e8fd 100644 --- a/stable/photoprism/6.0.2/CHANGELOG.md +++ b/stable/photoprism/6.0.3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoprism-6.0.3](https://github.com/truecharts/apps/compare/photoprism-6.0.2...photoprism-6.0.3) (2021-11-30) + +#### Chore + +* update container image docker.io/photoprism/photoprism to v20211130 ([#1439](https://github.com/truecharts/apps/issues/1439)) + + + ### [photoprism-6.0.2](https://github.com/truecharts/apps/compare/photoprism-6.0.1...photoprism-6.0.2) (2021-11-30) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1297](https://github.com/truecharts/apps/issues/1297)) - - - - -### [photoprism-5.0.6](https://github.com/truecharts/apps/compare/photoprism-5.0.5...photoprism-5.0.6) (2021-11-07) - -#### Chore - -* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) diff --git a/stable/photoprism/6.0.2/CONFIG.md b/stable/photoprism/6.0.3/CONFIG.md similarity index 100% rename from stable/photoprism/6.0.2/CONFIG.md rename to stable/photoprism/6.0.3/CONFIG.md diff --git a/stable/photoprism/6.0.2/Chart.lock b/stable/photoprism/6.0.3/Chart.lock similarity index 84% rename from stable/photoprism/6.0.2/Chart.lock rename to stable/photoprism/6.0.3/Chart.lock index 6c232041d93..30570a4a0f5 100644 --- a/stable/photoprism/6.0.2/Chart.lock +++ b/stable/photoprism/6.0.3/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 1.0.17 digest: sha256:55cfe00dd1f2f6679aac5ac087fa765c111ccac9db91a3a616b136c184d9c590 -generated: "2021-11-30T12:28:35.058380392Z" +generated: "2021-11-30T21:38:16.069825224Z" diff --git a/stable/photoprism/6.0.2/Chart.yaml b/stable/photoprism/6.0.3/Chart.yaml similarity index 95% rename from stable/photoprism/6.0.2/Chart.yaml rename to stable/photoprism/6.0.3/Chart.yaml index ae498867382..07f1d55031c 100644 --- a/stable/photoprism/6.0.2/Chart.yaml +++ b/stable/photoprism/6.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "20211128" +appVersion: "20211130" dependencies: - name: common repository: https://truecharts.org @@ -26,7 +26,7 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 6.0.2 +version: 6.0.3 annotations: truecharts.org/catagories: | - media diff --git a/stable/photoprism/6.0.2/README.md b/stable/photoprism/6.0.3/README.md similarity index 100% rename from stable/photoprism/6.0.2/README.md rename to stable/photoprism/6.0.3/README.md diff --git a/stable/photoprism/6.0.2/app-readme.md b/stable/photoprism/6.0.3/app-readme.md similarity index 100% rename from stable/photoprism/6.0.2/app-readme.md rename to stable/photoprism/6.0.3/app-readme.md diff --git a/stable/photoprism/6.0.2/charts/common-8.9.7.tgz b/stable/photoprism/6.0.3/charts/common-8.9.7.tgz similarity index 100% rename from stable/photoprism/6.0.2/charts/common-8.9.7.tgz rename to stable/photoprism/6.0.3/charts/common-8.9.7.tgz diff --git a/stable/photoprism/6.0.2/charts/mariadb-1.0.17.tgz b/stable/photoprism/6.0.3/charts/mariadb-1.0.17.tgz similarity index 100% rename from stable/photoprism/6.0.2/charts/mariadb-1.0.17.tgz rename to stable/photoprism/6.0.3/charts/mariadb-1.0.17.tgz diff --git a/stable/photoprism/6.0.2/helm-values.md b/stable/photoprism/6.0.3/helm-values.md similarity index 96% rename from stable/photoprism/6.0.2/helm-values.md rename to stable/photoprism/6.0.3/helm-values.md index 73316f0288e..5e595c7b28b 100644 --- a/stable/photoprism/6.0.2/helm-values.md +++ b/stable/photoprism/6.0.3/helm-values.md @@ -32,7 +32,7 @@ You will, however, be able to use all values referenced in the common chart here | envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.name | string | `"mariadbcreds"` | | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"docker.io/photoprism/photoprism"` | image repository | -| image.tag | string | `"20211128@sha256:6f1fff0abad93f7d9a8a0c8a6b65af9ad5c3c12d1a22e4867fb93c331336f156"` | image tag | +| image.tag | string | `"20211130@sha256:cd3e38e0710279372c17d19fbe6e05010689f7b385a13c9fca325196dff2afb1"` | image tag | | mariadb.enabled | bool | `true` | | | mariadb.existingSecret | string | `"mariadbcreds"` | | | mariadb.mariadbDatabase | string | `"photoprism"` | | diff --git a/stable/photoprism/6.0.2/ix_values.yaml b/stable/photoprism/6.0.3/ix_values.yaml similarity index 96% rename from stable/photoprism/6.0.2/ix_values.yaml rename to stable/photoprism/6.0.3/ix_values.yaml index 612065287ef..9b3b6012ced 100644 --- a/stable/photoprism/6.0.2/ix_values.yaml +++ b/stable/photoprism/6.0.3/ix_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: docker.io/photoprism/photoprism # -- image tag - tag: 20211128@sha256:6f1fff0abad93f7d9a8a0c8a6b65af9ad5c3c12d1a22e4867fb93c331336f156 + tag: 20211130@sha256:cd3e38e0710279372c17d19fbe6e05010689f7b385a13c9fca325196dff2afb1 # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/photoprism/6.0.2/questions.yaml b/stable/photoprism/6.0.3/questions.yaml similarity index 100% rename from stable/photoprism/6.0.2/questions.yaml rename to stable/photoprism/6.0.3/questions.yaml diff --git a/stable/photoprism/6.0.2/templates/common.yaml b/stable/photoprism/6.0.3/templates/common.yaml similarity index 100% rename from stable/photoprism/6.0.2/templates/common.yaml rename to stable/photoprism/6.0.3/templates/common.yaml diff --git a/stable/photoprism/6.0.2/values.yaml b/stable/photoprism/6.0.3/values.yaml similarity index 100% rename from stable/photoprism/6.0.2/values.yaml rename to stable/photoprism/6.0.3/values.yaml