diff --git a/stable/photoprism/4.0.5/CHANGELOG.md b/stable/photoprism/4.0.5/CHANGELOG.md deleted file mode 100644 index 3e00ef5b127..00000000000 --- a/stable/photoprism/4.0.5/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [photoprism-4.0.5](https://github.com/truecharts/apps/compare/photoprism-4.0.4...photoprism-4.0.5) (2021-10-19) - -#### Fix - -* fix previous SCALE bugfix not correctly being applied - diff --git a/stable/photoprism/4.0.6/CHANGELOG.md b/stable/photoprism/4.0.6/CHANGELOG.md new file mode 100644 index 00000000000..63ec1c8f4b3 --- /dev/null +++ b/stable/photoprism/4.0.6/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [photoprism-4.0.6](https://github.com/truecharts/apps/compare/photoprism-4.0.5...photoprism-4.0.6) (2021-10-19) + +#### Chore + +* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173)) +* update container image docker.io/photoprism/photoprism to v20211018 ([#1175](https://github.com/truecharts/apps/issues/1175)) + + + + +### [photoprism-4.0.5](https://github.com/truecharts/apps/compare/photoprism-4.0.4...photoprism-4.0.5) (2021-10-19) + +#### Fix + +* fix previous SCALE bugfix not correctly being applied + + + + +### [photoprism-4.0.4](https://github.com/truecharts/apps/compare/photoprism-4.0.3...photoprism-4.0.4) (2021-10-19) + +#### Fix + +* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176)) + + + + +### [photoprism-4.0.3](https://github.com/truecharts/apps/compare/photoprism-4.0.2...photoprism-4.0.3) (2021-10-18) + +#### Chore + +* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172)) + +#### Refactor + +* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168)) + + + + +### [photoprism-4.0.2](https://github.com/truecharts/apps/compare/photoprism-4.0.1...photoprism-4.0.2) (2021-10-17) + +#### Chore + +* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160)) + +#### Fix + +* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156)) + + + + +### [photoprism-4.0.1](https://github.com/truecharts/apps/compare/photoprism-4.0.0...photoprism-4.0.1) (2021-10-13) + +#### Chore + +* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133)) + + + + +### [photoprism-4.0.0](https://github.com/truecharts/apps/compare/photoprism-3.0.9...photoprism-4.0.0) (2021-10-12) + + + + +### [photoprism-3.0.9](https://github.com/truecharts/apps/compare/photoprism-3.0.8...photoprism-3.0.9) (2021-10-12) + +#### Chore + +* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126)) + + + + +### [photoprism-3.0.8](https://github.com/truecharts/apps/compare/photoprism-3.0.7...photoprism-3.0.8) (2021-10-12) + +#### Chore + +* update non-major deps helm releases ([#1123](https://github.com/truecharts/apps/issues/1123)) + + + + +### [photoprism-3.0.7](https://github.com/truecharts/apps/compare/photoprism-3.0.6...photoprism-3.0.7) (2021-10-12) + +#### Chore + +* update major docker tags (major) ([#1124](https://github.com/truecharts/apps/issues/1124)) + + + + diff --git a/stable/photoprism/4.0.5/CONFIG.md b/stable/photoprism/4.0.6/CONFIG.md similarity index 100% rename from stable/photoprism/4.0.5/CONFIG.md rename to stable/photoprism/4.0.6/CONFIG.md diff --git a/stable/photoprism/4.0.5/Chart.lock b/stable/photoprism/4.0.6/Chart.lock similarity index 79% rename from stable/photoprism/4.0.5/Chart.lock rename to stable/photoprism/4.0.6/Chart.lock index 8bd59426cf6..455fe88955c 100644 --- a/stable/photoprism/4.0.5/Chart.lock +++ b/stable/photoprism/4.0.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.3.12 digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c -generated: "2021-10-19T11:34:12.54172632Z" +generated: "2021-10-19T15:48:00.0479613Z" diff --git a/stable/photoprism/4.0.5/Chart.yaml b/stable/photoprism/4.0.6/Chart.yaml similarity index 94% rename from stable/photoprism/4.0.5/Chart.yaml rename to stable/photoprism/4.0.6/Chart.yaml index 9eb160e8b54..8410a9b9613 100644 --- a/stable/photoprism/4.0.5/Chart.yaml +++ b/stable/photoprism/4.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "20211010" +appVersion: "20211018" dependencies: - name: common repository: https://truecharts.org @@ -22,4 +22,4 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 4.0.5 +version: 4.0.6 diff --git a/stable/photoprism/4.0.5/README.md b/stable/photoprism/4.0.6/README.md similarity index 100% rename from stable/photoprism/4.0.5/README.md rename to stable/photoprism/4.0.6/README.md diff --git a/stable/photoprism/4.0.5/app-readme.md b/stable/photoprism/4.0.6/app-readme.md similarity index 100% rename from stable/photoprism/4.0.5/app-readme.md rename to stable/photoprism/4.0.6/app-readme.md diff --git a/stable/photoprism/4.0.5/charts/common-8.3.12.tgz b/stable/photoprism/4.0.6/charts/common-8.3.12.tgz similarity index 100% rename from stable/photoprism/4.0.5/charts/common-8.3.12.tgz rename to stable/photoprism/4.0.6/charts/common-8.3.12.tgz diff --git a/stable/photoprism/4.0.5/helm-values.md b/stable/photoprism/4.0.6/helm-values.md similarity index 95% rename from stable/photoprism/4.0.5/helm-values.md rename to stable/photoprism/4.0.6/helm-values.md index be7cc07539c..818b66c7d2e 100644 --- a/stable/photoprism/4.0.5/helm-values.md +++ b/stable/photoprism/4.0.6/helm-values.md @@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here | env.UMASK | string | `nil` | Sets UMASK. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"docker.io/photoprism/photoprism"` | image repository | -| image.tag | string | `"20211010@sha256:f4687352985a7859fdec43851ffbe559a09c50eea1660f320d7e59a1968269a7"` | image tag | +| image.tag | string | `"20211018@sha256:f61fb623187faa33d1e3f4d86e384cdf401442d4ba6bec96897f42fa4fbb84b4"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | securityContext.readOnlyRootFilesystem | bool | `false` | | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/stable/photoprism/4.0.5/ix_values.yaml b/stable/photoprism/4.0.6/ix_values.yaml similarity index 95% rename from stable/photoprism/4.0.5/ix_values.yaml rename to stable/photoprism/4.0.6/ix_values.yaml index 39b4939917d..b3abbdc034a 100644 --- a/stable/photoprism/4.0.5/ix_values.yaml +++ b/stable/photoprism/4.0.6/ix_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: docker.io/photoprism/photoprism # -- image tag - tag: 20211010@sha256:f4687352985a7859fdec43851ffbe559a09c50eea1660f320d7e59a1968269a7 + tag: 20211018@sha256:f61fb623187faa33d1e3f4d86e384cdf401442d4ba6bec96897f42fa4fbb84b4 # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/photoprism/4.0.5/questions.yaml b/stable/photoprism/4.0.6/questions.yaml similarity index 100% rename from stable/photoprism/4.0.5/questions.yaml rename to stable/photoprism/4.0.6/questions.yaml diff --git a/stable/photoprism/4.0.5/templates/common.yaml b/stable/photoprism/4.0.6/templates/common.yaml similarity index 100% rename from stable/photoprism/4.0.5/templates/common.yaml rename to stable/photoprism/4.0.6/templates/common.yaml diff --git a/stable/photoprism/4.0.5/values.yaml b/stable/photoprism/4.0.6/values.yaml similarity index 100% rename from stable/photoprism/4.0.5/values.yaml rename to stable/photoprism/4.0.6/values.yaml