From 08277862b2b4c997844ac9d2a9eb5ccec0e44f07 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 19 Jan 2024 18:18:20 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../webtop/{8.1.76 => 8.1.100}/CHANGELOG.md | 18 +++---- stable/webtop/{8.1.76 => 8.1.100}/Chart.yaml | 6 +-- stable/webtop/{8.1.76 => 8.1.100}/README.md | 0 stable/webtop/8.1.100/app-changelog.md | 9 ++++ .../webtop/{8.1.76 => 8.1.100}/app-readme.md | 0 .../charts/common-17.2.22.tgz | Bin .../webtop/{8.1.76 => 8.1.100}/ix_values.yaml | 48 +++++++++--------- .../webtop/{8.1.76 => 8.1.100}/questions.yaml | 0 .../{8.1.76 => 8.1.100}/templates/NOTES.txt | 0 .../{8.1.76 => 8.1.100}/templates/common.yaml | 0 stable/webtop/{8.1.76 => 8.1.100}/values.yaml | 0 stable/webtop/8.1.76/app-changelog.md | 9 ---- 12 files changed, 45 insertions(+), 45 deletions(-) rename stable/webtop/{8.1.76 => 8.1.100}/CHANGELOG.md (92%) rename stable/webtop/{8.1.76 => 8.1.100}/Chart.yaml (98%) rename stable/webtop/{8.1.76 => 8.1.100}/README.md (100%) create mode 100644 stable/webtop/8.1.100/app-changelog.md rename stable/webtop/{8.1.76 => 8.1.100}/app-readme.md (100%) rename stable/webtop/{8.1.76 => 8.1.100}/charts/common-17.2.22.tgz (100%) rename stable/webtop/{8.1.76 => 8.1.100}/ix_values.yaml (52%) rename stable/webtop/{8.1.76 => 8.1.100}/questions.yaml (100%) rename stable/webtop/{8.1.76 => 8.1.100}/templates/NOTES.txt (100%) rename stable/webtop/{8.1.76 => 8.1.100}/templates/common.yaml (100%) rename stable/webtop/{8.1.76 => 8.1.100}/values.yaml (100%) delete mode 100644 stable/webtop/8.1.76/app-changelog.md diff --git a/stable/webtop/8.1.76/CHANGELOG.md b/stable/webtop/8.1.100/CHANGELOG.md similarity index 92% rename from stable/webtop/8.1.76/CHANGELOG.md rename to stable/webtop/8.1.100/CHANGELOG.md index 30b5cc3112..da945a8650 100644 --- a/stable/webtop/8.1.76/CHANGELOG.md +++ b/stable/webtop/8.1.100/CHANGELOG.md @@ -7,6 +7,15 @@ title: Changelog +## [webtop-8.1.100](https://github.com/truecharts/charts/compare/webtop-8.1.76...webtop-8.1.100) (2024-01-19) + +### Chore + + + +- update webtop by renovate ([#17298](https://github.com/truecharts/charts/issues/17298)) + + ## [webtop-8.1.76](https://github.com/truecharts/charts/compare/webtop-8.1.56...webtop-8.1.76) (2024-01-13) ### Chore @@ -88,12 +97,3 @@ title: Changelog - standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704)) - -## [webtop-8.1.25](https://github.com/truecharts/charts/compare/webtop-8.1.23...webtop-8.1.25) (2024-01-01) - -### Chore - - - -- bump all charts for OCI test push - diff --git a/stable/webtop/8.1.76/Chart.yaml b/stable/webtop/8.1.100/Chart.yaml similarity index 98% rename from stable/webtop/8.1.76/Chart.yaml rename to stable/webtop/8.1.100/Chart.yaml index d47ff0c20e..f7f61defc3 100644 --- a/stable/webtop/8.1.76/Chart.yaml +++ b/stable/webtop/8.1.100/Chart.yaml @@ -30,10 +30,10 @@ maintainers: url: https://truecharts.org name: webtop sources: - - https://github.com/orgs/linuxserver/packages/container/package/webtop - https://github.com/linuxserver/docker-webtop#readme - - https://github.com/linuxserver/gclient - https://github.com/truecharts/charts/tree/master/charts/stable/webtop - https://fleet.linuxserver.io/image?name=linuxserver/webtop + - https://github.com/linuxserver/gclient + - https://github.com/orgs/linuxserver/packages/container/package/webtop type: application -version: 8.1.76 +version: 8.1.100 diff --git a/stable/webtop/8.1.76/README.md b/stable/webtop/8.1.100/README.md similarity index 100% rename from stable/webtop/8.1.76/README.md rename to stable/webtop/8.1.100/README.md diff --git a/stable/webtop/8.1.100/app-changelog.md b/stable/webtop/8.1.100/app-changelog.md new file mode 100644 index 0000000000..8b51f5718b --- /dev/null +++ b/stable/webtop/8.1.100/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webtop-8.1.100](https://github.com/truecharts/charts/compare/webtop-8.1.76...webtop-8.1.100) (2024-01-19) + +### Chore + + + +- update webtop by renovate ([#17298](https://github.com/truecharts/charts/issues/17298)) \ No newline at end of file diff --git a/stable/webtop/8.1.76/app-readme.md b/stable/webtop/8.1.100/app-readme.md similarity index 100% rename from stable/webtop/8.1.76/app-readme.md rename to stable/webtop/8.1.100/app-readme.md diff --git a/stable/webtop/8.1.76/charts/common-17.2.22.tgz b/stable/webtop/8.1.100/charts/common-17.2.22.tgz similarity index 100% rename from stable/webtop/8.1.76/charts/common-17.2.22.tgz rename to stable/webtop/8.1.100/charts/common-17.2.22.tgz diff --git a/stable/webtop/8.1.76/ix_values.yaml b/stable/webtop/8.1.100/ix_values.yaml similarity index 52% rename from stable/webtop/8.1.76/ix_values.yaml rename to stable/webtop/8.1.100/ix_values.yaml index fe1e144503..53d076ffd6 100644 --- a/stable/webtop/8.1.76/ix_values.yaml +++ b/stable/webtop/8.1.100/ix_values.yaml @@ -1,98 +1,98 @@ image: pullPolicy: IfNotPresent repository: lscr.io/linuxserver/webtop - tag: latest@sha256:a166c1dbe25941ab3b47694f2bf46ca43d01d0c6dc7c739b894580d0f1be086b + tag: latest@sha256:4c0268d141f9dc2aff9287e7910673b9f9425e8fb38e185eed8c3dd01002257a ubuntuXFCEImage: repository: lscr.io/linuxserver/webtop - tag: ubuntu-xfce@sha256:c0eaecac91a7880ddd82d150c77e9aa15a1f0d4c11d7969eb9567ae1a5b4e3d9 + tag: ubuntu-xfce@sha256:cb8632321816f1a136ef77daa64c1279433dd1d368ad0ace82a12cf2af5c8d40 pullPolicy: Always fedoraXFCEImage: repository: lscr.io/linuxserver/webtop - tag: fedora-xfce@sha256:4101391e67b5431d950770ce67013b3b3d446ee44ca4ab2c296dd85e72a63bd1 + tag: fedora-xfce@sha256:fd558c91f622251bc2f073d4b6972351433e7e8c3f6db5f955fcac8f15d9fab4 pullPolicy: Always archXFCEImage: repository: lscr.io/linuxserver/webtop - tag: arch-xfce@sha256:f0714f64e50ef8c77c14b540bc2afaeb1c1a022f0dfe56810ad0cc24ae5da47e + tag: arch-xfce@sha256:11916cab0bdc2677c8deb8af0ce83b904b6af12f65af99651af5abc5ba0b6aa5 pullPolicy: Always alpineKDEImage: repository: lscr.io/linuxserver/webtop - tag: alpine-kde@sha256:c1439a2e213afbcb2529314b81b2a8b602a51db6d3c21d70fbed85ea833ae700 + tag: alpine-kde@sha256:462d97da811642feda1e83c0d7aa27e7445230c73a7379c6c6349127130507ab pullPolicy: Always ubuntuKDEImage: repository: lscr.io/linuxserver/webtop - tag: ubuntu-kde@sha256:2dac120289360fedb834aa08affe4f8fe981fc73fcf0c68c4d4c0f1a1c1e336e + tag: ubuntu-kde@sha256:9c2c914e90df2bd2c83976a982ad8f4c979576798a0b37c95f10d945cd90d077 pullPolicy: Always fedoraKDEImage: repository: lscr.io/linuxserver/webtop - tag: fedora-kde@sha256:7720836deb834c90f5b40c9ac56fd60857c14416e03729111ac23c3f23fdd1b1 + tag: fedora-kde@sha256:13ab096b99b1d34e1a7139da1fdcda83d785fd8f4153cb18afd5460e1abce247 pullPolicy: Always archKDEImage: repository: lscr.io/linuxserver/webtop - tag: arch-kde@sha256:187560efd765a9e268c66bd3ba4bfdd659dc64d657b8686d09bea4e80cc5c347 + tag: arch-kde@sha256:145725baf3ba55252f3344109bb42a27f9dd85c3e4e0311d446ac71e6513686f pullPolicy: Always alpineMATEImage: repository: lscr.io/linuxserver/webtop - tag: alpine-mate@sha256:462ee7e3e831a233e963af1379f45ff42448d4f8704e5960f2d17bea6986c3bb + tag: alpine-mate@sha256:6284f8626fe4b5bca444431ceccbec6812ec6498e611b63d2f02ef2c1c18a759 pullPolicy: Always ubuntuMATEImage: repository: lscr.io/linuxserver/webtop - tag: ubuntu-mate@sha256:8c40957cc3e01b9785b4eea79ef1c545c640fbe2b1fbd30636c045c7545394a4 + tag: ubuntu-mate@sha256:b85415bb549a48515dd16b99e761b5983ad009c6b99bec408fea8a93ccea8dde pullPolicy: Always fedoraMATEImage: repository: lscr.io/linuxserver/webtop - tag: fedora-mate@sha256:d2eb7b2094d021c8944a2c46b4f8cc599a24d69ff6b766ef2431d5b56bee20e2 + tag: fedora-mate@sha256:599ac8b6784f34d595fd1d4468d9cecdaec10914d92fc1e74f8fb4b7be112638 pullPolicy: Always archMATEImage: repository: lscr.io/linuxserver/webtop - tag: arch-mate@sha256:a039e71197146c0b917e91538d89a44e9109cba42a92dd5b308172c808aa9475 + tag: arch-mate@sha256:343c291b2bf76bdfdd4f8862ec86fe0f37be51280a8aa9475f10df839cdd97e0 pullPolicy: Always alpineI3Image: repository: lscr.io/linuxserver/webtop - tag: alpine-i3@sha256:c2fd0cb8c46ae4a2febc13d58b928865e1f9f8f89598fefb946ca93a099281b5 + tag: alpine-i3@sha256:dcda6d6c28e6fe107d5276bd762930726ee270c87cc458afa02f4d4416abbcb8 pullPolicy: Always ubuntuI3Image: repository: lscr.io/linuxserver/webtop - tag: ubuntu-i3@sha256:7708e845d2bd193f07d05ff4d6d98a595dc30c834bd014b45c189f392a69f4db + tag: ubuntu-i3@sha256:823293f523e9111ca91d36831a132ffd97c2b8796cbd16d35555deeec103136d pullPolicy: Always fedoraI3Image: repository: lscr.io/linuxserver/webtop - tag: fedora-i3@sha256:3c179178758c82a4d0a5a410f8dddc8b98981b5dd03de12bfef9896a483187e8 + tag: fedora-i3@sha256:9023ef1a5c80a7033c2a5165d80383b8d1b7321b8831ea0d8ea17b3b4573b26b pullPolicy: Always archI3Image: repository: lscr.io/linuxserver/webtop - tag: arch-i3@sha256:12689e630a465df72ae07fc756cdb6c4c6b10ac563304b00dafb9d7b2e62612f + tag: arch-i3@sha256:f1b609fe39f3a1f32b835fc7e55dc76cdb2ebc0324f5b980c3bb976bdc7b20d7 pullPolicy: Always alpineOpenBoxImage: repository: lscr.io/linuxserver/webtop - tag: alpine-openbox@sha256:3d000d2165ee8b318df75aab530ac8b2de1ebb9439d388e4333ea7e36e2ca8bc + tag: alpine-openbox@sha256:b670448edcea4f409b674e927e682cf2111dcd07b52cb7b59519c94f758c5179 pullPolicy: Always ubuntuOpenBoxImage: repository: lscr.io/linuxserver/webtop - tag: ubuntu-openbox@sha256:ce9095b96236e49404ec2bf51923cf493318c25c080a105421bb0def9f7c516a + tag: ubuntu-openbox@sha256:3b2b27acb95a85713b802cd53a88016c85518989092dd7e8c8557a83acf32d1a pullPolicy: Always fedoraOpenBoxImage: repository: lscr.io/linuxserver/webtop - tag: fedora-openbox@sha256:bb7ec6136311411c7ec60b7e8a4e48728cbf97a3d7c7693a1dbc49bff6351ac7 + tag: fedora-openbox@sha256:d8768c880a1c1d2e6891018a0c4b4cbcc85f2accc0e19b7a5aea1c74de053de8 pullPolicy: Always archOpenBoxImage: repository: lscr.io/linuxserver/webtop - tag: arch-openbox@sha256:bc482e611688e5a05e4e318ceac0c44713976bf80862ca5330ec4164f8683a1a + tag: arch-openbox@sha256:1bdfb7c223819508fd8460df81a705f3c1a9e307ce738eaaa36514cb0f00f888 pullPolicy: Always alpineICEWMImage: repository: lscr.io/linuxserver/webtop - tag: alpine-icewm@sha256:7b53fea2ff0ea381631fb6b761d8aadaf2570adbccd1cbbfde8e3a0220b4f4c1 + tag: alpine-icewm@sha256:83421ee2853e0350772c4cf0912509465c86e3594a8888a20a7cd100d2b50120 pullPolicy: Always ubuntuICEWMImage: repository: lscr.io/linuxserver/webtop - tag: ubuntu-icewm@sha256:3690ce28151d7187497d123bd3b780ba0184c557ab269a13ba29c1b0ed6a2313 + tag: ubuntu-icewm@sha256:920eceaea5e1c413c561e69abcf0f2c89920c0955eb061f281759b4b7323d319 pullPolicy: Always fedoraICEWMImage: repository: lscr.io/linuxserver/webtop - tag: fedora-icewm@sha256:50c691b5c008794e6f0b19cc0bbd1b9cd8bf12daef87d5934f1f6bf0610c13b9 + tag: fedora-icewm@sha256:d6aad8b37ba4e77a0faf8a0d0b82de9818737d864cd8d12e6ff8186fa46a45ed pullPolicy: Always archICEWMImage: repository: lscr.io/linuxserver/webtop - tag: arch-icewm@sha256:3f11f326df8886822459fef47eb8185058a18203e36dea97e99b82dc56cc5c59 + tag: arch-icewm@sha256:75ffeb1f78e363fe388c90a5b9b28255df8e471c823e5890b68dbf774bebac3b pullPolicy: Always service: main: diff --git a/stable/webtop/8.1.76/questions.yaml b/stable/webtop/8.1.100/questions.yaml similarity index 100% rename from stable/webtop/8.1.76/questions.yaml rename to stable/webtop/8.1.100/questions.yaml diff --git a/stable/webtop/8.1.76/templates/NOTES.txt b/stable/webtop/8.1.100/templates/NOTES.txt similarity index 100% rename from stable/webtop/8.1.76/templates/NOTES.txt rename to stable/webtop/8.1.100/templates/NOTES.txt diff --git a/stable/webtop/8.1.76/templates/common.yaml b/stable/webtop/8.1.100/templates/common.yaml similarity index 100% rename from stable/webtop/8.1.76/templates/common.yaml rename to stable/webtop/8.1.100/templates/common.yaml diff --git a/stable/webtop/8.1.76/values.yaml b/stable/webtop/8.1.100/values.yaml similarity index 100% rename from stable/webtop/8.1.76/values.yaml rename to stable/webtop/8.1.100/values.yaml diff --git a/stable/webtop/8.1.76/app-changelog.md b/stable/webtop/8.1.76/app-changelog.md deleted file mode 100644 index c2dc7fadcc..0000000000 --- a/stable/webtop/8.1.76/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [webtop-8.1.76](https://github.com/truecharts/charts/compare/webtop-8.1.56...webtop-8.1.76) (2024-01-13) - -### Chore - - - -- update webtop by renovate ([#17100](https://github.com/truecharts/charts/issues/17100)) \ No newline at end of file