diff --git a/stable/photoprism/3.0.1/CHANGELOG.md b/stable/photoprism/3.0.1/CHANGELOG.md deleted file mode 100644 index 21a4a0054dd..00000000000 --- a/stable/photoprism/3.0.1/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ - - -### [photoprism-3.0.1](https://github.com/truecharts/apps/compare/photoprism-3.0.0...photoprism-3.0.1) (2021-09-26) - diff --git a/stable/photoprism/3.0.2/CHANGELOG.md b/stable/photoprism/3.0.2/CHANGELOG.md new file mode 100644 index 00000000000..4d09db57e62 --- /dev/null +++ b/stable/photoprism/3.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [photoprism-3.0.2](https://github.com/truecharts/apps/compare/photoprism-3.0.1...photoprism-3.0.2) (2021-09-27) + +#### Chore + +* update container image docker.io/photoprism/photoprism to v20210925 ([#1045](https://github.com/truecharts/apps/issues/1045)) + diff --git a/stable/photoprism/3.0.1/CONFIG.md b/stable/photoprism/3.0.2/CONFIG.md similarity index 100% rename from stable/photoprism/3.0.1/CONFIG.md rename to stable/photoprism/3.0.2/CONFIG.md diff --git a/stable/photoprism/3.0.1/Chart.lock b/stable/photoprism/3.0.2/Chart.lock similarity index 78% rename from stable/photoprism/3.0.1/Chart.lock rename to stable/photoprism/3.0.2/Chart.lock index 5ea9155a529..7c578e52f9e 100644 --- a/stable/photoprism/3.0.1/Chart.lock +++ b/stable/photoprism/3.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.0.8 digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e -generated: "2021-09-26T23:08:28.628295781Z" +generated: "2021-09-27T19:56:44.40470559Z" diff --git a/stable/photoprism/3.0.1/Chart.yaml b/stable/photoprism/3.0.2/Chart.yaml similarity index 94% rename from stable/photoprism/3.0.1/Chart.yaml rename to stable/photoprism/3.0.2/Chart.yaml index fd48b1c1c7b..0fc54838fec 100644 --- a/stable/photoprism/3.0.1/Chart.yaml +++ b/stable/photoprism/3.0.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "20210523" +appVersion: "20210925" 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: 3.0.1 +version: 3.0.2 diff --git a/stable/photoprism/3.0.1/README.md b/stable/photoprism/3.0.2/README.md similarity index 100% rename from stable/photoprism/3.0.1/README.md rename to stable/photoprism/3.0.2/README.md diff --git a/stable/photoprism/3.0.1/app-readme.md b/stable/photoprism/3.0.2/app-readme.md similarity index 100% rename from stable/photoprism/3.0.1/app-readme.md rename to stable/photoprism/3.0.2/app-readme.md diff --git a/stable/photoprism/3.0.1/charts/common-8.0.8.tgz b/stable/photoprism/3.0.2/charts/common-8.0.8.tgz similarity index 100% rename from stable/photoprism/3.0.1/charts/common-8.0.8.tgz rename to stable/photoprism/3.0.2/charts/common-8.0.8.tgz diff --git a/stable/photoprism/3.0.1/helm-values.md b/stable/photoprism/3.0.2/helm-values.md similarity index 93% rename from stable/photoprism/3.0.1/helm-values.md rename to stable/photoprism/3.0.2/helm-values.md index 2e34809afd4..68641f5dfca 100644 --- a/stable/photoprism/3.0.1/helm-values.md +++ b/stable/photoprism/3.0.2/helm-values.md @@ -22,7 +22,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 | `"20210523@sha256:40e99d97615164f1a10c2a674301ced878030a7a79df1b8b40d70f096c4112a9"` | image tag | +| image.tag | string | `"20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/stable/photoprism/3.0.1/ix_values.yaml b/stable/photoprism/3.0.2/ix_values.yaml similarity index 84% rename from stable/photoprism/3.0.1/ix_values.yaml rename to stable/photoprism/3.0.2/ix_values.yaml index 1b773838b76..4306d8c2909 100644 --- a/stable/photoprism/3.0.1/ix_values.yaml +++ b/stable/photoprism/3.0.2/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: docker.io/photoprism/photoprism pullPolicy: IfNotPresent - tag: 20210523@sha256:40e99d97615164f1a10c2a674301ced878030a7a79df1b8b40d70f096c4112a9 + tag: 20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e ## # Most other defaults are set in questions.yaml diff --git a/stable/photoprism/3.0.1/questions.yaml b/stable/photoprism/3.0.2/questions.yaml similarity index 100% rename from stable/photoprism/3.0.1/questions.yaml rename to stable/photoprism/3.0.2/questions.yaml diff --git a/stable/photoprism/3.0.1/templates/common.yaml b/stable/photoprism/3.0.2/templates/common.yaml similarity index 100% rename from stable/photoprism/3.0.1/templates/common.yaml rename to stable/photoprism/3.0.2/templates/common.yaml diff --git a/stable/photoprism/3.0.1/test_values.yaml b/stable/photoprism/3.0.2/test_values.yaml similarity index 94% rename from stable/photoprism/3.0.1/test_values.yaml rename to stable/photoprism/3.0.2/test_values.yaml index 1f75725019e..51c9eae2ab5 100644 --- a/stable/photoprism/3.0.1/test_values.yaml +++ b/stable/photoprism/3.0.2/test_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: docker.io/photoprism/photoprism # -- image tag - tag: 20210523@sha256:40e99d97615164f1a10c2a674301ced878030a7a79df1b8b40d70f096c4112a9 + tag: 20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/photoprism/3.0.1/values.yaml b/stable/photoprism/3.0.2/values.yaml similarity index 100% rename from stable/photoprism/3.0.1/values.yaml rename to stable/photoprism/3.0.2/values.yaml