From 7954d3fed7b9ff1493a418c9d9a0d4e479b0246e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 19 Jul 2023 07:39:39 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/piwigo/6.1.1/CHANGELOG.md | 8 -------- stable/piwigo/6.1.1/app-changelog.md | 4 ---- stable/piwigo/6.1.2/CHANGELOG.md | 17 +++++++++++++++++ stable/piwigo/{6.1.1 => 6.1.2}/Chart.yaml | 8 ++++---- stable/piwigo/{6.1.1 => 6.1.2}/README.md | 2 +- stable/piwigo/6.1.2/app-changelog.md | 9 +++++++++ stable/piwigo/{6.1.1 => 6.1.2}/app-readme.md | 0 .../{6.1.1 => 6.1.2}/charts/common-12.14.6.tgz | Bin .../{6.1.1 => 6.1.2}/charts/mariadb-7.0.62.tgz | Bin stable/piwigo/{6.1.1 => 6.1.2}/ix_values.yaml | 2 +- stable/piwigo/{6.1.1 => 6.1.2}/questions.yaml | 0 .../{6.1.1 => 6.1.2}/templates/NOTES.txt | 0 .../{6.1.1 => 6.1.2}/templates/common.yaml | 0 stable/piwigo/{6.1.1 => 6.1.2}/values.yaml | 0 14 files changed, 32 insertions(+), 18 deletions(-) delete mode 100644 stable/piwigo/6.1.1/CHANGELOG.md delete mode 100644 stable/piwigo/6.1.1/app-changelog.md create mode 100644 stable/piwigo/6.1.2/CHANGELOG.md rename stable/piwigo/{6.1.1 => 6.1.2}/Chart.yaml (82%) rename stable/piwigo/{6.1.1 => 6.1.2}/README.md (93%) create mode 100644 stable/piwigo/6.1.2/app-changelog.md rename stable/piwigo/{6.1.1 => 6.1.2}/app-readme.md (100%) rename stable/piwigo/{6.1.1 => 6.1.2}/charts/common-12.14.6.tgz (100%) rename stable/piwigo/{6.1.1 => 6.1.2}/charts/mariadb-7.0.62.tgz (100%) rename stable/piwigo/{6.1.1 => 6.1.2}/ix_values.yaml (95%) rename stable/piwigo/{6.1.1 => 6.1.2}/questions.yaml (100%) rename stable/piwigo/{6.1.1 => 6.1.2}/templates/NOTES.txt (100%) rename stable/piwigo/{6.1.1 => 6.1.2}/templates/common.yaml (100%) rename stable/piwigo/{6.1.1 => 6.1.2}/values.yaml (100%) diff --git a/stable/piwigo/6.1.1/CHANGELOG.md b/stable/piwigo/6.1.1/CHANGELOG.md deleted file mode 100644 index f6665ada34..0000000000 --- a/stable/piwigo/6.1.1/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -**Important:** -*for the complete changelog, please refer to the website* - - - - -## [piwigo-6.1.1](https://github.com/truecharts/charts/compare/piwigo-6.1.0...piwigo-6.1.1) (2023-07-16) - diff --git a/stable/piwigo/6.1.1/app-changelog.md b/stable/piwigo/6.1.1/app-changelog.md deleted file mode 100644 index 533a44c1b8..0000000000 --- a/stable/piwigo/6.1.1/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [piwigo-6.1.1](https://github.com/truecharts/charts/compare/piwigo-6.1.0...piwigo-6.1.1) (2023-07-16) - diff --git a/stable/piwigo/6.1.2/CHANGELOG.md b/stable/piwigo/6.1.2/CHANGELOG.md new file mode 100644 index 0000000000..f0854cc421 --- /dev/null +++ b/stable/piwigo/6.1.2/CHANGELOG.md @@ -0,0 +1,17 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [piwigo-6.1.2](https://github.com/truecharts/charts/compare/piwigo-6.1.1...piwigo-6.1.2) (2023-07-19) + +### Chore + +- update container image tccr.io/truecharts/piwigo to v13.8.0 ([#10607](https://github.com/truecharts/charts/issues/10607)) + + + + +## [piwigo-6.1.1](https://github.com/truecharts/charts/compare/piwigo-6.1.0...piwigo-6.1.1) (2023-07-16) + diff --git a/stable/piwigo/6.1.1/Chart.yaml b/stable/piwigo/6.1.2/Chart.yaml similarity index 82% rename from stable/piwigo/6.1.1/Chart.yaml rename to stable/piwigo/6.1.2/Chart.yaml index 0094570778..0044307732 100644 --- a/stable/piwigo/6.1.1/Chart.yaml +++ b/stable/piwigo/6.1.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "13.7.0" +appVersion: "13.8.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -9,7 +9,7 @@ dependencies: repository: https://deps.truecharts.org/ version: 7.0.62 description: A photo gallery software for the web. -home: https://truecharts.org/charts/incubator/piwigo +home: https://truecharts.org/charts/stable/piwigo icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png keywords: - piwigo @@ -23,11 +23,11 @@ maintainers: url: https://truecharts.org name: piwigo sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/piwigo + - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo - http://piwigo.org/ - https://github.com/linuxserver/docker-piwigo type: application -version: 6.1.1 +version: 6.1.2 annotations: truecharts.org/catagories: | - media diff --git a/stable/piwigo/6.1.1/README.md b/stable/piwigo/6.1.2/README.md similarity index 93% rename from stable/piwigo/6.1.1/README.md rename to stable/piwigo/6.1.2/README.md index 83229a6026..e0a9b8fa8d 100644 --- a/stable/piwigo/6.1.1/README.md +++ b/stable/piwigo/6.1.2/README.md @@ -5,7 +5,7 @@ TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/stable/piwigo/6.1.2/app-changelog.md b/stable/piwigo/6.1.2/app-changelog.md new file mode 100644 index 0000000000..77458eaf02 --- /dev/null +++ b/stable/piwigo/6.1.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [piwigo-6.1.2](https://github.com/truecharts/charts/compare/piwigo-6.1.1...piwigo-6.1.2) (2023-07-19) + +### Chore + +- update container image tccr.io/truecharts/piwigo to v13.8.0 ([#10607](https://github.com/truecharts/charts/issues/10607)) + + \ No newline at end of file diff --git a/stable/piwigo/6.1.1/app-readme.md b/stable/piwigo/6.1.2/app-readme.md similarity index 100% rename from stable/piwigo/6.1.1/app-readme.md rename to stable/piwigo/6.1.2/app-readme.md diff --git a/stable/piwigo/6.1.1/charts/common-12.14.6.tgz b/stable/piwigo/6.1.2/charts/common-12.14.6.tgz similarity index 100% rename from stable/piwigo/6.1.1/charts/common-12.14.6.tgz rename to stable/piwigo/6.1.2/charts/common-12.14.6.tgz diff --git a/stable/piwigo/6.1.1/charts/mariadb-7.0.62.tgz b/stable/piwigo/6.1.2/charts/mariadb-7.0.62.tgz similarity index 100% rename from stable/piwigo/6.1.1/charts/mariadb-7.0.62.tgz rename to stable/piwigo/6.1.2/charts/mariadb-7.0.62.tgz diff --git a/stable/piwigo/6.1.1/ix_values.yaml b/stable/piwigo/6.1.2/ix_values.yaml similarity index 95% rename from stable/piwigo/6.1.1/ix_values.yaml rename to stable/piwigo/6.1.2/ix_values.yaml index f1f9f2206a..7644f7ca82 100644 --- a/stable/piwigo/6.1.1/ix_values.yaml +++ b/stable/piwigo/6.1.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/piwigo pullPolicy: IfNotPresent - tag: v13.7.0@sha256:9f8bd8ae06a7dfcdb209af444f49119680ce74e58a53df4ac5ed56d9878292f4 + tag: v13.8.0@sha256:854903a09138a32632e8aad6714d2456d6f46d2c56f6ebba228563414e360096 securityContext: container: diff --git a/stable/piwigo/6.1.1/questions.yaml b/stable/piwigo/6.1.2/questions.yaml similarity index 100% rename from stable/piwigo/6.1.1/questions.yaml rename to stable/piwigo/6.1.2/questions.yaml diff --git a/stable/piwigo/6.1.1/templates/NOTES.txt b/stable/piwigo/6.1.2/templates/NOTES.txt similarity index 100% rename from stable/piwigo/6.1.1/templates/NOTES.txt rename to stable/piwigo/6.1.2/templates/NOTES.txt diff --git a/stable/piwigo/6.1.1/templates/common.yaml b/stable/piwigo/6.1.2/templates/common.yaml similarity index 100% rename from stable/piwigo/6.1.1/templates/common.yaml rename to stable/piwigo/6.1.2/templates/common.yaml diff --git a/stable/piwigo/6.1.1/values.yaml b/stable/piwigo/6.1.2/values.yaml similarity index 100% rename from stable/piwigo/6.1.1/values.yaml rename to stable/piwigo/6.1.2/values.yaml