TrueChartsClone/charts/stable/rdesktop/values.yaml

124 lines
4.4 KiB
YAML
Raw Normal View History

image:
pullPolicy: IfNotPresent
chore(repo) change stable charts to the upstream images (#14739) **Description** Update the stable train charts to their direct upstream image. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 10:22:57 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: latest@sha256:efe0b43da544540465a5b7d2bc0e285230c7c2386fccf61a5cf6352ca41aeb44
ubuntuXFCEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: ubuntu-xfce@sha256:0e33288c13aa219502bc92a77c0ba1bee748425fa996ba89ea08bc6a7d8eb51d
pullPolicy: Always
fedoraXFCEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: fedora-xfce@sha256:9616efbf212074c3cb8f4c19af577660830ec5790fe743ad56c38dd58ed6803d
pullPolicy: Always
archXFCEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: arch-xfce@sha256:8d30fb90fa3dae499667fdea6a09bb589e3016dc5657da485e5da7bc4ec3560a
pullPolicy: Always
alpineKDEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: alpine-kde@sha256:42c9b68ff745ec0b6c59d20834787446a193cd7b6e83edb8ffa09ab2e6419900
pullPolicy: Always
ubuntuKDEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: ubuntu-kde@sha256:b877653209a1a6896982028aa4e32186ce27e2508a8339a11bbbb47e30639183
pullPolicy: Always
fedoraKDEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: fedora-kde@sha256:84482d33723c94ec46acfd9aeb19c00c598be19998276f86df158d94bfa645b6
pullPolicy: Always
archKDEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: arch-kde@sha256:57780b0875e546a9d4f614d8fbef4945a1b4bf2fe403d5e9844ee954d8f18d63
pullPolicy: Always
alpineMATEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: alpine-mate@sha256:17ca8ebedcb0f7a56f0c863c7ab3cdb6ee2b8ac56793228b82440c391a9d0280
pullPolicy: Always
ubuntuMATEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: ubuntu-mate@sha256:41778d4c6eb500dc4d07c5fce91f094c84d6f5ba5f88a70c0a591f3572c89cfc
pullPolicy: Always
fedoraMATEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: fedora-mate@sha256:9447865824ce92e294ff6a4c2ef1b6e401c3d40eb582bbaad6eea2ae4bcb98e7
pullPolicy: Always
archMATEImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: arch-mate@sha256:a90538f75ed1c6dd80c2d4da98a37ebd6b4dcebca0beee98362f63035f40d247
pullPolicy: Always
alpineI3Image:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: alpine-i3@sha256:05c55a98b0114149c0e6f558fd63aa2eb63178dc7c0ad842ee57a5054532f3df
pullPolicy: Always
ubuntuI3Image:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: ubuntu-i3@sha256:eebf1c5e75adfe98ac365902c7ef05c6bffadd5a293038c31d5ecdbc43c425c1
pullPolicy: Always
fedoraI3Image:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: fedora-i3@sha256:dd54fa7780ce738a7d67e5d64e8663235a47881282374f1d7e90206273ce8a5d
pullPolicy: Always
archI3Image:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: arch-i3@sha256:2806a912bafb75c41ebf341431834f4ce7990d0d8502cc6c29a568ef4c3d082e
pullPolicy: Always
alpineOpenBoxImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: alpine-openbox@sha256:e9eda16b44b2722605cfe4d1e2f81b8a4a1b1d1164813e9508d893d07cec5d6b
pullPolicy: Always
ubuntuOpenBoxImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: ubuntu-openbox@sha256:3b35f22e68cfe9f711c2614f10a7744d0be9f955844b2f98c24af1a628f7543e
pullPolicy: Always
fedoraOpenBoxImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: fedora-openbox@sha256:ebac8cd13c32e76d14ac80744728d96639d3e6cda84413910882f2ac11c802cc
pullPolicy: Always
archOpenBoxImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: arch-openbox@sha256:c5d086bd0cd0070fa7313948b95e12bfccddb6dc8b9a45ab706e85153df2204b
pullPolicy: Always
alpineICEWMImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: alpine-icewm@sha256:8dce3a9b7aaf69f60f907543bcb8d0f30f1bb274cb7ba96e2a3f349e0dde46e9
pullPolicy: Always
ubuntuICEWMImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: ubuntu-icewm@sha256:81ae6beb926b4cc913721a6b603d01f6062084a6dedc35feb7e84318fef2884a
pullPolicy: Always
fedoraICEWMImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: fedora-icewm@sha256:34e0e40b6c80d37b906de889a883a2824ec550bc1191d001068fedd2fc749664
pullPolicy: Always
archICEWMImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: lscr.io/linuxserver/rdesktop
chore(deps): update rdesktop by renovate (#18118) This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `461af27` -> `cdc43e3` | | lscr.io/linuxserver/rdesktop | digest | `7041ae1` -> `34e0e40` | | lscr.io/linuxserver/rdesktop | digest | `f511bf6` -> `81ae6be` | | lscr.io/linuxserver/rdesktop | digest | `fe80a6f` -> `8dce3a9` | | lscr.io/linuxserver/rdesktop | digest | `ceea7dc` -> `c5d086b` | | lscr.io/linuxserver/rdesktop | digest | `7ae8930` -> `ebac8cd` | | lscr.io/linuxserver/rdesktop | digest | `16b797f` -> `3b35f22` | | lscr.io/linuxserver/rdesktop | digest | `1ae4efe` -> `e9eda16` | | lscr.io/linuxserver/rdesktop | digest | `087b568` -> `2806a91` | | lscr.io/linuxserver/rdesktop | digest | `c378865` -> `dd54fa7` | | lscr.io/linuxserver/rdesktop | digest | `5b35bcc` -> `eebf1c5` | | lscr.io/linuxserver/rdesktop | digest | `f3ffce9` -> `05c55a9` | | lscr.io/linuxserver/rdesktop | digest | `38453f9` -> `a90538f` | | lscr.io/linuxserver/rdesktop | digest | `63e1935` -> `9447865` | | lscr.io/linuxserver/rdesktop | digest | `a3d3cdd` -> `41778d4` | | lscr.io/linuxserver/rdesktop | digest | `21481e2` -> `17ca8eb` | | lscr.io/linuxserver/rdesktop | digest | `cc772d0` -> `57780b0` | | lscr.io/linuxserver/rdesktop | digest | `41f4832` -> `84482d3` | | lscr.io/linuxserver/rdesktop | digest | `797323a` -> `b877653` | | lscr.io/linuxserver/rdesktop | digest | `7e43fbc` -> `42c9b68` | | lscr.io/linuxserver/rdesktop | digest | `14c4185` -> `8d30fb9` | | lscr.io/linuxserver/rdesktop | digest | `890b86e` -> `9616efb` | | lscr.io/linuxserver/rdesktop | digest | `812ce01` -> `0e33288` | | lscr.io/linuxserver/rdesktop | digest | `5b08283` -> `efe0b43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:02:37 +00:00
tag: arch-icewm@sha256:cdc43e312dff6a6d92b5ec999a47eda629e45423b69c441772c37a3ada61c915
pullPolicy: Always
2023-04-19 23:19:46 +00:00
workload:
main:
podSpec:
containers:
main:
imageSelector: image
service:
main:
ports:
main:
port: 3389
fix(rdesktop): Mark port and probes as TCP (#16873) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Fixes liveness probe of rdesktop. Port 3389 is RDP protocol, not HTTP. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> I don't have a way to test it. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-01-04 22:55:58 +00:00
protocol: tcp
targetPort: 3389
persistence:
config:
enabled: true
mountPath: /config
portal:
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-04-11 10:07:17 +00:00
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
updated: true