From fd13adff58dcd9666c3b6b28d850b9a5dff5dbd2 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 5 Sep 2023 07:35:57 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/webtop/6.0.81/app-changelog.md | 9 --------- stable/webtop/{6.0.81 => 6.0.82}/CHANGELOG.md | 18 +++++++++--------- stable/webtop/{6.0.81 => 6.0.82}/Chart.yaml | 2 +- stable/webtop/{6.0.81 => 6.0.82}/README.md | 0 stable/webtop/6.0.82/app-changelog.md | 9 +++++++++ .../webtop/{6.0.81 => 6.0.82}/app-readme.md | 0 .../charts/common-14.0.1.tgz | Bin .../webtop/{6.0.81 => 6.0.82}/ix_values.yaml | 2 +- .../webtop/{6.0.81 => 6.0.82}/questions.yaml | 0 .../{6.0.81 => 6.0.82}/templates/NOTES.txt | 0 .../{6.0.81 => 6.0.82}/templates/common.yaml | 0 stable/webtop/{6.0.81 => 6.0.82}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/webtop/6.0.81/app-changelog.md rename stable/webtop/{6.0.81 => 6.0.82}/CHANGELOG.md (90%) rename stable/webtop/{6.0.81 => 6.0.82}/Chart.yaml (98%) rename stable/webtop/{6.0.81 => 6.0.82}/README.md (100%) create mode 100644 stable/webtop/6.0.82/app-changelog.md rename stable/webtop/{6.0.81 => 6.0.82}/app-readme.md (100%) rename stable/webtop/{6.0.81 => 6.0.82}/charts/common-14.0.1.tgz (100%) rename stable/webtop/{6.0.81 => 6.0.82}/ix_values.yaml (98%) rename stable/webtop/{6.0.81 => 6.0.82}/questions.yaml (100%) rename stable/webtop/{6.0.81 => 6.0.82}/templates/NOTES.txt (100%) rename stable/webtop/{6.0.81 => 6.0.82}/templates/common.yaml (100%) rename stable/webtop/{6.0.81 => 6.0.82}/values.yaml (100%) diff --git a/stable/webtop/6.0.81/app-changelog.md b/stable/webtop/6.0.81/app-changelog.md deleted file mode 100644 index 5ad89d8eba3..00000000000 --- a/stable/webtop/6.0.81/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [webtop-6.0.81](https://github.com/truecharts/charts/compare/webtop-6.0.80...webtop-6.0.81) (2023-09-05) - -### Chore - -- update webtop ([#12242](https://github.com/truecharts/charts/issues/12242)) - - \ No newline at end of file diff --git a/stable/webtop/6.0.81/CHANGELOG.md b/stable/webtop/6.0.82/CHANGELOG.md similarity index 90% rename from stable/webtop/6.0.81/CHANGELOG.md rename to stable/webtop/6.0.82/CHANGELOG.md index 6bfa778acc9..16eccd29e3a 100644 --- a/stable/webtop/6.0.81/CHANGELOG.md +++ b/stable/webtop/6.0.82/CHANGELOG.md @@ -4,6 +4,15 @@ +## [webtop-6.0.82](https://github.com/truecharts/charts/compare/webtop-6.0.81...webtop-6.0.82) (2023-09-05) + +### Chore + +- update container image tccr.io/truecharts/webtop-ubuntu-openbox to latest ([#12243](https://github.com/truecharts/charts/issues/12243)) + + + + ## [webtop-6.0.81](https://github.com/truecharts/charts/compare/webtop-6.0.80...webtop-6.0.81) (2023-09-05) ### Chore @@ -88,12 +97,3 @@ ## [webtop-6.0.72](https://github.com/truecharts/charts/compare/webtop-6.0.71...webtop-6.0.72) (2023-08-30) ### Chore - -- update webtop ([#12041](https://github.com/truecharts/charts/issues/12041)) - - - - -## [webtop-6.0.71](https://github.com/truecharts/charts/compare/webtop-6.0.70...webtop-6.0.71) (2023-08-30) - -### Chore diff --git a/stable/webtop/6.0.81/Chart.yaml b/stable/webtop/6.0.82/Chart.yaml similarity index 98% rename from stable/webtop/6.0.81/Chart.yaml rename to stable/webtop/6.0.82/Chart.yaml index 9517261a9b3..3f9f6011741 100644 --- a/stable/webtop/6.0.81/Chart.yaml +++ b/stable/webtop/6.0.82/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: 6.0.81 +version: 6.0.82 annotations: truecharts.org/catagories: | - Tools-Utilities diff --git a/stable/webtop/6.0.81/README.md b/stable/webtop/6.0.82/README.md similarity index 100% rename from stable/webtop/6.0.81/README.md rename to stable/webtop/6.0.82/README.md diff --git a/stable/webtop/6.0.82/app-changelog.md b/stable/webtop/6.0.82/app-changelog.md new file mode 100644 index 00000000000..770a70f885c --- /dev/null +++ b/stable/webtop/6.0.82/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webtop-6.0.82](https://github.com/truecharts/charts/compare/webtop-6.0.81...webtop-6.0.82) (2023-09-05) + +### Chore + +- update container image tccr.io/truecharts/webtop-ubuntu-openbox to latest ([#12243](https://github.com/truecharts/charts/issues/12243)) + + \ No newline at end of file diff --git a/stable/webtop/6.0.81/app-readme.md b/stable/webtop/6.0.82/app-readme.md similarity index 100% rename from stable/webtop/6.0.81/app-readme.md rename to stable/webtop/6.0.82/app-readme.md diff --git a/stable/webtop/6.0.81/charts/common-14.0.1.tgz b/stable/webtop/6.0.82/charts/common-14.0.1.tgz similarity index 100% rename from stable/webtop/6.0.81/charts/common-14.0.1.tgz rename to stable/webtop/6.0.82/charts/common-14.0.1.tgz diff --git a/stable/webtop/6.0.81/ix_values.yaml b/stable/webtop/6.0.82/ix_values.yaml similarity index 98% rename from stable/webtop/6.0.81/ix_values.yaml rename to stable/webtop/6.0.82/ix_values.yaml index e491b308111..0b85875e681 100644 --- a/stable/webtop/6.0.81/ix_values.yaml +++ b/stable/webtop/6.0.82/ix_values.yaml @@ -68,7 +68,7 @@ alpineOpenBoxImage: pullPolicy: Always ubuntuOpenBoxImage: repository: tccr.io/truecharts/webtop-ubuntu-openbox - tag: latest@sha256:c889dbe8041dc46ce11a530e35d697f0cee522b3112585c0c577d5dd2b1c9daf + tag: latest@sha256:4d585e96cc26fd394bac7b116777123af9ccb87c2fcdff545404d32e787ac70e pullPolicy: Always fedoraOpenBoxImage: repository: tccr.io/truecharts/webtop-fedora-openbox diff --git a/stable/webtop/6.0.81/questions.yaml b/stable/webtop/6.0.82/questions.yaml similarity index 100% rename from stable/webtop/6.0.81/questions.yaml rename to stable/webtop/6.0.82/questions.yaml diff --git a/stable/webtop/6.0.81/templates/NOTES.txt b/stable/webtop/6.0.82/templates/NOTES.txt similarity index 100% rename from stable/webtop/6.0.81/templates/NOTES.txt rename to stable/webtop/6.0.82/templates/NOTES.txt diff --git a/stable/webtop/6.0.81/templates/common.yaml b/stable/webtop/6.0.82/templates/common.yaml similarity index 100% rename from stable/webtop/6.0.81/templates/common.yaml rename to stable/webtop/6.0.82/templates/common.yaml diff --git a/stable/webtop/6.0.81/values.yaml b/stable/webtop/6.0.82/values.yaml similarity index 100% rename from stable/webtop/6.0.81/values.yaml rename to stable/webtop/6.0.82/values.yaml