From bd098b55d96c88d6d6c6786f17cd878a5690a6db Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 28 Jun 2023 12:48:49 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/webtop/5.0.52/app-changelog.md | 9 --------- stable/webtop/{5.0.52 => 5.0.53}/CHANGELOG.md | 18 +++++++++--------- stable/webtop/{5.0.52 => 5.0.53}/Chart.yaml | 2 +- stable/webtop/{5.0.52 => 5.0.53}/README.md | 0 stable/webtop/5.0.53/app-changelog.md | 9 +++++++++ .../webtop/{5.0.52 => 5.0.53}/app-readme.md | 0 .../charts/common-12.14.3.tgz | Bin .../webtop/{5.0.52 => 5.0.53}/ix_values.yaml | 4 ++-- .../webtop/{5.0.52 => 5.0.53}/questions.yaml | 0 .../{5.0.52 => 5.0.53}/templates/NOTES.txt | 0 .../{5.0.52 => 5.0.53}/templates/common.yaml | 0 stable/webtop/{5.0.52 => 5.0.53}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/webtop/5.0.52/app-changelog.md rename stable/webtop/{5.0.52 => 5.0.53}/CHANGELOG.md (90%) rename stable/webtop/{5.0.52 => 5.0.53}/Chart.yaml (98%) rename stable/webtop/{5.0.52 => 5.0.53}/README.md (100%) create mode 100644 stable/webtop/5.0.53/app-changelog.md rename stable/webtop/{5.0.52 => 5.0.53}/app-readme.md (100%) rename stable/webtop/{5.0.52 => 5.0.53}/charts/common-12.14.3.tgz (100%) rename stable/webtop/{5.0.52 => 5.0.53}/ix_values.yaml (96%) rename stable/webtop/{5.0.52 => 5.0.53}/questions.yaml (100%) rename stable/webtop/{5.0.52 => 5.0.53}/templates/NOTES.txt (100%) rename stable/webtop/{5.0.52 => 5.0.53}/templates/common.yaml (100%) rename stable/webtop/{5.0.52 => 5.0.53}/values.yaml (100%) diff --git a/stable/webtop/5.0.52/app-changelog.md b/stable/webtop/5.0.52/app-changelog.md deleted file mode 100644 index 5cd96ea09e9..00000000000 --- a/stable/webtop/5.0.52/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [webtop-5.0.52](https://github.com/truecharts/charts/compare/webtop-5.0.51...webtop-5.0.52) (2023-06-28) - -### Chore - -- update webtop ([#10009](https://github.com/truecharts/charts/issues/10009)) - - \ No newline at end of file diff --git a/stable/webtop/5.0.52/CHANGELOG.md b/stable/webtop/5.0.53/CHANGELOG.md similarity index 90% rename from stable/webtop/5.0.52/CHANGELOG.md rename to stable/webtop/5.0.53/CHANGELOG.md index e624908a6c0..b915c1e8b0f 100644 --- a/stable/webtop/5.0.52/CHANGELOG.md +++ b/stable/webtop/5.0.53/CHANGELOG.md @@ -4,6 +4,15 @@ +## [webtop-5.0.53](https://github.com/truecharts/charts/compare/webtop-5.0.52...webtop-5.0.53) (2023-06-28) + +### Chore + +- update webtop ([#10011](https://github.com/truecharts/charts/issues/10011)) + + + + ## [webtop-5.0.52](https://github.com/truecharts/charts/compare/webtop-5.0.51...webtop-5.0.52) (2023-06-28) ### Chore @@ -88,12 +97,3 @@ ## [webtop-5.0.43](https://github.com/truecharts/charts/compare/webtop-5.0.42...webtop-5.0.43) (2023-06-20) ### Chore - -- update container image tccr.io/truecharts/webtop-fedora-kde to latest ([#9793](https://github.com/truecharts/charts/issues/9793)) - - - - -## [webtop-5.0.42](https://github.com/truecharts/charts/compare/webtop-5.0.41...webtop-5.0.42) (2023-06-20) - -### Chore diff --git a/stable/webtop/5.0.52/Chart.yaml b/stable/webtop/5.0.53/Chart.yaml similarity index 98% rename from stable/webtop/5.0.52/Chart.yaml rename to stable/webtop/5.0.53/Chart.yaml index dca51f6c246..2aa89733766 100644 --- a/stable/webtop/5.0.52/Chart.yaml +++ b/stable/webtop/5.0.53/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/webtop - https://github.com/linuxserver/docker-webtop#readme type: application -version: 5.0.52 +version: 5.0.53 annotations: truecharts.org/catagories: | - Tools-Utilities diff --git a/stable/webtop/5.0.52/README.md b/stable/webtop/5.0.53/README.md similarity index 100% rename from stable/webtop/5.0.52/README.md rename to stable/webtop/5.0.53/README.md diff --git a/stable/webtop/5.0.53/app-changelog.md b/stable/webtop/5.0.53/app-changelog.md new file mode 100644 index 00000000000..4aead1c75d7 --- /dev/null +++ b/stable/webtop/5.0.53/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webtop-5.0.53](https://github.com/truecharts/charts/compare/webtop-5.0.52...webtop-5.0.53) (2023-06-28) + +### Chore + +- update webtop ([#10011](https://github.com/truecharts/charts/issues/10011)) + + \ No newline at end of file diff --git a/stable/webtop/5.0.52/app-readme.md b/stable/webtop/5.0.53/app-readme.md similarity index 100% rename from stable/webtop/5.0.52/app-readme.md rename to stable/webtop/5.0.53/app-readme.md diff --git a/stable/webtop/5.0.52/charts/common-12.14.3.tgz b/stable/webtop/5.0.53/charts/common-12.14.3.tgz similarity index 100% rename from stable/webtop/5.0.52/charts/common-12.14.3.tgz rename to stable/webtop/5.0.53/charts/common-12.14.3.tgz diff --git a/stable/webtop/5.0.52/ix_values.yaml b/stable/webtop/5.0.53/ix_values.yaml similarity index 96% rename from stable/webtop/5.0.52/ix_values.yaml rename to stable/webtop/5.0.53/ix_values.yaml index 17523b557a7..69d4987329f 100644 --- a/stable/webtop/5.0.52/ix_values.yaml +++ b/stable/webtop/5.0.53/ix_values.yaml @@ -24,7 +24,7 @@ ubuntuKDEImage: pullPolicy: Always fedoraKDEImage: repository: tccr.io/truecharts/webtop-fedora-kde - tag: latest@sha256:60daa264a71d13c090d14abf1153460047274bdc09bc9db6384bd0ba8ccdb683 + tag: latest@sha256:6335f3079b6c781841648d07e40e0141fc50bb5f96191d2fa9a02ef0f7fef9ff pullPolicy: Always archKDEImage: repository: tccr.io/truecharts/webtop-arch-kde @@ -88,7 +88,7 @@ ubuntuICEWMImage: pullPolicy: Always fedoraICEWMImage: repository: tccr.io/truecharts/webtop-fedora-icewm - tag: latest@sha256:ffa2dfc61493f5bb44e27b25bdb96d76652d2268697b1ba84dcb98f9c4c32e95 + tag: latest@sha256:62ed289de5dbb97aaf506ed6ad4aa1c48231be43ef9406ebd3dc7d7d82ddd065 pullPolicy: Always archICEWMImage: repository: tccr.io/truecharts/webtop-arch-icewm diff --git a/stable/webtop/5.0.52/questions.yaml b/stable/webtop/5.0.53/questions.yaml similarity index 100% rename from stable/webtop/5.0.52/questions.yaml rename to stable/webtop/5.0.53/questions.yaml diff --git a/stable/webtop/5.0.52/templates/NOTES.txt b/stable/webtop/5.0.53/templates/NOTES.txt similarity index 100% rename from stable/webtop/5.0.52/templates/NOTES.txt rename to stable/webtop/5.0.53/templates/NOTES.txt diff --git a/stable/webtop/5.0.52/templates/common.yaml b/stable/webtop/5.0.53/templates/common.yaml similarity index 100% rename from stable/webtop/5.0.52/templates/common.yaml rename to stable/webtop/5.0.53/templates/common.yaml diff --git a/stable/webtop/5.0.52/values.yaml b/stable/webtop/5.0.53/values.yaml similarity index 100% rename from stable/webtop/5.0.52/values.yaml rename to stable/webtop/5.0.53/values.yaml