From ae22bfeecae97795bd087e547a00e6d3f5136df6 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 8 Sep 2023 18:39:27 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/webtop/6.0.85/app-changelog.md | 9 --------- stable/webtop/{6.0.85 => 6.0.86}/CHANGELOG.md | 18 +++++++++--------- stable/webtop/{6.0.85 => 6.0.86}/Chart.yaml | 2 +- stable/webtop/{6.0.85 => 6.0.86}/README.md | 0 stable/webtop/6.0.86/app-changelog.md | 9 +++++++++ .../webtop/{6.0.85 => 6.0.86}/app-readme.md | 0 .../charts/common-14.0.1.tgz | Bin .../webtop/{6.0.85 => 6.0.86}/ix_values.yaml | 10 +++++----- .../webtop/{6.0.85 => 6.0.86}/questions.yaml | 0 .../{6.0.85 => 6.0.86}/templates/NOTES.txt | 0 .../{6.0.85 => 6.0.86}/templates/common.yaml | 0 stable/webtop/{6.0.85 => 6.0.86}/values.yaml | 0 12 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 stable/webtop/6.0.85/app-changelog.md rename stable/webtop/{6.0.85 => 6.0.86}/CHANGELOG.md (93%) rename stable/webtop/{6.0.85 => 6.0.86}/Chart.yaml (98%) rename stable/webtop/{6.0.85 => 6.0.86}/README.md (100%) create mode 100644 stable/webtop/6.0.86/app-changelog.md rename stable/webtop/{6.0.85 => 6.0.86}/app-readme.md (100%) rename stable/webtop/{6.0.85 => 6.0.86}/charts/common-14.0.1.tgz (100%) rename stable/webtop/{6.0.85 => 6.0.86}/ix_values.yaml (90%) rename stable/webtop/{6.0.85 => 6.0.86}/questions.yaml (100%) rename stable/webtop/{6.0.85 => 6.0.86}/templates/NOTES.txt (100%) rename stable/webtop/{6.0.85 => 6.0.86}/templates/common.yaml (100%) rename stable/webtop/{6.0.85 => 6.0.86}/values.yaml (100%) diff --git a/stable/webtop/6.0.85/app-changelog.md b/stable/webtop/6.0.85/app-changelog.md deleted file mode 100644 index 120d4fe50cd..00000000000 --- a/stable/webtop/6.0.85/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [webtop-6.0.85](https://github.com/truecharts/charts/compare/webtop-6.0.84...webtop-6.0.85) (2023-09-07) - -### Chore - -- update container image tccr.io/truecharts/webtop-arch-kde to latest ([#12363](https://github.com/truecharts/charts/issues/12363)) - - \ No newline at end of file diff --git a/stable/webtop/6.0.85/CHANGELOG.md b/stable/webtop/6.0.86/CHANGELOG.md similarity index 93% rename from stable/webtop/6.0.85/CHANGELOG.md rename to stable/webtop/6.0.86/CHANGELOG.md index 3878161351c..0ebbcd5c70e 100644 --- a/stable/webtop/6.0.85/CHANGELOG.md +++ b/stable/webtop/6.0.86/CHANGELOG.md @@ -4,6 +4,15 @@ +## [webtop-6.0.86](https://github.com/truecharts/charts/compare/webtop-6.0.85...webtop-6.0.86) (2023-09-08) + +### Chore + +- update webtop ([#12395](https://github.com/truecharts/charts/issues/12395)) + + + + ## [webtop-6.0.85](https://github.com/truecharts/charts/compare/webtop-6.0.84...webtop-6.0.85) (2023-09-07) ### Chore @@ -88,12 +97,3 @@ ## [webtop-6.0.76](https://github.com/truecharts/charts/compare/webtop-6.0.75...webtop-6.0.76) (2023-09-02) ### Chore - -- update webtop ([#12146](https://github.com/truecharts/charts/issues/12146)) - - - - -## [webtop-6.0.75](https://github.com/truecharts/charts/compare/webtop-6.0.74...webtop-6.0.75) (2023-09-02) - -### Chore diff --git a/stable/webtop/6.0.85/Chart.yaml b/stable/webtop/6.0.86/Chart.yaml similarity index 98% rename from stable/webtop/6.0.85/Chart.yaml rename to stable/webtop/6.0.86/Chart.yaml index f5c82ad81f8..4c48a6e45e6 100644 --- a/stable/webtop/6.0.85/Chart.yaml +++ b/stable/webtop/6.0.86/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.85 +version: 6.0.86 annotations: truecharts.org/catagories: | - Tools-Utilities diff --git a/stable/webtop/6.0.85/README.md b/stable/webtop/6.0.86/README.md similarity index 100% rename from stable/webtop/6.0.85/README.md rename to stable/webtop/6.0.86/README.md diff --git a/stable/webtop/6.0.86/app-changelog.md b/stable/webtop/6.0.86/app-changelog.md new file mode 100644 index 00000000000..f054da4cd38 --- /dev/null +++ b/stable/webtop/6.0.86/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webtop-6.0.86](https://github.com/truecharts/charts/compare/webtop-6.0.85...webtop-6.0.86) (2023-09-08) + +### Chore + +- update webtop ([#12395](https://github.com/truecharts/charts/issues/12395)) + + \ No newline at end of file diff --git a/stable/webtop/6.0.85/app-readme.md b/stable/webtop/6.0.86/app-readme.md similarity index 100% rename from stable/webtop/6.0.85/app-readme.md rename to stable/webtop/6.0.86/app-readme.md diff --git a/stable/webtop/6.0.85/charts/common-14.0.1.tgz b/stable/webtop/6.0.86/charts/common-14.0.1.tgz similarity index 100% rename from stable/webtop/6.0.85/charts/common-14.0.1.tgz rename to stable/webtop/6.0.86/charts/common-14.0.1.tgz diff --git a/stable/webtop/6.0.85/ix_values.yaml b/stable/webtop/6.0.86/ix_values.yaml similarity index 90% rename from stable/webtop/6.0.85/ix_values.yaml rename to stable/webtop/6.0.86/ix_values.yaml index a2a36053728..5b1beb39a9d 100644 --- a/stable/webtop/6.0.85/ix_values.yaml +++ b/stable/webtop/6.0.86/ix_values.yaml @@ -12,7 +12,7 @@ fedoraXFCEImage: pullPolicy: Always archXFCEImage: repository: tccr.io/truecharts/webtop-arch-xfce - tag: latest@sha256:d66bb250e180585080697c7ad1f46bd3f78d200d3129ecc615b681527ae1c7bd + tag: latest@sha256:dce1555f3b6913d7bf341ddd68885c924ae51f109d5f09e2ba5924af30dbdde1 pullPolicy: Always alpineKDEImage: repository: tccr.io/truecharts/webtop-alpine-kde @@ -44,7 +44,7 @@ fedoraMATEImage: pullPolicy: Always archMATEImage: repository: tccr.io/truecharts/webtop-arch-mate - tag: latest@sha256:5615aa0970788fb14200f55623242435d277d3a3fe108d56f0730b895c1a791a + tag: latest@sha256:75d3587177d8903ac24fb68adf2b0ba8e4896845ee96b7bcf15994e7091372a9 pullPolicy: Always alpineI3Image: repository: tccr.io/truecharts/webtop-alpine-i3 @@ -60,7 +60,7 @@ fedoraI3Image: pullPolicy: Always archI3Image: repository: tccr.io/truecharts/webtop-arch-i3 - tag: latest@sha256:5346f2fed64ece98375ecae677697c0c92ce6c368e449630ef59416a263a4032 + tag: latest@sha256:69671963fa7aca8e631c7501001d460c423baa1dca4ed222aff917d5c27c4469 pullPolicy: Always alpineOpenBoxImage: repository: tccr.io/truecharts/webtop-alpine-openbox @@ -76,7 +76,7 @@ fedoraOpenBoxImage: pullPolicy: Always archOpenBoxImage: repository: tccr.io/truecharts/webtop-arch-openbox - tag: latest@sha256:78f544a1a84c27a85a980814f717c51eaf732ff3d7c5754d957e825ba0d0f13c + tag: latest@sha256:ecc176f4fde92149cfb6f0ef38c67b616fe62f6c28467fe55d940c75f5e5c6e3 pullPolicy: Always alpineICEWMImage: repository: tccr.io/truecharts/webtop-alpine-icewm @@ -92,7 +92,7 @@ fedoraICEWMImage: pullPolicy: Always archICEWMImage: repository: tccr.io/truecharts/webtop-arch-icewm - tag: latest@sha256:e45f12537ef46def09ccfa5d509bf15d89480d5ae51a116ddf9077d64c9acade + tag: latest@sha256:ce0eb767da0114d276c75d14420372f0c18d054368b5794a7561e0eda7fa662b pullPolicy: Always service: main: diff --git a/stable/webtop/6.0.85/questions.yaml b/stable/webtop/6.0.86/questions.yaml similarity index 100% rename from stable/webtop/6.0.85/questions.yaml rename to stable/webtop/6.0.86/questions.yaml diff --git a/stable/webtop/6.0.85/templates/NOTES.txt b/stable/webtop/6.0.86/templates/NOTES.txt similarity index 100% rename from stable/webtop/6.0.85/templates/NOTES.txt rename to stable/webtop/6.0.86/templates/NOTES.txt diff --git a/stable/webtop/6.0.85/templates/common.yaml b/stable/webtop/6.0.86/templates/common.yaml similarity index 100% rename from stable/webtop/6.0.85/templates/common.yaml rename to stable/webtop/6.0.86/templates/common.yaml diff --git a/stable/webtop/6.0.85/values.yaml b/stable/webtop/6.0.86/values.yaml similarity index 100% rename from stable/webtop/6.0.85/values.yaml rename to stable/webtop/6.0.86/values.yaml