From 41d194e7299b61b278281c1cbc261cbe6762f3ae Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 3 Jan 2024 21:04:48 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../googlephotossync/4.1.5/app-changelog.md | 9 --------- .../{4.1.5 => 4.2.0}/CHANGELOG.md | 18 +++++++++--------- .../{4.1.5 => 4.2.0}/Chart.yaml | 4 ++-- .../{4.1.5 => 4.2.0}/README.md | 0 .../googlephotossync/4.2.0/app-changelog.md | 9 +++++++++ .../{4.1.5 => 4.2.0}/app-readme.md | 0 .../charts/common-17.2.21.tgz | Bin .../{4.1.5 => 4.2.0}/ix_values.yaml | 2 +- .../{4.1.5 => 4.2.0}/questions.yaml | 0 .../{4.1.5 => 4.2.0}/templates/common.yaml | 0 .../{4.1.5 => 4.2.0}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/googlephotossync/4.1.5/app-changelog.md rename stable/googlephotossync/{4.1.5 => 4.2.0}/CHANGELOG.md (90%) rename stable/googlephotossync/{4.1.5 => 4.2.0}/Chart.yaml (97%) rename stable/googlephotossync/{4.1.5 => 4.2.0}/README.md (100%) create mode 100644 stable/googlephotossync/4.2.0/app-changelog.md rename stable/googlephotossync/{4.1.5 => 4.2.0}/app-readme.md (100%) rename stable/googlephotossync/{4.1.5 => 4.2.0}/charts/common-17.2.21.tgz (100%) rename stable/googlephotossync/{4.1.5 => 4.2.0}/ix_values.yaml (88%) rename stable/googlephotossync/{4.1.5 => 4.2.0}/questions.yaml (100%) rename stable/googlephotossync/{4.1.5 => 4.2.0}/templates/common.yaml (100%) rename stable/googlephotossync/{4.1.5 => 4.2.0}/values.yaml (100%) diff --git a/stable/googlephotossync/4.1.5/app-changelog.md b/stable/googlephotossync/4.1.5/app-changelog.md deleted file mode 100644 index fcede88bab5..00000000000 --- a/stable/googlephotossync/4.1.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [googlephotossync-4.1.5](https://github.com/truecharts/charts/compare/googlephotossync-4.1.4...googlephotossync-4.1.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/googlephotossync/4.1.5/CHANGELOG.md b/stable/googlephotossync/4.2.0/CHANGELOG.md similarity index 90% rename from stable/googlephotossync/4.1.5/CHANGELOG.md rename to stable/googlephotossync/4.2.0/CHANGELOG.md index 27c7793706c..fbdb32d2770 100644 --- a/stable/googlephotossync/4.1.5/CHANGELOG.md +++ b/stable/googlephotossync/4.2.0/CHANGELOG.md @@ -7,6 +7,15 @@ title: Changelog +## [googlephotossync-4.2.0](https://github.com/truecharts/charts/compare/googlephotossync-4.1.5...googlephotossync-4.2.0) (2024-01-03) + +### Chore + + + +- update container image ghcr.io/gilesknap/gphotos-sync to v3.2.0[@c67e0cb](https://github.com/c67e0cb) by renovate ([#16676](https://github.com/truecharts/charts/issues/16676)) + + ## [googlephotossync-4.1.5](https://github.com/truecharts/charts/compare/googlephotossync-4.1.4...googlephotossync-4.1.5) (2024-01-02) ### Chore @@ -88,12 +97,3 @@ title: Changelog ## [googlephotossync-3.0.16](https://github.com/truecharts/charts/compare/googlephotossync-3.0.15...googlephotossync-3.0.16) (2023-12-24) ### Chore - -- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376)) - -## [googlephotossync-3.0.15](https://github.com/truecharts/charts/compare/googlephotossync-3.0.14...googlephotossync-3.0.15) (2023-12-23) - -### Chore - -- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373)) - diff --git a/stable/googlephotossync/4.1.5/Chart.yaml b/stable/googlephotossync/4.2.0/Chart.yaml similarity index 97% rename from stable/googlephotossync/4.1.5/Chart.yaml rename to stable/googlephotossync/4.2.0/Chart.yaml index 2c28ae679c4..14757d75769 100644 --- a/stable/googlephotossync/4.1.5/Chart.yaml +++ b/stable/googlephotossync/4.2.0/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: googlephotossync -version: 4.1.5 -appVersion: 3.1.3 +version: 4.2.0 +appVersion: 3.2.0 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 diff --git a/stable/googlephotossync/4.1.5/README.md b/stable/googlephotossync/4.2.0/README.md similarity index 100% rename from stable/googlephotossync/4.1.5/README.md rename to stable/googlephotossync/4.2.0/README.md diff --git a/stable/googlephotossync/4.2.0/app-changelog.md b/stable/googlephotossync/4.2.0/app-changelog.md new file mode 100644 index 00000000000..b8e4114fea6 --- /dev/null +++ b/stable/googlephotossync/4.2.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [googlephotossync-4.2.0](https://github.com/truecharts/charts/compare/googlephotossync-4.1.5...googlephotossync-4.2.0) (2024-01-03) + +### Chore + + + +- update container image ghcr.io/gilesknap/gphotos-sync to v3.2.0[@c67e0cb](https://github.com/c67e0cb) by renovate ([#16676](https://github.com/truecharts/charts/issues/16676)) \ No newline at end of file diff --git a/stable/googlephotossync/4.1.5/app-readme.md b/stable/googlephotossync/4.2.0/app-readme.md similarity index 100% rename from stable/googlephotossync/4.1.5/app-readme.md rename to stable/googlephotossync/4.2.0/app-readme.md diff --git a/stable/googlephotossync/4.1.5/charts/common-17.2.21.tgz b/stable/googlephotossync/4.2.0/charts/common-17.2.21.tgz similarity index 100% rename from stable/googlephotossync/4.1.5/charts/common-17.2.21.tgz rename to stable/googlephotossync/4.2.0/charts/common-17.2.21.tgz diff --git a/stable/googlephotossync/4.1.5/ix_values.yaml b/stable/googlephotossync/4.2.0/ix_values.yaml similarity index 88% rename from stable/googlephotossync/4.1.5/ix_values.yaml rename to stable/googlephotossync/4.2.0/ix_values.yaml index dc4ac322d23..8c6bd653eb3 100644 --- a/stable/googlephotossync/4.1.5/ix_values.yaml +++ b/stable/googlephotossync/4.2.0/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/gilesknap/gphotos-sync - tag: 3.1.3@sha256:1cf71281f1577f063eb614f20ac7081b3cb311b1a51939d20a58035646e47a1e + tag: 3.2.0@sha256:c67e0cb3e06d72263858a3d13af295a6c53ee98dc5c705d7e66346fa848c9ad4 persistence: config: enabled: true diff --git a/stable/googlephotossync/4.1.5/questions.yaml b/stable/googlephotossync/4.2.0/questions.yaml similarity index 100% rename from stable/googlephotossync/4.1.5/questions.yaml rename to stable/googlephotossync/4.2.0/questions.yaml diff --git a/stable/googlephotossync/4.1.5/templates/common.yaml b/stable/googlephotossync/4.2.0/templates/common.yaml similarity index 100% rename from stable/googlephotossync/4.1.5/templates/common.yaml rename to stable/googlephotossync/4.2.0/templates/common.yaml diff --git a/stable/googlephotossync/4.1.5/values.yaml b/stable/googlephotossync/4.2.0/values.yaml similarity index 100% rename from stable/googlephotossync/4.1.5/values.yaml rename to stable/googlephotossync/4.2.0/values.yaml