From 39f91fee9cbad1a7ef530a2a4ebfff390e295e17 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 10 Jan 2024 00:35:54 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../googlephotossync/4.2.1/app-changelog.md | 9 --------- .../{4.2.1 => 4.2.2}/CHANGELOG.md | 18 +++++++++--------- .../{4.2.1 => 4.2.2}/Chart.yaml | 6 +++--- .../{4.2.1 => 4.2.2}/README.md | 0 .../googlephotossync/4.2.2/app-changelog.md | 9 +++++++++ .../{4.2.1 => 4.2.2}/app-readme.md | 0 .../charts/common-17.2.22.tgz | Bin .../{4.2.1 => 4.2.2}/ix_values.yaml | 2 +- .../{4.2.1 => 4.2.2}/questions.yaml | 0 .../{4.2.1 => 4.2.2}/templates/common.yaml | 0 .../{4.2.1 => 4.2.2}/values.yaml | 0 11 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/googlephotossync/4.2.1/app-changelog.md rename stable/googlephotossync/{4.2.1 => 4.2.2}/CHANGELOG.md (89%) rename stable/googlephotossync/{4.2.1 => 4.2.2}/Chart.yaml (97%) rename stable/googlephotossync/{4.2.1 => 4.2.2}/README.md (100%) create mode 100644 stable/googlephotossync/4.2.2/app-changelog.md rename stable/googlephotossync/{4.2.1 => 4.2.2}/app-readme.md (100%) rename stable/googlephotossync/{4.2.1 => 4.2.2}/charts/common-17.2.22.tgz (100%) rename stable/googlephotossync/{4.2.1 => 4.2.2}/ix_values.yaml (88%) rename stable/googlephotossync/{4.2.1 => 4.2.2}/questions.yaml (100%) rename stable/googlephotossync/{4.2.1 => 4.2.2}/templates/common.yaml (100%) rename stable/googlephotossync/{4.2.1 => 4.2.2}/values.yaml (100%) diff --git a/stable/googlephotossync/4.2.1/app-changelog.md b/stable/googlephotossync/4.2.1/app-changelog.md deleted file mode 100644 index ddd100cc9f..0000000000 --- a/stable/googlephotossync/4.2.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [googlephotossync-4.2.1](https://github.com/truecharts/charts/compare/googlephotossync-4.2.0...googlephotossync-4.2.1) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) \ No newline at end of file diff --git a/stable/googlephotossync/4.2.1/CHANGELOG.md b/stable/googlephotossync/4.2.2/CHANGELOG.md similarity index 89% rename from stable/googlephotossync/4.2.1/CHANGELOG.md rename to stable/googlephotossync/4.2.2/CHANGELOG.md index 64874fa498..88898a58bb 100644 --- a/stable/googlephotossync/4.2.1/CHANGELOG.md +++ b/stable/googlephotossync/4.2.2/CHANGELOG.md @@ -7,6 +7,15 @@ title: Changelog +## [googlephotossync-4.2.2](https://github.com/truecharts/charts/compare/googlephotossync-4.2.1...googlephotossync-4.2.2) (2024-01-10) + +### Chore + + + +- update container image ghcr.io/gilesknap/gphotos-sync to v3.2.1[@a0a0a83](https://github.com/a0a0a83) by renovate ([#16991](https://github.com/truecharts/charts/issues/16991)) + + ## [googlephotossync-4.2.1](https://github.com/truecharts/charts/compare/googlephotossync-4.2.0...googlephotossync-4.2.1) (2024-01-09) ### Chore @@ -88,12 +97,3 @@ title: Changelog ## [googlephotossync-4.0.1](https://github.com/truecharts/charts/compare/googlephotossync-4.0.0...googlephotossync-4.0.1) (2023-12-26) ### Chore - -- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545)) - -## [googlephotossync-4.0.0](https://github.com/truecharts/charts/compare/googlephotossync-3.0.17...googlephotossync-4.0.0) (2023-12-25) - -### Chore - -- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532)) - diff --git a/stable/googlephotossync/4.2.1/Chart.yaml b/stable/googlephotossync/4.2.2/Chart.yaml similarity index 97% rename from stable/googlephotossync/4.2.1/Chart.yaml rename to stable/googlephotossync/4.2.2/Chart.yaml index dd782f092b..1be76d92e7 100644 --- a/stable/googlephotossync/4.2.1/Chart.yaml +++ b/stable/googlephotossync/4.2.2/Chart.yaml @@ -1,15 +1,15 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: googlephotossync -version: 4.2.1 -appVersion: 3.2.0 +version: 4.2.2 +appVersion: 3.2.1 description: Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages). home: https://truecharts.org/charts/incubator/googlephotossync icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png deprecated: false sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/googlephotossync - https://ghcr.io/gilesknap/gphotos-sync + - https://github.com/truecharts/charts/tree/master/charts/incubator/googlephotossync maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/googlephotossync/4.2.1/README.md b/stable/googlephotossync/4.2.2/README.md similarity index 100% rename from stable/googlephotossync/4.2.1/README.md rename to stable/googlephotossync/4.2.2/README.md diff --git a/stable/googlephotossync/4.2.2/app-changelog.md b/stable/googlephotossync/4.2.2/app-changelog.md new file mode 100644 index 0000000000..7f3f6cf4a8 --- /dev/null +++ b/stable/googlephotossync/4.2.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [googlephotossync-4.2.2](https://github.com/truecharts/charts/compare/googlephotossync-4.2.1...googlephotossync-4.2.2) (2024-01-10) + +### Chore + + + +- update container image ghcr.io/gilesknap/gphotos-sync to v3.2.1[@a0a0a83](https://github.com/a0a0a83) by renovate ([#16991](https://github.com/truecharts/charts/issues/16991)) \ No newline at end of file diff --git a/stable/googlephotossync/4.2.1/app-readme.md b/stable/googlephotossync/4.2.2/app-readme.md similarity index 100% rename from stable/googlephotossync/4.2.1/app-readme.md rename to stable/googlephotossync/4.2.2/app-readme.md diff --git a/stable/googlephotossync/4.2.1/charts/common-17.2.22.tgz b/stable/googlephotossync/4.2.2/charts/common-17.2.22.tgz similarity index 100% rename from stable/googlephotossync/4.2.1/charts/common-17.2.22.tgz rename to stable/googlephotossync/4.2.2/charts/common-17.2.22.tgz diff --git a/stable/googlephotossync/4.2.1/ix_values.yaml b/stable/googlephotossync/4.2.2/ix_values.yaml similarity index 88% rename from stable/googlephotossync/4.2.1/ix_values.yaml rename to stable/googlephotossync/4.2.2/ix_values.yaml index 8c6bd653eb..02b8b65d57 100644 --- a/stable/googlephotossync/4.2.1/ix_values.yaml +++ b/stable/googlephotossync/4.2.2/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/gilesknap/gphotos-sync - tag: 3.2.0@sha256:c67e0cb3e06d72263858a3d13af295a6c53ee98dc5c705d7e66346fa848c9ad4 + tag: 3.2.1@sha256:a0a0a8357caa94ddb182242de878ad4a2920d38f29525d26d17776e60c4f17fc persistence: config: enabled: true diff --git a/stable/googlephotossync/4.2.1/questions.yaml b/stable/googlephotossync/4.2.2/questions.yaml similarity index 100% rename from stable/googlephotossync/4.2.1/questions.yaml rename to stable/googlephotossync/4.2.2/questions.yaml diff --git a/stable/googlephotossync/4.2.1/templates/common.yaml b/stable/googlephotossync/4.2.2/templates/common.yaml similarity index 100% rename from stable/googlephotossync/4.2.1/templates/common.yaml rename to stable/googlephotossync/4.2.2/templates/common.yaml diff --git a/stable/googlephotossync/4.2.1/values.yaml b/stable/googlephotossync/4.2.2/values.yaml similarity index 100% rename from stable/googlephotossync/4.2.1/values.yaml rename to stable/googlephotossync/4.2.2/values.yaml