Compare commits

...
Author SHA1 Message Date
ksimm1andGitHub 8994800cff fix(Incubator): Port Questions M - Z (#8802)
**Description**
incubator apps -port env section of questions.yaml
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ 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?**
<!--
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-05-07 09:44:52 +02:00
StevenMcElligottandGitHub 41f650f78f fix(Incubator): Fix Questions A - L (#8794)
**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  # <!--(issue)-->

**⚙️ 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
-->

**📃 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-05-06 08:45:45 +02:00
Michael SchnerringandGitHub e7d3c42a1a fix(plausible): Remove deprecated config options (#7810)
**Description**

Plausible v1.5.1 introduces changes that break the current chart. This
PR adds the required changes.

> **New first launch**
> 
> Admin user registration is now done through the UI instead of
configuration variables. At first launch, users are presented with a
registration page which will create the admin account. Admin account
related configuration variables are ignored going forward. See below for
details.
> 
> Admin user registration is required from 1.5 onwards. We are
deprecating the DISABLE_AUTH option which allowed Plausible to be used
without any user account at all.
> 
> Users with existing admin accounts are not affected, but we recommend
removing the unused configuration variables. A benefit of moving admin
account management to the UI is that you can now change the admin email
account through the UI. Previously, this was done by manual database
changes and configuration change which required restarting the service.

More info:

- https://github.com/plausible/analytics/releases/tag/v1.5.1
- https://github.com/plausible/hosting/pull/67

⚒️ Fixes  # <!--(issue)-->

**⚙️ 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
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ 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
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 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-03-24 09:24:14 +01:00
Stavros KoisandGitHub 79fb40ee15 small fixups in frigate UI 2023-03-21 21:56:59 +02:00
Kjeld Schouten-Lebbing 41ab4397b7 update values.yaml 2023-03-08 19:04:49 +01:00
Kjeld Schouten-Lebbing 2c61fa604b no message 2023-03-01 23:25:10 +01:00
Kjeld Schouten-Lebbing d8249f6fe2 portals 2023-03-01 23:25:10 +01:00
Kjeld Schouten-Lebbing e0254b3d44 more 2023-03-01 23:25:10 +01:00
Kjeld Schouten-Lebbing d4af57880d more porting and add notes.txt 2023-03-01 23:25:10 +01:00
Kjeld Schouten-Lebbing 0589a0bd0f postgresql changes 2023-03-01 23:25:09 +01:00
Kjeld Schouten-Lebbing 5649740330 use new common 2023-03-01 23:25:09 +01:00
Kjeld Schouten-Lebbing eed7a9025d fix(dependency): disable manifestmanager 2023-03-01 23:24:09 +01:00
Kjeld Schouten-Lebbing ca75aa2628 disable upgrade tests for now 2023-03-01 16:59:26 +01:00
Kjeld Schouten-LebbingandGitHub b4a01dcfa3 Port/dependency (#7739)
* use new common

* more porting and add NOTES.txt

* portal

* no message

* remove promtail and tweak dependencies

* bump

* Fixes

* mode

* fix questions

* more questions

* more yaml fixes

* hmm

* move postgresql to stable
2023-03-01 16:48:43 +01:00
Kjeld Schouten-Lebbing 893b55dc56 update security context questions 2023-03-01 09:30:36 +01:00
Kjeld Schouten-Lebbing 3c471071cc adapt workload and container questions for all apps 2023-03-01 08:55:51 +01:00
TrueCharts-Bot 9ac50b75ba Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-03-01 00:29:55 +00:00
Kjeld Schouten-LebbingandGitHub ff6ec438a4 Feat: Rework GUI templates (#7545)
* adapt metrics

* Adapt VPN

* Adapt codeserver (remove git related crap)

* add postgresql group, remove vpn group

* restructure securityContext and add testapp for gui testing

* simplify security questions.yaml

* adapt workload GUI

* no message

* no message

* adapt portal configmap name

* add netshoot GUI elements

* add postgresql GUI elements

* whoops

* some more gui fixes

* restructure

* Update Chart.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update vpn.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update common.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update charts/dev/testapp/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update charts/dev/testapp/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update charts/dev/testapp/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Revert "limit fetch depth"

This reverts commit ffb83b1b05bf1e73ecf4fcb834c67f1e008a13ab. (+2 squashed commit)

Squashed commit:

[ffb83b1b05] limit fetch depth

[ce063d6a95] Update ct-install.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update build-release.sh

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update ct-install.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

---------

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-28 18:38:55 +01:00
ccb8b27265 BREAKING CHANGE feat(prowlarr) add gui option to disable auth and postgres support (#6343)
* fix(prowlarr) set gui option for auth

* bump

* set default auth to Forms

* _sectrets.tpl

* add the secrets.tpl to templates dir

* postgres support

* Update charts/stable/prowlarr/templates/_secret.tpl

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/prowlarr/templates/_secret.tpl

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/prowlarr/templates/_secret.tpl

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/prowlarr/values.yaml

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/prowlarr/questions.yaml

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/prowlarr/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/stable/prowlarr/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/stable/prowlarr/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* port

* Update charts/stable/prowlarr/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* fix postgres, use secretKeyRef

* Delete _secret.tpl

* Update charts/stable/prowlarr/templates/common.yaml

Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
Signed-off-by: Xstar97TheNoob <[email protected]>

* update values and chart

---------

Signed-off-by: Xstar97 <[email protected]>
Signed-off-by: Stavros Kois <[email protected]>
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Signed-off-by: Xstar97TheNoob <[email protected]>
Co-authored-by: Xstar97 <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-28 09:30:54 +01:00
Stavros KoisandGitHub ca0cc83ecb feat(vikunja): BREAKING CHANGE - allow custom yaml to some extent and use a config file to provide all available features (#6607)
* feat(vikunja): switch to configfile and restructure

* extent values

* more values

* remove extra's. all is exposed anyway

* pre-commit

* lint

* add service

* fix

* fix

* more quests

* add moer

* bump

* openID

* migration

* port

* whops

---------

Signed-off-by: Stavros Kois <[email protected]>
2023-02-28 10:14:10 +02:00
TrueCharts BotandGitHub 62af7f69b3 chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.1 (#6616) 2023-02-28 09:11:08 +01:00
38c950b226 BREAKING CHANGE fix(radarr) add gui option to select auth (#6345)
* fix(radarr) add gui option to select auth

* add postgres support + auth gui

* Update charts/stable/radarr/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* fix postgres

* Delete _secret.tpl

* fix values and chart

* Update charts/stable/radarr/templates/common.yaml

Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
Signed-off-by: Xstar97TheNoob <[email protected]>

* fix empty value

---------

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Signed-off-by: Xstar97TheNoob <[email protected]>
Co-authored-by: Xstar97 <[email protected]>
Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-28 09:10:14 +01:00
2e360d991b BREAKING CHANGE fix(sonarr) postgres support add gui option to select auth (#6347)
* fix(sonarr) add gui option to select auth

* set default auth to Forms

* add auth and postgres support(not enabled)

* Update charts/stable/sonarr/Chart.yaml

Signed-off-by: Stavros Kois <[email protected]>

* check if enabled

* Update charts/stable/sonarr/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Delete _secrets.tpl

* Update charts/stable/sonarr/templates/common.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* update values

* comment out postgres until v4

---------

Signed-off-by: Stavros Kois <[email protected]>
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Signed-off-by: Xstar97TheNoob <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
Co-authored-by: Xstar97 <[email protected]>
Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-28 09:09:45 +01:00
9d5f95fc0a BREAKING CHANGE feat(readarr) add postgres support and auth in in gui (#6392)
* add postgres support + auth in gui

* fix postgres

* Delete _secret.tpl

* Update charts/stable/readarr/templates/common.yaml

Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
Signed-off-by: Xstar97TheNoob <[email protected]>

* update chart and values

* add empty string

---------

Signed-off-by: Xstar97TheNoob <[email protected]>
Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-28 09:09:32 +01:00
bd03b50610 BREAKING CHANGE fix(lidarr) add gui option to select auth (#6346)
* fix(lidarr) add gui option to select auth

* set default auth to Forms

* add postgres support and auth option to gui

* add dependency

* Update charts/stable/lidarr/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* fix postgres

* Delete _secrets.tpl

* fix chart and values

* Update charts/stable/lidarr/templates/common.yaml

Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
Signed-off-by: Xstar97TheNoob <[email protected]>

---------

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Signed-off-by: Xstar97TheNoob <[email protected]>
Co-authored-by: Xstar97 <[email protected]>
Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-28 07:45:54 +01:00
16e4f17f88 nextcloud: nginx: sync timeout with PHP timeout (#7461)
Currently nginx is configured to timeout at 300s which isn't following
the  PHP timeout.
Sync them so that they both timeout at the same time and so that big
file uploads and moves don't spit an 504 Gateway Timeout error.

Signed-off-by: Tiago Gaspar <[email protected]>
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-27 23:51:51 +01:00
TrueCharts BotandGitHub fa53189f0c chore(deps): update renovatebot/github-action action to v34.153.1 (#7529) 2023-02-28 00:37:04 +02:00
TrueCharts BotandGitHub 6b94b343a3 Merge pull request #7733 from truecharts/renovate/tccr.io-truecharts-wizarr-2.0.x 2023-02-27 22:54:01 +01:00
TrueCharts-Bot 477c1c69ea Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 21:30:39 +00:00
TrueCharts-Admin 242dd78918 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.3 2023-02-27 21:25:56 +00:00
Kjeld Schouten-LebbingandGitHub c297549fec temporarily disable schedule for renovate
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-27 22:11:37 +01:00
TrueCharts BotandGitHub 91222b3ffa chore(deps): update helm general non-major (#7725) 2023-02-27 22:10:41 +01:00
TrueCharts BotandGitHub 1c0f91c58b Merge pull request #7731 from truecharts/renovate/rickroll 2023-02-27 21:09:53 +01:00
TrueCharts BotandGitHub cdb4ca5375 Merge pull request #7726 from truecharts/renovate/patch-penpot 2023-02-27 21:05:58 +01:00
TrueCharts BotandGitHub 60a6c90422 Merge pull request #7732 from truecharts/renovate/tccr.io-truecharts-plex-1.31.x 2023-02-27 20:53:07 +01:00
TrueCharts-Bot 8646f24b0a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 19:34:37 +00:00
TrueCharts-Bot 44e80a1fb2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 19:32:07 +00:00
TrueCharts-Bot 347fec2885 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 19:31:25 +00:00
TrueCharts-Admin 543a514bbe chore(deps): update penpot to v1.17.2 2023-02-27 19:30:11 +00:00
TrueCharts-Admin f959504a12 chore(deps): update container image tccr.io/truecharts/plex to v1.31.1.6733 2023-02-27 19:26:19 +00:00
TrueCharts-Admin 12975ed2be chore(deps): update rickroll 2023-02-27 19:26:12 +00:00
TrueCharts BotandGitHub aede86075c Merge pull request #7730 from truecharts/renovate/tccr.io-truecharts-mariadb-10.x 2023-02-27 19:55:38 +01:00
TrueCharts BotandGitHub b81b40d288 Merge pull request #7718 from truecharts/renovate/neko 2023-02-27 19:36:21 +01:00
TrueCharts-Bot 354c1a4f05 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 18:31:55 +00:00
TrueCharts-Admin e8620030e9 chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.2 2023-02-27 18:27:34 +00:00
TrueCharts BotandGitHub 9cd8017958 Merge pull request #7727 from truecharts/renovate/tccr.io-truecharts-nexusoss-3.x 2023-02-27 19:06:30 +01:00
TrueCharts BotandGitHub 1fdb6acfdd Merge pull request #7722 from truecharts/renovate/tccr.io-truecharts-appsmith-1.9.x 2023-02-27 19:05:38 +01:00
TrueCharts BotandGitHub 33cfc38caa Merge pull request #7719 from truecharts/renovate/penpot 2023-02-27 19:04:05 +01:00
TrueCharts BotandGitHub 439828e171 Merge pull request #7728 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.x 2023-02-27 19:03:40 +01:00
TrueCharts BotandGitHub 81661fb493 Merge pull request #7724 from truecharts/renovate/tccr.io-truecharts-n8n-0.217.x 2023-02-27 19:03:31 +01:00
TrueCharts BotandGitHub 74d65397bc Merge pull request #7714 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-02-27 19:02:31 +01:00
TrueCharts BotandGitHub bec56281df Merge pull request #7721 from truecharts/renovate/tccr.io-truecharts-appdaemon-4.2.x 2023-02-27 18:59:16 +01:00
TrueCharts BotandGitHub 68b7f4c7ce Merge pull request #7717 from truecharts/renovate/jupyter 2023-02-27 18:57:14 +01:00
TrueCharts BotandGitHub 6b582fb186 Merge pull request #7723 from truecharts/renovate/tccr.io-truecharts-cloudflared-2023.2.x 2023-02-27 18:56:41 +01:00
TrueCharts BotandGitHub 985f83fae5 Merge pull request #7715 from truecharts/renovate/tccr.io-truecharts-wordpress-6.1.1 2023-02-27 18:49:53 +01:00
TrueCharts BotandGitHub d082ad4279 Merge pull request #7716 from truecharts/renovate/tccr.io-truecharts-yourls-latest 2023-02-27 18:42:33 +01:00
TrueCharts-Bot 754362d75d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:36:48 +00:00
TrueCharts-Bot 1e52d538a2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:36:41 +00:00
TrueCharts-Bot 63630e6020 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:34:32 +00:00
TrueCharts-Bot 2a4639b2e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:33:53 +00:00
TrueCharts-Bot f79a3d44fd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:33:48 +00:00
TrueCharts-Bot ae68b0a390 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:33:27 +00:00
TrueCharts-Admin d116b746a2 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.9.0 2023-02-27 17:32:47 +00:00
TrueCharts-Admin 94e82cecde chore(deps): update container image tccr.io/truecharts/nexusoss to v3.48.0 2023-02-27 17:32:39 +00:00
TrueCharts-Bot 2298c7db2d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:32:38 +00:00
TrueCharts-Bot c2c7be177d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:31:46 +00:00
TrueCharts-Bot 189c7e7453 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:31:36 +00:00
TrueCharts-Bot 2dcb7c6002 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:30:50 +00:00
TrueCharts-Admin 581b127551 chore(deps): update container image tccr.io/truecharts/n8n to v0.217.2 2023-02-27 17:29:35 +00:00
TrueCharts-Admin a8f29c4cf8 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.2.2 2023-02-27 17:29:28 +00:00
TrueCharts-Admin e4497347a0 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.9 2023-02-27 17:29:20 +00:00
TrueCharts-Admin f18a89a883 chore(deps): update container image tccr.io/truecharts/appdaemon to v4.2.3 2023-02-27 17:29:12 +00:00
TrueCharts-Bot 6e8b13837b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 18:27:39 +01:00
TrueCharts-Admin 1cb8e328ad chore(deps): update webtop 2023-02-27 18:27:39 +01:00
TrueCharts-Admin eda1334005 chore(deps): update penpot 2023-02-27 17:27:27 +00:00
TrueCharts-Admin 14b711d11a chore(deps): update neko 2023-02-27 17:27:18 +00:00
TrueCharts-Admin 396d5d5d47 chore(deps): update jupyter 2023-02-27 17:27:09 +00:00
TrueCharts-Admin 0a018790a3 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-27 17:26:49 +00:00
TrueCharts BotandGitHub 1a14397c56 Merge pull request #7711 from truecharts/renovate/tccr.io-truecharts-vertex-vstable 2023-02-27 17:55:20 +01:00
TrueCharts-Bot 6ffbaf7da1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 16:31:00 +00:00
TrueCharts-Bot 8d060909e1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:28:32 +01:00
TrueCharts-Admin 5fb2c8aba0 chore(deps): update container image tccr.io/truecharts/wger to latest 2023-02-27 17:28:32 +01:00
TrueCharts-Bot 1a5b3cb7a2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 17:27:06 +01:00
TrueCharts-Admin af55695ba5 chore(deps): update container image tccr.io/truecharts/webgrabplus to 5.0.1 2023-02-27 17:27:06 +01:00
TrueCharts-Admin 06fad61378 chore(deps): update container image tccr.io/truecharts/vertex to vstable 2023-02-27 16:26:54 +00:00
TrueCharts BotandGitHub c45df0f418 Merge pull request #7709 from truecharts/renovate/tccr.io-truecharts-debian-bullseye-latest 2023-02-27 16:56:32 +01:00
TrueCharts-Bot e15b93dd76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 15:30:18 +00:00
TrueCharts-Bot 0fc08dc731 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 16:27:17 +01:00
TrueCharts-Admin c0ab30a975 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 2023-02-27 16:27:17 +01:00
TrueCharts-Bot 934423cd02 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 16:25:36 +01:00
TrueCharts-Admin 4b16c176a0 chore(deps): update container image tccr.io/truecharts/thanos to 0.30.2 2023-02-27 16:25:36 +01:00
TrueCharts-Admin 4894102ce1 chore(deps): update container image tccr.io/truecharts/debian-bullseye to latest 2023-02-27 15:25:12 +00:00
TrueCharts BotandGitHub e7e4a5b2aa Merge pull request #7704 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-02-27 15:53:38 +01:00
TrueCharts BotandGitHub af17048ad9 Merge pull request #7706 from truecharts/renovate/tccr.io-truecharts-tubearchivist-redisjson-latest 2023-02-27 15:39:58 +01:00
TrueCharts-Bot 1346a73fcc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 14:29:54 +00:00
TrueCharts-Bot 687ac58904 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 15:27:56 +01:00
TrueCharts-Admin cc97e42e8e chore(deps): update container image tccr.io/truecharts/twonky-server to latest 2023-02-27 15:27:56 +01:00
TrueCharts-Bot ea272309eb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 15:26:19 +01:00
TrueCharts-Admin ea09c87834 chore(deps): update container image tccr.io/truecharts/tubesync to latest 2023-02-27 15:26:19 +01:00
TrueCharts-Admin 076fe13185 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-02-27 14:25:52 +00:00
TrueCharts BotandGitHub 78975ab052 Merge pull request #7699 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-02-27 15:03:17 +01:00
TrueCharts BotandGitHub 1c947e08b9 Merge pull request #7698 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-27 15:02:40 +01:00
TrueCharts BotandGitHub ef00aff7ea Merge pull request #7701 from truecharts/renovate/tccr.io-truecharts-tar1090-latest 2023-02-27 14:44:29 +01:00
TrueCharts BotandGitHub 7459bb3b56 Merge pull request #7700 from truecharts/renovate/tccr.io-truecharts-synclounge-5.2.5 2023-02-27 14:44:02 +01:00
TrueCharts-Bot 3c5628d92f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 13:35:27 +00:00
TrueCharts-Bot 465e7b9a84 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 13:34:14 +00:00
TrueCharts-Bot b101417666 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 14:32:20 +01:00
TrueCharts-Admin 84832bca37 chore(deps): update container image tccr.io/truecharts/tautulli to 2.11.1 2023-02-27 14:32:20 +01:00
TrueCharts-Bot 6696d41d63 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 14:30:53 +01:00
TrueCharts-Admin 933d3e022c chore(deps): update container image tccr.io/truecharts/tasmocompiler to latest 2023-02-27 14:30:53 +01:00
TrueCharts-Admin ff48a18b69 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-27 13:30:31 +00:00
TrueCharts-Admin c51c2c01d4 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-27 13:30:20 +00:00
TrueCharts BotandGitHub 9964a1e798 Merge pull request #7693 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-02-27 14:00:42 +01:00
TrueCharts BotandGitHub 2ba55a7f19 Merge pull request #7696 from truecharts/renovate/tccr.io-truecharts-solr-9.1.1 2023-02-27 13:56:08 +01:00
TrueCharts BotandGitHub 22383474bf Merge pull request #7692 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.8.0 2023-02-27 13:55:42 +01:00
TrueCharts BotandGitHub 4beda69c97 Merge pull request #7694 from truecharts/renovate/tccr.io-truecharts-sickgear-latest 2023-02-27 13:55:01 +01:00
TrueCharts-Bot 924be02b2c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 12:31:56 +00:00
TrueCharts-Bot d90bbfd1a2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 12:30:33 +00:00
TrueCharts-Bot e48cf63b68 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 12:30:03 +00:00
TrueCharts-Bot b8f1f0b6cb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 12:30:03 +00:00
TrueCharts-Bot a8db5f7569 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 13:27:54 +01:00
TrueCharts-Admin 2cb17208b6 chore(deps): update container image tccr.io/truecharts/speedtest-tracker to latest 2023-02-27 13:27:54 +01:00
TrueCharts-Admin 38ccf930d3 chore(deps): update container image tccr.io/truecharts/solr to 9.1.1 2023-02-27 12:27:43 +00:00
TrueCharts-Bot 3b26b9b161 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 13:26:17 +01:00
TrueCharts-Admin f43dcd19fd chore(deps): update container image tccr.io/truecharts/snapdrop to latest 2023-02-27 13:26:17 +01:00
TrueCharts-Admin 1366c83abd chore(deps): update container image tccr.io/truecharts/sickgear to latest 2023-02-27 12:26:07 +00:00
TrueCharts-Admin b4c6700a66 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-27 12:25:59 +00:00
TrueCharts-Admin 6eca734bd8 chore(deps): update container image tccr.io/truecharts/omada-controller to v 2023-02-27 12:25:50 +00:00
TrueCharts-Bot 60aef490ad Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 12:24:51 +01:00
TrueCharts-Admin c1b95b034c chore(deps): update container image tccr.io/truecharts/sickchill to 2023.1.2 2023-02-27 12:24:51 +01:00
TrueCharts-Bot af84320b93 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 12:23:04 +01:00
TrueCharts-Admin 75fc3bfafd chore(deps): update container image tccr.io/truecharts/serpbear to latest 2023-02-27 12:23:04 +01:00
TrueCharts-Bot 4a88925805 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 11:23:45 +01:00
TrueCharts-Admin 129c6f1426 chore(deps): update container image tccr.io/truecharts/searxng to latest 2023-02-27 11:23:45 +01:00
TrueCharts-Bot f7440a8bc6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 11:22:00 +01:00
TrueCharts-Admin c0b59b3843 chore(deps): update container image tccr.io/truecharts/sabnzbd to 3.7.2 2023-02-27 11:22:00 +01:00
TrueCharts BotandGitHub a27bb3d2c8 Merge pull request #7685 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-02-27 10:55:33 +01:00
TrueCharts-Bot 88e3f65860 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 09:31:15 +00:00
TrueCharts-Bot ff3c36901e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 10:28:56 +01:00
TrueCharts-Admin db2939a6b6 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-27 10:28:56 +01:00
TrueCharts-Bot af58720212 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 10:27:28 +01:00
TrueCharts-Admin aa19445252 chore(deps): update container image tccr.io/truecharts/rsnapshot to 1.4.4 2023-02-27 10:27:28 +01:00
TrueCharts-Admin 7a9eb633c3 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-02-27 09:27:17 +00:00
TrueCharts BotandGitHub 6314837026 Merge pull request #7682 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-27 09:57:55 +01:00
TrueCharts BotandGitHub fde6f363af Merge pull request #7683 from truecharts/renovate/tccr.io-truecharts-redis-7.0.8 2023-02-27 09:39:19 +01:00
TrueCharts-Bot 1d350a17e5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 08:29:51 +00:00
TrueCharts-Bot a6125abf26 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 09:26:01 +01:00
TrueCharts-Admin 1934fa347d chore(deps): update container image tccr.io/truecharts/redmine to 5.0.4 2023-02-27 09:26:01 +01:00
TrueCharts-Admin 4972c002f5 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-27 08:25:44 +00:00
TrueCharts-Bot e5f420e7d4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 09:24:11 +01:00
TrueCharts-Admin 0955776679 chore(deps): update container image tccr.io/truecharts/grafana to 9.3.6 2023-02-27 09:24:11 +01:00
TrueCharts BotandGitHub 46ad5642e6 Merge pull request #7676 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.3 2023-02-27 09:08:33 +01:00
TrueCharts BotandGitHub 77f7006902 Merge pull request #7678 from truecharts/renovate/tccr.io-truecharts-nginx-unprivileged-1.23.3 2023-02-27 09:01:41 +01:00
TrueCharts BotandGitHub c82dca6573 Merge pull request #7671 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-02-27 08:56:55 +01:00
TrueCharts BotandGitHub 2d0638af61 Merge pull request #7674 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-27 08:55:54 +01:00
TrueCharts BotandGitHub 055abb9a91 Merge pull request #7669 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-27 08:55:33 +01:00
TrueCharts BotandGitHub 6949d88f9e Merge pull request #7672 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-02-27 08:52:35 +01:00
TrueCharts BotandGitHub d6cc398697 Merge pull request #7675 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.3 2023-02-27 08:52:11 +01:00
TrueCharts BotandGitHub c84cd89f46 Merge pull request #7679 from truecharts/renovate/tccr.io-truecharts-postgresql-14.7.0 2023-02-27 08:51:19 +01:00
TrueCharts BotandGitHub 9e9684180c Merge pull request #7677 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-02-27 08:50:26 +01:00
TrueCharts BotandGitHub 1742efaf3b Merge pull request #7670 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-02-27 08:50:00 +01:00
TrueCharts-Bot d950aba4c2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 07:29:51 +00:00
TrueCharts-Bot 2c559164bf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 07:29:05 +00:00
TrueCharts-Bot 909dc317e5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 07:28:57 +00:00
TrueCharts-Bot 94fac94258 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 07:28:51 +00:00
TrueCharts-Bot 1ef89a75ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 07:28:49 +00:00
TrueCharts-Bot a2a0960ae3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 07:28:40 +00:00
TrueCharts-Bot 14944fde08 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 07:28:36 +00:00
TrueCharts-Bot 7462820bc4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 07:28:27 +00:00
TrueCharts-Bot 007b977ae1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 07:28:22 +00:00
TrueCharts-Bot 3979db73b0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 07:27:52 +00:00
TrueCharts-Bot 153da00540 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 08:26:57 +01:00
TrueCharts-Admin ed56808986 chore(deps): update container image tccr.io/truecharts/red-discordbot to vfull 2023-02-27 08:26:57 +01:00
TrueCharts-Bot 88c86f949b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 08:25:10 +01:00
TrueCharts-Admin e9cef29a46 chore(deps): update container image tccr.io/truecharts/raneto to latest 2023-02-27 08:25:10 +01:00
TrueCharts-Admin e0f4f0940a chore(deps): update container image tccr.io/truecharts/postgresql to 14.7.0 2023-02-27 07:24:59 +00:00
TrueCharts-Admin 2c58b14607 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to 1.23.3 2023-02-27 07:24:50 +00:00
TrueCharts-Admin 644f4603ca chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-02-27 07:24:43 +00:00
TrueCharts-Admin 0d77aa1217 chore(deps): update container image tccr.io/truecharts/matomo to 4.13.3 2023-02-27 07:24:36 +00:00
TrueCharts-Admin 687f9cd4e5 chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.3 2023-02-27 07:24:30 +00:00
TrueCharts-Admin 7ccb464108 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-27 07:24:21 +00:00
TrueCharts-Admin da3c958e57 chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-02-27 07:24:02 +00:00
TrueCharts-Admin 70326e4747 chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-02-27 07:23:54 +00:00
TrueCharts-Admin 31681b17c7 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-02-27 07:23:45 +00:00
TrueCharts-Admin ad31a57a5b chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-27 07:23:39 +00:00
TrueCharts BotandGitHub fec953f2c9 Merge pull request #7668 from truecharts/renovate/tccr.io-truecharts-muse-2.x 2023-02-27 06:51:52 +01:00
TrueCharts-Bot 206572bf26 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 05:26:40 +00:00
TrueCharts-Admin b1e3b21b61 chore(deps): update container image tccr.io/truecharts/muse to v2.2.0 2023-02-27 05:22:33 +00:00
TrueCharts-Bot e64ef1c5d7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 03:48:13 +01:00
TrueCharts-Admin d2314cc565 chore(deps): update jupyter 2023-02-27 03:48:13 +01:00
TrueCharts-Bot f7a9089550 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 03:46:43 +01:00
TrueCharts-Admin d3bc5f5842 chore(deps): update container image tccr.io/truecharts/yacy to latest 2023-02-27 03:46:43 +01:00
TrueCharts-Bot d4ccb99d2e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 02:54:35 +01:00
TrueCharts-Admin c3bcde00e6 chore(deps): update container image tccr.io/truecharts/wireshark to 3.6.5 2023-02-27 02:54:35 +01:00
TrueCharts-Bot cdc8c6ee14 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 02:53:10 +01:00
TrueCharts-Admin 6af105c2f4 chore(deps): update container image tccr.io/truecharts/prometheus to 2.42.0 2023-02-27 02:53:10 +01:00
TrueCharts-Bot 8e951c0be9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 01:34:42 +01:00
TrueCharts-Admin 69d18bf7c9 chore(deps): update container image tccr.io/truecharts/webp-server to latest 2023-02-27 01:34:42 +01:00
TrueCharts-Bot e3e2f68956 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 01:32:44 +01:00
TrueCharts-Admin fb8312e8d9 chore(deps): update container image tccr.io/truecharts/tracks to latest 2023-02-27 01:32:44 +01:00
TrueCharts-Bot 8afcbc9567 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 00:27:34 +00:00
StevenMcElligottandGitHub 94e44857b8 Merge pull request #7563 from StevenMcElligott/pgadmin
fix(pgadmin): Fix broken tag to update for 6.20
2023-02-26 18:55:30 -05:00
TrueCharts BotandGitHub 7e2f4feb7c Merge pull request #7645 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.5 2023-02-27 00:40:39 +01:00
TrueCharts BotandGitHub 151aebc28c Merge pull request #7634 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.3 2023-02-27 00:40:35 +01:00
TrueCharts BotandGitHub 579e104dda Merge pull request #7641 from truecharts/renovate/tccr.io-truecharts-monica-4.0.0 2023-02-27 00:40:26 +01:00
TrueCharts BotandGitHub eed7657fc8 Merge pull request #7618 from truecharts/renovate/tccr.io-truecharts-fleet-2.3.3 2023-02-27 00:37:51 +01:00
TrueCharts BotandGitHub 42f560c974 Merge pull request #7646 from truecharts/renovate/tccr.io-truecharts-nginx-unprivileged-1.23.3 2023-02-27 00:35:22 +01:00
StevenMcElligottandGitHub 6d466629f1 Merge branch 'master' into pgadmin 2023-02-26 18:34:22 -05:00
TrueCharts BotandGitHub e1fc48bde2 Merge pull request #7596 from truecharts/renovate/tccr.io-truecharts-budge-v0.0.9 2023-02-27 00:34:00 +01:00
TrueCharts-Bot 1569cd802c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 00:33:53 +01:00
TrueCharts-Admin 278f725b2f chore(deps): update container image tccr.io/truecharts/minecraft-java19 to latest 2023-02-27 00:33:53 +01:00
TrueCharts BotandGitHub 809e6d2949 Merge pull request #7660 from truecharts/renovate/tccr.io-truecharts-quassel-core-v0.14.0 2023-02-27 00:33:47 +01:00
TrueCharts BotandGitHub 2e4b14cf8e Merge pull request #7654 from truecharts/renovate/tccr.io-truecharts-privatebin-1.5.1 2023-02-27 00:32:02 +01:00
TrueCharts BotandGitHub 50dc41f0f6 Merge pull request #7659 from truecharts/renovate/tccr.io-truecharts-qflood-latest 2023-02-27 00:31:40 +01:00
TrueCharts BotandGitHub 82a90d77db Merge pull request #7661 from truecharts/renovate/tccr.io-truecharts-ra-rom-processor-latest 2023-02-27 00:31:23 +01:00
TrueCharts BotandGitHub 81c2d6db45 Merge pull request #7643 from truecharts/renovate/tccr.io-truecharts-mylar3-0.7.0 2023-02-27 00:30:58 +01:00
TrueCharts BotandGitHub ffd71d7f85 Merge pull request #7627 from truecharts/renovate/tccr.io-truecharts-kdenlive-latest 2023-02-27 00:30:53 +01:00
TrueCharts BotandGitHub 450e52d1ea Merge pull request #7658 from truecharts/renovate/tccr.io-truecharts-pylon-2.9.0 2023-02-27 00:30:25 +01:00
TrueCharts-Bot 9df52babaa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-27 00:30:19 +01:00
TrueCharts-Admin 0ddd430655 chore(deps): update container image tccr.io/truecharts/grafana to 9.3.6 2023-02-27 00:30:19 +01:00
TrueCharts BotandGitHub d3ea2eaf04 Merge pull request #7626 from truecharts/renovate/tccr.io-truecharts-invidious-latest 2023-02-27 00:30:17 +01:00
TrueCharts BotandGitHub 09283f7ae1 Merge pull request #7657 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-02-27 00:30:13 +01:00
TrueCharts BotandGitHub e46c288fc8 Merge pull request #7647 from truecharts/renovate/tccr.io-truecharts-nitter-latest 2023-02-27 00:29:31 +01:00
TrueCharts BotandGitHub 4d5e9333dc Merge pull request #7649 from truecharts/renovate/tccr.io-truecharts-openspeedtest-latest 2023-02-27 00:29:24 +01:00
TrueCharts BotandGitHub dc15485fd5 Merge pull request #7662 from truecharts/renovate/tccr.io-truecharts-radarr-4.3.2.6857 2023-02-27 00:29:20 +01:00
TrueCharts BotandGitHub bed8fe1b26 Merge pull request #7608 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-02-27 00:29:17 +01:00
TrueCharts BotandGitHub e4da3a53cd Merge pull request #7650 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-02-27 00:29:10 +01:00
TrueCharts BotandGitHub a35461fb7c Merge pull request #7640 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.4 2023-02-27 00:29:08 +01:00
TrueCharts BotandGitHub 541a7ddc46 Merge pull request #7648 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.8.0 2023-02-27 00:29:03 +01:00
TrueCharts BotandGitHub 7bbeedf390 Merge pull request #7630 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-27 00:28:59 +01:00
TrueCharts BotandGitHub deadda7931 Merge pull request #7633 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.3 2023-02-27 00:28:56 +01:00
TrueCharts BotandGitHub 9b75bc36bc Merge pull request #7652 from truecharts/renovate/tccr.io-truecharts-posterr-latest 2023-02-27 00:28:51 +01:00
TrueCharts BotandGitHub 07a7755b1b Merge pull request #7632 from truecharts/renovate/tccr.io-truecharts-logitechmediaserver-8.4.0 2023-02-27 00:28:48 +01:00
TrueCharts BotandGitHub 9d68baadc6 Merge pull request #7653 from truecharts/renovate/tccr.io-truecharts-postgresql-14.7.0 2023-02-27 00:28:45 +01:00
TrueCharts BotandGitHub 16114e040c Merge pull request #7656 from truecharts/renovate/tccr.io-truecharts-pwndrop-v1.0.1 2023-02-27 00:28:41 +01:00
TrueCharts BotandGitHub 5efc498023 Merge pull request #7651 from truecharts/renovate/tccr.io-truecharts-phpmyadmin-latest 2023-02-27 00:28:39 +01:00
TrueCharts BotandGitHub 93cec360d5 Merge pull request #7644 from truecharts/renovate/tccr.io-truecharts-mysql-workbench-8.0.32 2023-02-27 00:28:37 +01:00
TrueCharts BotandGitHub df3a89997f Merge pull request #7631 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-02-27 00:28:32 +01:00
TrueCharts BotandGitHub f065149e46 Merge pull request #7642 from truecharts/renovate/tccr.io-truecharts-mstream-v5.11.4 2023-02-27 00:28:29 +01:00
TrueCharts BotandGitHub 66622bfab2 Merge pull request #7636 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-02-27 00:28:25 +01:00
TrueCharts BotandGitHub 1514fb1aa8 Merge pull request #7639 from truecharts/renovate/tccr.io-truecharts-minio-latest 2023-02-27 00:28:21 +01:00
TrueCharts BotandGitHub c96317e63e Merge pull request #7623 from truecharts/renovate/tccr.io-truecharts-grocy-3.3.2 2023-02-27 00:28:18 +01:00
TrueCharts BotandGitHub 61a1f7e787 Merge pull request #7638 from truecharts/renovate/tccr.io-truecharts-minetest-5.6.1 2023-02-27 00:28:14 +01:00
TrueCharts BotandGitHub e530b51662 Merge pull request #7615 from truecharts/renovate/tccr.io-truecharts-embystat-v0.2.0 2023-02-27 00:28:10 +01:00
TrueCharts BotandGitHub 862e6df6f0 Merge pull request #7628 from truecharts/renovate/tccr.io-truecharts-lazylibrarian-latest 2023-02-27 00:28:08 +01:00
TrueCharts BotandGitHub 52130ee598 Merge pull request #7635 from truecharts/renovate/tccr.io-truecharts-medusa-1.0.11 2023-02-27 00:28:07 +01:00
TrueCharts BotandGitHub daa9edb930 Merge pull request #7612 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.0.1 2023-02-27 00:28:03 +01:00
TrueCharts BotandGitHub 4830a9b9b1 Merge pull request #7624 from truecharts/renovate/tccr.io-truecharts-habridge-v5.4.1 2023-02-27 00:27:59 +01:00
TrueCharts BotandGitHub 577c3edff5 Merge pull request #7629 from truecharts/renovate/tccr.io-truecharts-libreddit-latest 2023-02-27 00:27:56 +01:00
TrueCharts BotandGitHub 3e93cb94e4 Merge pull request #7619 from truecharts/renovate/tccr.io-truecharts-foldingathome-v7.6.21 2023-02-27 00:27:53 +01:00
TrueCharts BotandGitHub 2e615836bc Merge pull request #7617 from truecharts/renovate/tccr.io-truecharts-firefox-desktop-g3-latest 2023-02-27 00:27:49 +01:00
TrueCharts BotandGitHub e301d9e5f0 Merge pull request #7620 from truecharts/renovate/tccr.io-truecharts-freshrss-1.20.2 2023-02-27 00:27:42 +01:00
TrueCharts BotandGitHub c7498fc398 Merge pull request #7616 from truecharts/renovate/tccr.io-truecharts-emulatorjs-v1.7.2 2023-02-27 00:27:35 +01:00
TrueCharts BotandGitHub fbfdd90917 Merge pull request #7621 from truecharts/renovate/tccr.io-truecharts-googlephotossync-latest 2023-02-27 00:27:28 +01:00
TrueCharts BotandGitHub 70a2cecc71 Merge pull request #7605 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-27 00:27:22 +01:00
TrueCharts BotandGitHub aafbe33e9b Merge pull request #7614 from truecharts/renovate/tccr.io-truecharts-duckdns-latest 2023-02-27 00:27:08 +01:00
TrueCharts BotandGitHub 3ddd6d8eaa Merge pull request #7613 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-02-27 00:26:55 +01:00
TrueCharts BotandGitHub e9cb5f0734 Merge pull request #7610 from truecharts/renovate/tccr.io-truecharts-deluge-v2.1.1 2023-02-27 00:26:00 +01:00
TrueCharts BotandGitHub 44ca6062bb Merge pull request #7611 from truecharts/renovate/tccr.io-truecharts-dillinger-v3.39.1 2023-02-27 00:25:53 +01:00
TrueCharts BotandGitHub c6e5ef3aa8 Merge pull request #7606 from truecharts/renovate/tccr.io-truecharts-cups-server-latest 2023-02-27 00:25:40 +01:00
TrueCharts BotandGitHub 4158309cbe Merge pull request #7607 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-02-27 00:25:32 +01:00
TrueCharts BotandGitHub 7b7fa2eba9 Merge pull request #7595 from truecharts/renovate/tccr.io-truecharts-booksonic-air-v2201.1.0 2023-02-27 00:24:44 +01:00
TrueCharts BotandGitHub 7917a1cf0e Merge pull request #7609 from truecharts/renovate/tccr.io-truecharts-ddclient-3.10.0 2023-02-27 00:23:59 +01:00
TrueCharts BotandGitHub b9b0a0f561 Merge pull request #7598 from truecharts/renovate/tccr.io-truecharts-check-mk-raw-v2.1.0 2023-02-27 00:23:57 +01:00
TrueCharts BotandGitHub b54cb2617c Merge pull request #7600 from truecharts/renovate/tccr.io-truecharts-chromium-desktop-g3-latest 2023-02-27 00:23:54 +01:00
TrueCharts BotandGitHub d8c3d11cf3 Merge pull request #7604 from truecharts/renovate/tccr.io-truecharts-corekeeper-latest 2023-02-27 00:23:49 +01:00
TrueCharts BotandGitHub c7893c99d2 Merge pull request #7599 from truecharts/renovate/tccr.io-truecharts-chromium-latest 2023-02-27 00:23:44 +01:00
TrueCharts BotandGitHub ee2a5eca09 Merge pull request #7601 from truecharts/renovate/tccr.io-truecharts-cloudbeaver-latest 2023-02-27 00:23:42 +01:00
TrueCharts BotandGitHub 166667d3c4 Merge pull request #7593 from truecharts/renovate/tccr.io-truecharts-blender-latest 2023-02-27 00:23:37 +01:00
TrueCharts BotandGitHub 1c7ce4086b Merge pull request #7603 from truecharts/renovate/tccr.io-truecharts-cops-latest 2023-02-27 00:23:21 +01:00
TrueCharts BotandGitHub 1b55d7c753 Merge pull request #7594 from truecharts/renovate/tccr.io-truecharts-boinc-latest 2023-02-27 00:22:59 +01:00
TrueCharts BotandGitHub 659d10f62a Merge pull request #7597 from truecharts/renovate/tccr.io-truecharts-calibre-web-0.6.19 2023-02-27 00:22:52 +01:00
TrueCharts BotandGitHub 38aaab11f6 Merge pull request #7602 from truecharts/renovate/tccr.io-truecharts-cloudflareddns-latest 2023-02-27 00:22:20 +01:00
TrueCharts BotandGitHub 952c796258 Merge pull request #7592 from truecharts/renovate/tccr.io-truecharts-beets-v1.6.0 2023-02-27 00:22:16 +01:00
TrueCharts BotandGitHub 38131dc075 Merge pull request #7591 from truecharts/renovate/tccr.io-truecharts-bazarr-1.1.4 2023-02-27 00:21:58 +01:00
TrueCharts BotandGitHub 0292f37496 Merge pull request #7589 from truecharts/renovate/tccr.io-truecharts-backuppc-latest 2023-02-27 00:20:28 +01:00
TrueCharts BotandGitHub 07e223c676 Merge pull request #7625 from truecharts/renovate/tccr.io-truecharts-heimdall-2.5.5 2023-02-27 00:15:38 +01:00
TrueCharts-Bot 4572876a3f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 23:36:27 +01:00
TrueCharts-Admin 12d8d29ce0 chore(deps): update container image tccr.io/truecharts/barcodebuddy to latest 2023-02-26 23:36:27 +01:00
TrueCharts-Bot a2c8b574fa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 23:34:11 +01:00
TrueCharts-Admin 3a7b59e357 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-02-26 23:34:11 +01:00
TrueCharts-Bot 64c9bd55cd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:19:57 +00:00
TrueCharts-Bot 8f83438de7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:17:15 +00:00
TrueCharts-Bot 3778ee0f7c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:17:09 +00:00
TrueCharts-Bot 6f86356db3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:16:42 +00:00
TrueCharts-Bot d2c4071c8c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:15:29 +00:00
TrueCharts-Bot cc298e5ad0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:15:19 +00:00
TrueCharts-Bot 96fc5ee984 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:14:50 +00:00
TrueCharts-Bot 2f12db0f29 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:14:15 +00:00
TrueCharts-Bot 940225ff98 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:13:58 +00:00
TrueCharts-Bot a74d22bd05 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:13:47 +00:00
TrueCharts-Bot 1837ee438e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:13:15 +00:00
TrueCharts-Bot 05d7ddeb0a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:12:46 +00:00
TrueCharts-Bot 2bf69b8ff6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:12:35 +00:00
TrueCharts-Bot 2246416b01 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:12:08 +00:00
TrueCharts-Bot 149ba6a944 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:12:00 +00:00
TrueCharts-Bot 4eac7423d1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:11:42 +00:00
TrueCharts-Bot 75c1a4218b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:11:40 +00:00
StevenMcElligottandGitHub af40370655 wrong container? 2023-02-26 17:11:39 -05:00
TrueCharts-Bot 18587a76bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:11:28 +00:00
TrueCharts-Bot 598fc1fad5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:11:20 +00:00
TrueCharts-Bot 732fd98edb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:11:17 +00:00
TrueCharts-Bot b963a627b2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:11:09 +00:00
TrueCharts-Bot 02bcf85a83 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:11:03 +00:00
TrueCharts-Bot 9d5983703c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:10:56 +00:00
TrueCharts-Bot fbf2d8e40e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:10:30 +00:00
StevenMcElligottandGitHub 6003576bab Merge branch 'truecharts:master' into pgadmin 2023-02-26 17:10:11 -05:00
TrueCharts-Bot aead8767cd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:10:08 +00:00
TrueCharts-Bot 1896565499 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:09:49 +00:00
TrueCharts-Bot 0b0d7d5e20 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:09:41 +00:00
TrueCharts-Bot 18d665b2e9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:09:23 +00:00
TrueCharts-Bot b0e58780b6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:08:53 +00:00
TrueCharts-Bot 5867564126 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:08:41 +00:00
TrueCharts-Bot cfff1bde3f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:08:21 +00:00
TrueCharts-Bot 63d9f7e53a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:08:20 +00:00
TrueCharts-Bot 122676f6c6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:08:17 +00:00
TrueCharts-Bot 79db88c71d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:07:57 +00:00
TrueCharts-Bot a7a33c4a66 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:07:29 +00:00
TrueCharts-Bot 84fc007e51 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:07:22 +00:00
TrueCharts-Bot be76de7ec0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:07:19 +00:00
TrueCharts-Bot dccbaa1a24 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:06:54 +00:00
TrueCharts-Bot 1059e6424e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:06:29 +00:00
TrueCharts-Bot 780111beae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:05:46 +00:00
TrueCharts-Bot 3974dc5a5f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:05:12 +00:00
TrueCharts-Admin b9fd606fc3 chore(deps): update container image tccr.io/truecharts/yourls to latest 2023-02-26 22:04:56 +00:00
TrueCharts-Admin 0b95b057f5 chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1 2023-02-26 22:04:46 +00:00
TrueCharts-Bot 8ea45db084 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:04:40 +00:00
TrueCharts-Bot d9ebf00d1d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:04:37 +00:00
TrueCharts-Bot 82fc766e15 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:04:37 +00:00
TrueCharts-Bot 79ca1be208 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:04:36 +00:00
TrueCharts-Bot 259faa58de Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:04:32 +00:00
TrueCharts-Bot ee1dcf5db9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:04:30 +00:00
TrueCharts-Bot 8833b44aec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:03:57 +00:00
TrueCharts-Admin da9e82d32a chore(deps): update container image tccr.io/truecharts/tubearchivist-redisjson to latest 2023-02-26 22:03:54 +00:00
TrueCharts-Bot 40ce8e47a7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:03:52 +00:00
TrueCharts-Bot a172dad523 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:03:31 +00:00
TrueCharts-Admin 2a16030b40 chore(deps): update container image tccr.io/truecharts/tar1090 to latest 2023-02-26 22:03:27 +00:00
TrueCharts-Bot 3ca48cbe00 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:03:26 +00:00
TrueCharts-Bot a9c3972abb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:03:23 +00:00
TrueCharts-Admin 3771a5bf0a chore(deps): update container image tccr.io/truecharts/synclounge to 5.2.5 2023-02-26 22:03:22 +00:00
TrueCharts-Bot 895a1e009a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:02:46 +00:00
TrueCharts-Bot 7da153262c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:02:31 +00:00
TrueCharts-Admin 448ddc425c chore(deps): update container image tccr.io/truecharts/redis to 7.0.8 2023-02-26 22:02:13 +00:00
TrueCharts-Admin e6e8792422 chore(deps): update container image tccr.io/truecharts/radarr to 4.3.2.6857 2023-02-26 22:01:56 +00:00
TrueCharts-Bot d99e040b0b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:01:48 +00:00
TrueCharts-Admin cd478eeea5 chore(deps): update container image tccr.io/truecharts/ra-rom-processor to latest 2023-02-26 22:01:48 +00:00
TrueCharts-Bot 713759f7d5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:01:47 +00:00
TrueCharts-Bot 469379b62a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:01:41 +00:00
TrueCharts-Admin 122b89fa90 chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 2023-02-26 22:01:41 +00:00
TrueCharts-Admin 53343578d5 chore(deps): update container image tccr.io/truecharts/qflood to latest 2023-02-26 22:01:33 +00:00
TrueCharts-Admin 4360d997cb chore(deps): update container image tccr.io/truecharts/pylon to 2.9.0 2023-02-26 22:01:26 +00:00
TrueCharts-Admin f5c6eae8ab chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-02-26 22:01:20 +00:00
TrueCharts-Admin dd8e6acc57 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 2023-02-26 22:01:13 +00:00
TrueCharts-Bot dbbb4189e8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:01:04 +00:00
TrueCharts-Admin 88158ac14d chore(deps): update container image tccr.io/truecharts/privatebin to 1.5.1 2023-02-26 22:00:59 +00:00
TrueCharts-Admin 9f76eb95b6 chore(deps): update container image tccr.io/truecharts/postgresql to 14.7.0 2023-02-26 22:00:52 +00:00
TrueCharts-Admin ebee769899 chore(deps): update container image tccr.io/truecharts/posterr to latest 2023-02-26 22:00:46 +00:00
TrueCharts-Admin d6e9bc9803 chore(deps): update container image tccr.io/truecharts/phpmyadmin to latest 2023-02-26 22:00:34 +00:00
TrueCharts-Admin d3a68d6d32 chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-02-26 22:00:26 +00:00
TrueCharts-Bot ae2690d408 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:00:25 +00:00
TrueCharts-Admin 9a83f7a3a1 chore(deps): update container image tccr.io/truecharts/openspeedtest to latest 2023-02-26 22:00:19 +00:00
TrueCharts-Bot 59bb53d918 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 22:00:12 +00:00
TrueCharts-Admin 3070e652ba chore(deps): update container image tccr.io/truecharts/omada-controller to 5.8.0 2023-02-26 22:00:12 +00:00
TrueCharts-Admin dbeccef475 chore(deps): update container image tccr.io/truecharts/nitter to latest 2023-02-26 22:00:06 +00:00
TrueCharts-Bot 1d055d4e3f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:59:58 +00:00
TrueCharts-Admin 67c62f86f9 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to 1.23.3 2023-02-26 21:59:58 +00:00
TrueCharts-Bot 0601dfb007 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:59:57 +00:00
TrueCharts-Admin afd9469fe4 chore(deps): update container image tccr.io/truecharts/netbox to 3.4.5 2023-02-26 21:59:52 +00:00
TrueCharts-Admin 441e1ede97 chore(deps): update container image tccr.io/truecharts/mysql-workbench to 8.0.32 2023-02-26 21:59:44 +00:00
TrueCharts-Admin 1404b8f511 chore(deps): update container image tccr.io/truecharts/mylar3 to 0.7.0 2023-02-26 21:59:38 +00:00
TrueCharts-Bot bb946e4697 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:59:35 +00:00
TrueCharts-Admin 1671299acf chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 2023-02-26 21:59:31 +00:00
TrueCharts-Admin 48c4e73cf0 chore(deps): update container image tccr.io/truecharts/monica to 4.0.0 2023-02-26 21:59:25 +00:00
TrueCharts-Admin b1da71eaf5 chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.4 2023-02-26 21:59:18 +00:00
TrueCharts-Admin 705f3a80d4 chore(deps): update container image tccr.io/truecharts/minio to latest 2023-02-26 21:59:12 +00:00
TrueCharts-Admin 1e30e27831 chore(deps): update container image tccr.io/truecharts/minetest to 5.6.1 2023-02-26 21:59:06 +00:00
TrueCharts-Bot f2744dd249 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:59:04 +00:00
TrueCharts-Bot cfe50daa01 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:58:57 +00:00
TrueCharts-Admin a5192ff8e6 chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-02-26 21:58:53 +00:00
TrueCharts-Admin f6c9175f67 chore(deps): update container image tccr.io/truecharts/medusa to 1.0.11 2023-02-26 21:58:46 +00:00
TrueCharts-Bot 7aec8e01a7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:58:39 +00:00
TrueCharts-Admin f3c8ba2701 chore(deps): update container image tccr.io/truecharts/matomo to 4.13.3 2023-02-26 21:58:39 +00:00
TrueCharts-Bot 2658946894 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:58:37 +00:00
TrueCharts-Admin 1b187f0df8 chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.3 2023-02-26 21:58:33 +00:00
TrueCharts-Bot 0cfbdf8219 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:58:27 +00:00
TrueCharts-Admin 947ddeaa7b chore(deps): update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 2023-02-26 21:58:26 +00:00
TrueCharts-Bot 870ca83f1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:58:23 +00:00
TrueCharts-Bot 7b7f687b4e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:58:21 +00:00
TrueCharts-Admin aed9040456 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-02-26 21:58:19 +00:00
TrueCharts-Admin 6034323b11 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-26 21:58:08 +00:00
TrueCharts-Bot fab01ab2b7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:58:03 +00:00
TrueCharts-Admin eb02a0460a chore(deps): update container image tccr.io/truecharts/libreddit to latest 2023-02-26 21:58:02 +00:00
TrueCharts-Bot ddff62dfb5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:57:59 +00:00
TrueCharts-Bot d5fa8e7585 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:57:58 +00:00
TrueCharts-Admin a3881b3724 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-02-26 21:57:54 +00:00
TrueCharts-Admin 06dca6063a chore(deps): update container image tccr.io/truecharts/kdenlive to latest 2023-02-26 21:57:47 +00:00
TrueCharts-Admin 1c8d0fcda5 chore(deps): update container image tccr.io/truecharts/invidious to latest 2023-02-26 21:57:41 +00:00
TrueCharts-Bot 0c64d40213 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:57:40 +00:00
TrueCharts-Bot d7a21c96c3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:57:37 +00:00
TrueCharts-Admin 817d41cb78 chore(deps): update container image tccr.io/truecharts/heimdall to 2.5.5 2023-02-26 21:57:34 +00:00
TrueCharts-Admin de4517b471 chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 2023-02-26 21:57:27 +00:00
TrueCharts-Admin 152913de4c chore(deps): update container image tccr.io/truecharts/grocy to 3.3.2 2023-02-26 21:57:21 +00:00
TrueCharts-Bot 2a80722ccb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 21:57:11 +00:00
TrueCharts-Admin 170d5bcb60 chore(deps): update container image tccr.io/truecharts/googlephotossync to latest 2023-02-26 21:57:07 +00:00
TrueCharts-Admin 7ed31a6c6a chore(deps): update container image tccr.io/truecharts/freshrss to 1.20.2 2023-02-26 21:57:01 +00:00
TrueCharts-Admin 3d3aff6884 chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 2023-02-26 21:56:55 +00:00
TrueCharts-Admin 4e5b2d642b chore(deps): update container image tccr.io/truecharts/fleet to 2.3.3 2023-02-26 21:56:48 +00:00
TrueCharts-Admin 1794ec4eda chore(deps): update container image tccr.io/truecharts/firefox-desktop-g3 to latest 2023-02-26 21:56:42 +00:00
TrueCharts-Admin ef116f2150 chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 2023-02-26 21:56:26 +00:00
TrueCharts-Admin 0723b43ea4 chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 2023-02-26 21:56:19 +00:00
TrueCharts-Admin 47b6f8ef3b chore(deps): update container image tccr.io/truecharts/duckdns to latest 2023-02-26 21:56:12 +00:00
TrueCharts-Admin 81d3a1f21f chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-02-26 21:56:06 +00:00
TrueCharts-Admin 4a04247734 chore(deps): update container image tccr.io/truecharts/docker-in-docker to 23.0.1 2023-02-26 21:55:59 +00:00
TrueCharts-Admin 8ca10d6f45 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 2023-02-26 21:55:52 +00:00
TrueCharts-Admin cbdcec6895 chore(deps): update container image tccr.io/truecharts/deluge to v2.1.1 2023-02-26 21:55:46 +00:00
TrueCharts-Admin 1876ee8af2 chore(deps): update container image tccr.io/truecharts/ddclient to 3.10.0 2023-02-26 21:55:39 +00:00
TrueCharts-Admin 61120adad6 chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-02-26 21:55:33 +00:00
TrueCharts-Admin 3de39aa306 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-02-26 21:55:21 +00:00
TrueCharts-Admin 2bc1bd5045 chore(deps): update container image tccr.io/truecharts/cups-server to latest 2023-02-26 21:55:14 +00:00
TrueCharts-Admin 3c2a044e72 chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-26 21:55:08 +00:00
TrueCharts-Admin 3121cca67c chore(deps): update container image tccr.io/truecharts/corekeeper to latest 2023-02-26 21:55:01 +00:00
TrueCharts-Admin c38a9615d5 chore(deps): update container image tccr.io/truecharts/cops to latest 2023-02-26 21:54:55 +00:00
TrueCharts-Admin 3944e15ef8 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest 2023-02-26 21:54:48 +00:00
TrueCharts-Admin 12e1a36697 chore(deps): update container image tccr.io/truecharts/cloudbeaver to latest 2023-02-26 21:54:42 +00:00
TrueCharts-Admin c866c4d49e chore(deps): update container image tccr.io/truecharts/chromium-desktop-g3 to latest 2023-02-26 21:54:35 +00:00
TrueCharts-Admin db800f8540 chore(deps): update container image tccr.io/truecharts/chromium to latest 2023-02-26 21:54:28 +00:00
TrueCharts-Admin 32a2e6feba chore(deps): update container image tccr.io/truecharts/check-mk-raw to v2.1.0 2023-02-26 21:54:22 +00:00
TrueCharts-Admin 1b2daf9a9c chore(deps): update container image tccr.io/truecharts/calibre-web to 0.6.19 2023-02-26 21:54:15 +00:00
TrueCharts-Admin f1f38e21c4 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 2023-02-26 21:54:09 +00:00
TrueCharts-Admin 940f6d480d chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 2023-02-26 21:54:01 +00:00
TrueCharts-Admin 2453260ddb chore(deps): update container image tccr.io/truecharts/boinc to latest 2023-02-26 21:53:55 +00:00
TrueCharts-Admin 86eb6e23c9 chore(deps): update container image tccr.io/truecharts/blender to latest 2023-02-26 21:53:49 +00:00
TrueCharts-Admin 16ab25bc60 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 2023-02-26 21:53:42 +00:00
TrueCharts-Admin c1361743bf chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.4 2023-02-26 21:53:36 +00:00
TrueCharts-Admin e4a6d3ce62 chore(deps): update container image tccr.io/truecharts/backuppc to latest 2023-02-26 21:53:23 +00:00
TrueCharts BotandGitHub 48da837ede Merge pull request #7587 from truecharts/renovate/tccr.io-truecharts-handbrake-23.x 2023-02-26 20:55:22 +01:00
TrueCharts-Bot c9835d81be Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 19:31:01 +00:00
TrueCharts-Admin 01e538826a chore(deps): update container image tccr.io/truecharts/handbrake to v23.02.1 2023-02-26 19:26:59 +00:00
TrueCharts BotandGitHub 8917471ecb Merge pull request #7584 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.15.0 2023-02-26 18:55:45 +01:00
TrueCharts BotandGitHub aba8766155 Merge pull request #7586 from truecharts/renovate/tccr.io-truecharts-octoprint-1.8.6 2023-02-26 18:52:32 +01:00
TrueCharts BotandGitHub c3c3929582 Merge pull request #7585 from truecharts/renovate/tccr.io-truecharts-maloja-latest 2023-02-26 18:50:49 +01:00
TrueCharts-Bot aa3ba113e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 17:28:27 +00:00
TrueCharts-Bot 858b484268 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 17:27:26 +00:00
TrueCharts-Bot 129c7a592b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 17:27:22 +00:00
TrueCharts-Admin 0f918ef38f chore(deps): update container image tccr.io/truecharts/octoprint to 1.8.6 2023-02-26 17:23:39 +00:00
TrueCharts-Admin 6aa2ef8945 chore(deps): update container image tccr.io/truecharts/maloja to latest 2023-02-26 17:23:31 +00:00
TrueCharts-Admin af7819c1b3 chore(deps): update container image tccr.io/truecharts/babybuddy to 1.15.0 2023-02-26 17:23:15 +00:00
TrueCharts BotandGitHub 8967886d93 Merge pull request #7583 from truecharts/renovate/tccr.io-truecharts-misskey-13.x 2023-02-26 15:59:38 +01:00
TrueCharts-Bot 9f6d9cce86 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 14:27:23 +00:00
TrueCharts-Admin 0cc6db7769 chore(deps): update container image tccr.io/truecharts/misskey to v13.8.1 2023-02-26 14:23:27 +00:00
TrueCharts BotandGitHub 2749e5c3d3 Merge pull request #7581 from truecharts/renovate/tccr.io-truecharts-bookstack-23.x 2023-02-26 15:10:30 +01:00
TrueCharts BotandGitHub 774125eb70 Merge pull request #7580 from truecharts/renovate/tccr.io-truecharts-upsnap-3.0.x 2023-02-26 14:55:49 +01:00
TrueCharts-Bot dd0dd55824 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 13:32:11 +00:00
TrueCharts-Bot 861262a455 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 13:31:52 +00:00
TrueCharts-Admin cb1f592edd chore(deps): update container image tccr.io/truecharts/bookstack to v23.02.20230226 2023-02-26 13:28:10 +00:00
TrueCharts-Admin 3709dcf4df chore(deps): update container image tccr.io/truecharts/upsnap to v3.0.6 2023-02-26 13:28:00 +00:00
TrueCharts BotandGitHub 1a0946e56a Merge pull request #7578 from truecharts/renovate/tccr.io-truecharts-uptime-kuma-1.20.x 2023-02-26 10:51:19 +01:00
TrueCharts-Bot a11554b995 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 09:27:50 +00:00
TrueCharts-Admin 9834315afc chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.20.2 2023-02-26 09:23:55 +00:00
TrueCharts BotandGitHub 536ac1b960 Merge pull request #7577 from truecharts/renovate/tccr.io-truecharts-ztcuui-aio-1.2.x 2023-02-26 07:52:10 +01:00
TrueCharts-Bot 2306c350f6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 06:28:47 +00:00
TrueCharts-Admin 6735b3ccd7 chore(deps): update container image tccr.io/truecharts/ztcuui-aio to v1.2.12 2023-02-26 06:24:42 +00:00
TrueCharts BotandGitHub 74aca7fc3f Merge pull request #7575 from truecharts/renovate/tccr.io-truecharts-calibre-6.13.0 2023-02-26 06:52:05 +01:00
TrueCharts BotandGitHub faf2f9c90f Merge pull request #7576 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.3.x 2023-02-26 06:50:01 +01:00
TrueCharts-Bot 2fca4313bf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 05:27:33 +00:00
TrueCharts-Bot 8c6e30d1dd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 05:27:18 +00:00
TrueCharts-Admin fb9e08ade1 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.3.1.2796 2023-02-26 05:23:31 +00:00
TrueCharts-Admin 1797b7ebcd chore(deps): update container image tccr.io/truecharts/calibre to 6.13.0 2023-02-26 05:23:14 +00:00
TrueCharts BotandGitHub c6aededad9 Merge pull request #7573 from truecharts/renovate/tccr.io-truecharts-readarr-0.1.x 2023-02-26 05:01:22 +01:00
TrueCharts BotandGitHub 0d147102c9 Merge pull request #7574 from truecharts/renovate/tccr.io-truecharts-ntfy-2.x 2023-02-26 05:00:28 +01:00
TrueCharts BotandGitHub 377b531646 Merge pull request #7572 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.5.x 2023-02-26 04:59:40 +01:00
TrueCharts-Bot 9fbd26cd75 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 03:37:26 +00:00
TrueCharts-Bot c9af1be756 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 03:37:07 +00:00
TrueCharts-Bot 0af937da88 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 03:36:53 +00:00
TrueCharts-Admin 1f32125e6a chore(deps): update container image tccr.io/truecharts/ntfy to v2.1.0 2023-02-26 03:33:28 +00:00
TrueCharts-Admin e5efb6e71c chore(deps): update container image tccr.io/truecharts/readarr to v0.1.4.1596 2023-02-26 03:33:11 +00:00
TrueCharts-Admin 00d12c3a9d chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.6 2023-02-26 03:32:59 +00:00
TrueCharts BotandGitHub f78389ad0f Merge pull request #7568 from truecharts/renovate/patch-scrypted 2023-02-26 02:12:32 +01:00
TrueCharts-Bot 3d3568ece8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-26 00:36:59 +00:00
TrueCharts-Admin 91314e4d1e chore(deps): update scrypted to v0.6.24 2023-02-26 00:33:03 +00:00
TrueCharts BotandGitHub bcaa4f97ba Merge pull request #7567 from truecharts/renovate/tccr.io-truecharts-wizarr-2.0.x 2023-02-25 21:50:37 +01:00
TrueCharts-Bot 814bfde07e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 20:26:10 +00:00
TrueCharts-Admin 028a174a38 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.2 2023-02-25 20:22:15 +00:00
TrueCharts BotandGitHub 4e67c19f49 Merge pull request #7566 from truecharts/renovate/patch-scrypted 2023-02-25 20:59:07 +01:00
TrueCharts BotandGitHub c36020a60f Merge pull request #7565 from truecharts/renovate/tccr.io-truecharts-wizarr-2.0.x 2023-02-25 20:49:47 +01:00
TrueCharts-Bot 0c75c8a8eb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 19:25:48 +00:00
TrueCharts-Bot e2583ef9a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 19:25:36 +00:00
TrueCharts-Admin f25d465aa2 chore(deps): update scrypted to v0.6.23 2023-02-25 19:21:34 +00:00
TrueCharts-Admin 42ed66ce20 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.1 2023-02-25 19:21:25 +00:00
StevenMcElligottandGitHub 6681d5cd78 fix(pgadmin): Fix broken tag to update for 6.20 2023-02-25 12:11:55 -05:00
TrueCharts BotandGitHub 5812eb1ae0 Merge pull request #7562 from truecharts/renovate/tccr.io-truecharts-alist-3.12.x 2023-02-25 14:54:54 +01:00
TrueCharts-Bot 1f5429dcc6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 13:31:50 +00:00
TrueCharts-Admin 9930d08f48 chore(deps): update container image tccr.io/truecharts/alist to v3.12.2 2023-02-25 13:27:46 +00:00
TrueCharts BotandGitHub ea599cf094 Merge pull request #7561 from truecharts/renovate/ghcr.io-jens-maus-raspberrymatic-latest 2023-02-25 13:51:31 +01:00
TrueCharts-Bot 26069c76ef Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 12:26:24 +00:00
TrueCharts-Admin 4e450cccdc chore(deps): update container image ghcr.io/jens-maus/raspberrymatic to latest 2023-02-25 12:22:30 +00:00
TrueCharts BotandGitHub 2e1d118818 Merge pull request #7560 from truecharts/renovate/tccr.io-truecharts-alist-3.12.x 2023-02-25 11:49:58 +01:00
TrueCharts-Bot 71108f5775 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 10:26:37 +00:00
TrueCharts-Admin b40af79c10 chore(deps): update container image tccr.io/truecharts/alist to v3.12.1 2023-02-25 10:22:02 +00:00
TrueCharts BotandGitHub bc51202cfb Merge pull request #7559 from truecharts/renovate/tccr.io-truecharts-ispy-agent-dvr-4.5.x 2023-02-25 10:50:06 +01:00
TrueCharts-Bot 497d37703c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 09:27:11 +00:00
TrueCharts-Admin 843f755ef5 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.5.3.0 2023-02-25 09:22:33 +00:00
TrueCharts BotandGitHub eb85450f11 Merge pull request #7558 from truecharts/renovate/tccr.io-truecharts-mosdns-5.1.x 2023-02-25 04:17:23 +01:00
TrueCharts BotandGitHub d6cc74888a Merge pull request #7557 from truecharts/renovate/tccr.io-truecharts-barcodebuddy-latest 2023-02-25 04:16:11 +01:00
TrueCharts-Bot 85ed2a31ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 02:53:50 +00:00
TrueCharts-Bot 245b6eca8f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 02:52:54 +00:00
TrueCharts-Admin d74a0e1ca7 chore(deps): update container image tccr.io/truecharts/mosdns to v5.1.1 2023-02-25 02:49:22 +00:00
TrueCharts-Admin 9649065dcb chore(deps): update container image tccr.io/truecharts/barcodebuddy to latest 2023-02-25 02:49:01 +00:00
TrueCharts BotandGitHub c187ebb07f Merge pull request #7555 from truecharts/renovate/patch-scrypted 2023-02-25 03:29:49 +01:00
TrueCharts BotandGitHub fe7125eed6 Merge pull request #7556 from truecharts/renovate/tccr.io-truecharts-wizarr-2.x 2023-02-25 03:20:32 +01:00
TrueCharts BotandGitHub 48cd9ea9c2 Merge pull request #7554 from truecharts/renovate/tccr.io-truecharts-homarr-0.11.x 2023-02-25 03:18:12 +01:00
TrueCharts-Bot 816c440083 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 01:56:03 +00:00
TrueCharts-Bot e7a4db2dd9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 01:55:56 +00:00
TrueCharts-Bot fc58481cd2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 01:55:32 +00:00
TrueCharts-Admin de204c54a3 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.0 2023-02-25 01:51:54 +00:00
TrueCharts-Admin 643c18dc04 chore(deps): update scrypted to v0.6.22 2023-02-25 01:51:36 +00:00
TrueCharts-Admin 362be29c6a chore(deps): update container image tccr.io/truecharts/homarr to v0.11.5 2023-02-25 01:51:27 +00:00
TrueCharts-Bot a199610bb4 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-25 00:27:09 +00:00
TrueCharts BotandGitHub 810a809b28 Merge pull request #7553 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.x 2023-02-25 00:53:39 +01:00
TrueCharts-Bot 2c933f7cd5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 23:29:41 +00:00
TrueCharts-Admin d81f1597b2 chore(deps): update container image tccr.io/truecharts/flexget to v3.5.27 2023-02-24 23:25:39 +00:00
TrueCharts BotandGitHub f8552a4cb6 Merge pull request #7552 from truecharts/renovate/ghcr.io-truecharts-promtail-2.7.4 2023-02-24 22:50:01 +01:00
TrueCharts-Bot c1c0f70f60 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 21:28:08 +00:00
TrueCharts-Admin dbbdf05576 chore(deps): update container image ghcr.io/truecharts/promtail to 2.7.4 2023-02-24 21:23:31 +00:00
TrueCharts BotandGitHub 5e451c17c8 Merge pull request #7549 from truecharts/renovate/tccr.io-truecharts-loki-2.7.4 2023-02-24 21:54:25 +01:00
TrueCharts-Bot 7585417c5f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 20:30:39 +00:00
TrueCharts-Admin f2588cdeb9 chore(deps): update container image tccr.io/truecharts/loki to 2.7.4 2023-02-24 20:25:55 +00:00
TrueCharts BotandGitHub 628a3c3554 Merge pull request #7548 from truecharts/renovate/patch-scrypted 2023-02-24 21:02:01 +01:00
TrueCharts BotandGitHub 5a7d114c3d Merge pull request #7547 from truecharts/renovate/tccr.io-truecharts-sourcegraph-4.5.x 2023-02-24 20:50:28 +01:00
TrueCharts BotandGitHub 25f0581d3a Merge pull request #7546 from truecharts/renovate/ghcr.io-truecharts-promtail-2.7.x 2023-02-24 20:47:41 +01:00
TrueCharts-Bot ed517cf560 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 19:25:21 +00:00
TrueCharts-Bot 31438a1f3f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 19:25:09 +00:00
TrueCharts-Bot b81ba865a9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 19:25:00 +00:00
TrueCharts-Admin cdf0c4fb6c chore(deps): update scrypted to v0.6.20 2023-02-24 19:21:25 +00:00
TrueCharts-Admin 413f1f2988 chore(deps): update container image tccr.io/truecharts/sourcegraph to v4.5.1 2023-02-24 19:21:15 +00:00
TrueCharts-Admin dcac004b4a chore(deps): update container image ghcr.io/truecharts/promtail to v2.7.4 2023-02-24 19:21:06 +00:00
TrueCharts BotandGitHub 98633603a3 Merge pull request #7543 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.5.x 2023-02-24 19:54:47 +01:00
TrueCharts BotandGitHub 5550778ca6 Merge pull request #7544 from truecharts/renovate/tccr.io-truecharts-loki-2.7.x 2023-02-24 19:54:08 +01:00
TrueCharts-Bot 825f207613 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 18:29:43 +00:00
TrueCharts-Bot 49de3e8a0a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 18:29:34 +00:00
TrueCharts-Admin 6333ab29d2 chore(deps): update container image tccr.io/truecharts/loki to v2.7.4 2023-02-24 18:25:36 +00:00
TrueCharts-Admin 94e2928e06 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.5 2023-02-24 18:25:27 +00:00
TrueCharts BotandGitHub 5d70f95e0c Merge pull request #7542 from truecharts/renovate/tccr.io-truecharts-kavita-0.7.1 2023-02-24 18:52:43 +01:00
allcontributors[bot]GitHuballcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
286b4fd46f docs: add dominch as a contributor for bug (#7539)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-24 18:33:56 +01:00
TrueCharts-Bot 96f5aec181 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 17:28:12 +00:00
TrueCharts-Admin fe39c668e1 chore(deps): update container image tccr.io/truecharts/kavita to 0.7.1 2023-02-24 17:24:05 +00:00
TrueCharts BotandGitHub 920c4f9be7 Merge pull request #7540 from truecharts/renovate/tccr.io-truecharts-n8n-0.217.x 2023-02-24 17:58:13 +01:00
TrueCharts BotandGitHub aba1c1546b Merge pull request #7541 from truecharts/renovate/tccr.io-truecharts-zwavejs-ui-8.x 2023-02-24 17:52:23 +01:00
TrueCharts-Bot e71571738d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 16:38:13 +00:00
TrueCharts-Bot 8a810f0691 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 16:38:05 +00:00
TrueCharts-Admin 67ee57e939 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.9.0 2023-02-24 16:22:54 +00:00
TrueCharts-Admin e14953f08d chore(deps): update container image tccr.io/truecharts/n8n to v0.217.1 2023-02-24 16:22:23 +00:00
Xstar97TheNoobandGitHub 80cd517c7c fix(homebox) homebox fix allow registration variable. (#7538)
* fix(homebox) fix allow registration variable

* bump chart version
2023-02-24 15:26:07 +00:00
AllieQpzmandGitHub 0802d9179c feat(plexaniserver) plexanisync move to stable (#7535) 2023-02-24 16:16:00 +01:00
ef6921327d chore(deps): update immich to v1.49.0 (minor) (#7487)
* chore(deps): update immich to v1.49.0

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

* fix ml

* remove `-`

* default

* quote

* hardcode

* handle update

* ...

* Update charts/stable/immich/templates/_ml.tpl

Signed-off-by: Stavros Kois <[email protected]>

* needs new proebs

---------

Signed-off-by: TrueCharts-Bot <[email protected]>
Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-02-24 17:02:48 +02:00
TrueCharts BotandGitHub e27a54a9ad Merge pull request #7533 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-24 09:00:32 +01:00
TrueCharts BotandGitHub 4ad3f2c671 Merge pull request #7532 from truecharts/renovate/tccr.io-truecharts-xwiki-15.0.0-postgres 2023-02-24 08:58:31 +01:00
allcontributors[bot]GitHuballcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
c479205f86 docs: add AllieQpzm as a contributor for code (#7534)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-24 09:31:53 +02:00
TrueCharts-Bot 161dfc548a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 07:29:18 +00:00
TrueCharts-Bot 19286fa991 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 07:29:08 +00:00
AllieQpzmandGitHub 6b7f45b2fb fix(plexanisync) reference plex_sections correctly (#7527) 2023-02-24 09:26:43 +02:00
TrueCharts-Admin 71c779e8e7 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.5 2023-02-24 07:25:20 +00:00
TrueCharts-Admin b7a524c3ae chore(deps): update container image tccr.io/truecharts/xwiki to 15.0.0-postgres 2023-02-24 07:25:12 +00:00
TrueCharts BotandGitHub 37ca4d535f Merge pull request #7530 from truecharts/renovate/tccr.io-truecharts-protonmail-bridge-3.x 2023-02-24 04:18:26 +01:00
TrueCharts-Bot d4d4211a15 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 02:52:38 +00:00
TrueCharts-Admin 12ba11223d chore(deps): update container image tccr.io/truecharts/protonmail-bridge to v3.0.17 2023-02-24 02:48:08 +00:00
TrueCharts BotandGitHub ba83ff4869 Merge pull request #7525 from truecharts/renovate/tccr.io-truecharts-n8n-0.x 2023-02-24 03:23:48 +01:00
TrueCharts BotandGitHub 84c38b76e4 Merge pull request #7526 from truecharts/renovate/tccr.io-truecharts-apprise-api-1.x 2023-02-24 03:20:34 +01:00
TrueCharts BotandGitHub ebe61d2ea8 Merge pull request #7524 from truecharts/renovate/tccr.io-truecharts-clickhouse-23.x 2023-02-24 03:17:56 +01:00
TrueCharts-Bot a7b8dfd41e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 01:55:08 +00:00
TrueCharts-Bot 6592648fc3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 01:55:07 +00:00
TrueCharts-Bot fd2a039253 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 01:54:42 +00:00
TrueCharts-Admin 94fe8b40d5 chore(deps): update container image tccr.io/truecharts/apprise-api to v1.2.0 2023-02-24 01:51:09 +00:00
TrueCharts-Admin e2c7ce6bb7 chore(deps): update container image tccr.io/truecharts/n8n to v0.217.0 2023-02-24 01:50:53 +00:00
TrueCharts-Admin bfd6865eeb chore(deps): update container image tccr.io/truecharts/clickhouse to v23.2.1.2537 2023-02-24 01:50:40 +00:00
TrueCharts BotandGitHub c9d8eaa40f Merge pull request #7523 from truecharts/renovate/tccr.io-truecharts-alist-3.x 2023-02-24 01:58:53 +01:00
TrueCharts BotandGitHub ceeac644b7 chore(deps): update dawidd6/action-download-artifact action to v2.26.0 (#7486) 2023-02-24 02:55:56 +02:00
TrueCharts BotandGitHub 8e8655e015 chore(deps): update renovatebot/github-action action to v34.152.2 (#7490) 2023-02-24 02:55:40 +02:00
TrueCharts-Bot 53fbcfaf49 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 00:35:47 +00:00
TrueCharts-Admin d225814494 chore(deps): update container image tccr.io/truecharts/alist to v3.12.0 2023-02-24 00:30:59 +00:00
TrueCharts-Bot dd6aaa912c Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-24 00:26:18 +00:00
TrueCharts BotandGitHub fca7e9ff59 Merge pull request #7522 from truecharts/renovate/tccr.io-truecharts-openproject-12.4.x 2023-02-24 01:06:38 +01:00
TrueCharts-Bot f586bea089 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 23:29:20 +00:00
TrueCharts-Admin 0b8a60e96d chore(deps): update container image tccr.io/truecharts/openproject to v12.4.5 2023-02-23 23:25:12 +00:00
TrueCharts BotandGitHub 8edf09d454 Merge pull request #7520 from truecharts/renovate/tccr.io-truecharts-n8n-0.216.x 2023-02-23 23:58:02 +01:00
TrueCharts-Bot 73e9c53d2f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 22:28:58 +00:00
TrueCharts-Admin f8bbcc6331 chore(deps): update container image tccr.io/truecharts/n8n to v0.216.2 2023-02-23 22:25:02 +00:00
TrueCharts BotandGitHub 63c3d58f34 Merge pull request #7518 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-23 23:00:59 +01:00
Xstar97TheNoobandGitHub 904f33d89c fix(somfyprotect2mqtt) fix secret type values (#7508)
* fix(somfyprotect2mqtt) fix secret type values

* bump version

* fix code variable

* remove type

* add SKIPINSTALL
2023-02-23 21:35:03 +00:00
TrueCharts-Bot 54615d6c56 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 21:30:01 +00:00
TrueCharts-Admin fec42019a0 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.4 2023-02-23 21:25:40 +00:00
TrueCharts BotandGitHub fa1bdbb351 Merge pull request #7516 from truecharts/renovate/tccr.io-truecharts-kavitaemail-0.1.x 2023-02-23 21:49:54 +01:00
TrueCharts-Bot ca01f597e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 20:26:11 +00:00
TrueCharts-Admin b161f1456d chore(deps): update container image tccr.io/truecharts/kavitaemail to v0.1.14 2023-02-23 20:22:17 +00:00
TrueCharts BotandGitHub 126d0bf3fc Merge pull request #7515 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-02-23 20:55:42 +01:00
TrueCharts-Bot 92463228a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 19:29:17 +00:00
TrueCharts-Admin eaf7972110 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.23 2023-02-23 19:25:10 +00:00
TrueCharts BotandGitHub e8402da5ce Merge pull request #7514 from truecharts/renovate/patch-ersatztv 2023-02-23 19:15:46 +01:00
TrueCharts-Bot dbb78d7ace Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 17:27:50 +00:00
TrueCharts-Admin 9e7fa1db8f chore(deps): update container image tccr.io/truecharts/ersatztv-vaapi to v0.7.4 2023-02-23 17:23:10 +00:00
TrueCharts BotandGitHub a967d9aeea Merge pull request #7513 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-23 18:02:20 +01:00
TrueCharts-Bot b4d4531085 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 16:30:13 +00:00
TrueCharts-Admin 8f01a69652 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.3 2023-02-23 16:24:47 +00:00
TrueCharts BotandGitHub 429a14390c Merge pull request #7512 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.5.x 2023-02-23 16:51:50 +01:00
TrueCharts-Bot 17fa000e97 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 15:27:27 +00:00
TrueCharts-Admin 92a9985376 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.4 2023-02-23 15:22:23 +00:00
Xstar97TheNoobandGitHub 30fafb840e fix(apprise-api): BREAKING CHANGE refactor (#7370)
* fix(apprise-api) breaking changes

* update tag

* fix perms

* www-data perms

* remove whitespace

---------

Signed-off-by: Xstar97TheNoob <[email protected]>
2023-02-23 16:03:21 +01:00
Xstar97TheNoobandGitHub e18b59ee83 renovate(scrypted) add scrypted group (#7509) 2023-02-23 10:02:29 -05:00
TrueCharts BotandGitHub 677024a407 Merge pull request #7510 from truecharts/renovate/restreamer 2023-02-23 15:51:52 +01:00
TrueCharts-Bot 490f403911 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 14:26:51 +00:00
TrueCharts-Admin 083897564b chore(deps): update container image tccr.io/truecharts/restreamer to v2.5.0 2023-02-23 14:22:50 +00:00
TrueCharts BotandGitHub bd6b7cd629 Merge pull request #7507 from truecharts/renovate/tccr.io-truecharts-wizarr-1.6.x 2023-02-23 14:57:05 +01:00
TrueCharts-Bot eb616dd9ad Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 13:31:12 +00:00
TrueCharts-Admin a6fd5d6acb chore(deps): update container image tccr.io/truecharts/wizarr to v1.6.5 2023-02-23 13:27:07 +00:00
TrueCharts BotandGitHub a4a5feca71 Merge pull request #7506 from truecharts/renovate/tccr.io-truecharts-sourcegraph-4.x 2023-02-23 13:57:04 +01:00
TrueCharts-Bot dd2a112b1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 12:30:54 +00:00
TrueCharts-Admin c90e68f2c4 chore(deps): update container image tccr.io/truecharts/sourcegraph to v4.5.0 2023-02-23 12:26:57 +00:00
TrueCharts BotandGitHub e0b7fd2828 Merge pull request #7505 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-23 13:01:33 +01:00
TrueCharts-Bot 3acf478df4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 11:30:19 +00:00
TrueCharts-Admin 23038aa2db chore(deps): update container image tccr.io/truecharts/misskey to v13.7.2 2023-02-23 11:25:36 +00:00
TrueCharts BotandGitHub b74ce25c82 Merge pull request #7504 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.x 2023-02-23 11:55:16 +01:00
TrueCharts-Bot 7e50777489 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 10:29:42 +00:00
TrueCharts-Admin 9ebffce970 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.3.0.2757 2023-02-23 10:25:04 +00:00
TrueCharts BotandGitHub f821d21b3d Merge pull request #7503 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.5 2023-02-23 10:09:41 +01:00
TrueCharts-Bot 5ca9153e50 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 08:29:12 +00:00
TrueCharts-Admin 916e309073 chore(deps): update container image tccr.io/truecharts/netbox to 3.4.5 2023-02-23 08:24:35 +00:00
TrueCharts BotandGitHub 95bcf0bacd Merge pull request #7502 from truecharts/renovate/tccr.io-truecharts-wizarr-1.6.x 2023-02-23 08:49:42 +01:00
TrueCharts-Bot f4c295c3e8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 07:25:54 +00:00
TrueCharts-Admin 5585a5dfad chore(deps): update container image tccr.io/truecharts/wizarr to v1.6.4 2023-02-23 07:21:59 +00:00
TrueCharts BotandGitHub 9f7ad429be Merge pull request #7501 from truecharts/renovate/tccr.io-truecharts-strapi-4.6.x 2023-02-23 08:01:10 +01:00
TrueCharts-Bot 17b7eb351f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 06:29:26 +00:00
TrueCharts-Admin 1e1596be0e chore(deps): update container image tccr.io/truecharts/strapi to v4.6.2 2023-02-23 06:25:33 +00:00
TrueCharts BotandGitHub ddefbf55d3 Merge pull request #7500 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-23 07:00:46 +01:00
TrueCharts-Bot dd96703860 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 05:27:09 +00:00
TrueCharts-Admin 8205f2b5b6 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.1 2023-02-23 05:22:37 +00:00
TrueCharts BotandGitHub d180ec8e55 Merge pull request #7499 from truecharts/renovate/tccr.io-truecharts-esphome-2023.2.x 2023-02-23 05:55:58 +01:00
TrueCharts-Bot dfe12c0f86 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 04:29:39 +00:00
TrueCharts-Admin b2e820143a chore(deps): update container image tccr.io/truecharts/esphome to v2023.2.4 2023-02-23 04:25:42 +00:00
TrueCharts BotandGitHub 3ee7308bba Merge pull request #7498 from truecharts/renovate/tccr.io-truecharts-portainer-ce-2.17.1 2023-02-23 04:15:56 +01:00
TrueCharts-Bot 07ec71aae5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 02:51:08 +00:00
TrueCharts-Admin 8b2e87209a chore(deps): update container image tccr.io/truecharts/portainer-ce to 2.17.1 2023-02-23 02:47:04 +00:00
TrueCharts BotandGitHub 0d946bb075 Merge pull request #7497 from truecharts/renovate/tailscale-tailscale-1.36.x 2023-02-23 03:08:09 +01:00
TrueCharts-Bot d78b8e5b98 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 01:54:14 +00:00
TrueCharts-Admin d31e030aed chore(deps): update container image tailscale/tailscale to v1.36.2 2023-02-23 01:49:18 +00:00
TrueCharts-Bot 3a1fb8cb1f Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-23 00:25:39 +00:00
TrueCharts BotandGitHub d34bbf419e Merge pull request #7496 from truecharts/renovate/tccr.io-truecharts-dashdot-4.9.x 2023-02-23 00:52:53 +01:00
TrueCharts-Bot 0b8929ab5c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 23:28:05 +00:00
TrueCharts-Admin c93e54f988 chore(deps): update container image tccr.io/truecharts/dashdot to v4.9.1 2023-02-22 23:24:02 +00:00
TrueCharts BotandGitHub 6913192d0e Merge pull request #7495 from truecharts/renovate/tccr.io-truecharts-radicale-3.1.x 2023-02-22 21:53:12 +01:00
TrueCharts-Bot 5de67584b6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 20:30:22 +00:00
TrueCharts-Admin e195946bc8 chore(deps): update container image tccr.io/truecharts/radicale to v3.1.8.1 2023-02-22 20:26:12 +00:00
TrueCharts BotandGitHub c6c79f4e8a Merge pull request #7494 from truecharts/renovate/tccr.io-truecharts-multi-scrobbler-latest 2023-02-22 20:51:12 +01:00
TrueCharts-Bot 25fc38e6a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 19:29:02 +00:00
TrueCharts-Admin b987b27d38 chore(deps): update container image tccr.io/truecharts/multi-scrobbler to latest 2023-02-22 19:24:11 +00:00
TrueCharts BotandGitHub 99f00c2ebd Merge pull request #7492 from truecharts/renovate/tccr.io-truecharts-youtrack-2022.3.x 2023-02-22 18:55:33 +01:00
TrueCharts-Bot 1b76ce802f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 17:26:42 +00:00
TrueCharts-Admin 06d66e804c chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65372 2023-02-22 17:22:37 +00:00
Xstar97TheNoobandGitHub 6109a65a68 feat(Somfyprotect2mqtt) add somfyprotect2mqtt (#7458)
* feat(somfyprotect2mqtt) add somfyprotect2mqtt

* update chart

* remove changes from cloudflared

* set tag v0.2.9

* fix sites range

* fix int variables

* fix host type in values

* convert to string

* fix manual_snapshot variable

* fix secrets.tpl

* remove unused secret obj

* fix config
2023-02-22 10:33:56 -05:00
TrueCharts BotandGitHub 61ac76402c Merge pull request #7488 from truecharts/renovate/tccr.io-truecharts-misskey-13.x 2023-02-22 13:58:53 +01:00
TrueCharts BotandGitHub 65b5654ae3 Merge pull request #7489 from truecharts/renovate/penpot 2023-02-22 13:58:18 +01:00
TrueCharts-Bot 7fc41f585b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 12:28:43 +00:00
TrueCharts-Bot 794005fa9d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 12:28:38 +00:00
TrueCharts-Admin 8363b7808d chore(deps): update penpot to v1.17.1 2023-02-22 12:24:08 +00:00
TrueCharts-Admin 03b8fcb637 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.0 2023-02-22 12:23:53 +00:00
TrueCharts BotandGitHub ecedf9969e Merge pull request #7484 from truecharts/renovate/tccr.io-truecharts-jenkins-2.x 2023-02-22 12:54:50 +01:00
TrueCharts BotandGitHub 46ffe5d4be Merge pull request #7485 from truecharts/renovate/tccr.io-truecharts-verysync-2.x 2023-02-22 12:54:19 +01:00
TrueCharts-Bot 5b358aef75 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 11:29:06 +00:00
TrueCharts-Bot bb2e447980 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 11:29:01 +00:00
TrueCharts-Admin 3853c1d3b9 chore(deps): update container image tccr.io/truecharts/verysync to v2.16.0 2023-02-22 11:25:16 +00:00
TrueCharts-Admin 692aa47328 chore(deps): update container image tccr.io/truecharts/jenkins to v2.392.0 2023-02-22 11:25:04 +00:00
TrueCharts BotandGitHub ccb0411cc4 Merge pull request #7480 from truecharts/renovate/tccr.io-truecharts-hedgedoc-1.9.7 2023-02-22 11:57:22 +01:00
TrueCharts BotandGitHub 1657db2f3a Merge pull request #7481 from truecharts/renovate/tccr.io-truecharts-wizarr-1.6.x 2023-02-22 11:53:41 +01:00
TrueCharts BotandGitHub 40b8719c62 Merge pull request #7482 from truecharts/renovate/tccr.io-truecharts-zwavejs-ui-8.8.x 2023-02-22 11:53:16 +01:00
TrueCharts BotandGitHub c11974ad69 Merge pull request #7483 from truecharts/renovate/tccr.io-truecharts-game-server-monitor-2.x 2023-02-22 11:44:41 +01:00
TrueCharts-Bot 8f8ae1c449 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 10:30:11 +00:00
TrueCharts-Bot 2a02f81835 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 10:30:09 +00:00
TrueCharts-Bot 8ab6a0f4fd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 10:29:16 +00:00
TrueCharts-Bot 47525f499b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 10:28:52 +00:00
TrueCharts-Admin 2f4f9d85af chore(deps): update container image tccr.io/truecharts/game-server-monitor to v2.11.0 2023-02-22 10:25:30 +00:00
TrueCharts-Admin e376045f57 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.8.6 2023-02-22 10:25:18 +00:00
TrueCharts-Admin 4281bf6de1 chore(deps): update container image tccr.io/truecharts/wizarr to v1.6.3 2023-02-22 10:25:08 +00:00
TrueCharts-Admin a5ccd5fea7 chore(deps): update container image tccr.io/truecharts/hedgedoc to 1.9.7 2023-02-22 10:24:51 +00:00
TrueCharts BotandGitHub 353dd4a67b chore(deps): update actions/stale action to v7 (#5593) 2023-02-22 10:15:38 +01:00
TrueCharts BotandGitHub da4ab9a95e chore(deps): update actions/delete-package-versions action to v4 (#6135) 2023-02-22 10:15:17 +01:00
Kjeld Schouten-LebbingandGitHub fe60db053a fix(k8s-gateway): fix multi-domain (#7448)
* Update _configmap.tpl

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update _k8sgateway.tpl

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update Chart.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update Chart.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

---------

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-22 10:13:26 +01:00
TrueCharts BotandGitHub 5771f9a494 Merge pull request #7479 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.x 2023-02-22 10:08:53 +01:00
TrueCharts-Bot 00e4a5775f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 08:30:17 +00:00
TrueCharts-Admin d7621b0864 chore(deps): update container image tccr.io/truecharts/netbox to v3.4.5 2023-02-22 08:25:17 +00:00
TrueCharts BotandGitHub c2629e74ae Merge pull request #7477 from truecharts/renovate/tccr.io-truecharts-tsmuxer-23.2.x 2023-02-22 08:52:51 +01:00
TrueCharts BotandGitHub 82915ae1ba Merge pull request #7476 from truecharts/renovate/tccr.io-truecharts-stash-0.19.x 2023-02-22 08:52:20 +01:00
TrueCharts-Bot 17276a190b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 07:28:00 +00:00
TrueCharts-Bot 53727bf022 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 07:27:53 +00:00
TrueCharts-Admin df92242b48 chore(deps): update container image tccr.io/truecharts/tsmuxer to v23.02.3 2023-02-22 07:24:04 +00:00
TrueCharts-Admin 009a297eb7 chore(deps): update container image tccr.io/truecharts/stash to v0.19.1 2023-02-22 07:23:56 +00:00
TrueCharts BotandGitHub 29f8372d8c Merge pull request #7474 from truecharts/renovate/tccr.io-truecharts-soft-serve-0.4.x 2023-02-22 07:51:55 +01:00
TrueCharts-Bot 10dc85efd2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 06:27:13 +00:00
TrueCharts-Admin b688353902 chore(deps): update container image tccr.io/truecharts/soft-serve to v0.4.6 2023-02-22 06:23:19 +00:00
TrueCharts BotandGitHub 5bd82cf7be Merge pull request #7471 from truecharts/renovate/tccr.io-truecharts-ghost-5.35.1 2023-02-22 07:09:51 +01:00
TrueCharts BotandGitHub 2ddccf7834 Merge pull request #7472 from truecharts/renovate/tccr.io-truecharts-portainer-ce-2.17.x 2023-02-22 06:53:52 +01:00
TrueCharts-Bot e8f551c69b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 05:29:22 +00:00
TrueCharts-Bot 5039a31559 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 05:29:10 +00:00
TrueCharts-Admin 9033bfd841 chore(deps): update container image tccr.io/truecharts/portainer-ce to v2.17.1 2023-02-22 05:25:28 +00:00
TrueCharts-Admin a926f53928 chore(deps): update container image tccr.io/truecharts/ghost to 5.35.1 2023-02-22 05:25:14 +00:00
TrueCharts BotandGitHub e633f82352 Merge pull request #7470 from truecharts/renovate/tccr.io-truecharts-n8n-0.216.x 2023-02-22 05:56:03 +01:00
TrueCharts-Bot e28a6228ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 04:26:56 +00:00
TrueCharts-Admin 5ca545da15 chore(deps): update container image tccr.io/truecharts/n8n to v0.216.1 2023-02-22 04:23:03 +00:00
TrueCharts BotandGitHub e71bf643a5 Merge pull request #7469 from truecharts/renovate/tccr.io-truecharts-ghost-5.35.x 2023-02-22 05:13:12 +01:00
TrueCharts-Bot ae2e5589c1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 03:32:28 +00:00
TrueCharts-Admin 2142a23310 chore(deps): update container image tccr.io/truecharts/ghost to v5.35.1 2023-02-22 03:27:43 +00:00
TrueCharts BotandGitHub 6f74010137 Merge pull request #7468 from truecharts/renovate/tccr.io-truecharts-homer-23.2.x 2023-02-22 04:16:49 +01:00
TrueCharts-Bot a6d6b260b7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 02:53:43 +00:00
TrueCharts-Admin 855a960eba chore(deps): update container image tccr.io/truecharts/homer to v23.02.2 2023-02-22 02:49:21 +00:00
TrueCharts BotandGitHub 135d136242 Merge pull request #7467 from truecharts/renovate/tccr.io-truecharts-gitea-1.18.x 2023-02-22 03:33:18 +01:00
TrueCharts BotandGitHub 1c0af0f436 Merge pull request #7466 from truecharts/renovate/tccr.io-truecharts-webgrabplus-5.0.1 2023-02-22 03:20:05 +01:00
TrueCharts-Bot bf37307291 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 01:57:37 +00:00
TrueCharts-Bot 15401c9cdb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 01:56:57 +00:00
TrueCharts-Admin 643fc89c61 chore(deps): update container image tccr.io/truecharts/gitea to v1.18.5 2023-02-22 01:53:01 +00:00
TrueCharts-Admin 6041ed0de4 chore(deps): update container image tccr.io/truecharts/webgrabplus to 5.0.1 2023-02-22 01:52:53 +00:00
TrueCharts BotandGitHub 5fedcbc7a9 Merge pull request #7465 from truecharts/renovate/tccr.io-truecharts-ubooquity-v2.1.2 2023-02-22 02:00:23 +01:00
TrueCharts BotandGitHub e15f8a78b2 Merge pull request #7464 from truecharts/renovate/tccr.io-truecharts-storm-latest 2023-02-22 01:44:04 +01:00
TrueCharts-Bot d31e4f6068 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 00:35:07 +00:00
TrueCharts-Admin 13e3a1c686 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 2023-02-22 00:30:13 +00:00
TrueCharts-Bot f3b90e8a0d Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-22 00:24:37 +00:00
TrueCharts BotandGitHub 0057e15a3d Merge pull request #7463 from truecharts/renovate/tccr.io-truecharts-adguard-home-0.107.x 2023-02-22 00:50:47 +01:00
TrueCharts-Bot 66fd8a4fce Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 23:26:54 +00:00
TrueCharts-Admin 7f1da084f6 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.25 2023-02-21 23:22:49 +00:00
TrueCharts BotandGitHub 9f144bb500 chore(deps): update pascalgn/automerge-action action to v0.15.6 (#7429) 2023-02-22 00:11:08 +02:00
TrueCharts BotandGitHub d299534434 chore(deps): update yokawasa/action-setup-kube-tools action to v0.9.3 (#7430) 2023-02-22 00:10:54 +02:00
Xstar97TheNoobandGitHub 84a2df0e6c fix(rtmpserver) enable ports (#7459) 2023-02-21 19:04:42 +01:00
Xstar97TheNoobandGitHub 7fb8026f4b fix(homebridge) homebridge update v2023 (#7449)
* fix(homebridge) homebridge update v2023

* update chart version
2023-02-21 15:09:09 +01:00
Xstar97TheNoobandGitHub dc0da31251 fix(unpoller) unpoller change upstream (#7445)
* fix(unifi-poller) unifi-poller change upstream

* update tag version
2023-02-21 15:08:48 +01:00
TrueCharts BotandGitHub 142997a609 Merge pull request #7457 from truecharts/renovate/tccr.io-truecharts-scrypted-thin-0.6.x 2023-02-21 14:07:32 +01:00
TrueCharts BotandGitHub 9da2ce1c7d Merge pull request #7455 from truecharts/renovate/tccr.io-truecharts-scrypted-full-0.6.x 2023-02-21 14:06:40 +01:00
TrueCharts BotandGitHub a9073c3be3 Merge pull request #7456 from truecharts/renovate/tccr.io-truecharts-scrypted-lite-0.6.x 2023-02-21 14:06:36 +01:00
TrueCharts BotandGitHub 09578198c7 Merge pull request #7451 from truecharts/renovate/tccr.io-truecharts-appsmith-1.9.x 2023-02-21 14:02:55 +01:00
TrueCharts BotandGitHub ddbf613e62 Merge pull request #7454 from truecharts/renovate/tccr.io-truecharts-nocodb-0.105.x 2023-02-21 14:01:29 +01:00
TrueCharts BotandGitHub 1ac200c062 Merge pull request #7452 from truecharts/renovate/tccr.io-truecharts-czkawka-23.2.x 2023-02-21 13:56:00 +01:00
TrueCharts BotandGitHub f15d1a060c Merge pull request #7453 from truecharts/renovate/tccr.io-truecharts-homepage-0.6.x 2023-02-21 13:55:36 +01:00
TrueCharts BotandGitHub a8420acbba Merge pull request #7450 from truecharts/renovate/tccr.io-truecharts-openvscode-server-1.75.1 2023-02-21 13:54:52 +01:00
TrueCharts-Bot 34027326c6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 12:32:43 +00:00
TrueCharts-Bot 6bebd842ee Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 12:32:12 +00:00
TrueCharts-Bot 6e509bb6a0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 12:32:09 +00:00
TrueCharts-Bot b8dfaad531 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 12:32:08 +00:00
TrueCharts-Bot 959d978a60 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 12:32:07 +00:00
TrueCharts-Bot 81e5027f1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 12:31:57 +00:00
TrueCharts-Bot b3e0b98a33 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 12:31:57 +00:00
TrueCharts-Bot 5dc897a1bd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 12:31:27 +00:00
TrueCharts-Admin 21e8e33878 chore(deps): update container image tccr.io/truecharts/scrypted-thin to v0.6.19 2023-02-21 12:28:16 +00:00
TrueCharts-Admin 5e24cd3e4c chore(deps): update container image tccr.io/truecharts/scrypted-lite to v0.6.19 2023-02-21 12:28:09 +00:00
TrueCharts-Admin 1d068e1ef7 chore(deps): update container image tccr.io/truecharts/scrypted-full to v0.6.19 2023-02-21 12:28:01 +00:00
TrueCharts-Admin 48a197d05c chore(deps): update container image tccr.io/truecharts/nocodb to v0.105.3 2023-02-21 12:27:51 +00:00
TrueCharts-Admin b48784935d chore(deps): update container image tccr.io/truecharts/homepage to v0.6.9 2023-02-21 12:27:44 +00:00
TrueCharts-Admin a858c2bb6e chore(deps): update container image tccr.io/truecharts/czkawka to v23.02.3 2023-02-21 12:27:37 +00:00
TrueCharts-Admin ad55a43857 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.8 2023-02-21 12:27:28 +00:00
TrueCharts-Admin 8aa443a787 chore(deps): update container image tccr.io/truecharts/openvscode-server to 1.75.1 2023-02-21 12:27:15 +00:00
Xstar97TheNoobandGitHub c3cab5f515 feat(shoko-server) shoko-server move to stable (#7444) 2023-02-21 11:58:30 +01:00
TrueCharts BotandGitHub c1ab877c55 Merge pull request #7431 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.x 2023-02-21 02:07:22 +01:00
TrueCharts BotandGitHub 795cfc9cd1 Merge pull request #7427 from truecharts/renovate/tccr.io-truecharts-zerotier-1.10.x 2023-02-21 02:03:43 +01:00
TrueCharts-Bot a22bb7278c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 00:39:52 +00:00
TrueCharts-Bot b3cdbce80c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 00:39:36 +00:00
TrueCharts-Admin 07ccaaf938 chore(deps): update container image tccr.io/truecharts/babybuddy to v1.15.0 2023-02-21 00:35:56 +00:00
TrueCharts-Admin 8fc5ca5431 chore(deps): update container image tccr.io/truecharts/zerotier to v1.10.3 2023-02-21 00:35:40 +00:00
TrueCharts-Bot 33b09e5598 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 01:34:17 +01:00
TrueCharts-Admin 10f807cae4 chore(deps): update container image tccr.io/truecharts/rflood to latest 2023-02-21 01:34:17 +01:00
TrueCharts-Bot 758bc5076f Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 00:27:31 +00:00
TrueCharts BotandGitHub f90d28a3c0 Merge pull request #7413 from truecharts/renovate/tccr.io-truecharts-hedgedoc-1.9.x 2023-02-21 00:59:40 +01:00
TrueCharts BotandGitHub e0e82ca405 Merge pull request #7442 from truecharts/renovate/tccr.io-truecharts-znc-v1.8.2 2023-02-21 00:57:01 +01:00
TrueCharts-Bot 1fc159a8d2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 23:33:28 +00:00
TrueCharts-Bot 38d2f478ce Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 23:33:24 +00:00
TrueCharts-Bot 5fcc58480e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 00:29:42 +01:00
TrueCharts-Admin 1e96b7c5b3 chore(deps): update container image tccr.io/truecharts/traefik to v2.9.8 2023-02-21 00:29:42 +01:00
TrueCharts-Admin 6c1910f52b chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.7 2023-02-20 23:29:34 +00:00
TrueCharts-Admin 9e9a434f49 chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 2023-02-20 23:29:22 +00:00
TrueCharts BotandGitHub 042a040f1c Merge pull request #7416 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-02-21 00:27:49 +01:00
TrueCharts BotandGitHub 7a00ee0906 Merge pull request #7434 from truecharts/renovate/tccr.io-truecharts-ghost-5.x 2023-02-21 00:27:37 +01:00
TrueCharts-Bot 470f13962d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-21 00:25:51 +01:00
TrueCharts-Admin fc2c60bbef chore(deps): update container image tccr.io/truecharts/scratch to latest 2023-02-21 00:25:51 +01:00
TrueCharts BotandGitHub 86ba72763a Merge pull request #7412 from truecharts/renovate/tccr.io-truecharts-gitea-1.18.x 2023-02-21 00:23:08 +01:00
TrueCharts BotandGitHub 6ec78de30f Merge pull request #7420 from truecharts/renovate/tccr.io-truecharts-openproject-12.4.x 2023-02-21 00:22:58 +01:00
TrueCharts BotandGitHub 9d8de4365d Merge pull request #7428 from truecharts/renovate/patch-immich 2023-02-21 00:21:57 +01:00
TrueCharts BotandGitHub c99a274c2e Merge pull request #7404 from truecharts/renovate/patch-authentik 2023-02-21 00:20:43 +01:00
TrueCharts BotandGitHub 1fb562aa68 Merge pull request #7438 from truecharts/renovate/tccr.io-truecharts-paperless-ng-1.x 2023-02-21 00:20:35 +01:00
TrueCharts BotandGitHub 20556c6555 Merge pull request #7436 from truecharts/renovate/tccr.io-truecharts-hasty-paste-1.x 2023-02-21 00:18:44 +01:00
TrueCharts BotandGitHub 95b566e4eb Merge pull request #7437 from truecharts/renovate/tccr.io-truecharts-nocodb-0.x 2023-02-21 00:18:18 +01:00
TrueCharts BotandGitHub 0fd531be37 Merge pull request #7441 from truecharts/renovate/tccr.io-truecharts-ntfy-2.x 2023-02-21 00:17:48 +01:00
TrueCharts BotandGitHub 583ab83037 Merge pull request #7432 from truecharts/renovate/tccr.io-truecharts-calibre-6.x 2023-02-21 00:16:56 +01:00
TrueCharts BotandGitHub 9cb49f48a6 Merge pull request #7419 from truecharts/renovate/tccr.io-truecharts-noisedash-0.6.x 2023-02-21 00:16:39 +01:00
TrueCharts BotandGitHub b3dac2a6d8 Merge pull request #7425 from truecharts/renovate/tccr.io-truecharts-wikijs-2.5.x 2023-02-21 00:15:43 +01:00
TrueCharts BotandGitHub 375c7ab074 Merge pull request #7417 from truecharts/renovate/tccr.io-truecharts-linkding-1.17.x 2023-02-21 00:15:40 +01:00
TrueCharts BotandGitHub a696e5ba1c Merge pull request #7433 from truecharts/renovate/tccr.io-truecharts-code-server-4.x 2023-02-21 00:15:11 +01:00
TrueCharts BotandGitHub 66f8cb660b Merge pull request #7423 from truecharts/renovate/tccr.io-truecharts-satisfactory-1.4.x 2023-02-21 00:15:04 +01:00
TrueCharts BotandGitHub 05a9885594 Merge pull request #7440 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.x 2023-02-21 00:14:58 +01:00
TrueCharts BotandGitHub 0dffbbc006 Merge pull request #7391 from truecharts/renovate/splunk-splunk-9.0.4 2023-02-21 00:14:51 +01:00
TrueCharts BotandGitHub 2c9a59cdc8 Merge pull request #7408 from truecharts/renovate/tccr.io-truecharts-domoticz-2023.1.x 2023-02-21 00:14:43 +01:00
TrueCharts BotandGitHub 304b9ca019 Merge pull request #7426 from truecharts/renovate/tccr.io-truecharts-wizarr-1.6.x 2023-02-21 00:14:37 +01:00
TrueCharts BotandGitHub 2bbc3059b4 Merge pull request #7422 from truecharts/renovate/tccr.io-truecharts-readarr-0.1.x 2023-02-21 00:14:30 +01:00
TrueCharts BotandGitHub 1ed63fa206 Merge pull request #7414 from truecharts/renovate/tccr.io-truecharts-homepage-0.6.x 2023-02-21 00:13:58 +01:00
TrueCharts BotandGitHub c2716e015f Merge pull request #7393 from truecharts/renovate/tccr.io-truecharts-hedgedoc-1.9.6 2023-02-21 00:13:44 +01:00
TrueCharts BotandGitHub 8b42c505f1 Merge pull request #7421 from truecharts/renovate/tccr.io-truecharts-qinglong-2.15.x 2023-02-21 00:13:30 +01:00
TrueCharts BotandGitHub f82c5ca4c1 Merge pull request #7418 from truecharts/renovate/tccr.io-truecharts-makemkv-23.2.x 2023-02-21 00:13:22 +01:00
TrueCharts BotandGitHub 817e49e451 Merge pull request #7409 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.x 2023-02-21 00:13:16 +01:00
TrueCharts BotandGitHub 9407450224 Merge pull request #7415 from truecharts/renovate/tccr.io-truecharts-ispy-agent-dvr-4.5.x 2023-02-21 00:13:13 +01:00
TrueCharts BotandGitHub b220c06542 Merge pull request #7406 from truecharts/renovate/tccr.io-truecharts-clamav-1.0.x 2023-02-21 00:13:06 +01:00
TrueCharts BotandGitHub 97e33c07ea Merge pull request #7435 from truecharts/renovate/tccr.io-truecharts-guacamole-server-1.x 2023-02-21 00:13:04 +01:00
TrueCharts BotandGitHub c6e04cf7cd Merge pull request #7410 from truecharts/renovate/tccr.io-truecharts-fluidd-1.23.x 2023-02-21 00:12:59 +01:00
TrueCharts BotandGitHub 8506a40c85 Merge pull request #7407 from truecharts/renovate/tccr.io-truecharts-collabora-22.5.x 2023-02-21 00:12:54 +01:00
TrueCharts BotandGitHub 8215ff2913 Merge pull request #7392 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.14.0 2023-02-21 00:12:17 +01:00
TrueCharts BotandGitHub 7550138a96 Merge pull request #7405 from truecharts/renovate/tccr.io-truecharts-adguard-home-0.107.x 2023-02-21 00:12:03 +01:00
TrueCharts BotandGitHub d3874a98ca Merge pull request #7403 from truecharts/renovate/tccr.io-truecharts-zerotier-1.10.2 2023-02-21 00:11:54 +01:00
TrueCharts BotandGitHub 1191d5c826 Merge pull request #7397 from truecharts/renovate/tccr.io-truecharts-ocis-2.0.0 2023-02-21 00:11:41 +01:00
TrueCharts BotandGitHub deeffab0d5 Merge pull request #7402 from truecharts/renovate/tccr.io-truecharts-thunderbird-latest 2023-02-21 00:11:32 +01:00
TrueCharts BotandGitHub 5e6e98e3af Merge pull request #7396 from truecharts/renovate/tccr.io-truecharts-metatube-latest 2023-02-21 00:11:12 +01:00
TrueCharts BotandGitHub 3a6f946084 Merge pull request #7401 from truecharts/renovate/tccr.io-truecharts-teedy-docs-latest 2023-02-21 00:10:29 +01:00
TrueCharts BotandGitHub f1da759407 Merge pull request #7394 from truecharts/renovate/tccr.io-truecharts-jelu-latest 2023-02-21 00:10:15 +01:00
TrueCharts BotandGitHub 2555bc8d51 Merge pull request #7398 from truecharts/renovate/tccr.io-truecharts-qbittorrent-4.5.1 2023-02-21 00:10:07 +01:00
TrueCharts BotandGitHub 7d653981d2 Merge pull request #7400 from truecharts/renovate/tccr.io-truecharts-tasmocompiler-latest 2023-02-21 00:09:54 +01:00
TrueCharts BotandGitHub ab43ec768c Merge pull request #7395 from truecharts/renovate/tccr.io-truecharts-lidarr-1.1.3.2982 2023-02-21 00:09:46 +01:00
TrueCharts-Bot 879975ae0e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:37:51 +00:00
TrueCharts-Bot 345f82a79d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:37:29 +00:00
TrueCharts-Bot 38bc4bb326 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:37:20 +00:00
TrueCharts-Bot 844fc8dfac Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:36:47 +00:00
TrueCharts-Bot b830a92ba1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:36:27 +00:00
TrueCharts-Bot e410fd1409 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:36:13 +00:00
TrueCharts-Bot 1700a1fb90 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:35:53 +00:00
TrueCharts-Bot be11b1ec6f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:35:43 +00:00
TrueCharts-Bot e09e6533a0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:35:31 +00:00
TrueCharts-Bot ce9369efa1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:35:27 +00:00
TrueCharts-Bot 860e0c02fd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:34:33 +00:00
TrueCharts-Bot 9bc9aee4a5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:34:31 +00:00
TrueCharts-Bot 3a6f5b9f95 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:34:08 +00:00
TrueCharts-Bot cad3321919 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:33:56 +00:00
TrueCharts-Bot 75c9fc7cca Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:33:49 +00:00
TrueCharts-Bot c3f4bea1d2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:33:40 +00:00
TrueCharts-Bot 0a8f18dfad Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:33:27 +00:00
TrueCharts-Bot ebb34f5a25 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:33:02 +00:00
TrueCharts-Bot fc1f3ed436 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:32:44 +00:00
TrueCharts-Bot d07beeb4b3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:32:43 +00:00
TrueCharts-Bot 29938476ef Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:32:27 +00:00
TrueCharts-Bot 00b02fcf4a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:31:25 +00:00
TrueCharts-Bot 2124f4d78a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:30:56 +00:00
TrueCharts-Bot d901799076 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:30:42 +00:00
TrueCharts-Admin 176e2b0ffd chore(deps): update container image tccr.io/truecharts/ntfy to v2.0.1 2023-02-20 22:30:42 +00:00
TrueCharts-Bot b7e5e84ebc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:30:36 +00:00
TrueCharts-Bot 54932a93a1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:30:25 +00:00
TrueCharts-Admin edc5fabb5d chore(deps): update container image tccr.io/truecharts/prowlarr to v1.2.2.2699 2023-02-20 22:30:25 +00:00
TrueCharts-Bot 338c700709 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:30:20 +00:00
TrueCharts-Admin e6a27b6dac chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.13.0 2023-02-20 22:30:11 +00:00
TrueCharts-Bot 8687bab7f7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:30:08 +00:00
TrueCharts-Bot 86f957f957 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:30:05 +00:00
TrueCharts-Admin 39347dff5b chore(deps): update container image tccr.io/truecharts/nocodb to v0.105.2 2023-02-20 22:30:00 +00:00
TrueCharts-Bot e1500e1958 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:29:53 +00:00
TrueCharts-Bot 7d14555d00 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:29:52 +00:00
TrueCharts-Admin 5eaf892003 chore(deps): update container image tccr.io/truecharts/hasty-paste to v1.9.0 2023-02-20 22:29:49 +00:00
TrueCharts-Bot b370ac0a69 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:29:48 +00:00
TrueCharts-Bot 966567f7e1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:29:46 +00:00
TrueCharts-Admin d3cd960469 chore(deps): update container image tccr.io/truecharts/guacamole-server to v1.5.0 2023-02-20 22:29:42 +00:00
TrueCharts-Bot 2f4e4969ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:29:36 +00:00
TrueCharts-Bot afe076c945 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:29:35 +00:00
TrueCharts-Admin 172045b4ba chore(deps): update container image tccr.io/truecharts/ghost to v5.35.0 2023-02-20 22:29:35 +00:00
TrueCharts-Bot 7cac9167c8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:29:29 +00:00
TrueCharts-Admin 0a640ff761 chore(deps): update container image tccr.io/truecharts/code-server to v4.10.0 2023-02-20 22:29:26 +00:00
TrueCharts-Bot e07f4eb17e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:29:25 +00:00
TrueCharts-Admin 96ac6664f9 chore(deps): update container image tccr.io/truecharts/calibre to v6.13.0 2023-02-20 22:29:18 +00:00
TrueCharts-Bot 729c607afa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:29:12 +00:00
TrueCharts-Bot 9d22651c86 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:29:01 +00:00
TrueCharts-Admin 7d542c5b29 chore(deps): update immich to v1.47.3 2023-02-20 22:28:48 +00:00
TrueCharts-Bot 59d3d30988 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:28:34 +00:00
TrueCharts-Admin cc3bb67d89 chore(deps): update container image tccr.io/truecharts/wizarr to v1.6.2 2023-02-20 22:28:34 +00:00
TrueCharts-Admin f2ef1b0bcb chore(deps): update container image tccr.io/truecharts/wikijs to v2.5.297 2023-02-20 22:28:27 +00:00
TrueCharts-Bot 89eb67c135 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:28:14 +00:00
TrueCharts-Bot c10d5b2820 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 22:28:13 +00:00
TrueCharts-Admin 43ce5ebbfb chore(deps): update container image tccr.io/truecharts/satisfactory to v1.4.6 2023-02-20 22:28:13 +00:00
TrueCharts-Admin 5f03a6098d chore(deps): update container image tccr.io/truecharts/readarr to v0.1.3.1584 2023-02-20 22:28:06 +00:00
TrueCharts-Admin 2cd52123a6 chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.8 2023-02-20 22:27:59 +00:00
TrueCharts-Admin c57028bfff chore(deps): update container image tccr.io/truecharts/openproject to v12.4.4 2023-02-20 22:27:49 +00:00
TrueCharts-Admin cfc6d74c11 chore(deps): update container image tccr.io/truecharts/noisedash to v0.6.9 2023-02-20 22:27:42 +00:00
TrueCharts-Admin 2819cf72de chore(deps): update container image tccr.io/truecharts/makemkv to v23.02.5 2023-02-20 22:27:35 +00:00
TrueCharts-Admin 96ac565220 chore(deps): update container image tccr.io/truecharts/linkding to v1.17.2 2023-02-20 22:27:28 +00:00
TrueCharts-Admin 13e521a03a chore(deps): update container image tccr.io/truecharts/leantime to v2.3.13 2023-02-20 22:27:21 +00:00
TrueCharts-Admin 176079c8ce chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.5.2.0 2023-02-20 22:27:13 +00:00
TrueCharts-Admin e8a0b0c4ba chore(deps): update container image tccr.io/truecharts/homepage to v0.6.8 2023-02-20 22:27:07 +00:00
TrueCharts-Admin 1bbf6d03d2 chore(deps): update container image tccr.io/truecharts/gitea to v1.18.4 2023-02-20 22:26:52 +00:00
TrueCharts-Admin 2c3e45d2ad chore(deps): update container image tccr.io/truecharts/fluidd to v1.23.2 2023-02-20 22:26:39 +00:00
TrueCharts-Admin 4daf777305 chore(deps): update container image tccr.io/truecharts/flexget to v3.5.25 2023-02-20 22:26:32 +00:00
TrueCharts-Admin 513d16d962 chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230220 2023-02-20 22:26:25 +00:00
TrueCharts-Admin 6d0c59f521 chore(deps): update container image tccr.io/truecharts/collabora to v22.05.10.2.1 2023-02-20 22:26:18 +00:00
TrueCharts-Admin 20bf891b5b chore(deps): update container image tccr.io/truecharts/clamav to v1.0.1 2023-02-20 22:26:11 +00:00
TrueCharts-Admin df8e76ee7c chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.24 2023-02-20 22:26:03 +00:00
TrueCharts-Admin 461d07b940 chore(deps): update authentik to v2023.2.2 2023-02-20 22:25:55 +00:00
TrueCharts-Admin 874230b6f5 chore(deps): update container image tccr.io/truecharts/zerotier to v 2023-02-20 22:25:49 +00:00
TrueCharts-Admin c12ccb6bd7 chore(deps): update container image tccr.io/truecharts/thunderbird to latest 2023-02-20 22:25:42 +00:00
TrueCharts-Admin 461259a266 chore(deps): update container image tccr.io/truecharts/teedy-docs to latest 2023-02-20 22:25:35 +00:00
TrueCharts-Admin 8768b721d2 chore(deps): update container image tccr.io/truecharts/tasmocompiler to latest 2023-02-20 22:25:28 +00:00
TrueCharts-Admin 6641a9a021 chore(deps): update container image tccr.io/truecharts/qbittorrent to 4.5.1 2023-02-20 22:25:12 +00:00
TrueCharts-Admin 517ed41439 chore(deps): update container image tccr.io/truecharts/ocis to 2.0.0 2023-02-20 22:25:01 +00:00
TrueCharts-Admin c9e2ec607f chore(deps): update container image tccr.io/truecharts/metatube to latest 2023-02-20 22:24:54 +00:00
TrueCharts-Admin 8cac7ef9d9 chore(deps): update container image tccr.io/truecharts/lidarr to 1.1.3.2982 2023-02-20 22:24:48 +00:00
TrueCharts-Admin 98d440cd03 chore(deps): update container image tccr.io/truecharts/jelu to latest 2023-02-20 22:24:38 +00:00
TrueCharts-Admin e924d8a472 chore(deps): update container image tccr.io/truecharts/hedgedoc to v 2023-02-20 22:24:31 +00:00
TrueCharts-Admin 6e14800184 chore(deps): update container image tccr.io/truecharts/babybuddy to v 2023-02-20 22:24:15 +00:00
TrueCharts-Admin 10ae1785a9 chore(deps): update container image splunk/splunk to 9.0.4 2023-02-20 22:24:08 +00:00
TrueCharts BotandGitHub c7354d6bac chore(deps): update renovatebot/github-action action to v34.146.1 (#7259) 2023-02-20 23:04:10 +02:00
TrueCharts-Bot 80f63f3174 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 18:24:09 +01:00
TrueCharts-Admin 9ebb3bebba chore(deps): update container image tccr.io/truecharts/readarr to 0.1.2.1558 2023-02-20 18:24:09 +01:00
allcontributors[bot]GitHuballcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1e473e842b docs: add sdimovv as a contributor for code (#7388)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-20 18:01:29 +01:00
Xstar97TheNoobandGitHub 63d660ebc2 fix(metube) major update + code cleanup (#7374)
* fix(metube) major update + code cleanup

* fix name
2023-02-20 11:55:59 -05:00
sdimovvandGitHub 5e8e4706a1 chore(authentic): update default avatar value (#7372)
* Update default avatar env value

Signed-off-by: sdimovv <[email protected]>

* Update Chart.yaml

* Update questions.yaml

---------

Signed-off-by: sdimovv <[email protected]>
2023-02-20 17:55:50 +01:00
TrueCharts BotandGitHub 5f1ba5bdc3 Merge pull request #7382 from truecharts/renovate/tccr.io-truecharts-home-assistant-2023.2.x 2023-02-20 10:00:00 +01:00
TrueCharts BotandGitHub 571c3e4150 Merge pull request #7387 from truecharts/renovate/tccr.io-truecharts-n8n-0.x 2023-02-20 09:59:20 +01:00
TrueCharts BotandGitHub 9a1b5042f3 Merge pull request #7385 from truecharts/renovate/tccr.io-truecharts-shlink-3.5.x 2023-02-20 09:58:10 +01:00
TrueCharts BotandGitHub d283575112 Merge pull request #7386 from truecharts/renovate/tccr.io-truecharts-kavita-0.x 2023-02-20 09:55:25 +01:00
TrueCharts BotandGitHub 4788c2d40c Merge pull request #7384 from truecharts/renovate/tccr.io-truecharts-pihole-2023.2.x 2023-02-20 09:54:59 +01:00
TrueCharts BotandGitHub c0b5d0d0b0 Merge pull request #7383 from truecharts/renovate/tccr.io-truecharts-homebox-0.8.x 2023-02-20 09:53:03 +01:00
TrueCharts-Bot 787f6b6a2f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 08:30:15 +00:00
TrueCharts-Bot 5c6f516205 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 08:29:48 +00:00
TrueCharts-Bot 0d736cd7ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 08:29:44 +00:00
TrueCharts-Bot af180031c5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 08:29:28 +00:00
TrueCharts-Bot 9fbb1eae4b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 08:29:18 +00:00
TrueCharts-Bot 1d2d422e68 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 08:29:08 +00:00
TrueCharts-Admin 1eab9254dd chore(deps): update container image tccr.io/truecharts/n8n to v0.216.0 2023-02-20 08:25:51 +00:00
TrueCharts-Admin fd2f34a949 chore(deps): update container image tccr.io/truecharts/kavita to v0.7.1 2023-02-20 08:25:43 +00:00
TrueCharts-Admin ef67746a4c chore(deps): update container image tccr.io/truecharts/shlink to v3.5.2 2023-02-20 08:25:29 +00:00
TrueCharts-Admin 7dc0d4c372 chore(deps): update container image tccr.io/truecharts/pihole to v2023.02.2 2023-02-20 08:25:20 +00:00
TrueCharts-Admin 55b78dd5b4 chore(deps): update container image tccr.io/truecharts/homebox to v0.8.2 2023-02-20 08:25:12 +00:00
TrueCharts-Admin 2b22b0cf81 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.2.5 2023-02-20 08:25:03 +00:00
TrueCharts BotandGitHub 3caef2f80f Merge pull request #7381 from truecharts/renovate/tccr.io-truecharts-fileflows-1.0.x 2023-02-20 05:53:55 +01:00
TrueCharts BotandGitHub 6f09caa8ea Merge pull request #7380 from truecharts/renovate/tccr.io-truecharts-esphome-2023.2.x 2023-02-20 05:52:16 +01:00
TrueCharts-Bot 1129f9ed94 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 04:27:21 +00:00
TrueCharts-Bot 1b3da49649 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 04:27:17 +00:00
TrueCharts-Admin 9ae09ff876 chore(deps): update container image tccr.io/truecharts/fileflows to v1.0.9 2023-02-20 04:23:20 +00:00
TrueCharts-Admin 3a7c5bde04 chore(deps): update container image tccr.io/truecharts/esphome to v2023.2.3 2023-02-20 04:23:11 +00:00
TrueCharts-Bot 537971c04a Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-20 00:28:03 +00:00
TrueCharts-Bot a57aa3757d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-19 23:24:52 +01:00
TrueCharts-Admin 86f2ec21c4 chore(deps): update helm general non-major 2023-02-19 23:24:52 +01:00
allcontributors[bot]GitHuballcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
f288443c75 docs: add hughes5 as a contributor for doc (#7379)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-19 22:21:34 +01:00
hughes5andGitHub 025b48591d fix(Docs) Fixes in Traefik and cloudflareddns docs (#7377)
* update Traefik how-to

Update Traefik how-to to reference correct train, fix link, and move note to a better location.

* Update setup-guide.md

fix broken link to letsencrypt guide
2023-02-19 22:20:53 +01:00
Csaba EngediandGitHub b5d4aced41 feat(traefik-forward-auth): add traefik-forward-auth (#6965)
* Initial commit for traefik-forward-auth

* Add providers, change variable naming

* Change chart version

* Add container SHA, add secrets as env

* feat(traefik-forward-auth): add traefik-fwd-auth

* Follow prettier in docs, adding default values

* Follow prettier in docs and Chart.yaml
2023-02-19 21:54:23 +01:00
Xstar97TheNoobandGitHub 45c820f4d4 feat(upsnap) add upsnap (#7373)
* feat(upsnap) add upsnap
2023-02-19 21:53:30 +01:00
Xstar97TheNoobandGitHub 0857b1e94c fix(adguardhome-sync) update env + change upstream (#7360) 2023-02-19 19:58:00 +00:00
Xstar97TheNoobandGitHub 8f6f5a6404 fix(wizarr) set tag v1.6.1 (#7375) 2023-02-19 14:27:59 -05:00
Stavros KoisandGitHub e08d6c229e chore(guacamole-client): remove temp hack (#7376) 2023-02-19 21:20:45 +02:00
TrueCharts-Bot a0f9327c24 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-19 00:26:28 +00:00
xstar97andXstar97TheNoob 3bf0a417c7 add variables to values 2023-02-18 16:10:21 -05:00
xstar97andXstar97TheNoob c2eaad9dcb update to 0.6.16 2023-02-18 16:10:21 -05:00
xstar97andXstar97TheNoob f0d5ada349 add env SCRYPTED_INSECURE_PORT 2023-02-18 16:10:21 -05:00
xstar97andXstar97TheNoob 32734a539a update 2023-02-18 16:10:21 -05:00
xstar97andXstar97TheNoob a939bc913d update to mirror container tag 2023-02-18 16:10:21 -05:00
xstar97andXstar97TheNoob c299275c47 feat(scrypted) add scrypted 2023-02-18 16:10:21 -05:00
Xstar97TheNoobandGitHub dcb83c41a5 feat(muse) add muse (#7366)
* feat(muse) add muse

* add description to variable.

* some clean up + docs

* add our mirror tag

* fix docs
2023-02-18 21:13:10 +01:00
Xstar97TheNoobandGitHub e93bdedf88 fix(strapi) add docs to build admin panel (#7369)
* fix(strapi) automatically build admin panel

* fix command and added docs

* replace init with args

* replace arg command

* remove initcontainer

* yarn strapi

* remove init and update docs.

* update docs

* remove extra args defaults

* fix test value

* remove comment

* add yarn run build initContainers

* update init initContainers

* update

* fix datbase host

* update

* update args

* update command

* replace npm with yarn

* remove init container

* update docs

* update word
2023-02-18 21:12:38 +01:00
TrueCharts-Bot 7db628e16f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-18 01:30:30 +01:00
TrueCharts-Admin 3a8593272a chore(deps): update container image tccr.io/truecharts/raneto to latest 2023-02-18 01:30:30 +01:00
Kjeld Schouten-LebbingandGitHub 70fdc76200 Relicense enterprise charts (#7363) 2023-02-17 15:17:49 +01:00
Xstar97TheNoobandGitHub 3bf585fa5a fix(phpmyadmin) code cleanup (#7361)
* fix(phpmyadmin) code cleanup

* fix variable example defaults
2023-02-17 06:27:23 -05:00
TrueCharts-Bot bb7d2b695a Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-17 00:28:32 +00:00
846262b85a feat(rtmpserver) move to stable (#6589)
* feat(rtmpserver) move to stable

* Apply suggestions from code review

Signed-off-by: Stavros Kois <[email protected]>

* fix docs

---------

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-02-16 11:23:19 -05:00
TrueCharts-Bot f1cd63437a Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-16 00:26:49 +00:00
l-moon-gitandGitHub bf4312b70a mkvtoolnix-darkmode (#7359)
Signed-off-by: l-moon-git <[email protected]>
2023-02-16 02:10:13 +02:00
df07bc3e13 feat(makemkv): Add Dark Mode GUI Option support (#7357)
* (Feature) Adds DARKMODE support (#1)

* Add files via upload

Signed-off-by: l-moon-git <[email protected]>

* Update values.yaml

Fixing syntax

Signed-off-by: l-moon-git <[email protected]>

* Update values.yaml

Fixing more syntax

Signed-off-by: l-moon-git <[email protected]>

---------

Signed-off-by: l-moon-git <[email protected]>

* bump

---------

Signed-off-by: l-moon-git <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-02-15 20:34:48 +00:00
allcontributors[bot]GitHuballcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1616cc9db8 docs: add l-moon-git as a contributor for code (#7358)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-15 22:11:08 +02:00
TrueCharts BotandGitHub 927fc52f83 Merge pull request #7337 from truecharts/renovate/minecraft-java 2023-02-15 16:36:26 +01:00
TrueCharts-Admin 35bf0fad99 chore(deps): update container image tccr.io/truecharts/prometheus to 2.42.0 2023-02-15 16:24:18 +01:00
Xstar97TheNoobandGitHub 6b314b081b fix(tasmoadmin) code cleanup (#7244)
* fix(tasmoadmin) code cleanup

* fix url

* update tag

* fix

---------

Signed-off-by: Xstar97TheNoob <[email protected]>
2023-02-15 15:11:12 +00:00
Xstar97TheNoobandGitHub 473156684e fix(acestream) code cleanup + env variables. (#7236)
* fix(acestream) code cleanup + env variables.

* update

* fix whitespace

---------

Signed-off-by: Xstar97TheNoob <[email protected]>
2023-02-15 15:09:28 +00:00
TrueCharts-Bot 9f475b9d5b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 15:31:34 +01:00
TrueCharts-Admin bac89b00a0 chore(deps): update container image tccr.io/truecharts/posterr to latest 2023-02-15 15:31:34 +01:00
TrueCharts-Bot 11e20c8380 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 15:29:25 +01:00
TrueCharts-Admin 004ca2a5a2 chore(deps): update container image tccr.io/truecharts/grafana to 9.3.6 2023-02-15 15:29:25 +01:00
xstar97andXstar97TheNoob b47eea0bd1 remove(amvd) amvd is deprecated 2023-02-15 08:50:08 -05:00
xstar97andXstar97TheNoob 302c202d0f remove(amtd) amtd deprecated 2023-02-15 08:49:19 -05:00
TrueCharts BotandGitHub e75fe300c0 Merge pull request #7345 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.4 2023-02-15 14:40:13 +01:00
TrueCharts BotandGitHub a005d0541e Merge pull request #7334 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.3 2023-02-15 14:38:04 +01:00
TrueCharts BotandGitHub 4845e4d4e2 Merge pull request #7341 from truecharts/renovate/tccr.io-truecharts-monica-4.0.0 2023-02-15 14:37:13 +01:00
TrueCharts BotandGitHub f20e1c8ced Merge pull request #7346 from truecharts/renovate/tccr.io-truecharts-nginx-1.23.3 2023-02-15 14:36:45 +01:00
TrueCharts BotandGitHub 87b0922551 Merge pull request #7318 from truecharts/renovate/tccr.io-truecharts-ghost-5.34.0 2023-02-15 14:35:50 +01:00
TrueCharts BotandGitHub dfa8f21058 Merge pull request #7316 from truecharts/renovate/tccr.io-truecharts-fleet-2.3.3 2023-02-15 14:35:41 +01:00
TrueCharts BotandGitHub 1ef5ba2860 Merge pull request #7347 from truecharts/renovate/tccr.io-truecharts-nginx-unprivileged-1.23.3 2023-02-15 14:34:13 +01:00
TrueCharts-Bot 29655c2661 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 14:33:04 +01:00
TrueCharts-Admin c0ff6d16a8 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-02-15 14:33:04 +01:00
TrueCharts BotandGitHub 0d7a494eae Merge pull request #7330 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-15 14:29:58 +01:00
TrueCharts BotandGitHub d920b408ab Merge pull request #7352 from truecharts/renovate/tccr.io-truecharts-privatebin-1.5.1 2023-02-15 14:29:16 +01:00
TrueCharts BotandGitHub 861a7296f6 Merge pull request #7328 from truecharts/renovate/tccr.io-truecharts-kdenlive-latest 2023-02-15 14:29:13 +01:00
TrueCharts BotandGitHub 4b0647162e Merge pull request #7327 from truecharts/renovate/tccr.io-truecharts-invidious-latest 2023-02-15 14:29:07 +01:00
TrueCharts BotandGitHub 8233d5f24e Merge pull request #7348 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.8.0 2023-02-15 14:29:00 +01:00
TrueCharts BotandGitHub ea177400ea Merge pull request #7324 from truecharts/renovate/tccr.io-truecharts-hedgedoc-1.9.6 2023-02-15 14:28:40 +01:00
TrueCharts BotandGitHub c5bc966f97 Merge pull request #7355 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-02-15 14:28:07 +01:00
TrueCharts BotandGitHub b3fc1d3870 Merge pull request #7344 from truecharts/renovate/tccr.io-truecharts-mysql-workbench-8.0.32 2023-02-15 14:27:55 +01:00
TrueCharts BotandGitHub acc8d81e72 Merge pull request #7342 from truecharts/renovate/tccr.io-truecharts-mstream-v5.11.4 2023-02-15 14:27:45 +01:00
TrueCharts BotandGitHub 9e4763072e Merge pull request #7356 from truecharts/renovate/tccr.io-truecharts-pylon-2.9.0 2023-02-15 14:27:26 +01:00
TrueCharts BotandGitHub 94e6265770 Merge pull request #7333 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.3 2023-02-15 14:27:21 +01:00
TrueCharts BotandGitHub 1815b1f7ce Merge pull request #7350 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-02-15 14:26:54 +01:00
TrueCharts BotandGitHub 0d0f952b7b Merge pull request #7354 from truecharts/renovate/tccr.io-truecharts-pwndrop-v1.0.1 2023-02-15 14:26:50 +01:00
TrueCharts BotandGitHub c9a5ef1dd4 Merge pull request #7343 from truecharts/renovate/tccr.io-truecharts-mylar3-0.7.0 2023-02-15 14:26:45 +01:00
TrueCharts BotandGitHub bce4a6fe52 Merge pull request #7294 from truecharts/renovate/tccr.io-truecharts-budge-v0.0.9 2023-02-15 14:26:41 +01:00
TrueCharts BotandGitHub 412660f747 Merge pull request #7329 from truecharts/renovate/tccr.io-truecharts-lazylibrarian-latest 2023-02-15 14:26:19 +01:00
TrueCharts BotandGitHub 9573da9111 Merge pull request #7349 from truecharts/renovate/tccr.io-truecharts-openspeedtest-latest 2023-02-15 14:26:05 +01:00
TrueCharts BotandGitHub ebeb17ae2b Merge pull request #7335 from truecharts/renovate/tccr.io-truecharts-medusa-1.0.11 2023-02-15 14:25:51 +01:00
TrueCharts BotandGitHub 6c176b604e Merge pull request #7322 from truecharts/renovate/tccr.io-truecharts-grocy-3.3.2 2023-02-15 14:25:27 +01:00
TrueCharts BotandGitHub feebaeec49 Merge pull request #7338 from truecharts/renovate/tccr.io-truecharts-minetest-5.6.1 2023-02-15 14:25:14 +01:00
TrueCharts BotandGitHub 3ee1b8c3f0 Merge pull request #7332 from truecharts/renovate/tccr.io-truecharts-logitechmediaserver-8.4.0 2023-02-15 14:25:06 +01:00
TrueCharts BotandGitHub 922d781eed Merge pull request #7339 from truecharts/renovate/tccr.io-truecharts-minio-latest 2023-02-15 14:24:59 +01:00
TrueCharts BotandGitHub 55c758aad7 Merge pull request #7340 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.4 2023-02-15 14:24:54 +01:00
TrueCharts BotandGitHub 64784aa16c Merge pull request #7336 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-02-15 14:24:47 +01:00
TrueCharts BotandGitHub 29f5c18d6e Merge pull request #7307 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.0.1 2023-02-15 14:24:45 +01:00
TrueCharts BotandGitHub e7a6d8117f Merge pull request #7331 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-02-15 14:24:42 +01:00
TrueCharts BotandGitHub 824e54ffac Merge pull request #7314 from truecharts/renovate/tccr.io-truecharts-farmos-latest 2023-02-15 14:24:38 +01:00
TrueCharts BotandGitHub 1fee575c8d Merge pull request #7323 from truecharts/renovate/tccr.io-truecharts-habridge-v5.4.1 2023-02-15 14:24:26 +01:00
TrueCharts BotandGitHub ac00d02a5d Merge pull request #7319 from truecharts/renovate/tccr.io-truecharts-goaccess-npm-logs-latest 2023-02-15 14:24:08 +01:00
TrueCharts BotandGitHub a0ffcdb8e0 Merge pull request #7315 from truecharts/renovate/tccr.io-truecharts-firefox-desktop-g3-latest 2023-02-15 14:24:01 +01:00
TrueCharts BotandGitHub cf8f278f94 Merge pull request #7309 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-02-15 14:23:54 +01:00
TrueCharts BotandGitHub 7dc4c8172d Merge pull request #7313 from truecharts/renovate/tccr.io-truecharts-emulatorjs-v1.7.2 2023-02-15 14:23:53 +01:00
TrueCharts BotandGitHub 6c0ccd04bd Merge pull request #7311 from truecharts/renovate/tccr.io-truecharts-duplicacy-latest 2023-02-15 14:23:51 +01:00
TrueCharts BotandGitHub 1438b63ec4 Merge pull request #7310 from truecharts/renovate/tccr.io-truecharts-duckdns-latest 2023-02-15 14:23:47 +01:00
TrueCharts BotandGitHub 574d36bec9 Merge pull request #7317 from truecharts/renovate/tccr.io-truecharts-freshrss-1.20.2 2023-02-15 14:23:44 +01:00
TrueCharts BotandGitHub 95d1bfeecd Merge pull request #7301 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-15 14:23:40 +01:00
TrueCharts BotandGitHub c150dfbc7c Merge pull request #7312 from truecharts/renovate/tccr.io-truecharts-eclipse-mosquitto-2.0.15 2023-02-15 14:23:32 +01:00
TrueCharts BotandGitHub c8f058eaee Merge pull request #7291 from truecharts/renovate/tccr.io-truecharts-blender-latest 2023-02-15 14:23:24 +01:00
TrueCharts BotandGitHub acafcf9153 Merge pull request #7320 from truecharts/renovate/tccr.io-truecharts-googlephotossync-latest 2023-02-15 14:23:19 +01:00
TrueCharts BotandGitHub 184e63c859 Merge pull request #7326 from truecharts/renovate/tccr.io-truecharts-impostor-server-nightly-vnightly 2023-02-15 14:23:16 +01:00
TrueCharts BotandGitHub 1b4358ba50 Merge pull request #7296 from truecharts/renovate/tccr.io-truecharts-check-mk-raw-v2.1.0 2023-02-15 14:23:08 +01:00
TrueCharts BotandGitHub 7c15457270 Merge pull request #7306 from truecharts/renovate/tccr.io-truecharts-dns-doh-companion-latest 2023-02-15 14:23:02 +01:00
TrueCharts BotandGitHub 02a68a0743 Merge pull request #7305 from truecharts/renovate/tccr.io-truecharts-dillinger-v3.39.1 2023-02-15 14:22:57 +01:00
TrueCharts BotandGitHub d8e7420dce Merge pull request #7298 from truecharts/renovate/tccr.io-truecharts-cloudbeaver-latest 2023-02-15 14:22:53 +01:00
TrueCharts BotandGitHub 0f55330f25 Merge pull request #7308 from truecharts/renovate/tccr.io-truecharts-dockerregistry-v2 2023-02-15 14:22:39 +01:00
TrueCharts BotandGitHub 94d537ce4c Merge pull request #7295 from truecharts/renovate/tccr.io-truecharts-calibre-web-0.6.19 2023-02-15 14:22:35 +01:00
TrueCharts BotandGitHub 3d1736fc48 Merge pull request #7303 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-02-15 14:22:05 +01:00
TrueCharts BotandGitHub a01f842071 Merge pull request #7297 from truecharts/renovate/tccr.io-truecharts-chromium-latest 2023-02-15 14:21:40 +01:00
TrueCharts BotandGitHub f61160bd57 Merge pull request #7300 from truecharts/renovate/tccr.io-truecharts-cops-latest 2023-02-15 14:21:37 +01:00
TrueCharts BotandGitHub f9f7d768b4 Merge pull request #7302 from truecharts/renovate/tccr.io-truecharts-cups-server-latest 2023-02-15 14:21:23 +01:00
TrueCharts BotandGitHub 8e1b0db41f Merge pull request #7293 from truecharts/renovate/tccr.io-truecharts-booksonic-air-v2201.1.0 2023-02-15 14:20:44 +01:00
TrueCharts BotandGitHub 7fc47ee9d3 Merge pull request #7286 from truecharts/renovate/tccr.io-truecharts-apprise-api-latest 2023-02-15 14:20:38 +01:00
TrueCharts BotandGitHub a85351031f Merge pull request #7304 from truecharts/renovate/tccr.io-truecharts-ddclient-3.10.0 2023-02-15 14:20:33 +01:00
TrueCharts BotandGitHub 1552cad3d3 Merge pull request #7289 from truecharts/renovate/tccr.io-truecharts-bazarr-1.1.4 2023-02-15 14:20:29 +01:00
TrueCharts BotandGitHub 9ec087f79f Merge pull request #7288 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.14.0 2023-02-15 14:20:06 +01:00
TrueCharts BotandGitHub 3768b58dcb Merge pull request #7299 from truecharts/renovate/tccr.io-truecharts-cloudflareddns-latest 2023-02-15 14:19:59 +01:00
TrueCharts BotandGitHub b719bcaace Merge pull request #7292 from truecharts/renovate/tccr.io-truecharts-boinc-latest 2023-02-15 14:19:51 +01:00
TrueCharts BotandGitHub cc6f7337f8 Merge pull request #7290 from truecharts/renovate/tccr.io-truecharts-beets-v1.6.0 2023-02-15 14:19:09 +01:00
TrueCharts BotandGitHub 0fd5a545e3 Merge pull request #7287 from truecharts/renovate/tccr.io-truecharts-autoscan-latest 2023-02-15 14:17:24 +01:00
TrueCharts BotandGitHub b0385890bd Merge pull request #7284 from truecharts/renovate/tccr.io-truecharts-adminer-latest 2023-02-15 14:16:01 +01:00
TrueCharts BotandGitHub 5cb84b76a1 Merge pull request #7325 from truecharts/renovate/tccr.io-truecharts-heimdall-2.5.5 2023-02-15 14:11:53 +01:00
TrueCharts-Bot 49d0ec0f4b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 13:28:44 +01:00
TrueCharts-Admin c95638430c chore(deps): update container image tccr.io/truecharts/adguardhome-sync to latest 2023-02-15 13:28:44 +01:00
TrueCharts-Bot 9d7330c462 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 13:27:27 +01:00
TrueCharts-Admin db2371eda5 chore(deps): update container image tccr.io/truecharts/acestream to latest 2023-02-15 13:27:27 +01:00
TrueCharts-Bot 9281220ad1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:24:34 +00:00
TrueCharts-Bot a4b7a0ef92 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:24:25 +00:00
TrueCharts-Bot 8b50782842 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:23:50 +00:00
TrueCharts-Bot 71d362eb8f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:22:20 +00:00
TrueCharts-Bot 9768d91b22 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:22:09 +00:00
TrueCharts-Bot 95d2e0ed68 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:21:53 +00:00
TrueCharts-Bot ddfe3238f4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:21:40 +00:00
TrueCharts-Bot d07173d803 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:21:21 +00:00
TrueCharts-Bot 53983ce896 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:21:16 +00:00
TrueCharts-Bot 6294455254 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:20:47 +00:00
TrueCharts-Bot b8f8b77228 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:20:46 +00:00
TrueCharts-Bot 6112047499 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:20:37 +00:00
TrueCharts-Bot 821c25a11f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:20:25 +00:00
TrueCharts-Bot f20a7bf4bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:20:15 +00:00
TrueCharts-Bot af74c2e735 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:20:14 +00:00
TrueCharts-Bot 64a24052ba Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:19:27 +00:00
TrueCharts-Bot c06f0b1e99 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:19:22 +00:00
TrueCharts-Bot c200deb42b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:19:22 +00:00
TrueCharts-Bot d7c21582a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:19:13 +00:00
TrueCharts-Bot ce6336caa7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:19:12 +00:00
TrueCharts-Bot 97dc448f76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:19:03 +00:00
TrueCharts-Bot 7c8e8ad327 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:18:58 +00:00
TrueCharts-Bot 93c00a1327 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:18:20 +00:00
TrueCharts-Bot 68258d5896 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:18:12 +00:00
TrueCharts-Bot ba89c8e548 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:18:08 +00:00
TrueCharts-Bot 2c1df39ed1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:17:20 +00:00
TrueCharts-Bot 26f6da12fb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:17:01 +00:00
TrueCharts-Bot 982b7608cb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:16:54 +00:00
TrueCharts-Bot ae1c353253 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:16:47 +00:00
TrueCharts-Bot 93693548ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:16:26 +00:00
TrueCharts-Bot 75f5211d2d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:16:09 +00:00
TrueCharts-Bot 03a891b776 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:14:53 +00:00
TrueCharts-Bot 35c1b7c0b1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:14:42 +00:00
TrueCharts-Bot 330e22d259 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:14:14 +00:00
TrueCharts-Bot 8fc34c37c1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:13:59 +00:00
TrueCharts-Bot f871482338 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:13:53 +00:00
TrueCharts-Admin 463f00b96a chore(deps): update container image tccr.io/truecharts/storm to latest 2023-02-15 12:13:46 +00:00
TrueCharts-Bot ba8e620a27 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:13:03 +00:00
TrueCharts-Bot 1e043faa9b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:13:00 +00:00
TrueCharts-Bot acd0e1f361 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:12:34 +00:00
TrueCharts-Bot e08cbfa52e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:12:23 +00:00
TrueCharts-Bot dad73ef4e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:12:11 +00:00
TrueCharts-Bot 033d7de682 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:12:04 +00:00
TrueCharts-Admin 5ee4010c6d chore(deps): update container image tccr.io/truecharts/pylon to 2.9.0 2023-02-15 12:12:04 +00:00
TrueCharts-Admin ed632e219d chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-02-15 12:11:56 +00:00
TrueCharts-Bot dc129a6787 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:11:55 +00:00
TrueCharts-Admin afba4143d5 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 2023-02-15 12:11:48 +00:00
TrueCharts-Bot a17dce837e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:11:43 +00:00
TrueCharts-Admin 1ca3735f1e chore(deps): update container image tccr.io/truecharts/privatebin to 1.5.1 2023-02-15 12:11:32 +00:00
TrueCharts-Admin 32b363967b chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-02-15 12:11:14 +00:00
TrueCharts-Bot 889e49816c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:11:07 +00:00
TrueCharts-Admin 7c5066f851 chore(deps): update container image tccr.io/truecharts/openspeedtest to latest 2023-02-15 12:11:06 +00:00
TrueCharts-Bot deed413432 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:11:05 +00:00
TrueCharts-Admin 1cb7a78326 chore(deps): update container image tccr.io/truecharts/omada-controller to 5.8.0 2023-02-15 12:10:57 +00:00
TrueCharts-Bot 1998e0d517 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:10:53 +00:00
TrueCharts-Admin 41fe7360f8 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to 1.23.3 2023-02-15 12:10:48 +00:00
TrueCharts-Bot 52da391a55 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:10:43 +00:00
TrueCharts-Admin d6fd9c102e chore(deps): update container image tccr.io/truecharts/nginx to 1.23.3 2023-02-15 12:10:40 +00:00
TrueCharts-Admin 698389f5fe chore(deps): update container image tccr.io/truecharts/netbox to 3.4.4 2023-02-15 12:10:31 +00:00
TrueCharts-Bot 40b2435851 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:10:28 +00:00
TrueCharts-Bot 68594ffc58 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:10:24 +00:00
TrueCharts-Admin 8c6cadc164 chore(deps): update container image tccr.io/truecharts/mysql-workbench to 8.0.32 2023-02-15 12:10:23 +00:00
TrueCharts-Admin 1373fdfd8f chore(deps): update container image tccr.io/truecharts/mylar3 to 0.7.0 2023-02-15 12:10:14 +00:00
TrueCharts-Admin 02e485bec2 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 2023-02-15 12:10:06 +00:00
TrueCharts-Admin 92811b66e3 chore(deps): update container image tccr.io/truecharts/monica to 4.0.0 2023-02-15 12:09:58 +00:00
TrueCharts-Admin 712a822065 chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.4 2023-02-15 12:09:49 +00:00
TrueCharts-Admin a35099be25 chore(deps): update container image tccr.io/truecharts/minio to latest 2023-02-15 12:09:41 +00:00
TrueCharts-Admin f634ec5960 chore(deps): update container image tccr.io/truecharts/minetest to 5.6.1 2023-02-15 12:09:33 +00:00
TrueCharts-Admin bf8537f4d0 chore(deps): update container image tccr.io/truecharts/minecraft-java19 to latest 2023-02-15 12:09:25 +00:00
TrueCharts-Bot 810a0d8ef9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:09:20 +00:00
TrueCharts-Bot 597c1439f5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:09:17 +00:00
TrueCharts-Admin 1c4aa7f9d1 chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-02-15 12:09:17 +00:00
TrueCharts-Bot 94218e08f2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:09:13 +00:00
TrueCharts-Admin 091bd64df7 chore(deps): update container image tccr.io/truecharts/medusa to 1.0.11 2023-02-15 12:09:09 +00:00
TrueCharts-Admin bd0834ff5c chore(deps): update container image tccr.io/truecharts/matomo to 4.13.3 2023-02-15 12:09:01 +00:00
TrueCharts-Admin 27ae736a80 chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.3 2023-02-15 12:08:53 +00:00
TrueCharts-Admin 7b2dbd430b chore(deps): update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 2023-02-15 12:08:45 +00:00
TrueCharts-Admin 2edc220c14 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-02-15 12:08:36 +00:00
TrueCharts-Bot c19634855c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:08:29 +00:00
TrueCharts-Admin c5112b2ba6 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-15 12:08:25 +00:00
TrueCharts-Bot 9e872e45ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:08:21 +00:00
TrueCharts-Admin e6c5e6e50b chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-02-15 12:08:17 +00:00
TrueCharts-Bot a14009133e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:08:14 +00:00
TrueCharts-Bot 09a6457e08 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:08:12 +00:00
TrueCharts-Bot 7e28a136dc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:08:12 +00:00
TrueCharts-Admin dcb95261b4 chore(deps): update container image tccr.io/truecharts/kdenlive to latest 2023-02-15 12:08:08 +00:00
TrueCharts-Admin c59cbf0ed9 chore(deps): update container image tccr.io/truecharts/invidious to latest 2023-02-15 12:08:01 +00:00
TrueCharts-Bot 0a7817f0ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:07:58 +00:00
TrueCharts-Bot 4b50ede356 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:07:55 +00:00
TrueCharts-Bot 3e56630384 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:07:52 +00:00
TrueCharts-Admin e798cf22f7 chore(deps): update container image tccr.io/truecharts/impostor-server-nightly to vnightly 2023-02-15 12:07:52 +00:00
TrueCharts-Admin 28167eb1da chore(deps): update container image tccr.io/truecharts/heimdall to 2.5.5 2023-02-15 12:07:44 +00:00
TrueCharts-Admin 63c075b5f0 chore(deps): update container image tccr.io/truecharts/hedgedoc to 1.9.6 2023-02-15 12:07:36 +00:00
TrueCharts-Bot fc739661d8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:07:31 +00:00
TrueCharts-Bot e5b5ebc550 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:07:29 +00:00
TrueCharts-Admin 05fbb15269 chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 2023-02-15 12:07:27 +00:00
TrueCharts-Admin 480fd58e7a chore(deps): update container image tccr.io/truecharts/grocy to 3.3.2 2023-02-15 12:07:19 +00:00
TrueCharts-Bot 6073e11fb7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:07:14 +00:00
TrueCharts-Bot 0159283822 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:07:06 +00:00
TrueCharts-Bot 12edae9d27 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:07:02 +00:00
TrueCharts-Admin dbb39dfba3 chore(deps): update container image tccr.io/truecharts/googlephotossync to latest 2023-02-15 12:07:02 +00:00
TrueCharts-Admin e0915d0e91 chore(deps): update container image tccr.io/truecharts/goaccess-npm-logs to latest 2023-02-15 12:06:54 +00:00
TrueCharts-Admin b94332e70a chore(deps): update container image tccr.io/truecharts/ghost to 5.34.0 2023-02-15 12:06:46 +00:00
TrueCharts-Admin f7365ada82 chore(deps): update container image tccr.io/truecharts/freshrss to 1.20.2 2023-02-15 12:06:37 +00:00
TrueCharts-Bot 6880d29d4f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:06:33 +00:00
TrueCharts-Admin 405e79d0cb chore(deps): update container image tccr.io/truecharts/fleet to 2.3.3 2023-02-15 12:06:29 +00:00
TrueCharts-Bot 43823d45a8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:06:24 +00:00
TrueCharts-Admin 70659a41f6 chore(deps): update container image tccr.io/truecharts/firefox-desktop-g3 to latest 2023-02-15 12:06:21 +00:00
TrueCharts-Bot 5ff36c4a00 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:06:11 +00:00
TrueCharts-Admin 20b815bddf chore(deps): update container image tccr.io/truecharts/farmos to latest 2023-02-15 12:06:08 +00:00
TrueCharts-Bot 2617554f93 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 12:06:02 +00:00
TrueCharts-Admin cb9453ff9f chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 2023-02-15 12:06:00 +00:00
TrueCharts-Admin 3245741fdc chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to 2.0.15 2023-02-15 12:05:51 +00:00
TrueCharts-Admin 2fb250cfbb chore(deps): update container image tccr.io/truecharts/duplicacy to latest 2023-02-15 12:05:43 +00:00
TrueCharts-Admin 84715461e1 chore(deps): update container image tccr.io/truecharts/duckdns to latest 2023-02-15 12:05:35 +00:00
TrueCharts-Admin 25f6631001 chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-02-15 12:05:27 +00:00
TrueCharts-Admin 5f41ad0101 chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 2023-02-15 12:05:18 +00:00
TrueCharts-Admin e318371d0e chore(deps): update container image tccr.io/truecharts/docker-in-docker to 23.0.1 2023-02-15 12:05:10 +00:00
TrueCharts-Admin 4773748a6c chore(deps): update container image tccr.io/truecharts/dns-doh-companion to latest 2023-02-15 12:05:01 +00:00
TrueCharts-Admin a732537cbc chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 2023-02-15 12:04:53 +00:00
TrueCharts-Admin ba1a6821af chore(deps): update container image tccr.io/truecharts/ddclient to 3.10.0 2023-02-15 12:04:45 +00:00
TrueCharts-Admin f24ac2e539 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-02-15 12:04:34 +00:00
TrueCharts-Admin 2ff87ce96d chore(deps): update container image tccr.io/truecharts/cups-server to latest 2023-02-15 12:04:26 +00:00
TrueCharts-Admin b0ef516581 chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-15 12:04:18 +00:00
TrueCharts-Admin 3e69688e71 chore(deps): update container image tccr.io/truecharts/cops to latest 2023-02-15 12:04:10 +00:00
TrueCharts-Admin 6c886d6637 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest 2023-02-15 12:04:01 +00:00
TrueCharts-Admin 7008fcc337 chore(deps): update container image tccr.io/truecharts/cloudbeaver to latest 2023-02-15 12:03:53 +00:00
TrueCharts-Admin 13c58bdd0e chore(deps): update container image tccr.io/truecharts/chromium to latest 2023-02-15 12:03:44 +00:00
TrueCharts-Admin 143562b9f7 chore(deps): update container image tccr.io/truecharts/check-mk-raw to v2.1.0 2023-02-15 12:03:36 +00:00
TrueCharts-Admin c2815e09d1 chore(deps): update container image tccr.io/truecharts/calibre-web to 0.6.19 2023-02-15 12:03:28 +00:00
TrueCharts-Admin d2b4c1021e chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 2023-02-15 12:03:21 +00:00
TrueCharts-Admin 7b18a2ef00 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 2023-02-15 12:03:13 +00:00
TrueCharts-Admin f06e42ce13 chore(deps): update container image tccr.io/truecharts/boinc to latest 2023-02-15 12:03:05 +00:00
TrueCharts-Admin b289773905 chore(deps): update container image tccr.io/truecharts/blender to latest 2023-02-15 12:02:56 +00:00
TrueCharts-Admin 52d57c6584 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 2023-02-15 12:02:47 +00:00
TrueCharts-Admin 0f0e068f06 chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.4 2023-02-15 12:02:38 +00:00
TrueCharts-Admin acb7e152e3 chore(deps): update container image tccr.io/truecharts/babybuddy to 1.14.0 2023-02-15 12:02:30 +00:00
TrueCharts-Admin cb3d4499fc chore(deps): update container image tccr.io/truecharts/autoscan to latest 2023-02-15 12:02:23 +00:00
TrueCharts-Admin 4471bef34e chore(deps): update container image tccr.io/truecharts/apprise-api to latest 2023-02-15 12:02:14 +00:00
TrueCharts-Admin 4cc0efaf24 chore(deps): update container image tccr.io/truecharts/adminer to latest 2023-02-15 12:01:57 +00:00
TrueCharts BotandGitHub afe8f717e8 Merge pull request #7281 from truecharts/renovate/tccr.io-truecharts-esphome-2023.x 2023-02-15 12:55:39 +01:00
TrueCharts-Bot b1c4578421 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 11:30:55 +00:00
TrueCharts-Admin 805166455f chore(deps): update container image tccr.io/truecharts/esphome to v2023.2.0 2023-02-15 11:26:56 +00:00
TrueCharts BotandGitHub c1fd42d403 Merge pull request #7280 from truecharts/renovate/tccr.io-truecharts-jenkins-2.x 2023-02-15 12:00:19 +01:00
e191f3a2f8 fix(aria2) disable portal and added more gui options. (#6697)
* fix(aria2) remove portal and clean up gui

* update values

* add gui options

* rar

* Update charts/stable/aria2/questions.yaml

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: xstar97 <[email protected]>

* bunmp

---------

Signed-off-by: xstar97 <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-02-15 11:54:58 +01:00
TrueCharts-Bot 2e6749e832 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 10:35:24 +00:00
TrueCharts-Admin fdb1f25265 chore(deps): update container image tccr.io/truecharts/jenkins to v2.391.0 2023-02-15 10:30:43 +00:00
TrueCharts-Bot 749f041dec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 11:26:22 +01:00
TrueCharts-Admin 9226a8966a chore(deps): update container image tccr.io/truecharts/tdarr to v2.00.19.1 2023-02-15 11:26:22 +01:00
TrueCharts BotandGitHub c2f3562386 Merge pull request #7237 from truecharts/renovate/tccr.io-truecharts-ispy-agent-dvr-4.x 2023-02-15 10:57:07 +01:00
TrueCharts BotandGitHub b64bfd3d33 Merge pull request #7279 from truecharts/renovate/tccr.io-truecharts-tdarr_node-2.0.x 2023-02-15 10:54:44 +01:00
TrueCharts-Bot 5db36a3973 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 09:32:18 +00:00
TrueCharts-Bot 4092dc4240 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 09:29:16 +00:00
TrueCharts-Admin 3369b50ba3 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.5.1.0 2023-02-15 09:28:25 +00:00
TrueCharts-Admin 8c9b7b302b chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.00.19.1 2023-02-15 09:25:15 +00:00
TrueCharts BotandGitHub 1381d5ae7b Merge pull request #7277 from truecharts/renovate/tccr.io-truecharts-wizarr-latest 2023-02-15 09:54:39 +01:00
TrueCharts BotandGitHub cc26c1c516 Merge pull request #7275 from truecharts/renovate/tccr.io-truecharts-libreddit-latest 2023-02-15 09:54:00 +01:00
TrueCharts BotandGitHub b737c617ba Merge pull request #7276 from truecharts/renovate/tccr.io-truecharts-tasmoadmin-latest 2023-02-15 09:53:31 +01:00
TrueCharts-Bot 90a073cd9b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 08:29:40 +00:00
TrueCharts-Bot d534a97db1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 08:29:02 +00:00
TrueCharts-Bot 57145971f3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 08:28:45 +00:00
TrueCharts-Admin 5456ea8695 chore(deps): update container image tccr.io/truecharts/wizarr to latest 2023-02-15 08:25:02 +00:00
TrueCharts-Admin ec2a568e65 chore(deps): update container image tccr.io/truecharts/tasmoadmin to latest 2023-02-15 08:24:54 +00:00
TrueCharts-Admin 20c5cba1c5 chore(deps): update container image tccr.io/truecharts/libreddit to latest 2023-02-15 08:24:40 +00:00
TrueCharts BotandGitHub e422ecb025 chore(deps): update actions/github-script digest to 98814c5 (#7254) 2023-02-15 10:02:38 +02:00
TrueCharts-Bot 7ba36fe45d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 07:26:32 +01:00
TrueCharts-Admin 79259439a1 chore(deps): update container image tccr.io/truecharts/traefik to v2.9.7 2023-02-15 07:26:32 +01:00
TrueCharts BotandGitHub 7149f58af4 Merge pull request #7274 from truecharts/renovate/tccr.io-truecharts-ghost-5.34.0 2023-02-15 07:12:21 +01:00
TrueCharts BotandGitHub c6995d78ff Merge pull request #7273 from truecharts/renovate/tccr.io-truecharts-deluge-v2.1.1 2023-02-15 06:55:14 +01:00
TrueCharts-Bot 57b3fc3670 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 05:31:38 +00:00
TrueCharts-Bot 1dfe77a796 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 05:30:48 +00:00
TrueCharts-Admin e4c58d2b8b chore(deps): update container image tccr.io/truecharts/ghost to 5.34.0 2023-02-15 05:27:44 +00:00
TrueCharts-Bot 944e98e35f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 06:26:31 +01:00
TrueCharts-Admin 55c40dd4c9 chore(deps): update container image tccr.io/truecharts/traefik to v 2023-02-15 06:26:31 +01:00
TrueCharts-Admin 961d6636c5 chore(deps): update container image tccr.io/truecharts/deluge to v2.1.1 2023-02-15 05:26:09 +00:00
TrueCharts BotandGitHub d6da78c801 Merge pull request #7271 from truecharts/renovate/tccr.io-truecharts-ghost-5.x 2023-02-15 06:11:38 +01:00
TrueCharts BotandGitHub f84a8ce89d Merge pull request #7269 from truecharts/renovate/splunk-splunk-9.0.x 2023-02-15 05:57:16 +01:00
TrueCharts BotandGitHub cbe8924328 Merge pull request #7272 from truecharts/renovate/tccr.io-truecharts-ntfy-1.x 2023-02-15 05:55:45 +01:00
TrueCharts BotandGitHub 27d34bc931 Merge pull request #7267 from truecharts/renovate/tccr.io-truecharts-foldingathome-v7.6.21 2023-02-15 05:52:59 +01:00
TrueCharts-Bot 799530e12a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 04:32:22 +00:00
TrueCharts-Bot 2f3b33faae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 04:32:18 +00:00
TrueCharts-Bot 633aa98ca4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 04:29:15 +00:00
TrueCharts-Bot 096c0b22db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 04:28:54 +00:00
TrueCharts-Admin 467d904cc1 chore(deps): update container image tccr.io/truecharts/ntfy to v1.31.0 2023-02-15 04:28:30 +00:00
TrueCharts-Admin cc96ef29ed chore(deps): update container image tccr.io/truecharts/ghost to v5.34.0 2023-02-15 04:28:17 +00:00
TrueCharts-Admin a61829cf46 chore(deps): update container image splunk/splunk to v9.0.4 2023-02-15 04:25:00 +00:00
TrueCharts-Admin f6cdb0ef16 chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 2023-02-15 04:24:38 +00:00
TrueCharts BotandGitHub b6bb424788 Merge pull request #7266 from truecharts/renovate/tccr.io-truecharts-mkvtoolnix-23.2.x 2023-02-15 04:57:49 +01:00
TrueCharts BotandGitHub 2ab53cacb1 Merge pull request #7265 from truecharts/renovate/tccr.io-truecharts-makemkv-23.2.x 2023-02-15 04:56:33 +01:00
TrueCharts-Bot ef83be244e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 03:34:11 +00:00
TrueCharts-Bot 515c6c6245 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 03:33:15 +00:00
TrueCharts-Admin 4246b0e88d chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.02.5 2023-02-15 03:29:22 +00:00
TrueCharts-Admin 055cc7e147 chore(deps): update container image tccr.io/truecharts/makemkv to v23.02.3 2023-02-15 03:29:13 +00:00
TrueCharts BotandGitHub a8b1ec20b5 Merge pull request #7264 from truecharts/renovate/tccr.io-truecharts-browserless-chrome-1.x 2023-02-15 03:28:12 +01:00
TrueCharts BotandGitHub 6ea269da9b Merge pull request #7263 from truecharts/renovate/tccr.io-truecharts-grafana-image-renderer-latest 2023-02-15 03:17:24 +01:00
TrueCharts-Bot 8143094857 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 01:57:09 +00:00
TrueCharts-Bot 3766820916 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 01:54:36 +00:00
TrueCharts-Admin fb5a7b72e7 chore(deps): update container image tccr.io/truecharts/browserless-chrome to v1.57.0 2023-02-15 01:53:04 +00:00
TrueCharts-Admin 69f1063d65 chore(deps): update container image tccr.io/truecharts/grafana-image-renderer to latest 2023-02-15 01:50:42 +00:00
TrueCharts BotandGitHub 84db09fc83 Merge pull request #7262 from truecharts/renovate/tccr.io-truecharts-sickchill-2023.1.2 2023-02-15 02:04:26 +01:00
TrueCharts BotandGitHub f4a1496562 Merge pull request #7261 from truecharts/renovate/tccr.io-truecharts-alpine-latest 2023-02-15 02:00:48 +01:00
TrueCharts-Bot a56903c67a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 00:39:30 +00:00
TrueCharts-Bot e52aeaee45 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-15 00:39:26 +00:00
TrueCharts-Admin e01b49e5d3 chore(deps): update container image tccr.io/truecharts/sickchill to 2023.1.2 2023-02-15 00:35:28 +00:00
TrueCharts-Admin 5dd2b1dfb2 chore(deps): update container image tccr.io/truecharts/alpine to latest 2023-02-15 00:35:10 +00:00
TrueCharts BotandGitHub 583883ff49 Merge pull request #7258 from truecharts/renovate/tccr.io-truecharts-timetagger-23.x 2023-02-14 23:56:15 +01:00
TrueCharts-Bot 171a947ae6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 22:30:50 +00:00
TrueCharts-Admin 87b7dd7f02 chore(deps): update container image tccr.io/truecharts/timetagger to v23.2.1 2023-02-14 22:25:34 +00:00
TrueCharts BotandGitHub 2b9ca76d5c Merge pull request #7256 from truecharts/renovate/patch-authentik 2023-02-14 22:03:07 +01:00
TrueCharts BotandGitHub 981e1306aa Merge pull request #7257 from truecharts/renovate/tccr.io-truecharts-uptime-kuma-1.20.x 2023-02-14 21:55:28 +01:00
TrueCharts BotandGitHub a3bb517e30 Merge pull request #7255 from truecharts/renovate/kitchenowl 2023-02-14 21:53:47 +01:00
TrueCharts-Bot f6dd167df1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 20:29:59 +00:00
TrueCharts-Bot 49b666c7d9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 20:29:34 +00:00
TrueCharts-Bot d0412496d6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 20:29:28 +00:00
TrueCharts-Admin f594d9b242 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.20.1 2023-02-14 20:25:29 +00:00
TrueCharts-Admin fe389f188a chore(deps): update authentik to v2023.2.1 2023-02-14 20:25:18 +00:00
TrueCharts-Admin bdf58f6a08 chore(deps): update container image tccr.io/truecharts/kitchenowl-web to latest 2023-02-14 20:25:02 +00:00
TrueCharts BotandGitHub b6f076ffbc Merge pull request #7251 from truecharts/renovate/authentik 2023-02-14 18:08:09 +01:00
TrueCharts BotandGitHub baf473df62 Merge pull request #7250 from truecharts/renovate/tccr.io-truecharts-synapse-1.77.0 2023-02-14 18:08:00 +01:00
TrueCharts BotandGitHub 0171a8a792 Merge pull request #7253 from truecharts/renovate/tccr.io-truecharts-domoticz-2023.x 2023-02-14 18:01:50 +01:00
TrueCharts BotandGitHub f4bbfba92e Merge pull request #7252 from truecharts/renovate/tccr.io-truecharts-alist-3.x 2023-02-14 17:57:28 +01:00
TrueCharts-Bot 9f0cbe1423 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 16:32:19 +00:00
TrueCharts-Bot 7390202617 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 16:31:22 +00:00
TrueCharts-Bot 60b9a4c317 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 16:31:02 +00:00
TrueCharts-Bot 633c4d928b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 16:29:55 +00:00
TrueCharts-Admin 8e94705e65 chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230214 2023-02-14 16:27:30 +00:00
TrueCharts-Admin 019553f083 chore(deps): update container image tccr.io/truecharts/alist to v3.11.0 2023-02-14 16:27:10 +00:00
TrueCharts-Admin d17e299a81 chore(deps): update authentik to v2023.2.0 2023-02-14 16:27:02 +00:00
TrueCharts-Admin 22d55ac432 chore(deps): update container image tccr.io/truecharts/synapse to 1.77.0 2023-02-14 16:24:25 +00:00
TrueCharts BotandGitHub b63527cea5 Merge pull request #7249 from truecharts/renovate/tccr.io-truecharts-synapse-1.x 2023-02-14 16:08:44 +01:00
TrueCharts BotandGitHub a1c470980d Merge pull request #7248 from truecharts/renovate/authentik 2023-02-14 16:04:12 +01:00
TrueCharts BotandGitHub 1aa222b421 Merge pull request #7245 from truecharts/renovate/tccr.io-truecharts-send-latest 2023-02-14 15:57:54 +01:00
TrueCharts BotandGitHub 5766d3fe97 Merge pull request #7247 from truecharts/renovate/tccr.io-truecharts-youtrack-2022.3.x 2023-02-14 15:55:32 +01:00
TrueCharts BotandGitHub 1b38d771ba Merge pull request #7246 from truecharts/renovate/tccr.io-truecharts-songkong-latest 2023-02-14 15:53:45 +01:00
TrueCharts-Bot e31eb213c9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 14:32:26 +00:00
TrueCharts-Bot 7a2945ca76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 14:31:14 +00:00
TrueCharts-Bot b278a60f9f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 14:29:23 +00:00
TrueCharts-Bot 8d2c5d2cc0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 14:28:53 +00:00
TrueCharts-Bot 045f5c4dd6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 14:28:26 +00:00
TrueCharts-Admin 5b2789ad20 chore(deps): update container image tccr.io/truecharts/synapse to v1.77.0 2023-02-14 14:27:33 +00:00
TrueCharts-Admin d15fd16ed9 chore(deps): update container image tccr.io/truecharts/authentik-proxy to v2023.2.0 2023-02-14 14:27:12 +00:00
TrueCharts-Admin ee75e90b83 chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65371 2023-02-14 14:24:31 +00:00
TrueCharts-Admin cde7d4ba7e chore(deps): update container image tccr.io/truecharts/songkong to latest 2023-02-14 14:24:20 +00:00
TrueCharts-Admin eb1e641c5c chore(deps): update container image tccr.io/truecharts/send to latest 2023-02-14 14:24:10 +00:00
TrueCharts BotandGitHub 2ae3c538ce Merge pull request #7242 from truecharts/renovate/tccr.io-truecharts-n8n-0.215.x 2023-02-14 12:57:19 +01:00
TrueCharts-Bot 2e4f8a5412 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 11:29:05 +00:00
TrueCharts-Admin 57f172bc50 chore(deps): update container image tccr.io/truecharts/n8n to v0.215.2 2023-02-14 11:25:03 +00:00
TrueCharts BotandGitHub 3f1a64c991 chore(deps): update dawidd6/action-download-artifact action to v2.25.0 (#7219) 2023-02-14 12:31:55 +02:00
TrueCharts BotandGitHub 0e2f0e6ca1 chore(deps): update renovatebot/github-action action to v34.136.0 (#7087) 2023-02-14 12:31:38 +02:00
TrueCharts BotandGitHub 2632016605 Merge pull request #7235 from truecharts/renovate/tccr.io-truecharts-onlyoffice-ds-7.3.x 2023-02-14 11:00:26 +01:00
TrueCharts-Bot 6a8e0638c3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 09:30:06 +00:00
TrueCharts-Admin fafbc526d7 chore(deps): update container image tccr.io/truecharts/onlyoffice-ds to v7.3.2 2023-02-14 09:25:27 +00:00
TrueCharts BotandGitHub 3d1de7890e Merge pull request #7234 from truecharts/renovate/tccr.io-truecharts-homebox-0.x 2023-02-14 06:53:11 +01:00
TrueCharts BotandGitHub 7624a57f30 Merge pull request #7233 from truecharts/renovate/tccr.io-truecharts-uptime-kuma-1.20.0 2023-02-14 06:51:18 +01:00
TrueCharts-Bot 2c278a2dd4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 05:29:35 +00:00
TrueCharts-Bot 922202b6ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 05:27:21 +00:00
TrueCharts-Admin 62982676e0 chore(deps): update container image tccr.io/truecharts/homebox to v0.8.0 2023-02-14 05:25:42 +00:00
TrueCharts-Admin 6d7f1fcb84 chore(deps): update container image tccr.io/truecharts/uptime-kuma to 1.20.0 2023-02-14 05:22:49 +00:00
TrueCharts BotandGitHub 4a7a0bdc2f Merge pull request #7225 from truecharts/renovate/tccr.io-truecharts-mkvtoolnix-23.2.x 2023-02-14 05:55:20 +01:00
TrueCharts BotandGitHub 0260eee574 Merge pull request #7232 from truecharts/renovate/tccr.io-truecharts-makemkv-23.2.x 2023-02-14 05:54:09 +01:00
TrueCharts-Bot a6bcf32349 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 04:30:18 +00:00
TrueCharts-Bot 967c1980b0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 04:29:26 +00:00
TrueCharts-Admin 745312c40c chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.02.4 2023-02-14 04:25:35 +00:00
TrueCharts-Admin 8cb0c7e147 chore(deps): update container image tccr.io/truecharts/makemkv to v23.02.2 2023-02-14 04:25:26 +00:00
TrueCharts-Bot 2455563566 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 05:24:06 +01:00
TrueCharts-Admin 2508787b32 chore(deps): update container image tccr.io/truecharts/thanos to 0.30.2 2023-02-14 05:24:06 +01:00
TrueCharts BotandGitHub 4a745b445e Merge pull request #7230 from truecharts/renovate/tccr.io-truecharts-qbitmanage-3.4.x 2023-02-14 04:14:39 +01:00
TrueCharts-Bot a7643f7be4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 02:49:42 +00:00
TrueCharts-Admin 1469d19cd4 chore(deps): update container image tccr.io/truecharts/qbitmanage to v3.4.3 2023-02-14 02:45:47 +00:00
TrueCharts BotandGitHub 0aac133c83 Merge pull request #7229 from truecharts/renovate/tccr.io-truecharts-stash-0.x 2023-02-14 03:24:29 +01:00
TrueCharts BotandGitHub 06b360feee Merge pull request #7228 from truecharts/renovate/tccr.io-truecharts-navidrome-0.49.x 2023-02-14 03:22:17 +01:00
TrueCharts BotandGitHub c25dcb469a Merge pull request #7227 from truecharts/renovate/tccr.io-truecharts-gokapi-1.6.x 2023-02-14 03:21:41 +01:00
TrueCharts-Bot ec4a8f0b5f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 02:00:06 +00:00
TrueCharts-Bot a01c1daf91 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 01:57:45 +00:00
TrueCharts-Bot 151aa1ea7c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-14 01:57:05 +00:00
TrueCharts-Admin ae9d59fec2 chore(deps): update container image tccr.io/truecharts/stash to v0.19.0 2023-02-14 01:56:07 +00:00
TrueCharts-Admin 2fd9fa58ae chore(deps): update container image tccr.io/truecharts/navidrome to v0.49.3 2023-02-14 01:53:06 +00:00
TrueCharts-Admin c2b5e07a6f chore(deps): update container image tccr.io/truecharts/gokapi to v1.6.2 2023-02-14 01:52:56 +00:00
TrueCharts BotandGitHub 3ea4dc3787 Merge pull request #7226 from truecharts/renovate/immich 2023-02-14 00:59:46 +01:00
TrueCharts-Bot 40c16edf8d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 23:29:40 +00:00
TrueCharts-Admin 9d44303314 chore(deps): update immich to v1.47.2 2023-02-13 23:25:37 +00:00
TrueCharts BotandGitHub e117c5b1d5 Merge pull request #7223 from truecharts/renovate/tccr.io-truecharts-plex-1.x 2023-02-13 23:54:23 +01:00
TrueCharts BotandGitHub a78ccfd270 Merge pull request #7224 from truecharts/renovate/tccr.io-truecharts-trilium-notes-0.58.x 2023-02-13 23:51:32 +01:00
TrueCharts-Bot 394de125bb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 22:30:28 +00:00
TrueCharts-Bot f43f700d8e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 22:27:24 +00:00
TrueCharts-Admin dcf34b831c chore(deps): update container image tccr.io/truecharts/plex to v1.31.0.6654 2023-02-13 22:26:32 +00:00
TrueCharts-Admin 6329f093f4 chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.58.8 2023-02-13 22:23:22 +00:00
TrueCharts BotandGitHub 9a8c1aba41 Merge pull request #7222 from truecharts/renovate/tccr.io-truecharts-plex-1.30.2.6563 2023-02-13 22:52:44 +01:00
TrueCharts-Bot 84004886e2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 21:27:54 +00:00
TrueCharts-Admin 4e90cba8b4 chore(deps): update container image tccr.io/truecharts/plex to v 2023-02-13 21:23:55 +00:00
TrueCharts BotandGitHub cdd2fb3a79 Merge pull request #7220 from truecharts/renovate/tccr.io-truecharts-home-assistant-2023.2.x 2023-02-13 18:59:19 +01:00
TrueCharts BotandGitHub 61dcb2191e Merge pull request #7221 from truecharts/renovate/tccr.io-truecharts-netdata-1.38.x 2023-02-13 18:55:50 +01:00
TrueCharts-Bot 5214f2d39b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 17:30:48 +00:00
TrueCharts-Bot c738c001e5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 17:30:23 +00:00
TrueCharts-Admin a506fb007b chore(deps): update container image tccr.io/truecharts/netdata to v1.38.1 2023-02-13 17:25:45 +00:00
TrueCharts-Admin d59b7d59bd chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.2.4 2023-02-13 17:25:37 +00:00
TrueCharts BotandGitHub cc615b6c9b Merge pull request #7218 from truecharts/renovate/tccr.io-truecharts-embystat-v0.2.0 2023-02-13 16:54:59 +01:00
TrueCharts-Bot 1163dcf93a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 15:31:36 +00:00
TrueCharts-Admin 37d2bd4eaf chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 2023-02-13 15:27:38 +00:00
TrueCharts BotandGitHub 5776d55f05 Merge pull request #7216 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.11 2023-02-13 16:05:25 +01:00
TrueCharts BotandGitHub 9c01b86042 Merge pull request #7217 from truecharts/renovate/tccr.io-truecharts-flatnotes-2.1.x 2023-02-13 15:53:00 +01:00
TrueCharts-Bot bd1a12126d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 14:26:35 +00:00
TrueCharts-Bot bd7187d6cd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 14:26:32 +00:00
TrueCharts-Admin fe835735a3 chore(deps): update container image tccr.io/truecharts/flatnotes to v2.1.1 2023-02-13 14:22:37 +00:00
TrueCharts-Admin fe918d4cd0 chore(deps): update container image tccr.io/truecharts/leantime to 2.3.11 2023-02-13 14:22:20 +00:00
TrueCharts BotandGitHub 183bb9bdb3 Merge pull request #7215 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.10.x 2023-02-13 12:51:41 +01:00
TrueCharts-Bot 05a9c5a2d4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 11:27:46 +00:00
TrueCharts-Admin f4bd1be683 chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.10.2 2023-02-13 11:23:50 +00:00
TrueCharts BotandGitHub 4e0a4beb8f Merge pull request #7214 from truecharts/renovate/tccr.io-truecharts-uptime-kuma-1.x 2023-02-13 11:57:49 +01:00
TrueCharts-Bot 9b16add8d6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 10:34:24 +00:00
TrueCharts-Admin d7ba02f0a9 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.20.0 2023-02-13 10:30:27 +00:00
TrueCharts BotandGitHub 4862341458 Merge pull request #7213 from truecharts/renovate/tccr.io-truecharts-openhab-3.4.x 2023-02-13 06:55:35 +01:00
TrueCharts-Bot 5f555c3143 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 05:29:42 +00:00
TrueCharts-Admin 0636a9fc24 chore(deps): update container image tccr.io/truecharts/openhab to v3.4.2 2023-02-13 05:24:56 +00:00
TrueCharts BotandGitHub b16d94a808 Merge pull request #7211 from truecharts/renovate/patch-ersatztv 2023-02-13 03:45:27 +01:00
TrueCharts BotandGitHub 4eb17b638a Merge pull request #7212 from truecharts/renovate/tccr.io-truecharts-makemkv-23.x 2023-02-13 03:26:17 +01:00
TrueCharts-Bot 32b588c5c9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 02:01:04 +00:00
TrueCharts-Bot 513ffb0c62 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 01:58:31 +00:00
TrueCharts-Admin 1334b940ec chore(deps): update container image tccr.io/truecharts/makemkv to v23.02.1 2023-02-13 01:57:10 +00:00
TrueCharts-Admin 3e1ebbad07 chore(deps): update ersatztv to v0.7.4 2023-02-13 01:54:31 +00:00
TrueCharts-Bot f106c6af5e Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-13 00:27:35 +00:00
TrueCharts BotandGitHub 163b4dcfcc Merge pull request #7210 from truecharts/renovate/tccr.io-truecharts-recipes-1.4.7 2023-02-13 00:58:48 +01:00
TrueCharts-Bot 74d592a5af Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 23:29:48 +00:00
TrueCharts-Admin 03daf44844 chore(deps): update container image tccr.io/truecharts/recipes to 1.4.7 2023-02-12 23:25:55 +00:00
TrueCharts BotandGitHub 938c57ff36 Merge pull request #7209 from truecharts/renovate/tccr.io-truecharts-autobrr-1.x 2023-02-13 00:00:04 +01:00
TrueCharts BotandGitHub fecf17fd39 Merge pull request #7208 from truecharts/renovate/tccr.io-truecharts-recipes-1.4.x 2023-02-12 23:57:07 +01:00
TrueCharts BotandGitHub 514975c5d2 Merge pull request #7207 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.10.x 2023-02-12 23:53:05 +01:00
TrueCharts BotandGitHub 044516d94c Merge pull request #7206 from truecharts/renovate/tccr.io-truecharts-tachidesk-docker-latest 2023-02-12 23:52:31 +01:00
TrueCharts BotandGitHub b78acfc660 Merge pull request #7205 from truecharts/renovate/tccr.io-truecharts-postgresql-14.7.0 2023-02-12 23:50:50 +01:00
TrueCharts-Bot 4654e6e83e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 22:31:38 +00:00
TrueCharts-Bot 47771b8e8f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 22:29:17 +00:00
TrueCharts-Bot 50ada776ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 22:28:49 +00:00
TrueCharts-Bot 2689ab784d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 22:28:45 +00:00
TrueCharts-Bot e19b731060 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 22:28:42 +00:00
TrueCharts-Admin 7eeff9f7be chore(deps): update container image tccr.io/truecharts/autobrr to v1.18.0 2023-02-12 22:27:37 +00:00
TrueCharts-Admin a3a396ed44 chore(deps): update container image tccr.io/truecharts/recipes to v1.4.7 2023-02-12 22:25:00 +00:00
TrueCharts-Admin de31708b98 chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.10.1 2023-02-12 22:24:51 +00:00
TrueCharts-Admin a171af25ca chore(deps): update container image tccr.io/truecharts/tachidesk-docker to latest 2023-02-12 22:24:43 +00:00
TrueCharts-Admin fd5cbf3cb9 chore(deps): update container image tccr.io/truecharts/postgresql to 14.7.0 2023-02-12 22:24:34 +00:00
TrueCharts BotandGitHub 2288da43af Merge pull request #7204 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-02-12 22:06:23 +01:00
TrueCharts-Bot 57804f4743 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 20:27:26 +00:00
TrueCharts-Admin 8b31f2b463 chore(deps): update container image tccr.io/truecharts/leantime to v2.3.11 2023-02-12 20:23:29 +00:00
TrueCharts BotandGitHub 6535f0b225 Merge pull request #7203 from truecharts/renovate/tccr.io-truecharts-qbittorrent-4.5.x 2023-02-12 19:53:31 +01:00
TrueCharts BotandGitHub 091feb22c1 Merge pull request #7202 from truecharts/renovate/tccr.io-truecharts-pihole-2023.2.x 2023-02-12 19:53:22 +01:00
TrueCharts-Bot ccad23e09a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 18:30:09 +00:00
TrueCharts-Bot 51dd231be0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 18:29:16 +00:00
TrueCharts-Admin 01d1418903 chore(deps): update container image tccr.io/truecharts/qbittorrent to v4.5.1 2023-02-12 18:25:30 +00:00
TrueCharts-Admin 7581309461 chore(deps): update container image tccr.io/truecharts/pihole to v2023.02.1 2023-02-12 18:25:20 +00:00
TrueCharts BotandGitHub 3ed37efa2e Merge pull request #7200 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-02-12 16:06:39 +01:00
TrueCharts-Bot 83e61803b1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 14:28:14 +00:00
TrueCharts-Admin f54a54e95e chore(deps): update container image tccr.io/truecharts/leantime to v2.3.10 2023-02-12 14:24:16 +00:00
TrueCharts BotandGitHub edf6e258fb Merge pull request #7199 from truecharts/renovate/tccr.io-truecharts-artifactory-oss-7.49.x 2023-02-12 14:55:37 +01:00
TrueCharts-Bot 731d2ea69d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 13:29:33 +00:00
TrueCharts-Admin 83b31eaf8e chore(deps): update container image tccr.io/truecharts/artifactory-oss to v7.49.8 2023-02-12 13:25:40 +00:00
TrueCharts BotandGitHub 0ef430aabe Merge pull request #7197 from truecharts/renovate/tccr.io-truecharts-qinglong-2.15.7 2023-02-12 13:50:58 +01:00
TrueCharts BotandGitHub 88093b2e60 Merge pull request #7198 from truecharts/renovate/tccr.io-truecharts-sabnzbd-3.7.2 2023-02-12 13:50:27 +01:00
TrueCharts-Bot 319f527c81 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 12:27:17 +00:00
TrueCharts-Bot fbfff33d85 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 12:26:56 +00:00
TrueCharts-Admin f81081eeaf chore(deps): update container image tccr.io/truecharts/sabnzbd to 3.7.2 2023-02-12 12:23:12 +00:00
TrueCharts-Admin 06e069dcc7 chore(deps): update container image tccr.io/truecharts/qinglong to 2.15.7 2023-02-12 12:23:06 +00:00
TrueCharts BotandGitHub 4a76d681bb Merge pull request #7196 from truecharts/renovate/tccr.io-truecharts-medusa-1.0.11 2023-02-12 12:51:43 +01:00
TrueCharts-Bot 407c650228 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 11:25:58 +00:00
TrueCharts-Admin e8a82f3331 chore(deps): update container image tccr.io/truecharts/medusa to 1.0.11 2023-02-12 11:22:03 +00:00
TrueCharts BotandGitHub e95c895407 Merge pull request #7194 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-02-12 08:09:18 +01:00
TrueCharts-Bot 3fd4bcdc81 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 06:30:28 +00:00
TrueCharts-Admin 59e42b5d17 chore(deps): update container image tccr.io/truecharts/leantime to v2.3.9 2023-02-12 06:26:35 +00:00
TrueCharts BotandGitHub c98f7e188c Merge pull request #7192 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-02-12 05:09:04 +01:00
TrueCharts BotandGitHub 01f8947d3c Merge pull request #7193 from truecharts/renovate/tccr.io-truecharts-misskey-13.6.x 2023-02-12 05:03:20 +01:00
TrueCharts-Bot 8b1ebc8220 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 03:31:02 +00:00
TrueCharts-Bot 0ceb947d57 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 03:30:34 +00:00
TrueCharts-Admin 650b1951e2 chore(deps): update container image tccr.io/truecharts/misskey to v13.6.1 2023-02-12 03:26:29 +00:00
TrueCharts-Admin fa5e566260 chore(deps): update container image tccr.io/truecharts/leantime to v2.3.8 2023-02-12 03:26:23 +00:00
TrueCharts BotandGitHub 4cafb6aff8 Merge pull request #7191 from truecharts/renovate/tccr.io-truecharts-navidrome-0.49.x 2023-02-12 04:15:15 +01:00
TrueCharts-Bot c4e04f16cd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 02:51:27 +00:00
TrueCharts-Admin 2bba3d7449 chore(deps): update container image tccr.io/truecharts/navidrome to v0.49.2 2023-02-12 02:47:22 +00:00
TrueCharts BotandGitHub b225a8ccd8 Merge pull request #7190 from truecharts/renovate/tccr.io-truecharts-audiobookshelf-2.2.x 2023-02-12 01:57:56 +01:00
TrueCharts-Bot 7ceece48e1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 00:34:16 +00:00
TrueCharts-Admin cc13b45649 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.2.15 2023-02-12 00:30:16 +00:00
TrueCharts-Bot 2bde76a1b3 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-12 00:27:20 +00:00
TrueCharts BotandGitHub 466cb8db1c Merge pull request #7189 from truecharts/renovate/tccr.io-truecharts-lidarr-1.1.x 2023-02-12 00:52:58 +01:00
TrueCharts-Bot 225929ee0b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 23:28:24 +00:00
TrueCharts-Admin 0e88a3f364 chore(deps): update container image tccr.io/truecharts/lidarr to v1.1.3.2982 2023-02-11 23:24:31 +00:00
TrueCharts BotandGitHub 5c2ba5a32d Merge pull request #7188 from truecharts/renovate/tccr.io-truecharts-lidarr-1.1.2.2935 2023-02-11 23:50:25 +01:00
TrueCharts-Bot 1bb5e3170b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 22:27:00 +00:00
TrueCharts-Admin d46f100f01 chore(deps): update container image tccr.io/truecharts/lidarr to v 2023-02-11 22:22:37 +00:00
TrueCharts BotandGitHub e7f80e40ab Merge pull request #7185 from truecharts/renovate/tccr.io-truecharts-n8n-0.215.x 2023-02-11 20:56:47 +01:00
TrueCharts BotandGitHub 80a0a40fc8 Merge pull request #7186 from truecharts/renovate/tccr.io-truecharts-openvscode-server-1.75.x 2023-02-11 20:50:18 +01:00
TrueCharts-Bot 8614c291db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 19:26:51 +00:00
TrueCharts-Bot 0b4b7885b8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 19:26:50 +00:00
TrueCharts-Admin 5ff6b8cff6 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.75.1 2023-02-11 19:22:56 +00:00
TrueCharts-Admin 813a0cb855 chore(deps): update container image tccr.io/truecharts/n8n to v0.215.1 2023-02-11 19:22:49 +00:00
TrueCharts BotandGitHub 92efebc863 Merge pull request #7183 from truecharts/renovate/tccr.io-truecharts-traggo-0.x 2023-02-11 15:00:49 +01:00
TrueCharts-Bot 7c6ac70448 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 13:35:27 +00:00
TrueCharts-Admin a15b2ddf37 chore(deps): update container image tccr.io/truecharts/traggo to v0.3.0 2023-02-11 13:31:23 +00:00
Stavros KoisandGitHub 3ad86b7160 fix(deluge): fix tag 2023-02-11 12:37:22 +02:00
TrueCharts-Bot 4f6b5f80ac Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 11:21:26 +01:00
TrueCharts-Admin 2d462c1936 chore(deps): update container image tccr.io/truecharts/traefik to 2.9.6 2023-02-11 11:21:26 +01:00
TrueCharts BotandGitHub fd101ce206 Merge pull request #7181 from truecharts/renovate/tccr.io-truecharts-misskey-13.x 2023-02-11 10:04:14 +01:00
TrueCharts BotandGitHub 313cb5b8eb Merge pull request #7180 from truecharts/renovate/tccr.io-truecharts-quickshare-latest 2023-02-11 09:53:03 +01:00
TrueCharts-Bot f3e44b0856 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 08:31:38 +00:00
TrueCharts-Bot 9a6f4a9272 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 08:28:49 +00:00
TrueCharts-Admin 119cfcd639 chore(deps): update container image tccr.io/truecharts/misskey to v13.6.0 2023-02-11 08:27:39 +00:00
TrueCharts-Admin 024dfc4721 chore(deps): update container image tccr.io/truecharts/quickshare to latest 2023-02-11 08:24:45 +00:00
TrueCharts BotandGitHub 3adb63633a Merge pull request #7178 from truecharts/renovate/tccr.io-truecharts-dockerregistry-v2 2023-02-11 08:50:48 +01:00
TrueCharts-Bot e8db827011 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 07:26:59 +00:00
TrueCharts-Admin 8b69998701 chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 2023-02-11 07:23:03 +00:00
TrueCharts BotandGitHub 20c6898c5d Merge pull request #7177 from truecharts/renovate/tccr.io-truecharts-xenorchestra-5.109.0 2023-02-11 05:53:40 +01:00
TrueCharts-Bot b231ef0e8c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 04:29:37 +00:00
TrueCharts-Admin aa07348ca9 chore(deps): update container image tccr.io/truecharts/xenorchestra to 5.109.0 2023-02-11 04:25:34 +00:00
TrueCharts BotandGitHub 961498d114 Merge pull request #7176 from truecharts/renovate/tccr.io-truecharts-deluge-18.x 2023-02-11 04:18:39 +01:00
TrueCharts BotandGitHub f95e86305b Merge pull request #7175 from truecharts/renovate/tccr.io-truecharts-ring-mqtt-5.1.x 2023-02-11 04:14:08 +01:00
TrueCharts-Bot 25ca8e2d89 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 02:53:59 +00:00
TrueCharts-Bot 79b1fcb894 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 02:51:12 +00:00
TrueCharts-Admin b2a7ed4103 chore(deps): update container image tccr.io/truecharts/deluge to v18.04.1 2023-02-11 02:49:58 +00:00
TrueCharts-Admin 7159b95ba1 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.1.3 2023-02-11 02:47:11 +00:00
TrueCharts BotandGitHub 25baffe0cf Merge pull request #7174 from truecharts/renovate/tccr.io-truecharts-deluge-2.x 2023-02-11 03:22:24 +01:00
TrueCharts-Bot 763969ab12 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 01:58:54 +00:00
TrueCharts-Admin 1173ea4394 chore(deps): update container image tccr.io/truecharts/deluge to v2.1.1 2023-02-11 01:54:55 +00:00
TrueCharts-Bot dafb9e45eb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 02:51:04 +01:00
TrueCharts-Admin a486dde2f9 chore(deps): update container image tccr.io/truecharts/grafana to 9.3.6 2023-02-11 02:51:04 +01:00
TrueCharts-Bot d1ab0c97ae Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-11 00:23:09 +00:00
TrueCharts BotandGitHub 8c6882175e Merge pull request #7172 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.x 2023-02-11 00:53:26 +01:00
TrueCharts BotandGitHub 8a4a1d794c Merge pull request #7171 from truecharts/renovate/tccr.io-truecharts-eclipse-mosquitto-2.0.15 2023-02-11 00:51:35 +01:00
TrueCharts-Bot 1b4f22f9fc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 23:29:06 +00:00
TrueCharts-Bot 44c34c5fa5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 23:28:57 +00:00
TrueCharts-Admin 0e9565787d chore(deps): update container image tccr.io/truecharts/flexget to v3.5.22 2023-02-10 23:24:24 +00:00
TrueCharts-Admin fcabf400a9 chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to 2.0.15 2023-02-10 23:24:05 +00:00
TrueCharts BotandGitHub 22043a3a6c Merge pull request #7168 from truecharts/renovate/tccr.io-truecharts-ghost-5.33.x 2023-02-11 00:06:01 +01:00
TrueCharts-Bot f76157116f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 22:26:14 +00:00
TrueCharts-Admin 11f98e6b1a chore(deps): update container image tccr.io/truecharts/ghost to v5.33.8 2023-02-10 22:20:57 +00:00
TrueCharts BotandGitHub 1b6b1cdc15 Merge pull request #7170 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.0.1 2023-02-10 22:56:17 +01:00
TrueCharts-Bot afc60dfb26 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 21:29:49 +00:00
TrueCharts-Admin 2d325231db chore(deps): update container image tccr.io/truecharts/docker-in-docker to 23.0.1 2023-02-10 21:25:01 +00:00
TrueCharts BotandGitHub b94d949c9f Merge pull request #7166 from truecharts/renovate/tccr.io-truecharts-ghost-5.33.7 2023-02-10 22:06:06 +01:00
TrueCharts BotandGitHub 6f5d63ed1a Merge pull request #7169 from truecharts/renovate/tccr.io-truecharts-pihole-2023.x 2023-02-10 21:54:05 +01:00
TrueCharts BotandGitHub 8383685151 Merge pull request #7167 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.0.x 2023-02-10 21:53:43 +01:00
TrueCharts-Bot a4a22b5f24 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 20:29:34 +00:00
TrueCharts-Bot 59dbde935d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 20:27:01 +00:00
TrueCharts-Bot f3d223b580 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 20:26:33 +00:00
TrueCharts-Admin 2578dd6220 chore(deps): update container image tccr.io/truecharts/pihole to v2023.02.0 2023-02-10 20:25:37 +00:00
TrueCharts-Admin 4754936999 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.1 2023-02-10 20:22:52 +00:00
TrueCharts-Admin 06fe2fa6ec chore(deps): update container image tccr.io/truecharts/ghost to v 2023-02-10 20:22:40 +00:00
TrueCharts BotandGitHub 1aa8ee1795 Merge pull request #7165 from truecharts/renovate/tccr.io-truecharts-youtrack-2022.3.x 2023-02-10 19:56:39 +01:00
TrueCharts-Bot 4ec4a59f0a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 18:29:17 +00:00
TrueCharts-Admin 366aaa562b chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65370 2023-02-10 18:24:21 +00:00
TrueCharts BotandGitHub 2fb895c2da Merge pull request #7164 from truecharts/renovate/tccr.io-truecharts-n8n-0.x 2023-02-10 18:59:46 +01:00
TrueCharts-Bot 9c3667f4a1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 17:31:28 +00:00
TrueCharts-Admin 204409b8fb chore(deps): update container image tccr.io/truecharts/n8n to v0.215.0 2023-02-10 17:27:36 +00:00
TrueCharts BotandGitHub e698e5f804 Merge pull request #7163 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.5.x 2023-02-10 17:55:24 +01:00
TrueCharts-Bot dc82073115 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 16:31:25 +00:00
TrueCharts-Admin 45df9c23b2 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.3 2023-02-10 16:27:21 +00:00
Kjeld Schouten-LebbingandGitHub e7ee7d7176 Update CODEOWNERS
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-10 15:23:27 +01:00
Dan ChristensenandGitHub 6afb793e1a fix: Chart changelogs (#7151)
The app-changelog.md files that are generated by git-chglog are not
being constrained tightly enough to specific branches to present useful
changelogs.  For example, the plex-12.0.10..plex-12.0.11 changelog link
to GitHub points to the comparison between
plex-utills-3.0.9..plex-12.0.11.

Using -\d+\.\d+\.\d+ as the tag name suffix seems safe since the version
numbers are under this project's control.

Signed-off-by: Dan Christensen <[email protected]>
2023-02-10 15:18:05 +01:00
TrueCharts BotandGitHub 4b7fc6400a Merge pull request #7160 from truecharts/renovate/tccr.io-truecharts-misskey-13.5.x 2023-02-10 15:05:27 +01:00
TrueCharts BotandGitHub 580b0babd2 Merge pull request #7161 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.x 2023-02-10 15:02:29 +01:00
TrueCharts BotandGitHub db3be6769c Merge pull request #7159 from truecharts/renovate/tccr.io-truecharts-mosdns-5.1.0 2023-02-10 14:58:01 +01:00
TrueCharts-Bot 69d0316bc1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 13:37:00 +00:00
TrueCharts-Bot 89fb048125 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 13:33:39 +00:00
TrueCharts-Bot f0ab8a6c62 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 13:33:22 +00:00
TrueCharts-Admin 0be297639e chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.10.0 2023-02-10 13:33:00 +00:00
TrueCharts-Admin 56023b3e80 chore(deps): update container image tccr.io/truecharts/misskey to v13.5.6 2023-02-10 13:29:38 +00:00
TrueCharts-Admin ba22fdf290 chore(deps): update container image tccr.io/truecharts/mosdns to 5.1.0 2023-02-10 13:29:24 +00:00
TrueCharts BotandGitHub 123029db7b Merge pull request #7158 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-02-10 13:47:38 +01:00
TrueCharts-Bot 397f8944a9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 12:27:21 +00:00
TrueCharts-Admin c72d9f31e0 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.20 2023-02-10 12:23:14 +00:00
Kjeld Schouten-LebbingandGitHub 5d31385a70 Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-10 10:44:48 +01:00
Kjeld Schouten-Lebbing 2c1eebf59f fix(all): ensure new helm deps repo is used in latest releases as well. 2023-02-10 10:44:04 +01:00
Kjeld Schouten-Lebbing 1e13d92280 move apps to use different deps helm repo 2023-02-10 10:30:06 +01:00
TrueCharts BotandGitHub 9386c92429 Merge pull request #7156 from truecharts/renovate/tccr.io-truecharts-qinglong-2.15.x 2023-02-10 08:51:58 +01:00
TrueCharts BotandGitHub c61c840d37 Merge pull request #7155 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.3 2023-02-10 08:49:09 +01:00
TrueCharts-Bot 5ee666c1df Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 07:27:17 +00:00
TrueCharts-Bot 2d712da9e4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 07:26:35 +00:00
TrueCharts-Admin 1202302309 chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.7 2023-02-10 07:22:47 +00:00
TrueCharts-Admin 7e700ac9a9 chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.3 2023-02-10 07:22:32 +00:00
TrueCharts BotandGitHub 8490234860 Merge pull request #7154 from truecharts/renovate/immich 2023-02-10 07:56:36 +01:00
TrueCharts BotandGitHub 9d34f7979e Merge pull request #7153 from truecharts/renovate/patch-immich 2023-02-10 07:56:21 +01:00
TrueCharts-Bot 2e7b63076a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 06:26:58 +00:00
TrueCharts-Bot a211b58a29 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 06:26:51 +00:00
TrueCharts-Admin e8a04bad94 chore(deps): update immich to v1.46.1 2023-02-10 06:23:03 +00:00
TrueCharts-Admin f5013f79da chore(deps): update immich to v1.46.1 2023-02-10 06:22:43 +00:00
TrueCharts BotandGitHub 3356c933aa Merge pull request #7152 from truecharts/renovate/tccr.io-truecharts-nexusoss-3.x 2023-02-10 05:02:34 +01:00
TrueCharts-Bot 49b251e83d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 03:33:56 +00:00
TrueCharts-Admin 9b2f655598 chore(deps): update container image tccr.io/truecharts/nexusoss to v3.47.1 2023-02-10 03:29:58 +00:00
TrueCharts-Bot 3c21085dca Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-10 00:28:40 +00:00
TrueCharts BotandGitHub 97aa5a8b84 Merge pull request #7147 from truecharts/renovate/tccr.io-truecharts-postgresql-14.x 2023-02-10 00:00:29 +01:00
TrueCharts BotandGitHub 56fb8a004e Merge pull request #7149 from truecharts/renovate/tccr.io-truecharts-actualserver-23.2.x 2023-02-09 23:51:10 +01:00
TrueCharts-Bot 9172f42a9a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 22:31:01 +00:00
TrueCharts-Bot 0ab42cbadf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 22:28:24 +00:00
TrueCharts-Admin e136edb5fd chore(deps): update container image tccr.io/truecharts/postgresql to v14.7.0 2023-02-09 22:27:03 +00:00
TrueCharts-Admin 750989acce chore(deps): update container image tccr.io/truecharts/actualserver to v23.2.9 2023-02-09 22:23:36 +00:00
TrueCharts BotandGitHub 863774b9a7 Merge pull request #7148 from truecharts/renovate/immich 2023-02-09 22:59:03 +01:00
TrueCharts BotandGitHub 8a0130b592 Merge pull request #7146 from truecharts/renovate/tccr.io-truecharts-joplin-server-2.10.x 2023-02-09 22:57:24 +01:00
TrueCharts BotandGitHub 7a966e4bf4 Merge pull request #7145 from truecharts/renovate/tccr.io-truecharts-sickgear-latest 2023-02-09 22:49:18 +01:00
TrueCharts BotandGitHub 674cb181f0 Merge pull request #7144 from truecharts/renovate/tccr.io-truecharts-postgresql-14.6.0 2023-02-09 22:48:11 +01:00
TrueCharts-Bot be9c6d6283 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 21:30:32 +00:00
TrueCharts-Bot 23701413ef Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 21:26:07 +00:00
TrueCharts-Bot 3d1c6dab3b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 21:26:00 +00:00
TrueCharts-Bot 1acd1842d8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 21:25:42 +00:00
TrueCharts-Admin 51cc4427c3 chore(deps): update immich to v1.46.0 2023-02-09 21:25:35 +00:00
TrueCharts-Admin 4ebd53be7d chore(deps): update container image tccr.io/truecharts/joplin-server to v2.10.9 2023-02-09 21:22:08 +00:00
TrueCharts-Admin 471f65bd0f chore(deps): update container image tccr.io/truecharts/sickgear to latest 2023-02-09 21:21:58 +00:00
TrueCharts-Admin efa272368d chore(deps): update container image tccr.io/truecharts/postgresql to v 2023-02-09 21:21:49 +00:00
TrueCharts BotandGitHub dcc4be3503 Merge pull request #7143 from truecharts/renovate/tccr.io-truecharts-joplin-server-2.10.x 2023-02-09 21:55:00 +01:00
TrueCharts-Bot 5266045101 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 20:26:09 +00:00
TrueCharts-Admin 86f389a62b chore(deps): update container image tccr.io/truecharts/joplin-server to v2.10.8 2023-02-09 20:21:20 +00:00
TrueCharts BotandGitHub 0cf7f25f55 Merge pull request #7142 from truecharts/renovate/tccr.io-truecharts-n8n-0.214.x 2023-02-09 20:52:17 +01:00
TrueCharts-Bot 5923daf8e2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 19:26:02 +00:00
Kjeld Schouten-LebbingandGitHub 8e9388e91d fix(Loki): BREAKING CHANGE Remove promtail dependency
Sadly enough SCALE will not allow a promtail container access to the logs anymore by default.

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-09 20:22:39 +01:00
TrueCharts-Admin 07df3d6db5 chore(deps): update container image tccr.io/truecharts/n8n to v0.214.3 2023-02-09 19:20:51 +00:00
Kjeld Schouten-LebbingandGitHub dded9730cf Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-09 20:19:56 +01:00
TrueCharts BotandGitHub 8d62591927 Merge pull request #7141 from truecharts/renovate/jupyter 2023-02-09 17:50:43 +01:00
TrueCharts-Bot 71d3066985 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 16:26:28 +00:00
TrueCharts-Admin c75da04342 chore(deps): update container image tccr.io/truecharts/jupyter-base to v2023-02 2023-02-09 16:22:23 +00:00
TrueCharts BotandGitHub 9b20a21627 Merge pull request #7140 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-02-09 16:48:57 +01:00
TrueCharts BotandGitHub e883164f2c Merge pull request #7139 from truecharts/renovate/tccr.io-truecharts-corekeeper-latest 2023-02-09 16:48:21 +01:00
TrueCharts-Bot e9b43360a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 15:24:16 +00:00
TrueCharts-Bot a6510282ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 15:23:56 +00:00
TrueCharts-Admin c6b3cefbf8 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.19 2023-02-09 15:20:15 +00:00
TrueCharts-Admin 21cf7162b9 chore(deps): update container image tccr.io/truecharts/corekeeper to latest 2023-02-09 15:19:56 +00:00
Kjeld Schouten-LebbingandGitHub 79819d9501 Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-09 15:42:36 +01:00
TrueCharts BotandGitHub a5d9d61ea0 Merge pull request #7137 from truecharts/renovate/tccr.io-truecharts-ghost-5.33.7 2023-02-09 15:08:06 +01:00
TrueCharts BotandGitHub 18060a4665 Merge pull request #7138 from truecharts/renovate/tccr.io-truecharts-misskey-13.5.x 2023-02-09 15:00:57 +01:00
TrueCharts-Bot f4f3ea5996 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 13:28:38 +00:00
TrueCharts-Bot ff3f1dedf3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 13:28:23 +00:00
TrueCharts-Admin 27bb7d25b5 chore(deps): update container image tccr.io/truecharts/misskey to v13.5.5 2023-02-09 13:24:39 +00:00
TrueCharts-Admin a19831bf35 chore(deps): update container image tccr.io/truecharts/ghost to 5.33.7 2023-02-09 13:24:24 +00:00
Kjeld Schouten-LebbingandGitHub afa08eb738 Update .gitignore
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-09 14:00:44 +01:00
Kjeld Schouten-LebbingandGitHub 0e111d237d Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-09 14:00:28 +01:00
Dan ChristensenandGitHub 0d4e9d03b9 fix: Build links to Docker images for Chart.yaml (#6963)
* style: Split long lines, follow .editorconfig

Signed-off-by: Dan Christensen <[email protected]>

* fix: Clarify why some sources are being excluded

The explanation is also meant to remind anyone that sees it that the
code could inadvertently remove a sources sequence entry that was
intentionally added, because it can not tell.

Signed-off-by: Dan Christensen <[email protected]>

* fix: Comment the image-to-URL code

Signed-off-by: Dan Christensen <[email protected]>

* refactor: Use case instead of if-ladder

This is a faithful move from the if-ladder to a case statement that
preserves the existing behavior, with optimization to follow.  The
behavior of the function before and after this change is the same.

Signed-off-by: Dan Christensen <[email protected]>

* fix: Remove dead code

No "container source" entry from description_list.md has a scheme.  The
values are parsed from the Dockerfiles and would not have one there
either.

Signed-off-by: Dan Christensen <[email protected]>

* fix: tccr.io image links

Parse the tccr.io prefix specifically instead of just checking for the
substring tccr which could result in a false positive.

The generated link was also going to point to a truecharts subdirectory
under mirror in the containers repository that does not exist.

Signed-off-by: Dan Christensen <[email protected]>

* fix: lscr.io image links

Parse the lscr.io prefix specifically instead of just checking for the
substring lscr which could result in a false positive.

The generated link would also return a 404 because the web interface
requires the image name to be passed in the query string.

Signed-off-by: Dan Christensen <[email protected]>

* fix: gcr.io image links

Parse the gcr.io prefix specifically instead of just checking for the
substring gcr which could result in a false positive.

Signed-off-by: Dan Christensen <[email protected]>

* feat: Do not add sources if no prefix is created

The intent of this code is to generate URLs to be included in
documentation to attribute inputs to the chart.  If a publicly
accessible URL can not be generated from the image name it makes sense
to not add anything and instead rely on a manual edit to the Chart.yaml.

Signed-off-by: Dan Christensen <[email protected]>

* fix: Disable azurecr.io image links

There does not seem to be a general purpose web index to the azurecr.io
hosted images.

Signed-off-by: Dan Christensen <[email protected]>

* feat: Disable mcr.microsoft.com image links

Signed-off-by: Dan Christensen <[email protected]>

* fix: public.ecr.aws image links

Parse the public.ecr.aws prefix specifically instead of just checking
for the substring public.ecr.aws which could result in a false positive.

Signed-off-by: Dan Christensen <[email protected]>

* fix: Disable ocir.io image links

There does not seem to be a general purpose web index to the ocir.io
hosted images.

Signed-off-by: Dan Christensen <[email protected]>

* refactor: Add Docker Hub hosted image links

From the perspective of linking to image details on the Docker Hub web
interface, there are two types of images:

  1. Docker Official Images
  2. all of the other images, regardless of their trustworthiness

The Docker Official Images can be referenced several ways, either on the
command line when passed to docker pull, or in the FROM instruction of a
Dockerfile:

  * busybox
  * library/busybox
  * docker.io/busybox
  * docker.io/library/busybox

Furthermore, over the years there have been several domains used for the
official Docker Hub registry:

  * docker.io
  * index.docker.io
  * registry-1.docker.io
  * registry.hub.docker.com

The goal here is handling each possible case, which makes Docker Hub
images more complex than the handling for other registries.

It also makes the case block's '*' (default) case harder to find in the
sequence of glob expressions, but this is necessary to avoid repeating
the parsing or adding another helper function.

Reference:
https://github.com/docker/hub-feedback/issues/2113
https://github.com/docker/cli/issues/3793

Signed-off-by: Dan Christensen <[email protected]>

* feat: ghcr.io image links

Signed-off-by: Dan Christensen <[email protected]>

* feat: quay.io image links

Signed-off-by: Dan Christensen <[email protected]>

* feat: Do not generate likely-bad links

By assuming image names that are not handled by other cases are Docker
Hub images there is a risk of generating bad links.  Minimize this risk
by not generating a link if the image name for a Docker Hub link has two
slashes.  This is a case that should not happen and would likely mean an
unsupported registry is being used.

There is still a risk of an unsupported registry being treated as Docker
Hub and an invalid link being generated.  That case is if the domain and
image name is example.com/busybox where there is only one slash.

Signed-off-by: Dan Christensen <[email protected]>

* refactor: Sort cases

Sort the cases from longest to shortest prioritizing any case with a
suffix only glob over any case with a prefix glob.  The intention is to
avoid having a case that can not be reached.

The combined Docker Hub and default case is last.  It might make sense
to split the default case handling off but it does not seem to be a
problem right now.

Signed-off-by: Dan Christensen <[email protected]>

---------

Signed-off-by: Dan Christensen <[email protected]>
2023-02-09 13:08:53 +01:00
TrueCharts BotandGitHub 9bb593a9e9 Merge pull request #7135 from truecharts/renovate/tccr.io-truecharts-misskey-13.5.x 2023-02-09 13:00:44 +01:00
TrueCharts BotandGitHub b7baa49222 Merge pull request #7136 from truecharts/renovate/tccr.io-truecharts-zwavejs-ui-8.8.x 2023-02-09 12:52:33 +01:00
TrueCharts-Bot 25b4b8f620 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 11:27:10 +00:00
TrueCharts-Bot b103f594b7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 11:27:05 +00:00
TrueCharts-Admin d48a0548d8 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.8.5 2023-02-09 11:23:07 +00:00
TrueCharts-Admin 3553dd8577 chore(deps): update container image tccr.io/truecharts/misskey to v13.5.4 2023-02-09 11:22:55 +00:00
TrueCharts BotandGitHub f30e7378de Merge pull request #7134 from truecharts/renovate/tccr.io-truecharts-strapi-4.6.x 2023-02-09 10:55:14 +01:00
TrueCharts-Bot 7c4869a6da Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 09:23:52 +00:00
TrueCharts-Admin c522236287 chore(deps): update container image tccr.io/truecharts/strapi to v4.6.1 2023-02-09 09:20:02 +00:00
TrueCharts BotandGitHub 290106bab8 Merge pull request #7133 from truecharts/renovate/tccr.io-truecharts-misskey-13.5.x 2023-02-09 06:56:32 +01:00
TrueCharts-Bot 53f461c256 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 05:26:14 +00:00
TrueCharts-Admin 40e4be5343 chore(deps): update container image tccr.io/truecharts/misskey to v13.5.3 2023-02-09 05:21:35 +00:00
TrueCharts BotandGitHub 71027d1756 Merge pull request #7132 from truecharts/renovate/tccr.io-truecharts-minio-console-0.23.x 2023-02-09 05:49:58 +01:00
TrueCharts-Bot 51332ebeaa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 04:26:42 +00:00
TrueCharts-Admin fedd3919ea chore(deps): update container image tccr.io/truecharts/minio-console to v0.23.1 2023-02-09 04:22:23 +00:00
TrueCharts BotandGitHub bd53ab5e99 Merge pull request #7131 from truecharts/renovate/tailscale-tailscale-1.36.x 2023-02-09 04:44:52 +01:00
TrueCharts-Bot 9ace02d8da Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 03:31:06 +00:00
TrueCharts-Admin b5da7489de chore(deps): update container image tailscale/tailscale to v1.36.1 2023-02-09 03:27:13 +00:00
TrueCharts BotandGitHub d0e087ceb7 Merge pull request #7130 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.0.0 2023-02-09 03:20:28 +01:00
TrueCharts-Bot 927104d929 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-09 01:53:34 +00:00
TrueCharts-Admin 565d3043c5 chore(deps): update container image tccr.io/truecharts/docker-in-docker to 23.0.0 2023-02-09 01:49:04 +00:00
TrueCharts BotandGitHub 4a67da8bab Merge pull request #7129 from truecharts/renovate/tccr.io-truecharts-dashdot-4.x 2023-02-08 21:52:51 +01:00
TrueCharts-Bot 8bdb4f1ce8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 20:29:48 +00:00
TrueCharts-Admin f2f84cc947 chore(deps): update container image tccr.io/truecharts/dashdot to v4.9.0 2023-02-08 20:26:01 +00:00
TrueCharts-Bot 80e677a79f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 21:24:46 +01:00
TrueCharts-Admin 41ae79f3d9 chore(deps): update container image tccr.io/truecharts/actualserver to v23.2.6 2023-02-08 21:24:46 +01:00
TrueCharts BotandGitHub 0844dadf46 Merge pull request #7128 from truecharts/renovate/jupyter 2023-02-08 20:55:23 +01:00
TrueCharts BotandGitHub 8fcab8ac22 Merge pull request #7126 from truecharts/renovate/tccr.io-truecharts-tar1090-latest 2023-02-08 20:50:45 +01:00
TrueCharts-Bot 16c7ad6695 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 19:28:46 +00:00
TrueCharts-Bot fdefb1a7c1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 19:25:34 +00:00
TrueCharts-Admin a340c67c20 chore(deps): update jupyter to v2023-02 2023-02-08 19:24:52 +00:00
TrueCharts-Admin 98fe52b1af chore(deps): update container image tccr.io/truecharts/tar1090 to latest 2023-02-08 19:21:43 +00:00
TrueCharts BotandGitHub 7e7edc4f79 Merge pull request #7116 from truecharts/renovate/tccr.io-truecharts-jenkins-2.x 2023-02-08 19:56:54 +01:00
TrueCharts BotandGitHub 7bf6ffcd9c Merge pull request #7125 from truecharts/renovate/tccr.io-truecharts-tsmuxer-23.2.x 2023-02-08 19:54:47 +01:00
TrueCharts BotandGitHub 74287fe0a9 Merge pull request #7120 from truecharts/renovate/tccr.io-truecharts-jdownloader-2-23.2.x 2023-02-08 19:53:52 +01:00
TrueCharts BotandGitHub a39571b8bc Merge pull request #7121 from truecharts/renovate/tccr.io-truecharts-mediainfo-23.2.x 2023-02-08 19:53:16 +01:00
TrueCharts BotandGitHub fb0a8e6137 Merge pull request #7118 from truecharts/renovate/tccr.io-truecharts-czkawka-23.2.x 2023-02-08 19:53:08 +01:00
TrueCharts BotandGitHub 7f10cd762c Merge pull request #7122 from truecharts/renovate/tccr.io-truecharts-mkvtoolnix-23.2.x 2023-02-08 19:52:34 +01:00
TrueCharts BotandGitHub 915d130cb3 Merge pull request #7124 from truecharts/renovate/tccr.io-truecharts-qdirstat-23.2.x 2023-02-08 19:52:01 +01:00
TrueCharts BotandGitHub 186cc1ea44 Merge pull request #7119 from truecharts/renovate/tccr.io-truecharts-filebot-23.2.x 2023-02-08 19:51:58 +01:00
TrueCharts BotandGitHub 44c1f95594 Merge pull request #7123 from truecharts/renovate/tccr.io-truecharts-putty-23.2.x 2023-02-08 19:51:32 +01:00
TrueCharts-Bot 48bf4485a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 18:30:59 +00:00
TrueCharts-Bot 8065f4163b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 18:28:54 +00:00
TrueCharts-Bot 0061e8a827 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 18:27:32 +00:00
TrueCharts-Bot 4a0c00e7ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 18:27:32 +00:00
TrueCharts-Bot bdc62d308e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 18:27:22 +00:00
TrueCharts-Bot 012cb4b437 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 18:27:17 +00:00
TrueCharts-Bot 3fd33e87bd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 18:27:15 +00:00
TrueCharts-Admin 85df328595 chore(deps): update container image tccr.io/truecharts/jenkins to v2.390.0 2023-02-08 18:27:11 +00:00
TrueCharts-Bot 7ab6ab63f8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 18:26:52 +00:00
TrueCharts-Bot 09ae9b7642 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 18:26:32 +00:00
TrueCharts-Admin bda69cfddb chore(deps): update container image tccr.io/truecharts/tsmuxer to v23.02.2 2023-02-08 18:23:47 +00:00
TrueCharts-Admin f5588f9527 chore(deps): update container image tccr.io/truecharts/qdirstat to v23.02.2 2023-02-08 18:23:39 +00:00
TrueCharts-Admin 402fe4ed2d chore(deps): update container image tccr.io/truecharts/putty to v23.02.2 2023-02-08 18:23:29 +00:00
TrueCharts-Admin f8e8e2a12b chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.02.2 2023-02-08 18:23:21 +00:00
TrueCharts-Admin 30b355a94b chore(deps): update container image tccr.io/truecharts/mediainfo to v23.02.2 2023-02-08 18:23:13 +00:00
TrueCharts-Admin b184ee604e chore(deps): update container image tccr.io/truecharts/jdownloader-2 to v23.02.2 2023-02-08 18:23:06 +00:00
TrueCharts-Admin 42dd473d2e chore(deps): update container image tccr.io/truecharts/filebot to v23.02.2 2023-02-08 18:22:57 +00:00
TrueCharts-Admin cb4c2a4759 chore(deps): update container image tccr.io/truecharts/czkawka to v23.02.2 2023-02-08 18:22:48 +00:00
TrueCharts BotandGitHub 9ff10805f1 Merge pull request #7065 from truecharts/renovate/patch-zabbix 2023-02-08 19:04:18 +01:00
TrueCharts BotandGitHub f1e41e7b96 Merge pull request #7117 from truecharts/renovate/tccr.io-truecharts-misskey-13.x 2023-02-08 18:59:20 +01:00
TrueCharts BotandGitHub 1ee5b02efc Merge pull request #7115 from truecharts/renovate/tccr.io-truecharts-autobrr-1.x 2023-02-08 18:58:28 +01:00
TrueCharts BotandGitHub 016ecba55f Merge pull request #7113 from truecharts/renovate/tccr.io-truecharts-jenkins-2.389.0 2023-02-08 18:51:53 +01:00
TrueCharts BotandGitHub 703a672346 Merge pull request #7114 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.1.3.2521 2023-02-08 18:49:21 +01:00
TrueCharts-Bot 90ef2fa787 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 17:28:58 +00:00
TrueCharts-Bot 7917aa25df Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 17:28:54 +00:00
TrueCharts-Bot b1c07c9352 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 17:28:25 +00:00
Stavros KoisandGitHub 0ec59e4df0 Update Chart.yaml
Signed-off-by: Stavros Kois <[email protected]>
2023-02-08 19:27:08 +02:00
TrueCharts-Bot 763f7f8053 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 17:26:32 +00:00
TrueCharts-Bot 21a638ec06 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 17:25:53 +00:00
TrueCharts-Admin c1ed497307 chore(deps): update container image tccr.io/truecharts/misskey to v13.5.2 2023-02-08 17:24:57 +00:00
TrueCharts-Admin 30e649d80e chore(deps): update container image tccr.io/truecharts/autobrr to v1.17.0 2023-02-08 17:24:38 +00:00
TrueCharts-Admin 8826e1bce1 chore(deps): update zabbix to v6.2.7 2023-02-08 17:24:34 +00:00
TrueCharts-Admin d8e64192c8 chore(deps): update container image tccr.io/truecharts/prowlarr to 1.1.3.2521 2023-02-08 17:22:03 +00:00
TrueCharts-Admin 486a3b21ab chore(deps): update container image tccr.io/truecharts/jenkins to v 2023-02-08 17:21:52 +00:00
TrueCharts BotandGitHub c0f2740f09 Merge pull request #7112 from truecharts/renovate/tccr.io-truecharts-homer-23.x 2023-02-08 17:55:06 +01:00
TrueCharts BotandGitHub 47e1f56308 Merge pull request #7111 from truecharts/renovate/tccr.io-truecharts-portainer-ce-2.x 2023-02-08 17:54:37 +01:00
TrueCharts BotandGitHub 955dc2d5af Merge pull request #7109 from truecharts/renovate/tccr.io-truecharts-zwavejs-ui-8.8.x 2023-02-08 17:54:32 +01:00
TrueCharts BotandGitHub ed54de7ec5 Merge pull request #7110 from truecharts/renovate/tccr.io-truecharts-netdata-1.x 2023-02-08 17:53:42 +01:00
TrueCharts-Bot e2fbbd07fb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 16:31:13 +00:00
TrueCharts-Bot 67da7e4e4c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 16:29:45 +00:00
TrueCharts-Bot a4aa16a2b3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 16:29:45 +00:00
TrueCharts-Bot 1b129bd9e9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 16:26:47 +00:00
TrueCharts-Admin 5438ae2032 chore(deps): update container image tccr.io/truecharts/homer to v23.02.1 2023-02-08 16:26:04 +00:00
TrueCharts-Admin 766becf4cf chore(deps): update container image tccr.io/truecharts/portainer-ce to v2.17.0 2023-02-08 16:25:52 +00:00
TrueCharts-Admin 075f2745b6 chore(deps): update container image tccr.io/truecharts/netdata to v1.38.0 2023-02-08 16:25:43 +00:00
TrueCharts-Admin 822585c2dd chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.8.4 2023-02-08 16:22:56 +00:00
TrueCharts BotandGitHub 8e600e53ed Merge pull request #7108 from truecharts/renovate/tccr.io-truecharts-phpmyadmin-latest 2023-02-08 15:48:57 +01:00
TrueCharts-Bot bf06c36c30 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 14:25:59 +00:00
TrueCharts-Admin 47d365a536 chore(deps): update container image tccr.io/truecharts/phpmyadmin to latest 2023-02-08 14:20:56 +00:00
TrueCharts BotandGitHub 5eb250acd1 Merge pull request #7089 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.4 2023-02-08 15:15:29 +01:00
TrueCharts BotandGitHub 62a48ffa39 Merge pull request #7096 from truecharts/renovate/tccr.io-truecharts-ghost-5.33.x 2023-02-08 15:11:59 +01:00
TrueCharts BotandGitHub a7b977753f Merge pull request #7102 from truecharts/renovate/tccr.io-truecharts-meshcentral-1.1.x 2023-02-08 15:06:18 +01:00
TrueCharts BotandGitHub 88be5de0cd Merge pull request #7091 from truecharts/renovate/zabbix 2023-02-08 15:04:59 +01:00
TrueCharts BotandGitHub c0a3ef178d Merge pull request #7092 from truecharts/renovate/tccr.io-truecharts-appsmith-1.9.x 2023-02-08 15:02:08 +01:00
TrueCharts BotandGitHub 1b6c8a8d2c Merge pull request #7103 from truecharts/renovate/tccr.io-truecharts-n8n-0.214.x 2023-02-08 15:01:57 +01:00
TrueCharts BotandGitHub 493126d54a Merge pull request #7100 from truecharts/renovate/tccr.io-truecharts-joplin-server-2.10.x 2023-02-08 15:01:33 +01:00
TrueCharts BotandGitHub 22707d1932 Merge pull request #7098 from truecharts/renovate/tccr.io-truecharts-home-assistant-2023.2.x 2023-02-08 15:00:51 +01:00
TrueCharts BotandGitHub 507c378bad Merge pull request #7088 from truecharts/renovate/tccr.io-truecharts-briefkasten-latest 2023-02-08 14:58:29 +01:00
TrueCharts BotandGitHub e26e64fa8e Merge pull request #7105 from truecharts/renovate/tccr.io-truecharts-syncthing-1.23.x 2023-02-08 14:56:47 +01:00
TrueCharts BotandGitHub 4c46a4c186 Merge pull request #7104 from truecharts/renovate/tccr.io-truecharts-sabnzbd-3.7.x 2023-02-08 14:55:53 +01:00
TrueCharts BotandGitHub 15698c7852 Merge pull request #7097 from truecharts/renovate/tccr.io-truecharts-homarr-0.11.x 2023-02-08 14:55:31 +01:00
TrueCharts BotandGitHub c14d531d07 Merge pull request #7099 from truecharts/renovate/tccr.io-truecharts-homepage-0.6.x 2023-02-08 14:55:22 +01:00
TrueCharts BotandGitHub 68454e8fee Merge pull request #7095 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-02-08 14:55:19 +01:00
TrueCharts BotandGitHub 63165c0f40 Merge pull request #7093 from truecharts/renovate/tccr.io-truecharts-dashdot-4.8.x 2023-02-08 14:55:10 +01:00
TrueCharts BotandGitHub d808301045 Merge pull request #7090 from truecharts/renovate/tccr.io-truecharts-posterr-latest 2023-02-08 14:55:04 +01:00
TrueCharts BotandGitHub 328a58be10 Merge pull request #7094 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.5.x 2023-02-08 14:54:56 +01:00
TrueCharts BotandGitHub b7722e2721 Merge pull request #7101 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.x 2023-02-08 14:54:37 +01:00
TrueCharts BotandGitHub e09960b004 Merge pull request #7106 from truecharts/renovate/tccr.io-truecharts-zigbee2mqtt-1.30.x 2023-02-08 14:46:14 +01:00
TrueCharts-Bot 48fcb56734 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:32:17 +00:00
TrueCharts-Bot ab6edc82f6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:31:59 +00:00
TrueCharts-Bot 2b02d0c80a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:31:57 +00:00
TrueCharts-Bot d6a2662149 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:31:57 +00:00
TrueCharts-Bot 840d25179f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:31:56 +00:00
TrueCharts-Bot 70e77b91c9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:31:50 +00:00
TrueCharts-Bot 0c300cf5f9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:31:41 +00:00
TrueCharts-Bot 33c1426b6f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:31:26 +00:00
TrueCharts-Bot 61914f3804 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:31:26 +00:00
TrueCharts-Bot f225793b7d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:31:24 +00:00
TrueCharts-Bot e0421b1700 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:31:12 +00:00
TrueCharts-Bot 1518120d1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:30:41 +00:00
TrueCharts-Bot 5d7d065c83 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:30:40 +00:00
TrueCharts-Bot 447a33bdc5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:30:34 +00:00
TrueCharts-Bot c15e027916 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:30:30 +00:00
TrueCharts-Bot 47e51964ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:30:29 +00:00
TrueCharts-Bot 4dac97485b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:30:15 +00:00
TrueCharts-Bot 046ff113e7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:29:44 +00:00
TrueCharts-Bot 94d2df6ee0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 13:29:25 +00:00
TrueCharts-Admin 196b85112a chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.30.1 2023-02-08 13:28:07 +00:00
TrueCharts-Admin bd0cc96dca chore(deps): update container image tccr.io/truecharts/syncthing to v1.23.1 2023-02-08 13:28:00 +00:00
TrueCharts-Admin f257d1e57c chore(deps): update container image tccr.io/truecharts/sabnzbd to v3.7.2 2023-02-08 13:27:53 +00:00
TrueCharts-Admin fddd010265 chore(deps): update container image tccr.io/truecharts/n8n to v0.214.2 2023-02-08 13:27:43 +00:00
TrueCharts-Admin d1b6f58418 chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.4 2023-02-08 13:27:36 +00:00
TrueCharts-Admin fc568c6520 chore(deps): update container image tccr.io/truecharts/mariadb to v10.10.3 2023-02-08 13:27:29 +00:00
TrueCharts-Admin 23b2ae11a1 chore(deps): update container image tccr.io/truecharts/joplin-server to v2.10.6 2023-02-08 13:27:22 +00:00
TrueCharts-Admin b88f996563 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.7 2023-02-08 13:27:14 +00:00
TrueCharts-Admin 2d407f75a4 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.2.3 2023-02-08 13:27:07 +00:00
TrueCharts-Admin de31aa0819 chore(deps): update container image tccr.io/truecharts/homarr to v0.11.4 2023-02-08 13:27:00 +00:00
TrueCharts-Admin 7849e9f0b3 chore(deps): update container image tccr.io/truecharts/ghost to v5.33.7 2023-02-08 13:26:52 +00:00
TrueCharts-Admin 06268f7d25 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.18 2023-02-08 13:26:44 +00:00
TrueCharts-Admin 7297d9a3e0 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.2 2023-02-08 13:26:37 +00:00
TrueCharts-Admin 262ebf9597 chore(deps): update container image tccr.io/truecharts/dashdot to v4.8.5 2023-02-08 13:26:30 +00:00
TrueCharts-Admin ed2b3dbfc5 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.7 2023-02-08 13:26:22 +00:00
TrueCharts-Admin 50624efb50 chore(deps): update zabbix 2023-02-08 13:26:14 +00:00
TrueCharts-Admin 60649ed1ba chore(deps): update container image tccr.io/truecharts/posterr to latest 2023-02-08 13:26:00 +00:00
TrueCharts-Admin 469dccd823 chore(deps): update container image tccr.io/truecharts/netbox to 3.4.4 2023-02-08 13:25:51 +00:00
TrueCharts-Admin 736653ba67 chore(deps): update container image tccr.io/truecharts/briefkasten to latest 2023-02-08 13:25:31 +00:00
Stavros KoisandGitHub c5ab8866b2 Update Chart.yaml
Signed-off-by: Stavros Kois <[email protected]>
2023-02-08 14:16:30 +02:00
TrueCharts BotandGitHub d106354b20 chore(deps): update renovatebot/github-action action to v34.125.1 (#7014) 2023-02-08 09:26:41 +02:00
TrueCharts BotandGitHub 3cb889f0d6 chore(deps): pin dessant/lock-threads action to (#7015) 2023-02-08 09:26:25 +02:00
TrueCharts-Bot 9efc2b3415 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 03:47:47 +01:00
TrueCharts-Admin 67afb16fdd chore(deps): update container image tccr.io/truecharts/grafana to v9.3.6 2023-02-08 03:47:47 +01:00
TrueCharts BotandGitHub 2bb04f4eab Merge pull request #7086 from truecharts/renovate/tccr.io-truecharts-chromium-desktop-g3-latest 2023-02-08 01:57:35 +01:00
TrueCharts-Bot f38c15aee0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-08 00:33:22 +00:00
TrueCharts-Admin f3027bed7e chore(deps): update container image tccr.io/truecharts/chromium-desktop-g3 to latest 2023-02-08 00:29:33 +00:00
Kjeld Schouten-LebbingandGitHub e2b71bd889 Update metrics60m.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-07 16:14:25 +01:00
Kjeld Schouten-LebbingandGitHub 694023ffa9 Update metrics3m.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-07 16:14:19 +01:00
Kjeld Schouten-LebbingandGitHub c007dc7a3a Update metrics.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-07 16:14:10 +01:00
Stavros KoisandGitHub d773ea749f Update Chart.yaml
Signed-off-by: Stavros Kois <[email protected]>
2023-02-07 16:48:04 +02:00
TrueCharts BotandGitHub 08736060ac Merge pull request #7082 from truecharts/renovate/immich 2023-02-07 15:02:53 +01:00
TrueCharts BotandGitHub 6accc765e5 Merge pull request #7081 from truecharts/renovate/tccr.io-truecharts-deconz-2.20.01 2023-02-07 14:54:33 +01:00
TrueCharts-Bot 0847bfa0b4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-07 13:33:55 +00:00
TrueCharts-Bot 2e32bb3fea Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-07 13:30:41 +00:00
TrueCharts-Admin e6ce3ce8e0 chore(deps): update container image tccr.io/truecharts/immich-web to v1.45.0 2023-02-07 13:30:09 +00:00
TrueCharts-Admin b40ac8eca3 chore(deps): update container image tccr.io/truecharts/deconz to 2.20.01 2023-02-07 13:26:49 +00:00
TrueCharts BotandGitHub fb0cd831ae Merge pull request #7080 from truecharts/renovate/tccr.io-truecharts-clamav-1.0.0 2023-02-07 08:52:29 +01:00
TrueCharts-Bot b3b9b86d5b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-07 07:28:44 +00:00
TrueCharts-Admin d0b5391de8 chore(deps): update container image tccr.io/truecharts/clamav to 1.0.0 2023-02-07 07:24:13 +00:00
TrueCharts BotandGitHub b9636fa563 Merge pull request #7079 from truecharts/renovate/tccr.io-truecharts-cloudflared-2023.x 2023-02-07 03:18:51 +01:00
TrueCharts BotandGitHub 4a0b2260f5 Merge pull request #7078 from truecharts/renovate/tccr.io-truecharts-emby-4.7.11.0 2023-02-07 03:16:32 +01:00
TrueCharts-Bot dc08f69d91 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-07 01:55:55 +00:00
TrueCharts-Bot 2300c6563b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-07 01:52:42 +00:00
TrueCharts-Admin 41dac99842 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.2.1 2023-02-07 01:52:05 +00:00
TrueCharts-Admin 50888c4ad1 chore(deps): update container image tccr.io/truecharts/emby to 4.7.11.0 2023-02-07 01:49:03 +00:00
TrueCharts BotandGitHub adcb60782a Merge pull request #7073 from truecharts/renovate/tccr.io-truecharts-lidarr-1.1.2.2935 2023-02-07 01:56:47 +01:00
TrueCharts BotandGitHub 58560e33c0 Merge pull request #7074 from truecharts/renovate/tccr.io-truecharts-plex-1.30.2.6563 2023-02-07 01:55:38 +01:00
TrueCharts BotandGitHub 68ff8aef54 Merge pull request #7075 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.1.3.2521 2023-02-07 01:55:31 +01:00
TrueCharts BotandGitHub a82f295f9b Merge pull request #7077 from truecharts/renovate/tccr.io-truecharts-readarr-0.1.2.1558 2023-02-07 01:55:13 +01:00
TrueCharts BotandGitHub cb91552586 Merge pull request #7076 from truecharts/renovate/tccr.io-truecharts-radarr-4.3.2.6857 2023-02-07 01:55:09 +01:00
TrueCharts-Bot bc6c43707e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-07 00:32:30 +00:00
TrueCharts-Bot 21bc64bb32 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-07 00:32:12 +00:00
TrueCharts-Bot d2e138e13e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-07 00:31:35 +00:00
TrueCharts-Bot 8f2cf5d9c6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-07 00:31:28 +00:00
TrueCharts-Bot f58eeed02d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-07 00:31:12 +00:00
TrueCharts-Admin 45f3a21a4c chore(deps): update container image tccr.io/truecharts/readarr to 0.1.2.1558 2023-02-07 00:28:00 +00:00
TrueCharts-Admin 41df3f67ec chore(deps): update container image tccr.io/truecharts/radarr to 4.3.2.6857 2023-02-07 00:27:52 +00:00
TrueCharts-Admin 86e493a870 chore(deps): update container image tccr.io/truecharts/prowlarr to 1.1.3.2521 2023-02-07 00:27:45 +00:00
TrueCharts-Admin 4b5300bdad chore(deps): update container image tccr.io/truecharts/plex to 1.30.2.6563 2023-02-07 00:27:37 +00:00
TrueCharts-Admin 4e44d37b6b chore(deps): update container image tccr.io/truecharts/lidarr to 1.1.2.2935 2023-02-07 00:27:27 +00:00
TrueCharts BotandGitHub 65729bf0dd Merge pull request #7068 from truecharts/renovate/tccr.io-truecharts-calibre-6.x 2023-02-06 20:53:22 +01:00
TrueCharts BotandGitHub c34c1eceba Merge pull request #7069 from truecharts/renovate/tccr.io-truecharts-czkawka-23.x 2023-02-06 20:52:27 +01:00
TrueCharts BotandGitHub 249115ea0a Merge pull request #7070 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.x 2023-02-06 20:51:58 +01:00
TrueCharts BotandGitHub bb32534434 Merge pull request #7067 from truecharts/renovate/tccr.io-truecharts-rust-latest 2023-02-06 20:48:07 +01:00
TrueCharts-Bot 3886820b32 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 19:30:04 +00:00
TrueCharts-Bot f54f106961 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 19:28:20 +00:00
TrueCharts-Bot b8c861215c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 19:28:14 +00:00
TrueCharts-Bot 4774f7ab8b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 19:25:03 +00:00
TrueCharts-Admin 51f3f69e8f chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.1 2023-02-06 19:24:37 +00:00
TrueCharts-Admin 88e1f3765e chore(deps): update container image tccr.io/truecharts/czkawka to v23.02.1 2023-02-06 19:24:29 +00:00
TrueCharts-Admin 348474dbf8 chore(deps): update container image tccr.io/truecharts/calibre to v6.12.0 2023-02-06 19:24:22 +00:00
TrueCharts-Admin 1663ccd5b7 chore(deps): update container image tccr.io/truecharts/rust to latest 2023-02-06 19:21:10 +00:00
TrueCharts BotandGitHub 4106df2477 Merge pull request #7049 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-02-06 19:41:48 +01:00
TrueCharts BotandGitHub ce80101f4d Merge pull request #6882 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-02-06 19:40:07 +01:00
TrueCharts BotandGitHub 64ebc25bec Merge pull request #7027 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.21 2023-02-06 19:38:57 +01:00
TrueCharts BotandGitHub 0018c4102e Merge pull request #7045 from truecharts/renovate/tccr.io-truecharts-redis-7.0.8 2023-02-06 19:34:53 +01:00
TrueCharts BotandGitHub 599618ec91 Merge pull request #7023 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-02-06 19:34:28 +01:00
TrueCharts-Bot 68ad48274d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 18:09:36 +00:00
TrueCharts-Bot 3ab5491196 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 18:09:06 +00:00
TrueCharts-Bot 70432a0285 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 18:09:02 +00:00
TrueCharts-Bot 03d26e9804 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 18:08:32 +00:00
TrueCharts-Bot 747325370b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 18:08:03 +00:00
TrueCharts-Admin 13f9e85aaf chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-06 18:05:15 +00:00
TrueCharts-Admin 1f0c766b40 chore(deps): update container image tccr.io/truecharts/redis to 7.0.8 2023-02-06 18:05:10 +00:00
TrueCharts-Admin 0eaa1d39af chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-02-06 18:05:04 +00:00
TrueCharts-Admin 1e37386df3 chore(deps): update container image tccr.io/truecharts/flexget to 3.5.21 2023-02-06 18:04:41 +00:00
TrueCharts-Admin a708fb72f1 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-02-06 18:04:18 +00:00
Kjeld Schouten-LebbingandGitHub 9836d08cb6 Update CODEOWNERS
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-06 18:47:50 +01:00
Kjeld Schouten-LebbingandGitHub 19ca7eb014 Update pr-validate.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-06 18:42:27 +01:00
Kjeld Schouten-LebbingandGitHub aae8ab21ab Update CODEOWNERS
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-06 18:38:26 +01:00
Kjeld Schouten-LebbingandGitHub 32cbcf7e58 Update CODEOWNERS
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-06 18:32:07 +01:00
Kjeld Schouten-LebbingandGitHub dddf4c258b Update pr-validate.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-06 18:29:56 +01:00
TrueCharts BotandGitHub 251ed3ca7d Merge pull request #7060 from truecharts/renovate/minecraft-java 2023-02-06 17:39:58 +01:00
TrueCharts BotandGitHub ea0928655e Merge pull request #7061 from truecharts/renovate/neko 2023-02-06 15:48:16 +01:00
TrueCharts BotandGitHub 654d6ad56d Merge pull request #7058 from truecharts/renovate/tccr.io-truecharts-wordpress-6.1.1 2023-02-06 15:33:34 +01:00
TrueCharts BotandGitHub 9aeb828fdc Merge pull request #7036 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.3 2023-02-06 15:31:06 +01:00
TrueCharts BotandGitHub 0eeef780e2 Merge pull request #7040 from truecharts/renovate/tccr.io-truecharts-nginx-1.23.3 2023-02-06 15:28:16 +01:00
TrueCharts-Bot 2b90ee63b9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 15:24:26 +01:00
TrueCharts-Admin 299e4d9d9c chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-02-06 15:24:26 +01:00
TrueCharts BotandGitHub 358b1c9549 Merge pull request #7046 from truecharts/renovate/tccr.io-truecharts-redmine-5.0.4 2023-02-06 15:23:52 +01:00
TrueCharts BotandGitHub bbd06ac2a5 Merge pull request #7057 from truecharts/renovate/tccr.io-truecharts-wger-latest 2023-02-06 15:23:32 +01:00
TrueCharts BotandGitHub 721eaa0d3e Merge pull request #7033 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-06 15:23:06 +01:00
TrueCharts BotandGitHub 7b85d949d4 Merge pull request #7050 from truecharts/renovate/tccr.io-truecharts-searxng-latest 2023-02-06 15:21:31 +01:00
TrueCharts BotandGitHub 2ffb0b2ee7 Merge pull request #7056 from truecharts/renovate/tccr.io-truecharts-twonky-server-latest 2023-02-06 15:21:21 +01:00
TrueCharts BotandGitHub 3a1cc91823 Merge pull request #7054 from truecharts/renovate/tccr.io-truecharts-ts-dnsserver-latest 2023-02-06 15:21:14 +01:00
TrueCharts BotandGitHub acb3e6fd46 Merge pull request #7053 from truecharts/renovate/tccr.io-truecharts-solr-9.1.1 2023-02-06 15:20:28 +01:00
TrueCharts BotandGitHub d797259534 Merge pull request #7051 from truecharts/renovate/tccr.io-truecharts-sftpgo-latest 2023-02-06 15:20:12 +01:00
TrueCharts BotandGitHub 2f35f2239f Merge pull request #7044 from truecharts/renovate/tccr.io-truecharts-red-discordbot-vfull 2023-02-06 15:20:00 +01:00
TrueCharts BotandGitHub 8916cc6ffe Merge pull request #7041 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.8.0 2023-02-06 15:19:46 +01:00
TrueCharts BotandGitHub bedb900fe9 Merge pull request #7055 from truecharts/renovate/tccr.io-truecharts-tubesync-latest 2023-02-06 15:19:45 +01:00
TrueCharts BotandGitHub 5f57a864a4 Merge pull request #7025 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-02-06 15:19:04 +01:00
TrueCharts BotandGitHub d6cd20a743 Merge pull request #7018 from truecharts/renovate/tccr.io-truecharts-blender-latest 2023-02-06 15:18:47 +01:00
TrueCharts BotandGitHub a58ff09013 Merge pull request #7052 from truecharts/renovate/tccr.io-truecharts-snapdrop-latest 2023-02-06 15:18:35 +01:00
TrueCharts BotandGitHub e16cf7b0e3 Merge pull request #7047 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-02-06 15:18:25 +01:00
TrueCharts BotandGitHub e99114f849 Merge pull request #7059 from truecharts/renovate/tccr.io-truecharts-yourls-latest 2023-02-06 15:18:22 +01:00
TrueCharts BotandGitHub d1322ed246 Merge pull request #7039 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.4 2023-02-06 15:17:52 +01:00
TrueCharts BotandGitHub cfc491c495 Merge pull request #7019 from truecharts/renovate/tccr.io-truecharts-blog-latest 2023-02-06 15:17:48 +01:00
TrueCharts BotandGitHub 975e55af3e Merge pull request #7021 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-06 15:17:19 +01:00
TrueCharts BotandGitHub 24bf0fa821 Merge pull request #7043 from truecharts/renovate/tccr.io-truecharts-postgresql-14.6.0 2023-02-06 15:17:12 +01:00
TrueCharts BotandGitHub 8a17bacea9 Merge pull request #7048 from truecharts/renovate/tccr.io-truecharts-rsnapshot-1.4.4 2023-02-06 15:17:05 +01:00
TrueCharts BotandGitHub 89d363dc2f Merge pull request #7029 from truecharts/renovate/tccr.io-truecharts-habridge-v5.4.1 2023-02-06 15:17:02 +01:00
TrueCharts BotandGitHub 44444c5065 Merge pull request #7038 from truecharts/renovate/tccr.io-truecharts-minio-latest 2023-02-06 15:17:01 +01:00
TrueCharts BotandGitHub 3352c84b67 Merge pull request #7034 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-02-06 15:16:58 +01:00
TrueCharts BotandGitHub 8d31734f40 Merge pull request #7031 from truecharts/renovate/tccr.io-truecharts-jenkins-2.389.0 2023-02-06 15:16:54 +01:00
TrueCharts BotandGitHub 76a5102041 Merge pull request #7042 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-02-06 15:16:52 +01:00
TrueCharts BotandGitHub 184b0a2009 Merge pull request #7026 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-02-06 15:16:19 +01:00
TrueCharts BotandGitHub 8664afbc8d Merge pull request #7022 from truecharts/renovate/tccr.io-truecharts-cups-server-latest 2023-02-06 15:16:09 +01:00
TrueCharts BotandGitHub 396a50dbc6 Merge pull request #7032 from truecharts/renovate/tccr.io-truecharts-lazylibrarian-latest 2023-02-06 15:15:51 +01:00
TrueCharts BotandGitHub 93e94eb91c Merge pull request #7035 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.2 2023-02-06 15:15:45 +01:00
TrueCharts BotandGitHub 0f789b22bc Merge pull request #7037 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-02-06 15:15:39 +01:00
TrueCharts BotandGitHub e3550982bd Merge pull request #7020 from truecharts/renovate/tccr.io-truecharts-boinc-latest 2023-02-06 15:15:22 +01:00
TrueCharts BotandGitHub e21c975052 Merge pull request #7016 from truecharts/renovate/tccr.io-truecharts-adminer-latest 2023-02-06 15:15:09 +01:00
TrueCharts BotandGitHub 78afe6d344 Merge pull request #7062 from truecharts/renovate/rdesktop 2023-02-06 15:10:42 +01:00
TrueCharts BotandGitHub 45b3abd407 Merge pull request #7063 from truecharts/renovate/webtop 2023-02-06 15:10:37 +01:00
TrueCharts BotandGitHub 6f965c07e1 Merge pull request #7030 from truecharts/renovate/tccr.io-truecharts-heimdall-2.5.5 2023-02-06 15:06:30 +01:00
TrueCharts-Bot d25f6d6eeb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:44:31 +00:00
TrueCharts-Bot 992d58a141 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:43:25 +00:00
TrueCharts-Bot 5803cd9fee Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:41:43 +00:00
TrueCharts-Bot 6d7850f2c7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:41:43 +00:00
TrueCharts-Bot a4e03329c3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:41:37 +00:00
TrueCharts-Bot d16fc6b1ac Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:41:19 +00:00
TrueCharts-Bot e4731130f7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:41:12 +00:00
TrueCharts-Bot e9eadebed1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:40:59 +00:00
TrueCharts-Bot 00fe21ae49 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:40:34 +00:00
TrueCharts-Bot c5cc03eb3d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:40:28 +00:00
TrueCharts-Bot 01fba6941d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:40:25 +00:00
TrueCharts-Bot 8475f1c1bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:40:14 +00:00
TrueCharts-Bot e5fb10b206 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:39:56 +00:00
TrueCharts-Bot 5ffa3be68a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:39:38 +00:00
TrueCharts-Bot eab1c81972 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:39:25 +00:00
TrueCharts-Bot 6a0b460e07 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:38:15 +00:00
TrueCharts-Bot 5b88bac7e2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:38:02 +00:00
TrueCharts-Bot 564e2d0901 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:37:39 +00:00
TrueCharts-Bot a2e7f77ed9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:37:13 +00:00
TrueCharts-Bot c75d349c7a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:37:11 +00:00
TrueCharts-Bot bb589acd66 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:36:56 +00:00
TrueCharts-Bot 3ffb76e837 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:36:55 +00:00
TrueCharts-Bot 35addfc941 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:36:42 +00:00
TrueCharts-Bot fe0ad91e4d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:36:36 +00:00
TrueCharts-Bot 1095a50023 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:35:57 +00:00
TrueCharts-Bot 9963b9a01b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:35:49 +00:00
TrueCharts-Bot ac4a3fa381 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:35:19 +00:00
TrueCharts-Bot c26cdfe4d9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:35:14 +00:00
TrueCharts-Bot 91bce25806 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:35:12 +00:00
TrueCharts-Admin 712db230ed chore(deps): update webtop 2023-02-06 13:34:47 +00:00
TrueCharts-Bot 62ec74e5db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:34:46 +00:00
TrueCharts-Admin fb4d058066 chore(deps): update rdesktop 2023-02-06 13:34:39 +00:00
TrueCharts-Admin 1811199491 chore(deps): update neko 2023-02-06 13:34:31 +00:00
TrueCharts-Bot df3399050f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:34:28 +00:00
TrueCharts-Admin fffeb3e5af chore(deps): update minecraft-java 2023-02-06 13:34:24 +00:00
TrueCharts-Admin a6cd91fac7 chore(deps): update container image tccr.io/truecharts/yourls to latest 2023-02-06 13:34:16 +00:00
TrueCharts-Bot 87c1b9f589 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:34:15 +00:00
TrueCharts-Bot 00068f40b9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:34:09 +00:00
TrueCharts-Admin 9647938f21 chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1 2023-02-06 13:34:09 +00:00
TrueCharts-Bot 9455d64a01 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:34:08 +00:00
TrueCharts-Admin 351302a9ad chore(deps): update container image tccr.io/truecharts/wger to latest 2023-02-06 13:34:01 +00:00
TrueCharts-Admin 064fa6fe5e chore(deps): update container image tccr.io/truecharts/twonky-server to latest 2023-02-06 13:33:53 +00:00
TrueCharts-Admin 29f58bc9ee chore(deps): update container image tccr.io/truecharts/tubesync to latest 2023-02-06 13:33:44 +00:00
TrueCharts-Admin f49e56c74f chore(deps): update container image tccr.io/truecharts/ts-dnsserver to latest 2023-02-06 13:33:37 +00:00
TrueCharts-Bot f1edb7a7d1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:33:32 +00:00
TrueCharts-Admin 2929739d91 chore(deps): update container image tccr.io/truecharts/solr to 9.1.1 2023-02-06 13:33:26 +00:00
TrueCharts-Bot a9c94c0bec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:33:18 +00:00
TrueCharts-Admin ea6b7aecd9 chore(deps): update container image tccr.io/truecharts/snapdrop to latest 2023-02-06 13:33:18 +00:00
TrueCharts-Bot 17d695cb86 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:33:12 +00:00
TrueCharts-Admin 565ac683b5 chore(deps): update container image tccr.io/truecharts/sftpgo to latest 2023-02-06 13:33:10 +00:00
TrueCharts-Admin 35dc3de2d9 chore(deps): update container image tccr.io/truecharts/searxng to latest 2023-02-06 13:33:03 +00:00
TrueCharts-Bot b43ee5aba0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:32:57 +00:00
TrueCharts-Bot 3f3a048ee2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:32:49 +00:00
TrueCharts-Bot 3bb2e4d9a6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:32:47 +00:00
TrueCharts-Admin 3b85a969cb chore(deps): update container image tccr.io/truecharts/rsnapshot to 1.4.4 2023-02-06 13:32:44 +00:00
TrueCharts-Admin 6dd8385349 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-02-06 13:32:37 +00:00
TrueCharts-Admin ee2ad81d9d chore(deps): update container image tccr.io/truecharts/redmine to 5.0.4 2023-02-06 13:32:28 +00:00
TrueCharts-Bot 6ff5e94f2d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 13:32:15 +00:00
TrueCharts-Admin 15906c55a6 chore(deps): update container image tccr.io/truecharts/red-discordbot to vfull 2023-02-06 13:32:13 +00:00
TrueCharts-Admin 57b654ce00 chore(deps): update container image tccr.io/truecharts/postgresql to 14.6.0 2023-02-06 13:32:04 +00:00
TrueCharts-Admin 5d03f48441 chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-02-06 13:31:55 +00:00
TrueCharts-Admin 64b8c30c48 chore(deps): update container image tccr.io/truecharts/omada-controller to 5.8.0 2023-02-06 13:31:46 +00:00
TrueCharts-Admin c22940cc16 chore(deps): update container image tccr.io/truecharts/nginx to 1.23.3 2023-02-06 13:31:38 +00:00
TrueCharts-Admin 22b611b83f chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.4 2023-02-06 13:31:31 +00:00
TrueCharts-Admin 5c40c8178b chore(deps): update container image tccr.io/truecharts/minio to latest 2023-02-06 13:31:23 +00:00
TrueCharts-Admin 284b11eddc chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-02-06 13:31:15 +00:00
TrueCharts-Admin e877e69794 chore(deps): update container image tccr.io/truecharts/matomo to 4.13.3 2023-02-06 13:31:08 +00:00
TrueCharts-Admin f7ba0bb08b chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.2 2023-02-06 13:31:00 +00:00
TrueCharts-Admin 8f19a8a020 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-02-06 13:30:52 +00:00
TrueCharts-Admin 85d69f28f2 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-06 13:30:43 +00:00
TrueCharts-Admin 8c6e050241 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-02-06 13:30:35 +00:00
TrueCharts-Admin 15b7b69df1 chore(deps): update container image tccr.io/truecharts/jenkins to 2.389.0 2023-02-06 13:30:28 +00:00
TrueCharts-Admin f8742dfe1a chore(deps): update container image tccr.io/truecharts/heimdall to 2.5.5 2023-02-06 13:30:20 +00:00
TrueCharts-Admin 89d9ac79c4 chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 2023-02-06 13:30:13 +00:00
TrueCharts-Admin b46d6d5f31 chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-02-06 13:29:47 +00:00
TrueCharts-Admin d41e9536b8 chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-02-06 13:29:40 +00:00
TrueCharts-Admin e8c94a4a46 chore(deps): update container image tccr.io/truecharts/cups-server to latest 2023-02-06 13:29:19 +00:00
TrueCharts-Admin 27f50e9f2c chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-06 13:29:11 +00:00
TrueCharts-Admin 6182c4487a chore(deps): update container image tccr.io/truecharts/boinc to latest 2023-02-06 13:29:04 +00:00
TrueCharts-Admin 26ae09d81a chore(deps): update container image tccr.io/truecharts/blog to latest 2023-02-06 13:28:56 +00:00
TrueCharts-Admin d838281901 chore(deps): update container image tccr.io/truecharts/blender to latest 2023-02-06 13:28:48 +00:00
TrueCharts-Admin c669b03eb3 chore(deps): update container image tccr.io/truecharts/adminer to latest 2023-02-06 13:28:34 +00:00
c355902143 docs(Jellyfin): Added a complete Setup Guide (#7007)
* docs(Jellyfin): Added a complete Setup Guide

* Update charts/stable/jellyfin/docs/how-to.md

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/stable/jellyfin/docs/how-to.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update charts/stable/jellyfin/docs/how-to.md

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

---------

Signed-off-by: Stavros Kois <[email protected]>
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
Co-authored-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-06 10:48:29 +01:00
TrueCharts BotandGitHub 529e6d2f6c Merge pull request #7013 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-23.x 2023-02-06 09:54:25 +01:00
TrueCharts-Bot 1eb7cd98db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 08:27:11 +00:00
TrueCharts-Admin 03c986b3df chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.0 2023-02-06 08:23:27 +00:00
TrueCharts BotandGitHub 79779e1ce5 Merge pull request #7009 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.14.0 2023-02-06 08:55:34 +01:00
TrueCharts BotandGitHub de6cdf5ac0 Merge pull request #7012 from truecharts/renovate/tccr.io-truecharts-filebot-23.x 2023-02-06 08:55:19 +01:00
TrueCharts BotandGitHub 9c737df308 Merge pull request #7010 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-20.10.23 2023-02-06 08:53:35 +01:00
TrueCharts BotandGitHub 3d205ff0b9 Merge pull request #7011 from truecharts/renovate/tccr.io-truecharts-alist-3.x 2023-02-06 08:53:08 +01:00
TrueCharts-Bot ab16eca5ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 07:29:32 +00:00
TrueCharts-Bot 3e746ba3cb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 07:29:30 +00:00
TrueCharts-Bot 48382bad2f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 07:27:13 +00:00
TrueCharts-Bot 6cc5e022b7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 07:26:30 +00:00
TrueCharts-Admin 36bc89b607 chore(deps): update container image tccr.io/truecharts/filebot to v23.02.1 2023-02-06 07:25:51 +00:00
TrueCharts-Admin 0bc3462f3e chore(deps): update container image tccr.io/truecharts/alist to v3.10.1 2023-02-06 07:25:41 +00:00
TrueCharts-Admin 39d857cc98 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v 2023-02-06 07:22:42 +00:00
TrueCharts-Admin f6b82d2f1b chore(deps): update container image tccr.io/truecharts/babybuddy to 1.14.0 2023-02-06 07:22:34 +00:00
TrueCharts BotandGitHub 7252a96b2a Merge pull request #7008 from truecharts/renovate/tccr.io-truecharts-ring-mqtt-5.x 2023-02-06 07:52:37 +01:00
TrueCharts-Bot 9ff850a3d1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 06:28:54 +00:00
TrueCharts-Admin 1448f59110 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.1.2 2023-02-06 06:25:09 +00:00
TrueCharts BotandGitHub f64bf8e271 Merge pull request #7006 from truecharts/renovate/immich 2023-02-06 02:04:44 +01:00
TrueCharts BotandGitHub 9ad569b995 Merge pull request #7005 from truecharts/renovate/tccr.io-truecharts-shlink-3.5.x 2023-02-06 02:01:31 +01:00
TrueCharts BotandGitHub 3a05a6ae91 Merge pull request #7004 from truecharts/renovate/tccr.io-truecharts-recipes-1.4.x 2023-02-06 02:01:27 +01:00
TrueCharts BotandGitHub 8f56d2f7e6 Merge pull request #7003 from truecharts/renovate/tccr.io-truecharts-nocodb-0.104.x 2023-02-06 01:59:22 +01:00
TrueCharts-Bot 41c3c33324 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 00:35:43 +00:00
TrueCharts-Bot a9cc8f1ace Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 00:32:37 +00:00
TrueCharts-Bot 4feb346095 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 00:32:26 +00:00
TrueCharts-Bot 786c280efc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-06 00:32:26 +00:00
TrueCharts-Admin 901e5afc23 chore(deps): update container image tccr.io/truecharts/immich-server to v1.45.0 2023-02-06 00:31:17 +00:00
TrueCharts-Admin 90d496aef8 chore(deps): update container image tccr.io/truecharts/shlink to v3.5.1 2023-02-06 00:28:39 +00:00
TrueCharts-Admin f4f6b7cbb6 chore(deps): update container image tccr.io/truecharts/recipes to v1.4.6 2023-02-06 00:28:32 +00:00
TrueCharts-Admin 05a2e3a5c7 chore(deps): update container image tccr.io/truecharts/nocodb to v0.104.3 2023-02-06 00:28:23 +00:00
TrueCharts BotandGitHub d21bd95e72 chore(deps): update renovatebot/github-action action to v34.124.3 (#6985) 2023-02-05 22:13:36 +02:00
TrueCharts BotandGitHub b2c3f6cfa7 Merge pull request #7002 from truecharts/renovate/tccr.io-truecharts-bookstack-23.x 2023-02-05 21:05:38 +01:00
TrueCharts BotandGitHub 2b3c289ab2 Merge pull request #7001 from truecharts/renovate/tccr.io-truecharts-misskey-13.x 2023-02-05 20:56:15 +01:00
TrueCharts BotandGitHub b595dfb11d Merge pull request #7000 from truecharts/renovate/tccr.io-truecharts-clickhouse-23.1.x 2023-02-05 20:46:16 +01:00
TrueCharts-Bot c2a80209dd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 19:25:48 +00:00
TrueCharts-Bot 317d25305d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 19:25:31 +00:00
TrueCharts-Bot 6f94c5ca91 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 19:23:13 +00:00
TrueCharts-Bot b801f4402a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 20:22:08 +01:00
TrueCharts-Admin 6a174ccd15 chore(deps): update minecraft-java to v2023.1.0 2023-02-05 20:22:08 +01:00
TrueCharts-Admin 54d967a7ce chore(deps): update container image tccr.io/truecharts/bookstack to v23.01.20230131 2023-02-05 19:21:59 +00:00
TrueCharts-Admin 5dceb58872 chore(deps): update container image tccr.io/truecharts/misskey to v13.4.0 2023-02-05 19:21:48 +00:00
TrueCharts-Admin d54cb63817 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.1.3.5 2023-02-05 19:19:32 +00:00
TrueCharts BotandGitHub ebcb5a5403 Merge pull request #6994 from truecharts/renovate/tccr.io-truecharts-n8n-0.x 2023-02-05 19:59:37 +01:00
TrueCharts BotandGitHub 01415bd578 Merge pull request #6998 from truecharts/renovate/tccr.io-truecharts-xenorchestra-5.x 2023-02-05 19:57:32 +01:00
TrueCharts BotandGitHub 9767f38649 Merge pull request #6990 from truecharts/renovate/tccr.io-truecharts-focalboard-7.x 2023-02-05 19:57:11 +01:00
TrueCharts BotandGitHub 3eb5e6f292 Merge pull request #6995 from truecharts/renovate/tccr.io-truecharts-putty-23.x 2023-02-05 19:55:25 +01:00
TrueCharts BotandGitHub 8a35cdd901 Merge pull request #6991 from truecharts/renovate/tccr.io-truecharts-jdownloader-2-23.x 2023-02-05 19:55:06 +01:00
TrueCharts BotandGitHub 339ed2fb4a Merge pull request #6997 from truecharts/renovate/tccr.io-truecharts-tsmuxer-23.x 2023-02-05 19:55:01 +01:00
TrueCharts BotandGitHub 84735d0fb9 Merge pull request #6996 from truecharts/renovate/tccr.io-truecharts-qdirstat-23.x 2023-02-05 19:54:40 +01:00
TrueCharts BotandGitHub 2bdbae3d16 Merge pull request #6993 from truecharts/renovate/tccr.io-truecharts-mkvtoolnix-23.x 2023-02-05 19:54:37 +01:00
TrueCharts BotandGitHub f26bfb66e1 Merge pull request #6992 from truecharts/renovate/tccr.io-truecharts-mediainfo-23.x 2023-02-05 19:54:27 +01:00
TrueCharts BotandGitHub fdcd39a1af Merge pull request #6988 from truecharts/renovate/tccr.io-truecharts-navidrome-0.49.x 2023-02-05 19:52:41 +01:00
TrueCharts BotandGitHub bf97398435 Merge pull request #6987 from truecharts/renovate/tccr.io-truecharts-ispy-agent-dvr-4.4.x 2023-02-05 19:52:40 +01:00
TrueCharts BotandGitHub cb96ce7b8e Merge pull request #6989 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.1.x 2023-02-05 19:51:11 +01:00
TrueCharts-Bot 837a4bbd77 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:32:16 +00:00
TrueCharts-Bot 3e8af71058 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:31:43 +00:00
TrueCharts-Bot 6058ae8419 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:31:25 +00:00
TrueCharts-Bot 0f1a47f230 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:31:19 +00:00
TrueCharts-Bot 0521c959ec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:31:01 +00:00
TrueCharts-Bot 15a55e2683 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:30:58 +00:00
TrueCharts-Bot 865fe43ede Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:30:41 +00:00
TrueCharts-Bot 25605328af Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:30:30 +00:00
TrueCharts-Bot 808cade9bd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:30:20 +00:00
TrueCharts-Admin 6434ec1ce8 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.109.0 2023-02-05 18:27:45 +00:00
TrueCharts-Bot 21d2073a2a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:27:40 +00:00
TrueCharts-Admin 036989a296 chore(deps): update container image tccr.io/truecharts/tsmuxer to v23.02.1 2023-02-05 18:27:38 +00:00
TrueCharts-Bot b56d6002ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:27:37 +00:00
TrueCharts-Bot 4428a2b96e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 18:27:33 +00:00
TrueCharts-Admin 199b287313 chore(deps): update container image tccr.io/truecharts/qdirstat to v23.02.1 2023-02-05 18:27:31 +00:00
TrueCharts-Admin d9406454a4 chore(deps): update container image tccr.io/truecharts/putty to v23.02.1 2023-02-05 18:27:22 +00:00
TrueCharts-Admin ae9a02e70a chore(deps): update container image tccr.io/truecharts/n8n to v0.214.0 2023-02-05 18:27:13 +00:00
TrueCharts-Admin a161b41bc9 chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.02.1 2023-02-05 18:27:05 +00:00
TrueCharts-Admin 75cede49cc chore(deps): update container image tccr.io/truecharts/mediainfo to v23.02.1 2023-02-05 18:26:57 +00:00
TrueCharts-Admin 73f821a1c3 chore(deps): update container image tccr.io/truecharts/jdownloader-2 to v23.02.1 2023-02-05 18:26:50 +00:00
TrueCharts-Admin 0c24e43bd5 chore(deps): update container image tccr.io/truecharts/focalboard to v7.8.0 2023-02-05 18:26:41 +00:00
TrueCharts-Admin 60139ef071 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.1.3.2521 2023-02-05 18:24:01 +00:00
TrueCharts-Admin bfe83705dd chore(deps): update container image tccr.io/truecharts/navidrome to v0.49.1 2023-02-05 18:23:54 +00:00
TrueCharts-Admin 285e148ff0 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.4.9.0 2023-02-05 18:23:46 +00:00
TrueCharts-Bot 2bc9135c53 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 15:23:15 +01:00
TrueCharts-Admin 9e58df1b5e chore(deps): update immich to v1.45.0 2023-02-05 15:23:15 +01:00
TrueCharts-Bot fcafb05bd6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 15:22:03 +01:00
TrueCharts-Admin e52af2c3f0 chore(deps): update container image tccr.io/truecharts/mosdns to v5.1.0 2023-02-05 15:22:03 +01:00
TrueCharts BotandGitHub 942ad62195 Merge pull request #6978 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.x 2023-02-05 15:09:02 +01:00
TrueCharts BotandGitHub 7878a72cad Merge pull request #6981 from truecharts/renovate/tccr.io-truecharts-mysql-workbench-8.0.32 2023-02-05 14:56:53 +01:00
TrueCharts BotandGitHub ea16024ef5 Merge pull request #6980 from truecharts/renovate/tccr.io-truecharts-fileshelter-latest 2023-02-05 14:52:16 +01:00
TrueCharts-Bot addeb653be Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 13:30:39 +00:00
TrueCharts-Bot 7a2857c32f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 13:30:00 +00:00
TrueCharts-Bot c17b456ebd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 13:29:57 +00:00
TrueCharts-Bot 15555a7cca Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 14:26:41 +01:00
TrueCharts-Admin 8ede5f50bf chore(deps): update container image tccr.io/truecharts/wikijs to v2.5.296 2023-02-05 14:26:41 +01:00
TrueCharts-Admin be9ec3950c chore(deps): update container image tccr.io/truecharts/mysql-workbench to 8.0.32 2023-02-05 13:26:26 +00:00
TrueCharts-Admin 1b64b22264 chore(deps): update container image tccr.io/truecharts/fileshelter to latest 2023-02-05 13:26:17 +00:00
TrueCharts-Bot 416fc6a0f3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 14:25:27 +01:00
TrueCharts-Admin 56d586a05d chore(deps): update container image tccr.io/truecharts/readarr to v0.1.2.1558 2023-02-05 14:25:27 +01:00
TrueCharts-Admin 7a8703bb9c chore(deps): update container image tccr.io/truecharts/netbox to v3.4.4 2023-02-05 13:25:19 +00:00
TrueCharts BotandGitHub 5a8fc77218 Merge pull request #6975 from truecharts/renovate/tccr.io-truecharts-ghost-5.33.x 2023-02-05 14:07:45 +01:00
TrueCharts-Bot 361040565a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 12:27:01 +00:00
TrueCharts-Bot ce03c0e3b5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 13:24:38 +01:00
TrueCharts-Admin 15f47bca39 chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.3 2023-02-05 13:24:38 +01:00
TrueCharts-Bot eabebb293e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 13:23:35 +01:00
TrueCharts-Admin a52e27d8c5 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.2.2 2023-02-05 13:23:35 +01:00
TrueCharts-Admin d8d6c5996f chore(deps): update container image tccr.io/truecharts/ghost to v5.33.6 2023-02-05 12:23:25 +00:00
TrueCharts-Bot ee3af5b772 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 12:24:05 +01:00
TrueCharts-Admin 1dce4e1c81 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.16 2023-02-05 12:24:05 +01:00
TrueCharts-Bot 72c11600b1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-05 12:22:49 +01:00
TrueCharts-Admin 81025df12f chore(deps): update container image tccr.io/truecharts/monica to 4.0.0 2023-02-05 12:22:49 +01:00
TrueCharts BotandGitHub 148e93b07e chore(deps): update renovatebot/github-action action to v34.124.1 (#6969) 2023-02-05 11:57:25 +02:00
d48cb2e146 feat(Tailscale): More info in How-To (#6968)
* feat(Tailscale): More info in How-To

* Apply suggestions from code review

Signed-off-by: Stavros Kois <[email protected]>

---------

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-02-05 11:57:14 +02:00
TrueCharts-Bot 471781a9b0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-04 21:20:49 +01:00
TrueCharts-Admin abf727429f chore(deps): update container image tccr.io/truecharts/prometheus to 2.42.0 2023-02-04 21:20:49 +01:00
TrueCharts BotandGitHub 648f76e580 Merge pull request #6966 from truecharts/renovate/tccr.io-truecharts-monica-4.x 2023-02-04 20:08:51 +01:00
TrueCharts-Bot 2701d298a9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-04 18:29:27 +00:00
TrueCharts-Admin f4700526fa chore(deps): update container image tccr.io/truecharts/monica to v4.0.0 2023-02-04 18:25:38 +00:00
TrueCharts BotandGitHub 1f1d5af088 chore(deps): update renovatebot/github-action action to v34.122.0 (#6962) 2023-02-04 12:38:24 +02:00
196c5c5507 feat(NextPVR): Add missing UDP ports (#6961)
* feat(NextPVR): Add missing UDP ports

* Update charts/stable/nextpvr/Chart.yaml

Signed-off-by: Stavros Kois <[email protected]>

---------

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-02-04 12:38:11 +02:00
TrueCharts BotandGitHub 8c6f99a81e Merge pull request #6964 from truecharts/renovate/tccr.io-truecharts-xwiki-15.x 2023-02-04 07:54:33 +01:00
TrueCharts-Bot 54e93d7c24 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-04 06:27:22 +00:00
TrueCharts-Admin 0a55a2f4c4 chore(deps): update container image tccr.io/truecharts/xwiki to v15.0.0 2023-02-04 06:22:49 +00:00
TrueCharts BotandGitHub ec30ed5f59 Merge pull request #6959 from truecharts/renovate/tccr.io-truecharts-jenkins-2.389.0 2023-02-04 03:16:00 +01:00
TrueCharts BotandGitHub e6856ee879 Merge pull request #6960 from truecharts/renovate/tccr.io-truecharts-poste-latest 2023-02-04 03:15:35 +01:00
TrueCharts-Bot 827d0a80cf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-04 01:51:17 +00:00
TrueCharts-Bot 8d04ca3ec9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-04 01:49:25 +00:00
TrueCharts-Admin 20ae883677 chore(deps): update container image tccr.io/truecharts/poste to latest 2023-02-04 01:47:00 +00:00
TrueCharts-Bot 20466f73aa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-04 02:45:55 +01:00
TrueCharts-Admin 4614292e01 chore(deps): update container image tccr.io/truecharts/minecraft-java19 to latest 2023-02-04 02:45:55 +01:00
TrueCharts-Admin 508a615c10 chore(deps): update container image tccr.io/truecharts/jenkins to 2.389.0 2023-02-04 01:45:46 +00:00
TrueCharts BotandGitHub 4103ad4b27 Merge pull request #6957 from truecharts/renovate/tccr.io-truecharts-openvscode-server-1.75.0 2023-02-04 01:54:51 +01:00
TrueCharts-Bot b7cf4d5647 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-04 00:30:51 +00:00
TrueCharts-Admin c673ba3bc3 chore(deps): update container image tccr.io/truecharts/openvscode-server to 1.75.0 2023-02-04 00:26:25 +00:00
TrueCharts-Bot 3b9830712d Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-04 00:24:44 +00:00
d00d546063 fix(minecraft-java) add USE_AIKAR_FLAGS and more tags to gui. (#6701)
* fix(minecraft-java) add USE_AIKAR_FLAGS

* remove text and added additional flags

* update ci

* add additional tags

* add proebs

* lint

---------

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-02-03 23:39:18 +00:00
c30fdc33f4 docs(plex) add community migration guide (#6692)
* feat(plex) add docs community migration guide

* update sub links

* bump app version

* update migration guide

* fix docs

* Update charts/stable/plex/docs/migration_guide.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/plex/docs/migration_guide.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/plex/docs/migration_guide.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/plex/docs/migration_guide.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/plex/docs/migration_guide.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/plex/docs/migration_guide.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/plex/docs/migration_guide.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/plex/docs/migration_guide.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/plex/docs/migration_guide.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/plex/docs/migration_guide.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* update docs

* fix word

* Update charts/stable/plex/docs/migration_guide.md

Signed-off-by: Stavros Kois <[email protected]>

---------

Signed-off-by: Xstar97 <[email protected]>
Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Xstar97 <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-02-03 21:43:30 +00:00
Kjeld Schouten-LebbingandGitHub 6d61ff12f1 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 22:42:07 +01:00
Kjeld Schouten-LebbingandGitHub bf40a80959 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 22:41:58 +01:00
TrueCharts-Bot 8e7711525b Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 21:39:38 +00:00
Kjeld Schouten-LebbingandGitHub e8b027bee6 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 22:35:58 +01:00
TrueCharts-Bot 7b26b60960 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 21:24:53 +00:00
Kjeld Schouten-LebbingandGitHub 0eea98acc9 Create daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 22:20:48 +01:00
TrueCharts BotandGitHub f28b233436 chore(deps): pin dessant/lock-threads action to (#6952) 2023-02-03 23:18:37 +02:00
TrueCharts BotandGitHub 17389f41e3 Merge pull request #6955 from truecharts/renovate/tccr.io-truecharts-dashdot-4.8.x 2023-02-03 19:49:43 +01:00
TrueCharts-Bot 6841ffc7b4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 18:26:08 +00:00
TrueCharts-Admin 31923fb211 chore(deps): update container image tccr.io/truecharts/dashdot to v4.8.3 2023-02-03 18:22:19 +00:00
TrueCharts BotandGitHub 91e376433d Merge pull request #6954 from truecharts/renovate/immich 2023-02-03 17:41:05 +01:00
TrueCharts-Bot d826333f82 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 17:21:34 +01:00
TrueCharts-Admin 5aef0ead11 chore(deps): update container image tccr.io/truecharts/synapse to v1.76.0 2023-02-03 17:21:34 +01:00
TrueCharts BotandGitHub 0a9924d909 Merge pull request #6917 from truecharts/renovate/tccr.io-truecharts-ghost-5.x 2023-02-03 17:07:23 +01:00
TrueCharts BotandGitHub c0a6529a7a Merge pull request #6884 from truecharts/renovate/tccr.io-truecharts-quassel-core-v0.14.0 2023-02-03 16:58:51 +01:00
TrueCharts BotandGitHub bc8cba660f Merge pull request #6920 from truecharts/renovate/tccr.io-truecharts-money-balancer-1.x 2023-02-03 16:58:15 +01:00
TrueCharts BotandGitHub bdc0b0686a Merge pull request #6914 from truecharts/renovate/tccr.io-truecharts-youtrack-2022.3.x 2023-02-03 16:58:13 +01:00
TrueCharts BotandGitHub 7443db811d Merge pull request #6885 from truecharts/renovate/tccr.io-truecharts-qwantify-20.04.0 2023-02-03 16:58:07 +01:00
TrueCharts BotandGitHub e7ece320fc Merge pull request #6896 from truecharts/renovate/tccr.io-truecharts-speedtest-tracker-latest 2023-02-03 16:57:22 +01:00
TrueCharts BotandGitHub 5367fc5d7d Merge pull request #6909 from truecharts/renovate/tccr.io-truecharts-overseerr-1.32.x 2023-02-03 16:57:13 +01:00
TrueCharts BotandGitHub fa285bce2e Merge pull request #6864 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-02-03 16:56:41 +01:00
TrueCharts BotandGitHub b5d67151f7 Merge pull request #6934 from truecharts/renovate/tccr.io-truecharts-wireshark-3.6.5 2023-02-03 16:56:35 +01:00
TrueCharts BotandGitHub 6f8550e215 Merge pull request #6936 from truecharts/renovate/tccr.io-truecharts-yacy-latest 2023-02-03 16:56:31 +01:00
TrueCharts BotandGitHub 6cc945b5fe Merge pull request #6813 from truecharts/renovate/tccr.io-truecharts-plex-utills-latest 2023-02-03 16:56:24 +01:00
TrueCharts BotandGitHub 33ff3721c7 Merge pull request #6910 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.1.x 2023-02-03 16:56:15 +01:00
TrueCharts BotandGitHub 3ed9bffc4c Merge pull request #6904 from truecharts/renovate/tccr.io-truecharts-domoticz-2022.2.x 2023-02-03 16:56:08 +01:00
TrueCharts BotandGitHub 40ebf1f94e Merge pull request #6856 from truecharts/renovate/tccr.io-truecharts-grocy-3.3.2 2023-02-03 16:56:07 +01:00
TrueCharts BotandGitHub 6c33bc5617 Merge pull request #6888 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-02-03 16:55:51 +01:00
TrueCharts BotandGitHub 75d4bf2d6d Merge pull request #6862 from truecharts/renovate/tccr.io-truecharts-kdenlive-latest 2023-02-03 16:55:42 +01:00
TrueCharts BotandGitHub c690d18bab Merge pull request #6860 from truecharts/renovate/tccr.io-truecharts-invidious-latest 2023-02-03 16:55:37 +01:00
TrueCharts BotandGitHub 31f2d130fd Merge pull request #6897 from truecharts/renovate/tccr.io-truecharts-tracks-latest 2023-02-03 16:55:28 +01:00
TrueCharts BotandGitHub 1d0d22d3f5 Merge pull request #6858 from truecharts/renovate/tccr.io-truecharts-hedgedoc-1.9.6 2023-02-03 16:55:27 +01:00
TrueCharts BotandGitHub 7862ecee9c Merge pull request #6893 from truecharts/renovate/tccr.io-truecharts-sia-daemon-vmaster 2023-02-03 16:55:18 +01:00
TrueCharts BotandGitHub d43b452118 Merge pull request #6874 from truecharts/renovate/tccr.io-truecharts-ombi-4.35.3 2023-02-03 16:54:49 +01:00
TrueCharts BotandGitHub 1f1ac81bc8 Merge pull request #6863 from truecharts/renovate/tccr.io-truecharts-lazylibrarian-latest 2023-02-03 16:54:40 +01:00
TrueCharts BotandGitHub 077b2cc372 Merge pull request #6891 from truecharts/renovate/tccr.io-truecharts-searx-latest 2023-02-03 16:54:34 +01:00
TrueCharts BotandGitHub 40dc99fff3 Merge pull request #6883 from truecharts/renovate/tccr.io-truecharts-qflood-latest 2023-02-03 16:54:27 +01:00
TrueCharts BotandGitHub fb065e4c9c Merge pull request #6906 from truecharts/renovate/tccr.io-truecharts-homepage-0.6.x 2023-02-03 16:54:06 +01:00
TrueCharts BotandGitHub b99d7a3200 Merge pull request #6937 from truecharts/renovate/jupyter 2023-02-03 16:53:47 +01:00
TrueCharts BotandGitHub f0ec168251 Merge pull request #6831 from truecharts/renovate/tccr.io-truecharts-blog-latest 2023-02-03 16:53:20 +01:00
TrueCharts BotandGitHub b2662db7a7 Merge pull request #6857 from truecharts/renovate/tccr.io-truecharts-habridge-v5.4.1 2023-02-03 16:53:15 +01:00
TrueCharts BotandGitHub d8012cebf7 Merge pull request #6830 from truecharts/renovate/tccr.io-truecharts-blender-latest 2023-02-03 16:52:58 +01:00
TrueCharts BotandGitHub 11e80e2544 Merge pull request #6887 from truecharts/renovate/tccr.io-truecharts-redis-7.0.8 2023-02-03 16:52:52 +01:00
TrueCharts BotandGitHub 8237dc835f Merge pull request #6870 from truecharts/renovate/tccr.io-truecharts-minio-latest 2023-02-03 16:52:46 +01:00
TrueCharts BotandGitHub 492422b8f9 Merge pull request #6879 from truecharts/renovate/tccr.io-truecharts-plextraktsync-latest 2023-02-03 16:52:42 +01:00
TrueCharts BotandGitHub 04b36a5538 Merge pull request #6837 from truecharts/renovate/tccr.io-truecharts-chromium-latest 2023-02-03 16:52:36 +01:00
TrueCharts BotandGitHub 251434462a Merge pull request #6817 from truecharts/renovate/tccr.io-truecharts-telethon-downloader-latest 2023-02-03 16:52:28 +01:00
TrueCharts BotandGitHub ffde6a9f89 Merge pull request #6848 from truecharts/renovate/tccr.io-truecharts-dillinger-v3.39.1 2023-02-03 16:52:17 +01:00
TrueCharts BotandGitHub 18010fb5e6 Merge pull request #6841 from truecharts/renovate/tccr.io-truecharts-cops-latest 2023-02-03 16:52:14 +01:00
TrueCharts BotandGitHub 19bc82b34f Merge pull request #6871 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.4 2023-02-03 16:52:13 +01:00
TrueCharts BotandGitHub 11e0d8c10f Merge pull request #6854 from truecharts/renovate/tccr.io-truecharts-freshrss-1.20.2 2023-02-03 16:52:11 +01:00
TrueCharts BotandGitHub 68d326de1c Merge pull request #6834 from truecharts/renovate/tccr.io-truecharts-calibre-6.11.0 2023-02-03 16:52:09 +01:00
TrueCharts BotandGitHub f2cfce00dc Merge pull request #6840 from truecharts/renovate/tccr.io-truecharts-cloudflareddns-latest 2023-02-03 16:51:23 +01:00
TrueCharts BotandGitHub 85aaf81256 Merge pull request #6847 from truecharts/renovate/tccr.io-truecharts-ddclient-3.10.0 2023-02-03 16:51:23 +01:00
TrueCharts BotandGitHub 9e0326401c Merge pull request #6829 from truecharts/renovate/tccr.io-truecharts-beets-v1.6.0 2023-02-03 16:50:38 +01:00
TrueCharts BotandGitHub 519c329d9e Merge pull request #6941 from truecharts/renovate/webtop 2023-02-03 16:47:53 +01:00
TrueCharts BotandGitHub 24f8dfaad2 Merge pull request #6940 from truecharts/renovate/rdesktop 2023-02-03 16:47:15 +01:00
TrueCharts-Bot 852f6b3dde Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 16:27:13 +01:00
TrueCharts-Admin 4ba68f2090 chore(deps): update container image tccr.io/truecharts/darktable to 3.8.1 2023-02-03 16:27:13 +01:00
TrueCharts-Bot 22bc68ba85 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 16:25:21 +01:00
TrueCharts-Admin 163daed5c4 chore(deps): update container image tccr.io/truecharts/acestream to latest 2023-02-03 16:25:21 +01:00
TrueCharts-Bot 958cc6fd47 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:58:43 +00:00
TrueCharts-Bot 8c2737aef2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:58:09 +00:00
TrueCharts-Bot a3d18165ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:57:31 +00:00
TrueCharts-Bot 8a6dd25afa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:56:27 +00:00
TrueCharts-Bot 9d5070b5ca Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:56:27 +00:00
TrueCharts-Bot 2626e0b988 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:56:17 +00:00
TrueCharts-Bot 8b89b8977f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:56:11 +00:00
TrueCharts-Bot 98d2205e4d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:56:08 +00:00
TrueCharts-Bot a67b75896b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:55:28 +00:00
TrueCharts-Bot e60e8acfe3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:54:55 +00:00
TrueCharts-Bot 8ab879e599 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:54:47 +00:00
TrueCharts-Bot 0ba7d3c4c3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:54:43 +00:00
TrueCharts-Bot 5db1bf28d5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:54:42 +00:00
TrueCharts-Bot 2a516c76e1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:54:42 +00:00
TrueCharts-Bot 502a14bfad Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:54:34 +00:00
TrueCharts-Bot b54106d7a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:54:34 +00:00
TrueCharts-Bot d9ab0c4cf3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:54:07 +00:00
TrueCharts-Bot 3139d67cb3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:53:49 +00:00
TrueCharts-Bot e2acb27ff0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:53:48 +00:00
TrueCharts-Bot cbe8396f7d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:53:20 +00:00
TrueCharts-Bot 475fa75e72 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:53:11 +00:00
TrueCharts-Bot d9698b4634 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:53:02 +00:00
TrueCharts-Bot 875f3ff31a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:52:37 +00:00
TrueCharts-Bot e941c657a7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:52:31 +00:00
TrueCharts-Bot 482153bfaf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:52:22 +00:00
TrueCharts-Bot de7ec6814b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:51:56 +00:00
TrueCharts-Bot ef3ff0a141 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:51:39 +00:00
TrueCharts-Bot c41916ac7e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:51:26 +00:00
TrueCharts-Bot 3ecae802e6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:50:44 +00:00
TrueCharts-Bot 7c63b987f8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:50:12 +00:00
TrueCharts-Bot bd28194dad Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:49:44 +00:00
TrueCharts-Bot 115076d2fe Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:49:18 +00:00
TrueCharts-Bot 13452ce0ee Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:49:18 +00:00
TrueCharts-Bot 5c931a2e3e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:49:10 +00:00
TrueCharts-Admin cfe283be52 chore(deps): update immich to v1.44.0 2023-02-03 14:48:51 +00:00
TrueCharts-Bot 57d8536d36 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:48:42 +00:00
TrueCharts-Bot 70945f9244 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:48:34 +00:00
TrueCharts-Bot 72d2560185 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:48:31 +00:00
TrueCharts-Admin 11ddf08d53 chore(deps): update container image tccr.io/truecharts/money-balancer to v1.3.0 2023-02-03 14:48:31 +00:00
TrueCharts-Bot 7f18e1d502 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:48:27 +00:00
TrueCharts-Bot 0550ef83c1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:48:23 +00:00
TrueCharts-Admin d1f367c35b chore(deps): update container image tccr.io/truecharts/ghost to v5.33.5 2023-02-03 14:48:22 +00:00
TrueCharts-Bot 9a96ae917c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:47:57 +00:00
TrueCharts-Bot e63d80e4ad Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:47:50 +00:00
TrueCharts-Admin 5b8fbf0870 chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65369 2023-02-03 14:47:50 +00:00
TrueCharts-Bot c6fc2dc587 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:47:48 +00:00
TrueCharts-Admin b42aacde78 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.1.2.2453 2023-02-03 14:47:40 +00:00
TrueCharts-Bot 350544e073 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:47:39 +00:00
TrueCharts-Bot ed08cb876b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:47:36 +00:00
TrueCharts-Admin 9406de8656 chore(deps): update container image tccr.io/truecharts/overseerr to v1.32.5 2023-02-03 14:47:35 +00:00
TrueCharts-Admin f967044989 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.6 2023-02-03 14:47:30 +00:00
TrueCharts-Bot b646cabb6c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:47:26 +00:00
TrueCharts-Admin cff3dddb27 chore(deps): update container image tccr.io/truecharts/domoticz to v2022.2.20230202 2023-02-03 14:47:19 +00:00
TrueCharts-Admin 33fb347468 chore(deps): update webtop 2023-02-03 14:47:14 +00:00
TrueCharts-Admin ace7cc825b chore(deps): update rdesktop 2023-02-03 14:47:09 +00:00
TrueCharts-Admin 4825427e1d chore(deps): update jupyter 2023-02-03 14:47:03 +00:00
TrueCharts-Admin 8054b0a103 chore(deps): update container image tccr.io/truecharts/yacy to latest 2023-02-03 14:46:58 +00:00
TrueCharts-Admin 512b87c8cd chore(deps): update container image tccr.io/truecharts/wireshark to 3.6.5 2023-02-03 14:46:53 +00:00
TrueCharts-Admin dfa05957ac chore(deps): update container image tccr.io/truecharts/tracks to latest 2023-02-03 14:46:48 +00:00
TrueCharts-Admin 815ba07c85 chore(deps): update container image tccr.io/truecharts/telethon-downloader to latest 2023-02-03 14:46:43 +00:00
TrueCharts-Admin e338af7ff2 chore(deps): update container image tccr.io/truecharts/speedtest-tracker to latest 2023-02-03 14:46:38 +00:00
TrueCharts-Admin 48d8852c00 chore(deps): update container image tccr.io/truecharts/sia-daemon to vmaster 2023-02-03 14:46:33 +00:00
TrueCharts-Admin 639129b9ed chore(deps): update container image tccr.io/truecharts/searx to latest 2023-02-03 14:46:28 +00:00
TrueCharts-Admin c560f1683a chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-02-03 14:46:23 +00:00
TrueCharts-Admin 2bd58a9718 chore(deps): update container image tccr.io/truecharts/redis to 7.0.8 2023-02-03 14:46:18 +00:00
TrueCharts-Admin 3afd154633 chore(deps): update container image tccr.io/truecharts/qwantify to 20.04.0 2023-02-03 14:46:13 +00:00
TrueCharts-Admin dead4b7cf1 chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 2023-02-03 14:46:08 +00:00
TrueCharts-Admin 73542e95b6 chore(deps): update container image tccr.io/truecharts/qflood to latest 2023-02-03 14:46:04 +00:00
TrueCharts-Admin aab6cbdcb2 chore(deps): update container image tccr.io/truecharts/plextraktsync to latest 2023-02-03 14:45:53 +00:00
TrueCharts-Admin 683e57b25b chore(deps): update container image tccr.io/truecharts/plex-utills to latest 2023-02-03 14:45:48 +00:00
TrueCharts-Admin 636e998241 chore(deps): update container image tccr.io/truecharts/ombi to 4.35.3 2023-02-03 14:45:40 +00:00
TrueCharts-Admin 098468118a chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.4 2023-02-03 14:45:35 +00:00
TrueCharts-Admin 19bfc0e7bb chore(deps): update container image tccr.io/truecharts/minio to latest 2023-02-03 14:45:30 +00:00
TrueCharts-Admin aa6afba8bc chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-02-03 14:45:20 +00:00
TrueCharts-Admin 7a0c6a7ddc chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-02-03 14:45:15 +00:00
TrueCharts-Admin ee36e3f96a chore(deps): update container image tccr.io/truecharts/kdenlive to latest 2023-02-03 14:45:10 +00:00
TrueCharts-Admin 3ec31c82cb chore(deps): update container image tccr.io/truecharts/invidious to latest 2023-02-03 14:45:04 +00:00
TrueCharts-Admin 7175e9a9e5 chore(deps): update container image tccr.io/truecharts/hedgedoc to 1.9.6 2023-02-03 14:44:58 +00:00
TrueCharts-Admin 3393efe5dc chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 2023-02-03 14:44:53 +00:00
TrueCharts-Admin 709eefe943 chore(deps): update container image tccr.io/truecharts/grocy to 3.3.2 2023-02-03 14:44:48 +00:00
TrueCharts-Admin 0a8778fc77 chore(deps): update container image tccr.io/truecharts/freshrss to 1.20.2 2023-02-03 14:44:37 +00:00
TrueCharts-Admin 22386ba75f chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 2023-02-03 14:44:22 +00:00
TrueCharts-Admin adfc48c153 chore(deps): update container image tccr.io/truecharts/ddclient to 3.10.0 2023-02-03 14:44:16 +00:00
TrueCharts-Admin da1e7aeb09 chore(deps): update container image tccr.io/truecharts/cops to latest 2023-02-03 14:44:06 +00:00
TrueCharts-Admin d836bd0873 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest 2023-02-03 14:43:59 +00:00
TrueCharts-Admin b3b4d25abd chore(deps): update container image tccr.io/truecharts/chromium to latest 2023-02-03 14:43:54 +00:00
TrueCharts-Admin dcd7483282 chore(deps): update container image tccr.io/truecharts/calibre to 6.11.0 2023-02-03 14:43:50 +00:00
TrueCharts-Admin e3944d6dd3 chore(deps): update container image tccr.io/truecharts/blog to latest 2023-02-03 14:43:45 +00:00
TrueCharts-Admin 4bf8dd556a chore(deps): update container image tccr.io/truecharts/blender to latest 2023-02-03 14:43:40 +00:00
TrueCharts-Admin c868c082db chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 2023-02-03 14:43:34 +00:00
TrueCharts-Bot e2381cc157 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:23:53 +00:00
Kjeld Schouten-LebbingandGitHub 3dd4d64d5b Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 15:19:13 +01:00
Kjeld Schouten-LebbingandGitHub 1cca23fcba Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 15:16:29 +01:00
TrueCharts-Bot 56a1c7cc70 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:12:35 +00:00
Kjeld Schouten-LebbingandGitHub 7c18db5eff Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 15:08:51 +01:00
TrueCharts-Bot 35f77ed72d Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 14:05:41 +00:00
Kjeld Schouten-LebbingandGitHub d42f6c94f5 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 15:02:17 +01:00
Kjeld Schouten-Lebbing 0dbc251a06 Revert "Commit daily changes"
This reverts commit 848e5175c3.
2023-02-03 14:55:52 +01:00
Kjeld Schouten-LebbingandGitHub 79ebef60f4 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 14:55:24 +01:00
Kjeld Schouten-LebbingandGitHub 7896e56df5 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 14:44:34 +01:00
TrueCharts-Bot 848e5175c3 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 13:28:30 +00:00
TrueCharts BotandGitHub e0c8a43fbb chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 (#6926)
* chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

---------

Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 15:22:58 +02:00
TrueCharts BotandGitHub 5352b0761d chore(deps): update container image tccr.io/truecharts/thanos to v0.30.2 (#6913)
* chore(deps): update container image tccr.io/truecharts/thanos to v0.30.2

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

---------

Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 15:22:50 +02:00
TrueCharts BotandGitHub f21f65448c chore(deps): update container image tccr.io/truecharts/prometheus to v2.42.0 (#6921)
* chore(deps): update container image tccr.io/truecharts/prometheus to v2.42.0

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

---------

Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 15:22:42 +02:00
TrueCharts BotandGitHub 9144414d7f chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1 (#6935)
* chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

---------

Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 15:22:33 +02:00
TrueCharts BotandGitHub 266d9ce299 chore(deps): update container image tccr.io/truecharts/onlyoffice-ds to v7.3.0 (#6948)
* chore(deps): update container image tccr.io/truecharts/onlyoffice-ds to v7.3.0

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

---------

Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 15:22:17 +02:00
Kjeld Schouten-Lebbing f2b8a0c973 Merge branch 'master' of github.com:truecharts/charts 2023-02-03 14:19:11 +01:00
TrueCharts BotandGitHub 1596b6117d Merge pull request #6939 from truecharts/renovate/neko 2023-02-03 14:17:44 +01:00
Kjeld Schouten-LebbingandGitHub b5e395c597 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 14:14:17 +01:00
Kjeld Schouten-Lebbing b92fcb20b1 Revert "Commit daily changes"
This reverts commit 2a8f5c58e4.
2023-02-03 14:13:28 +01:00
TrueCharts BotandGitHub 56ab11e96e Merge pull request #6938 from truecharts/renovate/minecraft-java 2023-02-03 14:09:58 +01:00
TrueCharts-Bot 2a8f5c58e4 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 13:09:22 +00:00
Kjeld Schouten-Lebbing 110ae6125b Revert "Commit daily changes"
This reverts commit 208c2919fe.
2023-02-03 14:05:04 +01:00
Kjeld Schouten-Lebbing e707bf17c4 Revert "Revert "Update daily.yaml""
This reverts commit 7cb1f60a18.
2023-02-03 14:04:57 +01:00
Kjeld Schouten-Lebbing 7cb1f60a18 Revert "Update daily.yaml"
This reverts commit 99dbf87bc5.
2023-02-03 14:00:04 +01:00
Kjeld Schouten-LebbingandGitHub 99dbf87bc5 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 13:59:30 +01:00
TrueCharts-Bot 208c2919fe Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 12:51:53 +00:00
TrueCharts BotandGitHub 8e53b399ce Merge pull request #6946 from truecharts/renovate/tccr.io-truecharts-grist-1.0.x 2023-02-03 13:48:10 +01:00
TrueCharts BotandGitHub 407b790610 Merge pull request #6944 from truecharts/renovate/tccr.io-truecharts-audiobookshelf-2.2.x 2023-02-03 13:47:13 +01:00
TrueCharts BotandGitHub c92c9faf18 Merge pull request #6947 from truecharts/renovate/patch-jitsi 2023-02-03 13:46:36 +01:00
TrueCharts BotandGitHub b079e2076c Merge pull request #6949 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.x 2023-02-03 13:46:14 +01:00
TrueCharts BotandGitHub d12343bec9 Merge pull request #6945 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-02-03 13:45:54 +01:00
TrueCharts BotandGitHub d9730eff39 Merge pull request #6900 from truecharts/renovate/tccr.io-truecharts-twonky-server-latest 2023-02-03 13:45:38 +01:00
TrueCharts BotandGitHub 6f763fd44e Merge pull request #6846 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-02-03 13:45:18 +01:00
TrueCharts BotandGitHub fcfd28b656 Merge pull request #6928 from truecharts/renovate/tccr.io-truecharts-nitter-latest 2023-02-03 13:45:07 +01:00
TrueCharts BotandGitHub ec819b2d72 Merge pull request #6943 from truecharts/renovate/tccr.io-truecharts-adguard-home-0.107.x 2023-02-03 13:45:00 +01:00
TrueCharts BotandGitHub d9a8eaeb99 Merge pull request #6833 from truecharts/renovate/tccr.io-truecharts-briefkasten-latest 2023-02-03 13:44:42 +01:00
TrueCharts BotandGitHub 9fbe4bb3c2 Merge pull request #6930 from truecharts/renovate/tccr.io-truecharts-virt-manager-latest 2023-02-03 13:44:34 +01:00
TrueCharts BotandGitHub d17408b29c Merge pull request #6927 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.21 2023-02-03 13:44:08 +01:00
TrueCharts BotandGitHub 4c60716c60 Merge pull request #6929 from truecharts/renovate/tccr.io-truecharts-ra-rom-processor-latest 2023-02-03 13:44:01 +01:00
TrueCharts BotandGitHub 307f4b3916 Merge pull request #6931 from truecharts/renovate/tccr.io-truecharts-webp-server-latest 2023-02-03 13:43:45 +01:00
TrueCharts BotandGitHub ff0ebd9f56 Merge pull request #6853 from truecharts/renovate/tccr.io-truecharts-firefox-desktop-g3-latest 2023-02-03 13:43:34 +01:00
TrueCharts BotandGitHub 89feca17b3 Merge pull request #6933 from truecharts/renovate/tccr.io-truecharts-wifi-card-latest 2023-02-03 13:42:52 +01:00
TrueCharts BotandGitHub 1067a65f85 Merge pull request #6942 from truecharts/renovate/ghcr.io-truecharts-promtail-2.7.x 2023-02-03 13:42:48 +01:00
TrueCharts BotandGitHub ecd9b0df9f Merge pull request #6824 from truecharts/renovate/tccr.io-truecharts-guide2go-latest 2023-02-03 13:42:42 +01:00
Kjeld Schouten-LebbingandGitHub dfb5320691 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 13:42:32 +01:00
TrueCharts BotandGitHub 6f782b4471 Merge pull request #6838 from truecharts/renovate/tccr.io-truecharts-chromium-desktop-g3-latest 2023-02-03 13:41:41 +01:00
TrueCharts BotandGitHub 457d4ab1cd Merge pull request #6918 from truecharts/renovate/tccr.io-truecharts-home-assistant-2023.x 2023-02-03 13:40:09 +01:00
TrueCharts BotandGitHub e3b1d37554 Merge pull request #6807 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.8.0 2023-02-03 13:36:02 +01:00
TrueCharts BotandGitHub 852bec7d75 Merge pull request #6877 from truecharts/renovate/tccr.io-truecharts-pialert-latest 2023-02-03 13:35:28 +01:00
TrueCharts BotandGitHub 5353d8e0e7 Merge pull request #6886 from truecharts/renovate/tccr.io-truecharts-red-discordbot-vfull 2023-02-03 13:33:21 +01:00
TrueCharts BotandGitHub 0fa2c94f11 Merge pull request #6898 from truecharts/renovate/tccr.io-truecharts-ts-dnsserver-latest 2023-02-03 13:33:13 +01:00
TrueCharts BotandGitHub 74b797c3fe Merge pull request #6835 from truecharts/renovate/tccr.io-truecharts-calibre-web-0.6.19 2023-02-03 13:33:03 +01:00
TrueCharts BotandGitHub 9540ac8f8b Merge pull request #6855 from truecharts/renovate/tccr.io-truecharts-goaccess-npm-logs-latest 2023-02-03 13:32:29 +01:00
TrueCharts BotandGitHub 5953c2e5bb Merge pull request #6876 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-02-03 13:31:58 +01:00
TrueCharts-Bot 8c4318ea20 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 13:28:24 +01:00
TrueCharts-Admin 96b1b7d85e chore(deps): update container image tccr.io/truecharts/wger to latest 2023-02-03 13:28:24 +01:00
TrueCharts-Bot c8dc0667b6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 13:25:56 +01:00
TrueCharts-Admin c57ee65f6e chore(deps): update container image tccr.io/truecharts/tubearchivist-es to latest 2023-02-03 13:25:56 +01:00
TrueCharts-Bot c39fc6fde4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:52:03 +00:00
TrueCharts-Bot 41a0f4ac69 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:50:08 +00:00
TrueCharts-Bot ce1a0f2b4d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:49:57 +00:00
TrueCharts-Bot 0df51ba22f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:48:37 +00:00
TrueCharts-Bot 1cb6a42c07 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:48:34 +00:00
TrueCharts-Bot 74bd45d153 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:47:24 +00:00
TrueCharts-Bot 1e1837d87c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:45:53 +00:00
TrueCharts-Bot 26c945e507 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:45:09 +00:00
TrueCharts-Bot 8b0610543d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:44:32 +00:00
TrueCharts-Bot eab5957d35 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:43:48 +00:00
TrueCharts-Bot 2c7f270a23 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:43:46 +00:00
TrueCharts-Bot 059ae66a89 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:42:35 +00:00
TrueCharts-Bot a8869a4a5c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:42:19 +00:00
TrueCharts-Bot bab443dde2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:41:32 +00:00
TrueCharts-Bot 42ae07a38f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:41:18 +00:00
TrueCharts-Bot 6458596d83 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:40:44 +00:00
TrueCharts-Bot 3e34094911 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:39:49 +00:00
TrueCharts-Bot e66935f47c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:39:28 +00:00
TrueCharts-Bot db2f6f2a21 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:39:20 +00:00
TrueCharts-Bot e7d041ca23 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:38:14 +00:00
TrueCharts-Bot b0fd95529f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:38:14 +00:00
TrueCharts-Admin 699b351603 chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.9.0 2023-02-03 11:36:52 +00:00
TrueCharts-Admin 48ac4ea2fc chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.2.1 2023-02-03 11:36:28 +00:00
TrueCharts-Admin b93fa9b7c2 chore(deps): update jitsi to v8252 2023-02-03 11:36:12 +00:00
TrueCharts-Bot 34f2aecda2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:35:50 +00:00
TrueCharts-Bot 094774060e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:35:39 +00:00
TrueCharts-Bot 5eb467e58a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:35:37 +00:00
TrueCharts-Admin 00d09bb350 chore(deps): update container image tccr.io/truecharts/grist to v1.0.7 2023-02-03 11:35:18 +00:00
TrueCharts-Admin 62f51ea17e chore(deps): update container image tccr.io/truecharts/drawio to v20.8.15 2023-02-03 11:35:07 +00:00
TrueCharts-Admin 72f7dfa380 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.2.14 2023-02-03 11:34:56 +00:00
TrueCharts-Bot 48e94ae2f7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:34:55 +00:00
TrueCharts-Admin 756ba10707 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.23 2023-02-03 11:34:50 +00:00
TrueCharts-Admin 4d82ac76ce chore(deps): update container image ghcr.io/truecharts/promtail to v2.7.3 2023-02-03 11:34:43 +00:00
TrueCharts-Admin 26a6e1b5fa chore(deps): update neko 2023-02-03 11:34:22 +00:00
TrueCharts-Admin 570346f821 chore(deps): update minecraft-java 2023-02-03 11:34:15 +00:00
TrueCharts-Bot 621450bd8d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:33:51 +00:00
TrueCharts-Admin 37570274cf chore(deps): update container image tccr.io/truecharts/wifi-card to latest 2023-02-03 11:33:39 +00:00
TrueCharts-Admin 5bca5b4662 chore(deps): update container image tccr.io/truecharts/webp-server to latest 2023-02-03 11:33:20 +00:00
TrueCharts-Admin f6d083f134 chore(deps): update container image tccr.io/truecharts/virt-manager to latest 2023-02-03 11:33:13 +00:00
TrueCharts-Admin 7758f057f1 chore(deps): update container image tccr.io/truecharts/twonky-server to latest 2023-02-03 11:33:09 +00:00
TrueCharts-Bot c5d22c6b71 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:33:08 +00:00
TrueCharts-Admin 1321551597 chore(deps): update container image tccr.io/truecharts/ts-dnsserver to latest 2023-02-03 11:33:01 +00:00
TrueCharts-Bot 82479b6bba Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:32:55 +00:00
TrueCharts-Bot d5728234d6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 11:32:54 +00:00
TrueCharts-Admin db3ff7df16 chore(deps): update container image tccr.io/truecharts/red-discordbot to vfull 2023-02-03 11:32:25 +00:00
TrueCharts-Admin 2e45b98269 chore(deps): update container image tccr.io/truecharts/ra-rom-processor to latest 2023-02-03 11:32:18 +00:00
TrueCharts-Admin 327c6fd89f chore(deps): update container image tccr.io/truecharts/pialert to latest 2023-02-03 11:31:42 +00:00
TrueCharts-Admin 507836d4d6 chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-02-03 11:31:37 +00:00
TrueCharts-Admin 212c3469a2 chore(deps): update container image tccr.io/truecharts/omada-controller to 5.8.0 2023-02-03 11:31:29 +00:00
TrueCharts-Admin a6e694cfdf chore(deps): update container image tccr.io/truecharts/nitter to latest 2023-02-03 11:31:22 +00:00
TrueCharts-Admin 8436ff5330 chore(deps): update container image tccr.io/truecharts/guide2go to latest 2023-02-03 11:30:38 +00:00
TrueCharts-Admin 0dbc750a47 chore(deps): update container image tccr.io/truecharts/goaccess-npm-logs to latest 2023-02-03 11:30:25 +00:00
TrueCharts-Admin 3ffd1b4a68 chore(deps): update container image tccr.io/truecharts/flexget to 3.5.21 2023-02-03 11:30:13 +00:00
TrueCharts-Admin 726fed71af chore(deps): update container image tccr.io/truecharts/firefox-desktop-g3 to latest 2023-02-03 11:30:09 +00:00
TrueCharts-Admin bfa7a445dc chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-02-03 11:29:46 +00:00
TrueCharts-Admin d60efdad83 chore(deps): update container image tccr.io/truecharts/chromium-desktop-g3 to latest 2023-02-03 11:29:28 +00:00
TrueCharts-Admin 2143b0c0f2 chore(deps): update container image tccr.io/truecharts/calibre-web to 0.6.19 2023-02-03 11:29:19 +00:00
TrueCharts-Admin 62055599ef chore(deps): update container image tccr.io/truecharts/briefkasten to latest 2023-02-03 11:29:11 +00:00
TrueCharts-Bot 22903ce677 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 12:27:07 +01:00
TrueCharts-Admin 78c0dec2f0 chore(deps): update container image tccr.io/truecharts/boinc to latest 2023-02-03 12:27:07 +01:00
TrueCharts BotandGitHub bc99554a4f Merge pull request #6922 from truecharts/renovate/tccr.io-truecharts-zigbee2mqtt-1.x 2023-02-03 12:26:54 +01:00
Kjeld Schouten-LebbingandGitHub 3fdd23f5f8 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-03 12:21:10 +01:00
TrueCharts-Bot 466b664d70 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 10:41:44 +00:00
TrueCharts-Admin f750ea1710 chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.30.0 2023-02-03 10:29:20 +00:00
Stavros KoisandGitHub c6e2ae0c17 fix(charts): clean more non-link sources (#6925) 2023-02-03 12:03:34 +02:00
TrueCharts BotandGitHub 707b74dfeb Merge pull request #6872 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.3 2023-02-03 10:38:31 +01:00
TrueCharts BotandGitHub 35d3c9e5b1 Merge pull request #6812 from truecharts/renovate/tccr.io-truecharts-misskey-13.x 2023-02-03 10:36:33 +01:00
TrueCharts BotandGitHub 8b3a5e2cae Merge pull request #6916 from truecharts/renovate/patch-zabbix 2023-02-03 10:35:56 +01:00
TrueCharts BotandGitHub 0ea0229cc3 Merge pull request #6823 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.3 2023-02-03 10:35:09 +01:00
TrueCharts BotandGitHub 6087161d7e Merge pull request #6911 from truecharts/renovate/tccr.io-truecharts-qinglong-2.15.x 2023-02-03 10:32:21 +01:00
TrueCharts BotandGitHub a0bb7a9d83 Merge pull request #6811 from truecharts/renovate/tccr.io-truecharts-picoshare-1.x 2023-02-03 10:32:06 +01:00
TrueCharts BotandGitHub 133c789f2f Merge pull request #6908 from truecharts/renovate/tccr.io-truecharts-loki-2.7.x 2023-02-03 10:31:29 +01:00
TrueCharts BotandGitHub ef4f9c9736 Merge pull request #6919 from truecharts/renovate/tccr.io-truecharts-jenkins-2.x 2023-02-03 10:31:19 +01:00
TrueCharts BotandGitHub a16eada0b8 Merge pull request #6873 from truecharts/renovate/tccr.io-truecharts-nginx-unprivileged-1.23.3 2023-02-03 10:31:04 +01:00
TrueCharts BotandGitHub 4385fe6056 Merge pull request #6810 from truecharts/renovate/tccr.io-truecharts-minio-console-0.x 2023-02-03 10:30:59 +01:00
TrueCharts BotandGitHub 2dd95e0e99 Merge pull request #6912 from truecharts/renovate/tccr.io-truecharts-sourcegraph-4.4.x 2023-02-03 10:30:16 +01:00
TrueCharts BotandGitHub 49d9837a32 Merge pull request #6907 from truecharts/renovate/tccr.io-truecharts-jellyseerr-1.4.x 2023-02-03 10:29:24 +01:00
TrueCharts BotandGitHub 007ef9e9d3 Merge pull request #6901 from truecharts/renovate/tccr.io-truecharts-vertex-vstable 2023-02-03 10:29:16 +01:00
TrueCharts BotandGitHub bb10f98dff Merge pull request #6890 from truecharts/renovate/tccr.io-truecharts-scprime-latest 2023-02-03 10:28:37 +01:00
TrueCharts BotandGitHub 8c6085564e Merge pull request #6903 from truecharts/renovate/tccr.io-truecharts-collabora-22.5.x 2023-02-03 10:28:29 +01:00
TrueCharts BotandGitHub 27bbe3ec84 Merge pull request #6892 from truecharts/renovate/tccr.io-truecharts-searxng-latest 2023-02-03 10:28:20 +01:00
TrueCharts BotandGitHub 3014bb6c5b Merge pull request #6895 from truecharts/renovate/tccr.io-truecharts-songkong-latest 2023-02-03 10:28:13 +01:00
TrueCharts BotandGitHub 2ce1a6e864 Merge pull request #6902 from truecharts/renovate/tccr.io-truecharts-posterr-latest 2023-02-03 10:28:12 +01:00
TrueCharts BotandGitHub 96f860140d Merge pull request #6899 from truecharts/renovate/tccr.io-truecharts-tubearchivist-redisjson-latest 2023-02-03 10:28:03 +01:00
TrueCharts BotandGitHub a22a393e72 Merge pull request #6894 from truecharts/renovate/tccr.io-truecharts-snapdrop-latest 2023-02-03 10:27:47 +01:00
TrueCharts BotandGitHub 59ffb67a71 Merge pull request #6905 from truecharts/renovate/tccr.io-truecharts-fluidd-1.23.x 2023-02-03 10:27:44 +01:00
TrueCharts BotandGitHub a81b06f18a Merge pull request #6818 from truecharts/renovate/tccr.io-truecharts-rstudio-v4.2.2 2023-02-03 10:27:37 +01:00
TrueCharts BotandGitHub 3a1aad3fc0 Merge pull request #6822 from truecharts/renovate/tccr.io-truecharts-solr-9.1.1 2023-02-03 10:27:29 +01:00
TrueCharts BotandGitHub 4bbb7c3b3c Merge pull request #6875 from truecharts/renovate/tccr.io-truecharts-openspeedtest-latest 2023-02-03 10:27:22 +01:00
TrueCharts BotandGitHub 179d7c9d46 Merge pull request #6880 from truecharts/renovate/tccr.io-truecharts-postgresql-14.6.0 2023-02-03 10:27:18 +01:00
TrueCharts BotandGitHub e7e984cebe Merge pull request #6842 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-03 10:27:16 +01:00
TrueCharts BotandGitHub 799d951c16 Merge pull request #6867 from truecharts/renovate/tccr.io-truecharts-logitechmediaserver-8.4.0 2023-02-03 10:26:47 +01:00
TrueCharts BotandGitHub 14db6bde73 Merge pull request #6868 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.2 2023-02-03 10:26:32 +01:00
TrueCharts BotandGitHub 79846ea7a4 Merge pull request #6849 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-20.10.23 2023-02-03 10:26:20 +01:00
TrueCharts BotandGitHub aa15dd857d Merge pull request #6866 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-02-03 10:26:10 +01:00
TrueCharts BotandGitHub 68d15fc06c Merge pull request #6839 from truecharts/renovate/tccr.io-truecharts-cloudcommander-latest 2023-02-03 10:25:49 +01:00
TrueCharts BotandGitHub 4174591836 Merge pull request #6836 from truecharts/renovate/tccr.io-truecharts-check-mk-raw-v2.1.0 2023-02-03 10:25:45 +01:00
TrueCharts BotandGitHub b6bc07a590 Merge pull request #6869 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-02-03 10:25:34 +01:00
TrueCharts BotandGitHub bf025662a9 Merge pull request #6843 from truecharts/renovate/tccr.io-truecharts-cups-server-latest 2023-02-03 10:25:00 +01:00
TrueCharts BotandGitHub ddc979068a Merge pull request #6844 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-02-03 10:23:53 +01:00
TrueCharts BotandGitHub 2069878d0a Merge pull request #6859 from truecharts/renovate/tccr.io-truecharts-heimdall-2.5.5 2023-02-03 10:16:46 +01:00
Stavros KoisandGitHub 0b1e0b16b0 clean more (#6924) 2023-02-03 11:13:02 +02:00
Stavros KoisandGitHub 3a11c90d2e Update renovate.json5
Signed-off-by: Stavros Kois <[email protected]>
2023-02-03 11:01:08 +02:00
TrueCharts-Bot 6c6ac25e59 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:26:02 +00:00
TrueCharts-Bot e464da80ec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:25:34 +00:00
TrueCharts-Bot 30941353a7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:24:53 +00:00
TrueCharts-Bot 24a0d0049e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:24:33 +00:00
TrueCharts-Bot 0983b1e093 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:24:06 +00:00
TrueCharts-Bot 8703ffc856 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:23:14 +00:00
TrueCharts-Bot de888aa34d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:22:08 +00:00
TrueCharts-Bot d67f86100f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:20:58 +00:00
TrueCharts-Bot 7fcb8c5d87 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:20:53 +00:00
TrueCharts-Bot 21a8bfb56d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:20:52 +00:00
TrueCharts-Bot 05e0a9260c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:20:10 +00:00
TrueCharts-Bot f112f92414 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:18:29 +00:00
TrueCharts-Bot 21e47b0b0d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:18:28 +00:00
TrueCharts-Bot 1beab8f567 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:18:11 +00:00
TrueCharts-Bot 0bd3a6af6e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:16:33 +00:00
TrueCharts-Bot 17d7fc2884 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:16:31 +00:00
TrueCharts-Bot 779b4dc92c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:16:18 +00:00
TrueCharts-Bot 912c19e1c7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:16:18 +00:00
TrueCharts-Bot d3cd1fc6f2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:15:28 +00:00
TrueCharts-Bot c1dc7d2188 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:14:00 +00:00
TrueCharts-Bot 0dbbfeeee6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:13:52 +00:00
TrueCharts-Bot ba84a01b4d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:12:28 +00:00
TrueCharts-Bot 605654a1d1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:12:11 +00:00
TrueCharts-Bot f0ce725f76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:12:10 +00:00
TrueCharts-Bot 402810f362 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:12:05 +00:00
TrueCharts-Bot 3b5156d9a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:11:44 +00:00
TrueCharts-Bot 2000026160 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:11:23 +00:00
TrueCharts-Admin b0b51137c7 chore(deps): update container image tccr.io/truecharts/picoshare to v1.3.1 2023-02-03 08:11:19 +00:00
TrueCharts-Admin b50c3802bb chore(deps): update container image tccr.io/truecharts/misskey to v13.2.6 2023-02-03 08:11:01 +00:00
TrueCharts-Admin b3419497bb chore(deps): update container image tccr.io/truecharts/minio-console to v0.23.0 2023-02-03 08:10:56 +00:00
TrueCharts-Admin a672e6a961 chore(deps): update container image tccr.io/truecharts/jenkins to v2.389.0 2023-02-03 08:10:47 +00:00
TrueCharts-Bot 7c2aa009be Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:10:46 +00:00
TrueCharts-Admin 00fb5f835e chore(deps): update zabbix to v6.2.7 2023-02-03 08:10:13 +00:00
TrueCharts-Bot 11d05d69e5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:10:11 +00:00
TrueCharts-Admin e4176e4215 chore(deps): update container image tccr.io/truecharts/sourcegraph to v4.4.2 2023-02-03 08:09:23 +00:00
TrueCharts-Admin fdc9b20708 chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.6 2023-02-03 08:09:15 +00:00
TrueCharts-Bot 5a5cb023a9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:09:00 +00:00
TrueCharts-Admin ccfdc773af chore(deps): update container image tccr.io/truecharts/loki to v2.7.3 2023-02-03 08:08:47 +00:00
TrueCharts-Admin 60e54fc7ec chore(deps): update container image tccr.io/truecharts/jellyseerr to v1.4.1 2023-02-03 08:08:39 +00:00
TrueCharts-Admin e9acb2e52e chore(deps): update container image tccr.io/truecharts/fluidd to v1.23.1 2023-02-03 08:08:18 +00:00
TrueCharts-Admin 434bf02cf6 chore(deps): update container image tccr.io/truecharts/collabora to v22.05.10.1.1 2023-02-03 08:08:02 +00:00
TrueCharts-Admin bb9cb039fd chore(deps): update container image tccr.io/truecharts/vertex to vstable 2023-02-03 08:07:57 +00:00
TrueCharts-Admin 377adb0722 chore(deps): update container image tccr.io/truecharts/tubearchivist-redisjson to latest 2023-02-03 08:07:46 +00:00
TrueCharts-Bot e180871524 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:07:28 +00:00
TrueCharts-Bot 0f142be29e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:07:22 +00:00
TrueCharts-Admin ad76b303b4 chore(deps): update container image tccr.io/truecharts/songkong to latest 2023-02-03 08:07:14 +00:00
TrueCharts-Admin 4bb2293375 chore(deps): update container image tccr.io/truecharts/solr to 9.1.1 2023-02-03 08:07:09 +00:00
TrueCharts-Admin 11ebe4ed45 chore(deps): update container image tccr.io/truecharts/snapdrop to latest 2023-02-03 08:07:04 +00:00
TrueCharts-Admin ca251fd9a5 chore(deps): update container image tccr.io/truecharts/searxng to latest 2023-02-03 08:06:53 +00:00
TrueCharts-Admin a94c74bba5 chore(deps): update container image tccr.io/truecharts/scprime to latest 2023-02-03 08:06:42 +00:00
TrueCharts-Admin feb72f27af chore(deps): update container image tccr.io/truecharts/rstudio to v4.2.2 2023-02-03 08:06:37 +00:00
TrueCharts-Admin 70463be20f chore(deps): update container image tccr.io/truecharts/postgresql to 14.6.0 2023-02-03 08:05:55 +00:00
TrueCharts-Bot 3aa74295fe Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:05:49 +00:00
TrueCharts-Bot 78f08264e8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:05:47 +00:00
TrueCharts-Admin 437afa6cc2 chore(deps): update container image tccr.io/truecharts/posterr to latest 2023-02-03 08:05:46 +00:00
TrueCharts-Bot bd36a3f27a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:05:42 +00:00
TrueCharts-Bot db54faf96f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 08:05:23 +00:00
TrueCharts-Admin 9936a16bb4 chore(deps): update container image tccr.io/truecharts/openspeedtest to latest 2023-02-03 08:05:15 +00:00
TrueCharts-Admin 7b17d96cff chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to 1.23.3 2023-02-03 08:04:58 +00:00
TrueCharts-Admin b96898714b chore(deps): update container image tccr.io/truecharts/netbox to 3.4.3 2023-02-03 08:04:53 +00:00
TrueCharts-Admin a6c65bdf4e chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-02-03 08:04:37 +00:00
TrueCharts-Admin bf2f82bcd2 chore(deps): update container image tccr.io/truecharts/matomo to 4.13.3 2023-02-03 08:04:32 +00:00
TrueCharts-Admin 125259d3db chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.2 2023-02-03 08:04:26 +00:00
TrueCharts-Admin 7ba3da6cd5 chore(deps): update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 2023-02-03 08:04:21 +00:00
TrueCharts-Admin 7cc27473f1 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-02-03 08:04:15 +00:00
TrueCharts-Admin 69d5ce499c chore(deps): update container image tccr.io/truecharts/heimdall to 2.5.5 2023-02-03 08:03:43 +00:00
TrueCharts-Admin cb6d83aad1 chore(deps): update container image tccr.io/truecharts/docker-in-docker to 20.10.23 2023-02-03 08:02:44 +00:00
TrueCharts-Admin 5ad3e3ae09 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-02-03 08:02:18 +00:00
TrueCharts-Admin b4a3d814e9 chore(deps): update container image tccr.io/truecharts/cups-server to latest 2023-02-03 08:02:13 +00:00
TrueCharts-Admin 8a6a99d5b1 chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-03 08:02:07 +00:00
TrueCharts-Admin 8cade81b6a chore(deps): update container image tccr.io/truecharts/cloudcommander to latest 2023-02-03 08:01:52 +00:00
TrueCharts-Admin a0fb33fa46 chore(deps): update container image tccr.io/truecharts/check-mk-raw to v2.1.0 2023-02-03 08:01:36 +00:00
TrueCharts BotandGitHub d5d64992f8 Merge pull request #6861 from truecharts/renovate/tccr.io-truecharts-jenkins-2.388.0 2023-02-03 03:21:17 +01:00
TrueCharts-Bot 027adf34b9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 01:54:36 +00:00
TrueCharts-Bot 86c84a1428 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 02:51:42 +01:00
TrueCharts-Admin 60f2c2f823 chore(deps): update container image tccr.io/truecharts/prometheus to 2.41.0 2023-02-03 02:51:42 +01:00
TrueCharts-Admin 4ada22770e chore(deps): update container image tccr.io/truecharts/jenkins to 2.388.0 2023-02-03 01:50:55 +00:00
TrueCharts BotandGitHub 0a58bbd4ad Merge pull request #6889 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-02-03 02:03:59 +01:00
TrueCharts BotandGitHub 313bbda609 Merge pull request #6851 from truecharts/renovate/tccr.io-truecharts-factorio-vstable 2023-02-03 01:56:57 +01:00
TrueCharts BotandGitHub 5fc318cde6 Merge pull request #6850 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-02-03 01:55:47 +01:00
TrueCharts-Bot 32035222c5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 00:33:22 +00:00
TrueCharts-Bot e373b59e9a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 00:32:21 +00:00
TrueCharts-Bot 5a9ad7320b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 00:32:03 +00:00
TrueCharts-Admin e48149ef3d chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-02-03 00:29:41 +00:00
TrueCharts-Admin ad0664a0ea chore(deps): update container image tccr.io/truecharts/factorio to vstable 2023-02-03 00:28:19 +00:00
TrueCharts-Admin 22cc50b23b chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-02-03 00:28:13 +00:00
6dc738d048 fix(plexripper) cleanup gui and code BREAKING CHANGES removed persistence of extra dirs. (#6610)
* fix(plexripper) cleanup gui and code

* fix protocol

* fix persistence

* update tag

---------

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Xstar97 <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-02-02 23:33:19 +00:00
TrueCharts-Bot ecb9344c6c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 00:26:16 +01:00
TrueCharts-Admin a3f5a7b60d chore(deps): update container image tccr.io/truecharts/backuppc to latest 2023-02-03 00:26:16 +01:00
TrueCharts-Bot de31b0f690 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-03 00:24:21 +01:00
TrueCharts-Admin b05e08def0 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-02-03 00:24:21 +01:00
9ba3c4f3e0 feat(Factorio): Add proper Env Vars/Ports before Stable (#6743)
* feat(Factorio): Add proper Env Vars/Ports before Stable

* lint

* fix suggestions from code review

* fix types?

* Why is this failing Chart.yaml

* Catalog wants this one then fine

* If the CI wants OFSM/OFSM then I dunno

* ?

* indent

* fi

---------

Co-authored-by: Stavros Kois <[email protected]>
2023-02-03 00:57:07 +02:00
5d34ed1449 fix(gitea) add quotes to pass and user. (#6814)
* fix(gitea) add quotes to pass and user.

* remov non-link

---------

Co-authored-by: Stavros Kois <[email protected]>
2023-02-02 22:49:09 +00:00
Stavros KoisandGitHub cdb7122488 fix(apps): remove non-link sources (#6826) 2023-02-03 00:21:29 +02:00
allcontributors[bot]GitHuballcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
00ad282740 docs: add oblivioncth as a contributor for doc (#6825)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-03 00:20:23 +02:00
4e705e766f chore(kasm): Add basic Kasm installation information (#6819)
* Add basic Kasm installation information

* bump

---------

Co-authored-by: Stavros Kois <[email protected]>
2023-02-03 00:08:06 +02:00
TrueCharts BotandGitHub 64a638dd81 Merge pull request #6820 from truecharts/renovate/kitchenowl 2023-02-02 08:52:00 +01:00
TrueCharts-Bot 1166b942b0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-02 07:26:47 +00:00
TrueCharts-Admin 59aef9a1c0 chore(deps): update kitchenowl 2023-02-02 07:22:56 +00:00
TrueCharts-Bot adda47bb64 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-01 17:37:55 +00:00
Kjeld Schouten-LebbingandGitHub 15536d4095 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-01 18:33:21 +01:00
Kjeld Schouten-LebbingandGitHub 8e6f9fa49d Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-01 18:30:45 +01:00
Kjeld Schouten-LebbingandGitHub c095243be6 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-01 18:26:30 +01:00
Kjeld Schouten-LebbingandGitHub 32ad91d075 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-01 18:25:54 +01:00
Kjeld Schouten-LebbingandGitHub 527ba39df1 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-01 18:18:54 +01:00
TrueCharts-Bot ed743f6c5c Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-02-01 16:36:45 +00:00
Dan ChristensenandGitHub b87f6893ad fix(ci): Chart.yaml update bugs (#6808)
* fix(ci): Do not duplicate sources

Signed-off-by: Dan Christensen <[email protected]>

* fix(ci): Match chart against Markdown link text

More specifically match the chart to the container in the website's
description_list.md.  Since multiple charts contain the term "plex" and
not all of them are even Plex related, extraneous sources were being put
in the plex Chart.yaml.

Signed-off-by: Dan Christensen <[email protected]>

---------

Signed-off-by: Dan Christensen <[email protected]>
2023-02-01 09:03:45 +01:00
Kjeld Schouten-LebbingandGitHub 05adde2be9 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-02-01 00:01:50 +01:00
TrueCharts-Bot 0fb22dd1e2 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 22:59:20 +00:00
Kjeld Schouten-LebbingandGitHub a127aab095 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-31 23:55:14 +01:00
TrueCharts-Bot ed66075977 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 22:41:38 +00:00
Kjeld Schouten-LebbingandGitHub b8ebdd5845 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-31 23:37:19 +01:00
TrueCharts-Bot 3f63d20af9 Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 21:34:45 +00:00
Kjeld Schouten-LebbingandGitHub 891d197b86 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-31 22:29:59 +01:00
TrueCharts-Bot dfff570b9c Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 21:15:25 +00:00
Stavros KoisandGitHub e649085d24 Don't fail when there is no text in desclist
Signed-off-by: Stavros Kois <[email protected]>
2023-01-31 23:10:40 +02:00
Kjeld Schouten-LebbingandGitHub 9e002de8fc Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-31 21:04:29 +01:00
Kjeld Schouten-LebbingandGitHub c1487d5a57 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-31 20:59:37 +01:00
Kjeld Schouten-LebbingandGitHub c6c28d7853 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-31 20:59:12 +01:00
Kjeld Schouten-LebbingandGitHub 96bcd4ef57 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-31 20:57:52 +01:00
Kjeld Schouten-LebbingandGitHub 4f0f330345 Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-31 20:53:40 +01:00
TrueCharts BotandGitHub 4df62a5488 Merge pull request #6806 from truecharts/renovate/tccr.io-truecharts-jenkins-2.388.0 2023-01-31 20:51:07 +01:00
TrueCharts-Bot 6cb020059c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 19:24:38 +00:00
TrueCharts-Admin 58d19a55ca chore(deps): update container image tccr.io/truecharts/jenkins to 2.388.0 2023-01-31 19:20:36 +00:00
TrueCharts-Admin b1ae7798eb chore(deps): update helm chart clickhouse to 3.0.17 2023-01-31 16:22:14 +01:00
TrueCharts BotandGitHub 0b02f96c99 Merge pull request #6802 from truecharts/renovate/tccr.io-truecharts-n8n-0.x 2023-01-31 15:00:40 +01:00
TrueCharts BotandGitHub 6611f7f925 Merge pull request #6804 from truecharts/renovate/tccr.io-truecharts-mosdns-5.x 2023-01-31 14:56:03 +01:00
TrueCharts BotandGitHub 9c41f4b454 Merge pull request #6803 from truecharts/renovate/tccr.io-truecharts-clickhouse-23.x 2023-01-31 14:54:48 +01:00
TrueCharts-Bot 3656a615d8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 13:31:24 +00:00
TrueCharts-Bot cba55eb5e6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 13:31:20 +00:00
TrueCharts-Bot 6e96e939a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 13:31:09 +00:00
TrueCharts-Admin 94aaf07ac2 chore(deps): update container image tccr.io/truecharts/mosdns to v5.0.1 2023-01-31 13:27:39 +00:00
TrueCharts-Admin 5e3608dac4 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.1.2.9 2023-01-31 13:27:30 +00:00
TrueCharts-Admin 99d4351d7d chore(deps): update container image tccr.io/truecharts/n8n to v0.213.0 2023-01-31 13:27:21 +00:00
TrueCharts BotandGitHub 4afce1a0f4 Merge pull request #6800 from truecharts/renovate/tccr.io-truecharts-strapi-4.x 2023-01-31 13:59:27 +01:00
TrueCharts BotandGitHub 7516d4d797 Merge pull request #6801 from truecharts/renovate/tccr.io-truecharts-zwavejs-ui-8.x 2023-01-31 13:52:25 +01:00
TrueCharts-Bot eeefe64552 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 12:26:16 +00:00
TrueCharts-Bot d10e1b3868 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 12:26:14 +00:00
TrueCharts-Admin 2c63892a12 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.8.3 2023-01-31 12:22:37 +00:00
TrueCharts-Admin fa5c55aa87 chore(deps): update container image tccr.io/truecharts/strapi to v4.6.0 2023-01-31 12:22:29 +00:00
TrueCharts-Admin 3e09a6b64a chore(deps): update helm general non-major 2023-01-31 12:21:32 +01:00
TrueCharts BotandGitHub defca512bf Merge pull request #6797 from truecharts/renovate/tccr.io-truecharts-weblate-4.x 2023-01-31 12:01:29 +01:00
TrueCharts BotandGitHub 029cead746 Merge pull request #6790 from truecharts/renovate/tccr.io-truecharts-paperless-ng-1.x 2023-01-31 11:57:00 +01:00
TrueCharts BotandGitHub d7114e7ca8 Merge pull request #6784 from truecharts/renovate/tccr.io-truecharts-linkding-1.x 2023-01-31 11:55:35 +01:00
TrueCharts BotandGitHub 398da4b6bb Merge pull request #6792 from truecharts/renovate/tccr.io-truecharts-shlink-3.x 2023-01-31 11:55:06 +01:00
TrueCharts BotandGitHub 18058a6b03 Merge pull request #6786 from truecharts/renovate/tccr.io-truecharts-nexusoss-3.x 2023-01-31 11:54:58 +01:00
TrueCharts BotandGitHub e8915241cb Merge pull request #6798 from truecharts/renovate/tccr.io-truecharts-xenorchestra-5.x 2023-01-31 11:54:29 +01:00
TrueCharts BotandGitHub a468bda1ce Merge pull request #6787 from truecharts/renovate/tccr.io-truecharts-nocodb-0.x 2023-01-31 11:54:02 +01:00
TrueCharts BotandGitHub f39b6d8d6f Merge pull request #6796 from truecharts/renovate/tccr.io-truecharts-umami-1.x 2023-01-31 11:53:35 +01:00
TrueCharts BotandGitHub 1693c461d8 Merge pull request #6794 from truecharts/renovate/tccr.io-truecharts-sourcegraph-4.x 2023-01-31 11:53:18 +01:00
TrueCharts BotandGitHub addac9b94b Merge pull request #6788 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.x 2023-01-31 11:53:03 +01:00
TrueCharts BotandGitHub 609208e1e6 Merge pull request #6799 from truecharts/renovate/tccr.io-truecharts-timetagger-23.x 2023-01-31 11:51:38 +01:00
TrueCharts BotandGitHub c1f12e56e3 Merge pull request #6791 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.x 2023-01-31 11:51:32 +01:00
TrueCharts BotandGitHub 253e6ec2d1 Merge pull request #6793 from truecharts/renovate/tccr.io-truecharts-snowflake-proxy-2.x 2023-01-31 11:50:46 +01:00
TrueCharts BotandGitHub 01cc39b9ce Merge pull request #6789 from truecharts/renovate/tccr.io-truecharts-overseerr-1.x 2023-01-31 11:50:23 +01:00
TrueCharts BotandGitHub bb8cedffd3 Merge pull request #6795 from truecharts/renovate/tccr.io-truecharts-storj-node-1.x 2023-01-31 11:41:29 +01:00
TrueCharts BotandGitHub 7e06670878 Merge pull request #6782 from truecharts/renovate/tccr.io-truecharts-jenkins-2.x 2023-01-31 11:36:05 +01:00
TrueCharts BotandGitHub 36b4f43e11 Merge pull request #6783 from truecharts/renovate/tccr.io-truecharts-komga-0.x 2023-01-31 11:35:48 +01:00
TrueCharts-Bot a40f0faf2a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:27:48 +00:00
TrueCharts-Bot adf684a74a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:27:47 +00:00
TrueCharts-Bot 71791b77ed Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:27:43 +00:00
TrueCharts-Bot d1cd395180 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:27:41 +00:00
TrueCharts-Bot 8d42143e6b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:27:41 +00:00
TrueCharts-Bot abc85549f9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:27:38 +00:00
TrueCharts-Bot d612cc8d1b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:27:19 +00:00
TrueCharts-Bot 5c44dd2f24 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:27:13 +00:00
TrueCharts-Bot 522175c480 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:27:03 +00:00
TrueCharts-Bot 716a946087 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:26:58 +00:00
TrueCharts-Bot 2527aa9a4d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:26:55 +00:00
TrueCharts-Bot 8579576725 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:26:45 +00:00
TrueCharts-Bot 82a2360488 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:26:33 +00:00
TrueCharts-Bot 0faa5a66e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:25:54 +00:00
TrueCharts-Bot 6a7585f1bd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:25:07 +00:00
TrueCharts-Admin ebcbb24c2c chore(deps): update container image tccr.io/truecharts/timetagger to v23.1.1 2023-01-31 10:23:34 +00:00
TrueCharts-Admin 986f84f9c0 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.108.0 2023-01-31 10:23:25 +00:00
TrueCharts-Admin 050925d579 chore(deps): update container image tccr.io/truecharts/weblate to v4.15.2 2023-01-31 10:23:18 +00:00
TrueCharts-Admin 055f2a43b5 chore(deps): update container image tccr.io/truecharts/umami to v1.40.0 2023-01-31 10:23:11 +00:00
TrueCharts-Admin 2f949dd834 chore(deps): update container image tccr.io/truecharts/storj-node to v1.71.2 2023-01-31 10:23:04 +00:00
TrueCharts-Admin 5256576dbb chore(deps): update container image tccr.io/truecharts/sourcegraph to v4.4.1 2023-01-31 10:22:57 +00:00
TrueCharts-Admin a946e755a8 chore(deps): update container image tccr.io/truecharts/snowflake-proxy to v2.5.1 2023-01-31 10:22:50 +00:00
TrueCharts-Admin 2d70501db7 chore(deps): update container image tccr.io/truecharts/shlink to v3.5.0 2023-01-31 10:22:43 +00:00
TrueCharts-Admin 9adcd096fd chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.8.0 2023-01-31 10:22:36 +00:00
TrueCharts-Admin b60a9b8c84 chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.12.2 2023-01-31 10:22:30 +00:00
TrueCharts-Admin 7cd2f48cb8 chore(deps): update container image tccr.io/truecharts/overseerr to v1.32.4 2023-01-31 10:22:23 +00:00
TrueCharts-Admin 02eff8e686 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.8.0 2023-01-31 10:22:16 +00:00
TrueCharts-Admin fae4c7efd5 chore(deps): update container image tccr.io/truecharts/nocodb to v0.104.2 2023-01-31 10:22:09 +00:00
TrueCharts-Admin 2feef2c4f1 chore(deps): update container image tccr.io/truecharts/nexusoss to v3.46.0 2023-01-31 10:22:02 +00:00
TrueCharts-Bot fb64aafd6b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 11:21:01 +01:00
TrueCharts-Admin 0b85d8d696 chore(deps): update container image tccr.io/truecharts/navidrome to v0.49.0 2023-01-31 11:21:01 +01:00
TrueCharts-Admin cd62833396 chore(deps): update container image tccr.io/truecharts/linkding to v1.17.1 2023-01-31 10:20:52 +00:00
TrueCharts BotandGitHub d70c3d0bb1 Merge pull request #6778 from truecharts/renovate/tccr.io-truecharts-ghost-5.x 2023-01-31 11:09:29 +01:00
TrueCharts BotandGitHub d321d2f70d Merge pull request #6774 from truecharts/renovate/patch-vikunja 2023-01-31 10:57:24 +01:00
TrueCharts BotandGitHub 6dea408c8d Merge pull request #6776 from truecharts/renovate/tccr.io-truecharts-coupon-store-1.x 2023-01-31 10:55:18 +01:00
TrueCharts BotandGitHub fcf730f009 Merge pull request #6770 from truecharts/renovate/tccr.io-truecharts-soft-serve-0.4.x 2023-01-31 10:53:28 +01:00
TrueCharts BotandGitHub 8b8caee0e0 Merge pull request #6771 from truecharts/renovate/tccr.io-truecharts-solr-9.1.x 2023-01-31 10:52:02 +01:00
TrueCharts BotandGitHub b11ce097a5 Merge pull request #6772 from truecharts/renovate/patch-ersatztv 2023-01-31 10:47:47 +01:00
TrueCharts BotandGitHub a6dc6d0e08 Merge pull request #6775 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.x 2023-01-31 10:40:17 +01:00
TrueCharts BotandGitHub 42ca0b302d Merge pull request #6779 from truecharts/renovate/tccr.io-truecharts-homebox-0.x 2023-01-31 10:39:13 +01:00
TrueCharts BotandGitHub dca3267b0a Merge pull request #6777 from truecharts/renovate/tccr.io-truecharts-dashdot-4.x 2023-01-31 10:38:25 +01:00
TrueCharts BotandGitHub 3ca2acc4e8 Merge pull request #6780 from truecharts/renovate/tccr.io-truecharts-ipfs-0.x 2023-01-31 10:38:11 +01:00
TrueCharts-Bot da29f006cf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 09:29:04 +00:00
TrueCharts-Bot bd2832e74c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 09:28:53 +00:00
TrueCharts-Bot 8ed83509f3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 09:28:12 +00:00
TrueCharts-Bot b619e8761b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 09:28:12 +00:00
TrueCharts-Bot a9d89eac64 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 09:27:29 +00:00
TrueCharts-Bot be811f4173 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:24:58 +01:00
TrueCharts-Admin aec62c6808 chore(deps): update container image tccr.io/truecharts/jellyseerr to v1.4.0 2023-01-31 10:24:58 +01:00
TrueCharts-Admin d6a44c5e7a chore(deps): update container image tccr.io/truecharts/ghost to v5.32.0 2023-01-31 09:24:38 +00:00
TrueCharts-Admin 6c46501d6c chore(deps): update container image tccr.io/truecharts/coupon-store to v1.3.0 2023-01-31 09:24:27 +00:00
TrueCharts-Admin 9ed27da54f chore(deps): update vikunja 2023-01-31 09:24:14 +00:00
TrueCharts-Admin 0db35a11de chore(deps): update container image tccr.io/truecharts/solr to v9.1.1 2023-01-31 09:23:47 +00:00
TrueCharts-Admin 7847e7fa5b chore(deps): update container image tccr.io/truecharts/soft-serve to v0.4.5 2023-01-31 09:23:40 +00:00
TrueCharts-Bot 24d4a61ee0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 10:22:25 +01:00
TrueCharts-Admin 0e24af460a chore(deps): update container image tccr.io/truecharts/satisfactory to v1.4.5 2023-01-31 10:22:25 +01:00
TrueCharts BotandGitHub 6520ff4f4e Merge pull request #6765 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.1.x 2023-01-31 09:37:15 +01:00
TrueCharts-Bot d38c74b548 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 09:23:09 +01:00
TrueCharts-Admin 8662ae7b6b chore(deps): update container image tccr.io/truecharts/readarr to v0.1.2.1532 2023-01-31 09:23:09 +01:00
TrueCharts-Bot ec4db2a75f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 09:21:38 +01:00
TrueCharts-Admin 205662afc4 chore(deps): update container image tccr.io/truecharts/plex to v1.30.2.6563 2023-01-31 09:21:38 +01:00
TrueCharts-Bot 4bf844fc71 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 08:22:07 +01:00
TrueCharts-Admin 63c7197a11 chore(deps): update container image tccr.io/truecharts/pihole to v2023.01.10 2023-01-31 08:22:07 +01:00
TrueCharts-Bot b95a83c25d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 08:21:02 +01:00
TrueCharts-Admin bbf43eb60f chore(deps): update container image tccr.io/truecharts/openproject to v12.4.3 2023-01-31 08:21:02 +01:00
TrueCharts BotandGitHub acee3a097c Merge pull request #6760 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.x 2023-01-31 08:07:53 +01:00
TrueCharts BotandGitHub 58a6b7aa3a Merge pull request #6759 from truecharts/renovate/tccr.io-truecharts-loki-2.7.x 2023-01-31 07:39:23 +01:00
TrueCharts-Bot 6de843697f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 06:29:10 +00:00
TrueCharts-Bot b1b169ceea Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 07:24:46 +01:00
TrueCharts-Admin fa789dcab7 chore(deps): update container image tccr.io/truecharts/miniflux to v2.0.42 2023-01-31 07:24:46 +01:00
TrueCharts-Admin f88de7fc7d chore(deps): update container image tccr.io/truecharts/matomo to v4.13.3 2023-01-31 06:24:36 +00:00
TrueCharts-Bot 2d618bbcb0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 07:23:13 +01:00
TrueCharts-Admin 92ceb3164f chore(deps): update container image tccr.io/truecharts/linkace to v1.11.1 2023-01-31 07:23:13 +01:00
TrueCharts-Bot 995fd46d13 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 06:22:29 +01:00
TrueCharts-Admin e23b26ec04 chore(deps): update container image tccr.io/truecharts/lidarr to v1.1.2.2935 2023-01-31 06:22:29 +01:00
TrueCharts-Bot b605323af8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 06:21:10 +01:00
TrueCharts-Admin 7f179837cf chore(deps): update container image tccr.io/truecharts/leantime to v2.3.6 2023-01-31 06:21:10 +01:00
TrueCharts BotandGitHub c00cfc115e Merge pull request #6754 from truecharts/renovate/tccr.io-truecharts-k8s_gateway-0.3.x 2023-01-31 06:04:18 +01:00
TrueCharts-Bot 2a7bf8e471 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 04:28:34 +00:00
TrueCharts-Bot 1b1579c718 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 05:24:28 +01:00
TrueCharts-Admin 3d5ce81cca chore(deps): update container image tccr.io/truecharts/kavitaemail to v0.1.12 2023-01-31 05:24:28 +01:00
TrueCharts-Admin 467d4974a2 chore(deps): update container image tccr.io/truecharts/k8s_gateway to v0.3.3 2023-01-31 04:24:18 +00:00
TrueCharts-Bot 1857cca896 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 05:23:11 +01:00
TrueCharts-Admin 7067d23dba chore(deps): update container image tccr.io/truecharts/jellyfin to v10.8.9 2023-01-31 05:23:11 +01:00
TrueCharts BotandGitHub 4ebb368b92 Merge pull request #6750 from truecharts/renovate/tccr.io-truecharts-homepage-0.6.x 2023-01-31 04:36:52 +01:00
TrueCharts-Bot 58df891320 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 04:23:25 +01:00
TrueCharts-Admin 6199154f77 chore(deps): update container image tccr.io/truecharts/icinga2 to v2.13.6 2023-01-31 04:23:25 +01:00
TrueCharts-Bot a05a6ae289 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 04:22:04 +01:00
TrueCharts-Admin ff3923818c chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.1.7 2023-01-31 04:22:04 +01:00
TrueCharts BotandGitHub a035f90c89 Merge pull request #6744 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.x 2023-01-31 04:15:08 +01:00
TrueCharts BotandGitHub 13e76b322d Merge pull request #6746 from truecharts/renovate/tccr.io-truecharts-beets-v1.6.0 2023-01-31 04:14:42 +01:00
Xstar97andGitHub 4c38a84a5b fix(statping-ng) fix admin_pass variable (#6726) 2023-01-31 02:59:22 +00:00
TrueCharts-Bot c1f430384c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 02:52:12 +00:00
TrueCharts-Bot 7c4c8b2ae5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 02:50:04 +00:00
TrueCharts-Bot d99986c3ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 03:47:48 +01:00
TrueCharts-Admin 628ee8a4e3 chore(deps): update container image tccr.io/truecharts/homarr to v0.11.3 2023-01-31 03:47:48 +01:00
TrueCharts-Admin 5d65da2332 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 2023-01-31 02:47:29 +00:00
TrueCharts-Bot 42581f1e94 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 03:46:25 +01:00
TrueCharts-Admin 0c4875194f chore(deps): update container image tccr.io/truecharts/gitea to v1.18.3 2023-01-31 03:46:25 +01:00
TrueCharts-Admin 2183cdbea2 chore(deps): update container image tccr.io/truecharts/flexget to v3.5.21 2023-01-31 02:46:16 +00:00
TrueCharts BotandGitHub ea42c218e1 Merge pull request #6739 from truecharts/renovate/patch-authentik 2023-01-31 03:25:01 +01:00
TrueCharts BotandGitHub 8d388dc57d Merge pull request #6738 from truecharts/renovate/tccr.io-truecharts-appsmith-1.9.x 2023-01-31 03:24:15 +01:00
TrueCharts BotandGitHub 5fe8c3384e Merge pull request #6737 from truecharts/renovate/tccr.io-truecharts-solr-9.1.0 2023-01-31 03:17:06 +01:00
TrueCharts-Bot dd9250856f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 01:52:27 +00:00
TrueCharts-Bot 1abb9b6b06 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 01:52:20 +00:00
TrueCharts-Bot de10c8045d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 01:51:49 +00:00
TrueCharts-Bot 9947c1065b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 02:49:30 +01:00
TrueCharts-Admin e08dda3057 chore(deps): update container image tccr.io/truecharts/esphome to v2022.12.8 2023-01-31 02:49:30 +01:00
TrueCharts-Bot 96d9e2fe8e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 02:48:19 +01:00
TrueCharts-Admin 1f2d3e4e7f chore(deps): update container image tccr.io/truecharts/drawio to v20.8.13 2023-01-31 02:48:19 +01:00
TrueCharts-Admin 185371c1b2 chore(deps): update container image tccr.io/truecharts/authentik to v2023.1.2 2023-01-31 01:48:09 +00:00
TrueCharts-Admin d964d6e448 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.5 2023-01-31 01:48:03 +00:00
TrueCharts-Admin 56dca31952 chore(deps): update container image tccr.io/truecharts/solr to v 2023-01-31 01:47:55 +00:00
TrueCharts BotandGitHub 104d0a4488 Merge pull request #6733 from truecharts/renovate/tccr.io-truecharts-crafty-4-4.0.x 2023-01-31 02:04:04 +01:00
TrueCharts-Bot 6d266dd3df Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 00:36:18 +00:00
TrueCharts-Bot 0de7d7efb6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 01:32:48 +01:00
TrueCharts-Admin c848bebad8 chore(deps): update container image tccr.io/truecharts/domoticz to v2022.2.20230126 2023-01-31 01:32:48 +01:00
TrueCharts-Admin d15c541348 chore(deps): update container image tccr.io/truecharts/crafty-4 to v4.0.20 2023-01-31 00:32:37 +00:00
TrueCharts-Bot e3986507a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 01:31:11 +01:00
TrueCharts-Admin a679f7969d chore(deps): update container image tccr.io/truecharts/collabora to v22.05.9.3.1 2023-01-31 01:31:11 +01:00
TrueCharts BotandGitHub 422eba3d81 Merge pull request #6729 from truecharts/renovate/ghcr.io-truecharts-promtail-2.7.x 2023-01-31 00:45:48 +01:00
TrueCharts-Bot 4e906bb8a8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 23:23:22 +00:00
TrueCharts-Bot eb230c839f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 00:20:57 +01:00
TrueCharts-Admin 2e98da6168 chore(deps): update container image tccr.io/truecharts/artifactory-oss to v7.49.6 2023-01-31 00:20:57 +01:00
TrueCharts-Bot 02a01ffb75 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-31 00:19:42 +01:00
TrueCharts-Admin 951765c3c6 chore(deps): update container image tccr.io/truecharts/alist to v3.9.2 2023-01-31 00:19:42 +01:00
TrueCharts-Admin 21de9f42c6 chore(deps): update container image ghcr.io/truecharts/promtail to v2.7.2 2023-01-30 23:19:33 +00:00
TrueCharts-Bot 4fd8638145 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 23:22:44 +01:00
TrueCharts-Admin 624aaaca53 chore(deps): update authentik to v2023.1.2 2023-01-30 23:22:44 +01:00
TrueCharts-Bot be5358078f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 23:21:27 +01:00
TrueCharts-Admin e22942626b chore(deps): update container image tccr.io/truecharts/omada-controller to v 2023-01-30 23:21:27 +01:00
TrueCharts-Bot ddf40c2e76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 21:30:03 +00:00
TrueCharts-Bot f306684d94 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 21:29:58 +00:00
TrueCharts-Bot a0e6e0f94e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 21:29:45 +00:00
TrueCharts-Bot 2451a34526 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 21:29:43 +00:00
TrueCharts-Bot 04d1a522a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 21:29:08 +00:00
TrueCharts-Bot ff0d827f88 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 21:29:07 +00:00
TrueCharts-Bot 4a1f8c4642 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 21:28:55 +00:00
TrueCharts-Bot f1d9dd2236 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 21:28:50 +00:00
TrueCharts-Bot f225700f0c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 21:28:23 +00:00
TrueCharts-Bot 9b787b1685 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 21:27:56 +00:00
TrueCharts-Admin dd3f66458a chore(deps): update container image tccr.io/truecharts/komga to v0.161.0 2023-01-30 21:25:42 +00:00
TrueCharts-Admin bc3477d2d9 chore(deps): update container image tccr.io/truecharts/jenkins to v2.388.0 2023-01-30 21:25:37 +00:00
TrueCharts-Admin e32127cb79 chore(deps): update container image tccr.io/truecharts/ipfs to v0.18.1 2023-01-30 21:25:28 +00:00
TrueCharts-Admin 6321a48953 chore(deps): update container image tccr.io/truecharts/homebox to v0.7.0 2023-01-30 21:25:23 +00:00
TrueCharts-Admin 630fcc640c chore(deps): update container image tccr.io/truecharts/dashdot to v4.8.2 2023-01-30 21:25:19 +00:00
TrueCharts-Admin 1478a8f3b2 chore(deps): update container image tccr.io/truecharts/babybuddy to v1.14.0 2023-01-30 21:25:13 +00:00
TrueCharts-Admin fd320d1b09 chore(deps): update ersatztv to v0.7.3 2023-01-30 21:25:09 +00:00
TrueCharts-Admin f17042212b chore(deps): update container image tccr.io/truecharts/prowlarr to v1.1.1.2377 2023-01-30 21:24:55 +00:00
TrueCharts-Admin bbd08f82ee chore(deps): update container image tccr.io/truecharts/loki to v2.7.2 2023-01-30 21:24:34 +00:00
TrueCharts-Admin 7c5cee0124 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.4 2023-01-30 21:24:04 +00:00
586cee23aa fix(navidrome): Breaking Change - Expose Music persistence persistence to GUI. (#6581)
* fix(navidrome) add music persistence and docs

* Update charts/stable/navidrome/Chart.yaml

Signed-off-by: Stavros Kois <[email protected]>

* Delete installation_notes.md

---------

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-30 20:59:33 +00:00
a0d79806d9 chore(deps): update container image tccr.io/truecharts/dupeguru to v23.01.1 (#6239)
* chore(deps): update container image tccr.io/truecharts/dupeguru to v23.01.1

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

---------

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-30 22:39:53 +02:00
TrueCharts BotandGitHub 701bb49f92 chore(deps): update renovatebot/github-action action to v34.109.1 (#6605) 2023-01-30 22:23:23 +02:00
Xstar97andGitHub f1dc099b7a fix(shoko-server) update tag and housekeeping (#6698) 2023-01-30 22:12:43 +02:00
Xstar97andGitHub bb547425ae fix(openproject) set tag version to 12.4.2 (#6716) 2023-01-30 22:12:02 +02:00
f95aa904d2 fix(tt-rss) add docs and gui clean up (#6712)
* fix(tt-rss) add docs and gui clean up

* Update charts/stable/tt-rss/docs/credentials.md

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* update installation notes

* Update charts/stable/tt-rss/docs/installation_notes.md

Signed-off-by: Stavros Kois <[email protected]>

---------

Signed-off-by: Xstar97 <[email protected]>
Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-30 22:11:31 +02:00
TrueCharts BotandGitHub 18511133f3 Merge pull request #6724 from truecharts/renovate/tccr.io-truecharts-dontstarvetogether-latest 2023-01-30 03:14:35 +01:00
TrueCharts-Bot 17414983de Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-30 01:51:59 +00:00
TrueCharts-Admin 3ce31b63e6 chore(deps): update container image tccr.io/truecharts/dontstarvetogether to latest 2023-01-30 01:48:03 +00:00
Kjeld Schouten-Lebbing eb4d632c18 move drone-runner back to incubator 2023-01-29 19:30:44 +01:00
TrueCharts BotandGitHub 287877b6ce Merge pull request #6721 from truecharts/renovate/tccr.io-truecharts-rflood-latest 2023-01-29 14:53:34 +01:00
TrueCharts BotandGitHub 901df42701 Merge pull request #6720 from truecharts/renovate/tccr.io-truecharts-duplicacy-latest 2023-01-29 14:52:03 +01:00
TrueCharts BotandGitHub 13d29aa4cd Merge pull request #6719 from truecharts/renovate/tccr.io-truecharts-autoscan-latest 2023-01-29 14:50:17 +01:00
TrueCharts-Bot a061a5aa92 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-29 13:28:01 +00:00
TrueCharts-Bot 3dc24f37e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-29 13:27:44 +00:00
TrueCharts-Bot 002ef488c7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-29 13:27:30 +00:00
TrueCharts-Admin 24fa57392b chore(deps): update container image tccr.io/truecharts/rflood to latest 2023-01-29 13:24:15 +00:00
TrueCharts-Admin d9e8f2b992 chore(deps): update container image tccr.io/truecharts/duplicacy to latest 2023-01-29 13:24:01 +00:00
TrueCharts-Admin b49b8bb25b chore(deps): update container image tccr.io/truecharts/autoscan to latest 2023-01-29 13:23:54 +00:00
TrueCharts BotandGitHub 9f942333f3 Merge pull request #6718 from truecharts/renovate/tccr.io-truecharts-mysql-workbench-8.0.32 2023-01-29 07:48:06 +01:00
TrueCharts-Bot cc2da85a0f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-29 06:22:35 +00:00
TrueCharts-Admin 769aedc678 chore(deps): update container image tccr.io/truecharts/mysql-workbench to 8.0.32 2023-01-29 06:18:55 +00:00
TrueCharts BotandGitHub 0dd2f0e8fc Merge pull request #6717 from truecharts/renovate/tccr.io-truecharts-fileshelter-latest 2023-01-29 03:13:56 +01:00
TrueCharts-Bot bbc9aa754b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-29 01:52:22 +00:00
TrueCharts-Admin 0211ba8968 chore(deps): update container image tccr.io/truecharts/fileshelter to latest 2023-01-29 01:48:35 +00:00
TrueCharts BotandGitHub 6824940859 Merge pull request #6714 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-20.10.23 2023-01-28 13:52:43 +01:00
TrueCharts-Bot d8180c629f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-28 12:25:55 +00:00
TrueCharts-Admin 7d2fdd22f5 chore(deps): update container image tccr.io/truecharts/docker-in-docker to 20.10.23 2023-01-28 12:22:12 +00:00
TrueCharts BotandGitHub 72e9737cb7 Merge pull request #6710 from truecharts/renovate/tccr.io-truecharts-qwantify-20.04.0 2023-01-27 03:21:47 +01:00
TrueCharts-Bot 7ca24e8706 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-27 01:50:53 +00:00
TrueCharts-Admin a30f6609dd chore(deps): update container image tccr.io/truecharts/qwantify to 20.04.0 2023-01-27 01:46:20 +00:00
TrueCharts BotandGitHub 34b9f26d81 Merge pull request #6708 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.3 2023-01-26 15:08:36 +01:00
TrueCharts BotandGitHub c9e9893a64 Merge pull request #6707 from truecharts/renovate/tccr.io-truecharts-briefkasten-latest 2023-01-26 14:59:06 +01:00
TrueCharts-Bot cdccb4778b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-26 13:29:21 +00:00
TrueCharts-Bot 3db90ac509 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-26 13:28:57 +00:00
TrueCharts-Admin acda5f01ac chore(deps): update container image tccr.io/truecharts/netbox to 3.4.3 2023-01-26 13:25:15 +00:00
TrueCharts-Admin d620226156 chore(deps): update container image tccr.io/truecharts/briefkasten to latest 2023-01-26 13:25:04 +00:00
TrueCharts BotandGitHub 659c03b09e Merge pull request #6703 from truecharts/renovate/tccr.io-truecharts-spaceengineers-latest 2023-01-26 03:17:39 +01:00
TrueCharts-Bot 023e6d4c7b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-26 01:50:51 +00:00
TrueCharts-Admin 537d138970 chore(deps): update container image tccr.io/truecharts/spaceengineers to latest 2023-01-26 01:46:59 +00:00
TrueCharts BotandGitHub 9f85555afa Merge pull request #6699 from truecharts/renovate/tccr.io-truecharts-qflood-latest 2023-01-25 20:50:39 +01:00
TrueCharts-Bot c5e02f5aec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-25 19:26:11 +00:00
TrueCharts-Admin 7cdd4e8960 chore(deps): update container image tccr.io/truecharts/qflood to latest 2023-01-25 19:20:54 +00:00
TrueCharts-Bot 453bd4afef Commit daily changes
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-25 13:06:56 +00:00
Kjeld Schouten-LebbingandGitHub 677f82e440 Update metrics.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-25 11:41:29 +01:00
Kjeld Schouten-LebbingandGitHub 4ddc26be60 Update metrics3m.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-25 11:41:27 +01:00
Kjeld Schouten-LebbingandGitHub 763db93dfb Update metrics60m.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-25 11:41:24 +01:00
TrueCharts BotandGitHub 65a2b10aa1 Merge pull request #6694 from truecharts/renovate/tailscale-tailscale-1.x 2023-01-25 03:07:29 +01:00
TrueCharts-Bot 872a7b9bce Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-25 01:53:40 +00:00
TrueCharts-Admin 749bf68a77 chore(deps): update container image tailscale/tailscale to v1.36.0 2023-01-25 01:49:53 +00:00
TrueCharts BotandGitHub e0fcff24f4 Merge pull request #6693 from truecharts/renovate/tccr.io-truecharts-plexripper-latest 2023-01-24 23:49:14 +01:00
TrueCharts-Bot a6b9293d89 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 22:24:48 +00:00
TrueCharts-Admin 2be9d49cc6 chore(deps): update container image tccr.io/truecharts/plexripper to latest 2023-01-24 22:21:13 +00:00
TrueCharts BotandGitHub 61d122300a Merge pull request #6691 from truecharts/renovate/neko 2023-01-24 21:33:13 +01:00
TrueCharts-Bot 70fdb09dc0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 19:26:51 +00:00
TrueCharts-Admin 5912dc129b chore(deps): update container image tccr.io/truecharts/neko-brave to latest 2023-01-24 19:23:05 +00:00
TrueCharts BotandGitHub b5e1e7db03 Merge pull request #6690 from truecharts/renovate/webtop 2023-01-24 19:39:29 +01:00
TrueCharts-Bot ab6a67bc42 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 18:26:20 +00:00
TrueCharts-Admin 4d7d6993bf chore(deps): update container image tccr.io/truecharts/webtop-alpine-icewm to latest 2023-01-24 18:21:16 +00:00
TrueCharts BotandGitHub 5b3df60054 chore(deps): update helm general non-major (#6689) 2023-01-24 17:44:28 +01:00
TrueCharts-Admin 4bbbc7156b chore(deps): update container image tccr.io/truecharts/thanos to 0.30.1 2023-01-24 15:21:32 +01:00
TrueCharts-Admin 253c9f61cd chore(deps): update container image tccr.io/truecharts/prometheus to 2.41.0 2023-01-24 15:20:41 +01:00
TrueCharts-Bot 9a4b05bcb6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 14:25:03 +01:00
TrueCharts-Admin 3587f678ab chore(deps): update container image tccr.io/truecharts/grafana to 9.3.2 2023-01-24 14:25:03 +01:00
TrueCharts-Bot 31c635d8af Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 14:24:07 +01:00
TrueCharts-Admin 69387e70e6 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-01-24 14:24:07 +01:00
TrueCharts BotandGitHub fce964b02b Merge pull request #6686 from truecharts/renovate/minecraft-java 2023-01-24 13:55:45 +01:00
TrueCharts BotandGitHub 3dd0d17765 Merge pull request #6644 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.1 2023-01-24 13:46:50 +01:00
TrueCharts BotandGitHub 1eb774c168 Merge pull request #6681 from truecharts/renovate/tccr.io-truecharts-wordpress-6.1.1 2023-01-24 13:45:38 +01:00
TrueCharts BotandGitHub d12ae33ee6 Merge pull request #6632 from truecharts/renovate/tccr.io-truecharts-fleet-2.3.3 2023-01-24 13:41:53 +01:00
TrueCharts BotandGitHub 15342133f9 Merge pull request #6678 from truecharts/renovate/tccr.io-truecharts-wger-latest 2023-01-24 13:38:33 +01:00
TrueCharts BotandGitHub fa4943e84e Merge pull request #6647 from truecharts/renovate/tccr.io-truecharts-nginx-unprivileged-1.23.3 2023-01-24 13:38:24 +01:00
TrueCharts BotandGitHub 2f8256ac57 Merge pull request #6663 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-01-24 13:37:20 +01:00
TrueCharts BotandGitHub 391857342d Merge pull request #6683 from truecharts/renovate/tccr.io-truecharts-yacy-latest 2023-01-24 13:36:39 +01:00
TrueCharts BotandGitHub 436b3e8a43 Merge pull request #6680 from truecharts/renovate/tccr.io-truecharts-wireshark-3.6.5 2023-01-24 13:36:17 +01:00
TrueCharts BotandGitHub 34201238f1 Merge pull request #6648 from truecharts/renovate/tccr.io-truecharts-nitter-latest 2023-01-24 13:35:53 +01:00
TrueCharts BotandGitHub 84b83f35c5 Merge pull request #6665 from truecharts/renovate/tccr.io-truecharts-sia-daemon-vmaster 2023-01-24 13:35:43 +01:00
TrueCharts BotandGitHub 30e615ee40 Merge pull request #6685 from truecharts/renovate/jupyter 2023-01-24 13:35:35 +01:00
TrueCharts BotandGitHub 03baa88cc1 Merge pull request #6684 from truecharts/renovate/tccr.io-truecharts-yourls-latest 2023-01-24 13:35:27 +01:00
TrueCharts BotandGitHub 96ecc1ca97 Merge pull request #6654 from truecharts/renovate/tccr.io-truecharts-privatebin-1.5.1 2023-01-24 13:35:19 +01:00
TrueCharts BotandGitHub 1ac9098aaa Merge pull request #6673 from truecharts/renovate/tccr.io-truecharts-ts-dnsserver-latest 2023-01-24 13:35:12 +01:00
TrueCharts BotandGitHub e2a3e83a8c Merge pull request #6682 from truecharts/renovate/tccr.io-truecharts-xenorchestra-5.107.5 2023-01-24 13:35:09 +01:00
TrueCharts BotandGitHub 0871594bb1 Merge pull request #6658 from truecharts/renovate/tccr.io-truecharts-ra-rom-processor-latest 2023-01-24 13:34:56 +01:00
TrueCharts BotandGitHub 669da149eb Merge pull request #6666 from truecharts/renovate/tccr.io-truecharts-sickchill-2023.1.2 2023-01-24 13:34:51 +01:00
TrueCharts BotandGitHub 1bf8f25d89 Merge pull request #6677 from truecharts/renovate/tccr.io-truecharts-virt-manager-latest 2023-01-24 13:34:35 +01:00
TrueCharts BotandGitHub b952cbf88d Merge pull request #6659 from truecharts/renovate/tccr.io-truecharts-raneto-latest 2023-01-24 13:34:20 +01:00
TrueCharts BotandGitHub 0bef239d5c Merge pull request #6675 from truecharts/renovate/tccr.io-truecharts-twonky-server-latest 2023-01-24 13:34:20 +01:00
TrueCharts BotandGitHub c81214e382 Merge pull request #6656 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-01-24 13:34:17 +01:00
TrueCharts BotandGitHub 2b57dd37ac Merge pull request #6621 from truecharts/renovate/tccr.io-truecharts-budge-v0.0.9 2023-01-24 13:34:09 +01:00
TrueCharts BotandGitHub 4b31ef0708 Merge pull request #6662 from truecharts/renovate/tccr.io-truecharts-rsnapshot-1.4.4 2023-01-24 13:34:07 +01:00
TrueCharts BotandGitHub 15321239f7 Merge pull request #6661 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-01-24 13:34:05 +01:00
TrueCharts BotandGitHub 1e4c00d8b3 Merge pull request #6676 from truecharts/renovate/tccr.io-truecharts-universal-media-server-latest 2023-01-24 13:33:54 +01:00
TrueCharts BotandGitHub 067470cae9 Merge pull request #6674 from truecharts/renovate/tccr.io-truecharts-tubesync-latest 2023-01-24 13:33:43 +01:00
TrueCharts BotandGitHub 515424a5c1 Merge pull request #6657 from truecharts/renovate/tccr.io-truecharts-pylon-2.9.0 2023-01-24 13:33:39 +01:00
TrueCharts BotandGitHub 969b532111 Merge pull request #6672 from truecharts/renovate/tccr.io-truecharts-tracks-latest 2023-01-24 13:33:29 +01:00
TrueCharts BotandGitHub 85d4d2e5c4 Merge pull request #6668 from truecharts/renovate/tccr.io-truecharts-solr-9.1.0 2023-01-24 13:33:24 +01:00
TrueCharts BotandGitHub 3c456a582c Merge pull request #6653 from truecharts/renovate/tccr.io-truecharts-postgresql-14.6.0 2023-01-24 13:33:06 +01:00
TrueCharts BotandGitHub 83baafdebb Merge pull request #6641 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-01-24 13:32:49 +01:00
TrueCharts BotandGitHub df78bf3e9f Merge pull request #6660 from truecharts/renovate/tccr.io-truecharts-red-discordbot-vfull 2023-01-24 13:32:47 +01:00
TrueCharts BotandGitHub f309d1b364 Merge pull request #6669 from truecharts/renovate/tccr.io-truecharts-storm-latest 2023-01-24 13:32:37 +01:00
TrueCharts BotandGitHub 306eab1ac3 Merge pull request #6667 from truecharts/renovate/tccr.io-truecharts-snapdrop-latest 2023-01-24 13:32:31 +01:00
TrueCharts BotandGitHub bb17e31360 Merge pull request #6638 from truecharts/renovate/tccr.io-truecharts-invidious-latest 2023-01-24 13:32:20 +01:00
TrueCharts BotandGitHub e3ea3fa0ff Merge pull request #6679 from truecharts/renovate/tccr.io-truecharts-wifi-card-latest 2023-01-24 13:32:18 +01:00
TrueCharts BotandGitHub c617bf4ad3 Merge pull request #6664 from truecharts/renovate/tccr.io-truecharts-searxng-latest 2023-01-24 13:32:13 +01:00
TrueCharts BotandGitHub 4285da0119 Merge pull request #6651 from truecharts/renovate/tccr.io-truecharts-pialert-latest 2023-01-24 13:32:00 +01:00
TrueCharts BotandGitHub 82c167b963 Merge pull request #6652 from truecharts/renovate/tccr.io-truecharts-plextraktsync-latest 2023-01-24 13:31:55 +01:00
TrueCharts BotandGitHub 7f26ce8d1c Merge pull request #6640 from truecharts/renovate/tccr.io-truecharts-kdenlive-latest 2023-01-24 13:31:50 +01:00
TrueCharts BotandGitHub 4a1052237e Merge pull request #6650 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-01-24 13:31:45 +01:00
TrueCharts BotandGitHub 7241e28425 Merge pull request #6627 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-01-24 13:31:28 +01:00
TrueCharts BotandGitHub 49a9686c9e Merge pull request #6646 from truecharts/renovate/tccr.io-truecharts-minio-latest 2023-01-24 13:31:22 +01:00
TrueCharts BotandGitHub f480872176 Merge pull request #6670 from truecharts/renovate/tccr.io-truecharts-tar1090-latest 2023-01-24 13:31:08 +01:00
TrueCharts BotandGitHub eab37a0af3 Merge pull request #6649 from truecharts/renovate/tccr.io-truecharts-openspeedtest-latest 2023-01-24 13:31:07 +01:00
TrueCharts BotandGitHub dece0a9c2d Merge pull request #6636 from truecharts/renovate/tccr.io-truecharts-habridge-v5.4.1 2023-01-24 13:30:54 +01:00
TrueCharts BotandGitHub 2bfac8651e Merge pull request #6639 from truecharts/renovate/tccr.io-truecharts-jelu-latest 2023-01-24 13:30:50 +01:00
TrueCharts BotandGitHub eb40e0fecd Merge pull request #6642 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-01-24 13:30:46 +01:00
TrueCharts BotandGitHub 36f3d914ba Merge pull request #6643 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.2 2023-01-24 13:30:41 +01:00
TrueCharts BotandGitHub f98fb658ba Merge pull request #6625 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-01-24 13:30:24 +01:00
TrueCharts BotandGitHub 3337c12571 Merge pull request #6637 from truecharts/renovate/tccr.io-truecharts-impostor-server-nightly-vnightly 2023-01-24 13:30:22 +01:00
TrueCharts BotandGitHub d4ad78d9ee Merge pull request #6645 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-01-24 13:30:20 +01:00
TrueCharts BotandGitHub 3af61897b2 Merge pull request #6619 from truecharts/renovate/tccr.io-truecharts-blender-latest 2023-01-24 13:29:35 +01:00
TrueCharts BotandGitHub e352b0f410 Merge pull request #6618 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.13.2 2023-01-24 13:29:26 +01:00
TrueCharts BotandGitHub 6effa0a9d1 Merge pull request #6623 from truecharts/renovate/tccr.io-truecharts-cloudbeaver-latest 2023-01-24 13:29:22 +01:00
TrueCharts BotandGitHub 50446bcbb3 Merge pull request #6630 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-01-24 13:29:18 +01:00
TrueCharts BotandGitHub 2af96f6628 Merge pull request #6635 from truecharts/renovate/tccr.io-truecharts-grocy-3.3.2 2023-01-24 13:29:15 +01:00
TrueCharts BotandGitHub dfa7447abe Merge pull request #6624 from truecharts/renovate/tccr.io-truecharts-cloudcommander-latest 2023-01-24 13:29:12 +01:00
TrueCharts BotandGitHub 2beaead461 Merge pull request #6628 from truecharts/renovate/tccr.io-truecharts-dillinger-v3.39.1 2023-01-24 13:29:11 +01:00
TrueCharts BotandGitHub aee5dd8e22 Merge pull request #6631 from truecharts/renovate/tccr.io-truecharts-firefox-desktop-g3-latest 2023-01-24 13:29:04 +01:00
TrueCharts BotandGitHub cd51cebd6b Merge pull request #6620 from truecharts/renovate/tccr.io-truecharts-boinc-latest 2023-01-24 13:29:03 +01:00
TrueCharts BotandGitHub 958187a510 Merge pull request #6633 from truecharts/renovate/tccr.io-truecharts-freshrss-1.20.2 2023-01-24 13:29:01 +01:00
TrueCharts BotandGitHub 935f31fd60 Merge pull request #6626 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-01-24 13:28:59 +01:00
TrueCharts BotandGitHub 3b1e8b0601 Merge pull request #6629 from truecharts/renovate/tccr.io-truecharts-dns-doh-companion-latest 2023-01-24 13:28:54 +01:00
TrueCharts BotandGitHub 36f62a6d3d Merge pull request #6622 from truecharts/renovate/tccr.io-truecharts-chromium-desktop-g3-latest 2023-01-24 13:28:39 +01:00
TrueCharts BotandGitHub 4ed1523cb7 Merge pull request #6688 from truecharts/renovate/webtop 2023-01-24 13:27:14 +01:00
TrueCharts BotandGitHub 3beb4237d3 Merge pull request #6687 from truecharts/renovate/rdesktop 2023-01-24 13:25:39 +01:00
Kjeld Schouten-LebbingandGitHub 1fc5be365a Update ingressList.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-24 12:52:19 +01:00
Kjeld Schouten-LebbingandGitHub b0223fb36e Update ingressTLS.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-24 12:51:44 +01:00
Kjeld Schouten-LebbingandGitHub 6ab35c83cc Update ingressDefault.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-24 12:51:19 +01:00
TrueCharts-Bot 51b7cfabb5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:43:40 +00:00
TrueCharts-Bot def4439f37 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:43:20 +00:00
TrueCharts-Bot 0e98896ae0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:43:08 +00:00
TrueCharts-Bot daa5d2d194 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:42:21 +00:00
TrueCharts-Bot 9f8be52569 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:42:13 +00:00
TrueCharts-Bot aa57d00c8f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:42:11 +00:00
TrueCharts-Bot 1bc5ad9b47 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:41:27 +00:00
TrueCharts-Bot b464efa657 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:40:50 +00:00
TrueCharts-Bot 2cd9ae7622 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:40:41 +00:00
TrueCharts-Bot ac1e8519a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:40:38 +00:00
TrueCharts-Bot 22df4f1ac1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:40:21 +00:00
TrueCharts-Bot 69d05ba2d0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:40:13 +00:00
TrueCharts-Bot e95a50171b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:40:09 +00:00
TrueCharts-Bot a66f951da6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:39:48 +00:00
TrueCharts-Bot 2c392f0e7a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:39:35 +00:00
TrueCharts-Bot 7da0c8d6b8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:39:10 +00:00
TrueCharts-Bot 3c4695b067 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:38:59 +00:00
TrueCharts-Bot 079919c3b7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:38:58 +00:00
TrueCharts-Bot 9a131cc699 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:38:43 +00:00
TrueCharts-Bot cc0ed93059 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:38:36 +00:00
TrueCharts-Bot 37061f9f80 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:38:14 +00:00
TrueCharts-Bot 1701f62c0c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:38:06 +00:00
TrueCharts-Bot fae2ae9988 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:38:05 +00:00
TrueCharts-Bot f465c2ea81 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:37:45 +00:00
TrueCharts-Bot 8a89da8cea Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:37:34 +00:00
TrueCharts-Bot 1878ae3447 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:37:25 +00:00
TrueCharts-Bot 0f68b5fa84 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:37:18 +00:00
TrueCharts-Bot 392b262497 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:36:57 +00:00
TrueCharts-Bot c7454dac04 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:36:52 +00:00
TrueCharts-Bot c5973d2767 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:36:30 +00:00
TrueCharts-Bot 0f3d7aa1a6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:36:25 +00:00
TrueCharts-Bot d57da81c68 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:36:05 +00:00
TrueCharts-Bot 4a0cb6c456 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:35:57 +00:00
TrueCharts-Bot 0483de16e9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:35:18 +00:00
TrueCharts-Bot 584bd67c71 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:35:11 +00:00
TrueCharts-Bot 84d858a20a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:34:05 +00:00
TrueCharts-Bot ad80f91c4f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:33:07 +00:00
TrueCharts-Bot 45ca238b2f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:33:04 +00:00
TrueCharts-Bot 119c5c9694 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:33:00 +00:00
TrueCharts-Bot 8db5047f4e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:32:53 +00:00
TrueCharts-Bot 20c14b1e9e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:32:51 +00:00
TrueCharts-Admin 9c08aca57d chore(deps): update webtop 2023-01-24 11:32:49 +00:00
TrueCharts-Admin 04496e1a91 chore(deps): update rdesktop 2023-01-24 11:32:42 +00:00
TrueCharts-Admin 0c96733f23 chore(deps): update minecraft-java 2023-01-24 11:32:34 +00:00
TrueCharts-Admin d4ae68f971 chore(deps): update jupyter 2023-01-24 11:32:26 +00:00
TrueCharts-Bot 0064533e43 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:32:24 +00:00
TrueCharts-Admin 6165d55ec1 chore(deps): update container image tccr.io/truecharts/yourls to latest 2023-01-24 11:32:19 +00:00
TrueCharts-Bot 5cdf1395d3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:32:17 +00:00
TrueCharts-Admin 59d65f3ba6 chore(deps): update container image tccr.io/truecharts/yacy to latest 2023-01-24 11:32:12 +00:00
TrueCharts-Bot 6265a11fc7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:32:06 +00:00
TrueCharts-Admin 1940e982f4 chore(deps): update container image tccr.io/truecharts/xenorchestra to 5.107.5 2023-01-24 11:32:04 +00:00
TrueCharts-Bot 082169005a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:32:03 +00:00
TrueCharts-Bot 7fb57e3862 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:32:02 +00:00
TrueCharts-Admin 739b013f61 chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1 2023-01-24 11:31:57 +00:00
TrueCharts-Bot 19d4cef952 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:31:49 +00:00
TrueCharts-Admin dfa2b6b4db chore(deps): update container image tccr.io/truecharts/wireshark to 3.6.5 2023-01-24 11:31:49 +00:00
TrueCharts-Admin 74eb8e9cf8 chore(deps): update container image tccr.io/truecharts/wifi-card to latest 2023-01-24 11:31:42 +00:00
TrueCharts-Admin f9199a6236 chore(deps): update container image tccr.io/truecharts/wger to latest 2023-01-24 11:31:33 +00:00
TrueCharts-Admin bd4cef64f6 chore(deps): update container image tccr.io/truecharts/virt-manager to latest 2023-01-24 11:31:26 +00:00
TrueCharts-Bot 59c59f34fa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:31:19 +00:00
TrueCharts-Admin 20b60c9956 chore(deps): update container image tccr.io/truecharts/universal-media-server to latest 2023-01-24 11:31:17 +00:00
TrueCharts-Admin f9bdbee6d7 chore(deps): update container image tccr.io/truecharts/twonky-server to latest 2023-01-24 11:31:09 +00:00
TrueCharts-Bot 5bc4387e72 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:31:05 +00:00
TrueCharts-Admin 51cf3a4b3a chore(deps): update container image tccr.io/truecharts/tubesync to latest 2023-01-24 11:31:01 +00:00
TrueCharts-Admin 5bb7c99700 chore(deps): update container image tccr.io/truecharts/ts-dnsserver to latest 2023-01-24 11:30:51 +00:00
TrueCharts-Admin 2200d733e1 chore(deps): update container image tccr.io/truecharts/tracks to latest 2023-01-24 11:30:44 +00:00
TrueCharts-Admin 4a25d03656 chore(deps): update container image tccr.io/truecharts/tar1090 to latest 2023-01-24 11:30:29 +00:00
TrueCharts-Admin bca7293167 chore(deps): update container image tccr.io/truecharts/storm to latest 2023-01-24 11:30:21 +00:00
TrueCharts-Bot b8c1f45a11 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:30:20 +00:00
TrueCharts-Admin aec08bf5b5 chore(deps): update container image tccr.io/truecharts/solr to 9.1.0 2023-01-24 11:30:13 +00:00
TrueCharts-Bot 5048e1cdbf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:30:10 +00:00
TrueCharts-Bot 5564a1cd39 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:30:08 +00:00
TrueCharts-Admin 9409753578 chore(deps): update container image tccr.io/truecharts/snapdrop to latest 2023-01-24 11:30:05 +00:00
TrueCharts-Admin 96f29d58dc chore(deps): update container image tccr.io/truecharts/sickchill to 2023.1.2 2023-01-24 11:29:57 +00:00
TrueCharts-Bot 869dcd9571 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:29:56 +00:00
TrueCharts-Bot fde6d7786a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:29:55 +00:00
TrueCharts-Admin e59173ca22 chore(deps): update container image tccr.io/truecharts/sia-daemon to vmaster 2023-01-24 11:29:50 +00:00
TrueCharts-Bot 0c22f72baa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:29:47 +00:00
TrueCharts-Admin 3021dee671 chore(deps): update container image tccr.io/truecharts/searxng to latest 2023-01-24 11:29:43 +00:00
TrueCharts-Bot d9709eae7f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:29:35 +00:00
TrueCharts-Admin 2195ad8074 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-01-24 11:29:35 +00:00
TrueCharts-Bot 13db734284 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:29:33 +00:00
TrueCharts-Admin 36f010b64b chore(deps): update container image tccr.io/truecharts/rsnapshot to 1.4.4 2023-01-24 11:29:27 +00:00
TrueCharts-Bot 6a4b0db994 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:29:23 +00:00
TrueCharts-Admin c89053fe23 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-01-24 11:29:20 +00:00
TrueCharts-Bot 024cf289cb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:29:16 +00:00
TrueCharts-Admin 20a8e872e4 chore(deps): update container image tccr.io/truecharts/red-discordbot to vfull 2023-01-24 11:29:12 +00:00
TrueCharts-Admin 9db4b4b173 chore(deps): update container image tccr.io/truecharts/raneto to latest 2023-01-24 11:29:05 +00:00
TrueCharts-Bot 26a0cf9c58 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:29:03 +00:00
TrueCharts-Admin e88004648e chore(deps): update container image tccr.io/truecharts/ra-rom-processor to latest 2023-01-24 11:28:57 +00:00
TrueCharts-Bot edd5cf5762 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:28:55 +00:00
TrueCharts-Admin b37c37f895 chore(deps): update container image tccr.io/truecharts/pylon to 2.9.0 2023-01-24 11:28:50 +00:00
TrueCharts-Admin 3710637e99 chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-01-24 11:28:42 +00:00
TrueCharts-Admin 053eee3ca4 chore(deps): update container image tccr.io/truecharts/privatebin to 1.5.1 2023-01-24 11:28:27 +00:00
TrueCharts-Bot 167d0332fe Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:28:20 +00:00
TrueCharts-Admin 74db361b50 chore(deps): update container image tccr.io/truecharts/postgresql to 14.6.0 2023-01-24 11:28:20 +00:00
TrueCharts-Bot 9bf9d92e3a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:28:16 +00:00
TrueCharts-Admin 36f489154b chore(deps): update container image tccr.io/truecharts/plextraktsync to latest 2023-01-24 11:28:12 +00:00
TrueCharts-Bot 806316d6da Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:28:11 +00:00
TrueCharts-Admin 6bfd877111 chore(deps): update container image tccr.io/truecharts/pialert to latest 2023-01-24 11:28:05 +00:00
TrueCharts-Bot d6edfbd588 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:28:00 +00:00
TrueCharts-Admin 9211d634e8 chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-01-24 11:27:57 +00:00
TrueCharts-Bot 3a411165d7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:27:52 +00:00
TrueCharts-Admin 5a17cb7b2e chore(deps): update container image tccr.io/truecharts/openspeedtest to latest 2023-01-24 11:27:50 +00:00
TrueCharts-Bot e5c872b393 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:27:43 +00:00
TrueCharts-Admin 9721755132 chore(deps): update container image tccr.io/truecharts/nitter to latest 2023-01-24 11:27:42 +00:00
TrueCharts-Bot 3be15fb3c5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 11:27:40 +00:00
TrueCharts-Admin 681d1e2603 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to 1.23.3 2023-01-24 11:27:35 +00:00
TrueCharts-Admin e828e56948 chore(deps): update container image tccr.io/truecharts/minio to latest 2023-01-24 11:27:28 +00:00
TrueCharts-Admin 9814004dbd chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-01-24 11:27:20 +00:00
TrueCharts-Admin 8cca99b4e4 chore(deps): update container image tccr.io/truecharts/matomo to 4.13.1 2023-01-24 11:27:13 +00:00
TrueCharts-Admin fe0f060f37 chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.2 2023-01-24 11:27:05 +00:00
TrueCharts-Admin 5ac4a363c7 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-01-24 11:26:57 +00:00
TrueCharts-Admin a0310d6ab5 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-01-24 11:26:50 +00:00
TrueCharts-Admin 42b2209f6d chore(deps): update container image tccr.io/truecharts/kdenlive to latest 2023-01-24 11:26:43 +00:00
TrueCharts-Admin f3a908fff0 chore(deps): update container image tccr.io/truecharts/jelu to latest 2023-01-24 11:26:35 +00:00
TrueCharts-Admin 6d8731087b chore(deps): update container image tccr.io/truecharts/invidious to latest 2023-01-24 11:26:28 +00:00
TrueCharts-Admin f496f424f0 chore(deps): update container image tccr.io/truecharts/impostor-server-nightly to vnightly 2023-01-24 11:26:20 +00:00
TrueCharts-Admin 7e3f377280 chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 2023-01-24 11:26:12 +00:00
TrueCharts-Admin d20457fc09 chore(deps): update container image tccr.io/truecharts/grocy to 3.3.2 2023-01-24 11:26:04 +00:00
TrueCharts-Admin 1bdf618bad chore(deps): update container image tccr.io/truecharts/freshrss to 1.20.2 2023-01-24 11:25:49 +00:00
Kjeld Schouten-LebbingandGitHub 2fc63b1e2c Update ingress for new certificate system (#6615)
* Update ingressDefault.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update ingressList.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update ingressTLS.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update ingressDefault.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update ingressList.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update ingressList.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update ingressTLS.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Update ingressList.yaml

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Apply suggestions from code review

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Apply suggestions from code review

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

* Bump for testing

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-24 12:25:48 +01:00
TrueCharts-Admin a313afa5b4 chore(deps): update container image tccr.io/truecharts/fleet to 2.3.3 2023-01-24 11:25:41 +00:00
TrueCharts-Admin 1ebc416879 chore(deps): update container image tccr.io/truecharts/firefox-desktop-g3 to latest 2023-01-24 11:25:34 +00:00
TrueCharts-Admin 6cb4e9f501 chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-01-24 11:25:24 +00:00
TrueCharts-Admin 9bade64fc5 chore(deps): update container image tccr.io/truecharts/dns-doh-companion to latest 2023-01-24 11:25:16 +00:00
TrueCharts-Admin 4b4d441ebd chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 2023-01-24 11:25:08 +00:00
TrueCharts-Admin a68dbfd026 chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-01-24 11:25:00 +00:00
TrueCharts-Admin fb9463c3f4 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-01-24 11:24:53 +00:00
TrueCharts-Admin 663724c5a6 chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-01-24 11:24:45 +00:00
TrueCharts-Admin c945fa45e4 chore(deps): update container image tccr.io/truecharts/cloudcommander to latest 2023-01-24 11:24:38 +00:00
TrueCharts-Admin 8aaaec57fe chore(deps): update container image tccr.io/truecharts/cloudbeaver to latest 2023-01-24 11:24:30 +00:00
TrueCharts-Admin 0dfac5571d chore(deps): update container image tccr.io/truecharts/chromium-desktop-g3 to latest 2023-01-24 11:24:23 +00:00
TrueCharts-Admin 9127c73642 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 2023-01-24 11:24:15 +00:00
TrueCharts-Admin 6d279ef3e5 chore(deps): update container image tccr.io/truecharts/boinc to latest 2023-01-24 11:24:08 +00:00
TrueCharts-Admin 200a486f05 chore(deps): update container image tccr.io/truecharts/blender to latest 2023-01-24 11:24:01 +00:00
TrueCharts-Admin 13dce3298f chore(deps): update container image tccr.io/truecharts/babybuddy to 1.13.2 2023-01-24 11:23:53 +00:00
TrueCharts-Bot 6d593b048a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-24 01:28:22 +01:00
TrueCharts-Admin 40c590cf46 chore(deps): update helm general non-major 2023-01-24 01:28:22 +01:00
TrueCharts BotandGitHub 06c1873e85 Merge pull request #6613 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-20.10.x 2023-01-23 15:59:00 +01:00
TrueCharts-Bot d481d1f5a5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-23 14:26:53 +00:00
TrueCharts-Admin f8653f1e2b chore(deps): update container image tccr.io/truecharts/docker-in-docker to v20.10.23 2023-01-23 14:23:06 +00:00
TrueCharts BotandGitHub 1718907c39 Merge pull request #6612 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-20.10.22 2023-01-23 14:53:17 +01:00
TrueCharts-Bot 1b425ae50b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-23 13:27:02 +00:00
TrueCharts-Admin f8ef9a9079 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v 2023-01-23 13:22:39 +00:00
TrueCharts BotandGitHub 46a839e213 Merge pull request #6611 from truecharts/renovate/tccr.io-truecharts-shiori-1.5.x 2023-01-23 07:54:06 +01:00
TrueCharts-Bot d4c16502ac Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-23 06:29:26 +00:00
TrueCharts-Admin a9cdb224ae chore(deps): update container image tccr.io/truecharts/shiori to v1.5.4 2023-01-23 06:23:41 +00:00
TrueCharts BotandGitHub 7e5d2ceced Merge pull request #6606 from truecharts/renovate/tccr.io-truecharts-vorta-latest 2023-01-22 20:48:54 +01:00
TrueCharts-Bot 3b2c92f1d4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-22 19:24:07 +00:00
TrueCharts-Admin cfe3220861 chore(deps): update container image tccr.io/truecharts/vorta to latest 2023-01-22 19:19:53 +00:00
TrueCharts BotandGitHub 5dba3d626d Merge pull request #6604 from truecharts/renovate/tccr.io-truecharts-heimdall-2.5.5 2023-01-22 14:41:49 +01:00
TrueCharts-Bot 37497b1d13 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-22 13:27:28 +00:00
TrueCharts-Admin 54f1398975 chore(deps): update container image tccr.io/truecharts/heimdall to 2.5.5 2023-01-22 13:23:42 +00:00
StevenMcElligottandGitHub 720c978f1f feat(YouTrack): Move to stable (#6594) 2023-01-22 10:25:30 +02:00
TrueCharts BotandGitHub 431a57869a chore(deps): update renovatebot/github-action action to v34.108.4 (#6595) 2023-01-22 10:24:32 +02:00
TrueCharts BotandGitHub 490c345115 Merge pull request #6602 from truecharts/renovate/tccr.io-truecharts-calibre-6.11.0 2023-01-22 08:54:41 +01:00
TrueCharts BotandGitHub e8813ad3b8 Merge pull request #6603 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.4 2023-01-22 08:51:15 +01:00
TrueCharts-Bot 30b7f0edbf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-22 07:29:08 +00:00
TrueCharts-Bot 12adb4587b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-22 07:28:09 +00:00
TrueCharts-Admin bb2075ee27 chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.4 2023-01-22 07:24:25 +00:00
TrueCharts-Admin ae229278b5 chore(deps): update container image tccr.io/truecharts/calibre to 6.11.0 2023-01-22 07:24:17 +00:00
TrueCharts BotandGitHub 0133ad01dd Merge pull request #6601 from truecharts/renovate/tccr.io-truecharts-redis-7.0.8 2023-01-22 03:13:11 +01:00
TrueCharts-Bot 5fa2a99a89 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-22 01:50:06 +00:00
TrueCharts-Admin 5fb65f8d8e chore(deps): update container image tccr.io/truecharts/redis to 7.0.8 2023-01-22 01:46:16 +00:00
TrueCharts BotandGitHub eac649b479 Merge pull request #6599 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.x 2023-01-21 21:07:14 +01:00
TrueCharts BotandGitHub 6f13aba036 Merge pull request #6598 from truecharts/renovate/tccr.io-truecharts-domoticz-2022.2.x 2023-01-21 20:48:42 +01:00
TrueCharts-Bot 0c27008958 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-21 19:22:41 +00:00
TrueCharts-Bot 862399f1cc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-21 19:22:39 +00:00
TrueCharts-Admin 0f16e49d9b chore(deps): update container image tccr.io/truecharts/netbox to v3.4.3 2023-01-21 19:19:03 +00:00
TrueCharts-Admin 79032444f2 chore(deps): update container image tccr.io/truecharts/domoticz to v2022.2.20230119 2023-01-21 19:18:56 +00:00
TrueCharts BotandGitHub 8aff63d021 Merge pull request #6596 from truecharts/renovate/tccr.io-truecharts-linkding-1.16.x 2023-01-21 19:59:11 +01:00
TrueCharts BotandGitHub 7d73eb9acf Merge pull request #6597 from truecharts/renovate/tccr.io-truecharts-pihole-2023.1.x 2023-01-21 19:49:58 +01:00
TrueCharts-Bot 049a35553a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-21 18:27:07 +00:00
TrueCharts-Bot 166df7fd3d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-21 18:26:46 +00:00
TrueCharts-Admin dde237fd9c chore(deps): update container image tccr.io/truecharts/pihole to v2023.01.6 2023-01-21 18:22:24 +00:00
TrueCharts-Admin e5fbc04337 chore(deps): update container image tccr.io/truecharts/linkding to v1.16.1 2023-01-21 18:22:16 +00:00
TrueCharts BotandGitHub 6046773c66 Merge pull request #6593 from truecharts/renovate/tccr.io-truecharts-ghost-5.x 2023-01-21 15:07:32 +01:00
TrueCharts-Bot 987f5b158c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-21 13:26:40 +00:00
TrueCharts-Admin 2321621a3d chore(deps): update container image tccr.io/truecharts/ghost to v5.31.0 2023-01-21 13:22:59 +00:00
TrueCharts BotandGitHub b459050d65 Merge pull request #6592 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.x 2023-01-21 13:54:13 +01:00
TrueCharts-Bot 86c6c4461c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-21 12:27:56 +00:00
TrueCharts-Admin 9789b1ed05 chore(deps): update container image tccr.io/truecharts/flexget to v3.5.18 2023-01-21 12:24:07 +00:00
903758c91a feat(cops): Move to stable (#6588)
* feat(cops): Move to stable

* cleanup values

* cleanup questions

* Update charts/stable/cops/Chart.yaml

Signed-off-by: Stavros Kois <[email protected]>

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-21 14:09:05 +02:00
72ca65cae6 WIP feat(frigate): BREAKING-CHANGE Restructure configuration and add per camera config (#5412)
* remove defaults from ffmpeg

* add required to questions for Model

* update detect section for defaults and requireds

* fix defaults for birdseye

* fix defaults and requireds for Motion

* fix defaults and requireds for Record

* fix defaults and requireds for Snapshots

* fix defaults in Live

* fix defaults and requireds for Timestamp_Style

* bump version

* add missing end tag for record>events

* add "" values for enum questions

* remove hardcoded defaults in values.yaml

* fix lint error. Add space at beginning of comment

* lint error. Including mqtt host

* try to fix lint. Blank out fields in values.yaml

* Put integer defaults back in the questions

* revert values.yaml to have defaults

* Clarify names of nested render_config questions

* sparse mqtt

* detectors

* model

* logger

* birdseye

* ff

* detect

* objects

* motion

* record

* rtmp and live

* cameras

* cameras

* pipe

* fix ffmepg

* update questions

* clear args

* split few things

* obj

* moree

* timstamp

* snapshots

* split more

* fix sytnax highlighting

* fix questions

Signed-off-by: Stavros Kois <[email protected]>
Signed-off-by: mgale456 <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros kois <[email protected]>
2023-01-21 14:02:26 +02:00
Stavros KoisandGitHub 5e0336aad9 Update Chart.yaml
Signed-off-by: Stavros Kois <[email protected]>
2023-01-21 13:57:27 +02:00
Xstar97andGitHub 458a5a7413 fix(deemix) add persisted volume to gui (#6567)
* fix(deemix) add persisted volume to GUI

* update gui text
2023-01-21 13:53:35 +02:00
TrueCharts BotandGitHub 7c6b480e1c chore(deps): update renovatebot/github-action action to v34.108.2 (#6571) 2023-01-21 13:51:44 +02:00
StevenMcElligottandGitHub b62c3a9da8 feat(pialert): Move to stable + update docs (#6587) 2023-01-21 13:48:18 +02:00
Xstar97andGitHub 7c66271e16 feat(lama-cleaner) move to stable (#6590) 2023-01-21 13:46:46 +02:00
Xstar97andGitHub cda072588c feat(soft-serve) move to stable (#6591) 2023-01-21 13:46:30 +02:00
TrueCharts BotandGitHub 93011fd834 Merge pull request #6586 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-01-21 01:57:59 +01:00
TrueCharts-Bot e1e8cea6e4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-21 00:33:21 +00:00
TrueCharts-Admin 057b3fb4b3 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.10 2023-01-21 00:29:41 +00:00
TrueCharts BotandGitHub 54c6fcd6e4 Merge pull request #6584 from truecharts/renovate/tccr.io-truecharts-deconz-2.20.x 2023-01-20 20:51:14 +01:00
TrueCharts BotandGitHub 27aeaae356 Merge pull request #6583 from truecharts/renovate/tccr.io-truecharts-tar1090-latest 2023-01-20 20:51:03 +01:00
TrueCharts BotandGitHub c6f78471fb Merge pull request #6585 from truecharts/renovate/tccr.io-truecharts-homepage-0.6.x 2023-01-20 20:49:44 +01:00
TrueCharts-Bot b057bfb8aa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 19:26:30 +00:00
TrueCharts-Bot b1ee74d4ce Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 19:25:13 +00:00
TrueCharts-Bot 0bf950f172 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 19:25:08 +00:00
TrueCharts-Admin 40e68b20a5 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.2 2023-01-20 19:21:32 +00:00
TrueCharts-Admin b6e03e3c0b chore(deps): update container image tccr.io/truecharts/deconz to v2.20.01 2023-01-20 19:21:25 +00:00
TrueCharts-Admin 03b6d3075a chore(deps): update container image tccr.io/truecharts/tar1090 to latest 2023-01-20 19:21:17 +00:00
Xstar97andGitHub 8685d95081 fix(heimdall) set tag to 2.5.5 (#6576) 2023-01-20 18:43:03 +02:00
TrueCharts BotandGitHub fb8fb2a8b1 Merge pull request #6579 from truecharts/renovate/tccr.io-truecharts-gitea-1.18.x 2023-01-20 15:05:44 +01:00
TrueCharts BotandGitHub 8b893511c8 Merge pull request #6580 from truecharts/renovate/tccr.io-truecharts-home-assistant-2023.1.x 2023-01-20 14:58:54 +01:00
TrueCharts BotandGitHub 23198f601c Merge pull request #6577 from truecharts/renovate/tccr.io-truecharts-ciao-latest 2023-01-20 14:55:00 +01:00
TrueCharts BotandGitHub e250e21655 Merge pull request #6578 from truecharts/renovate/tccr.io-truecharts-adguard-home-0.107.x 2023-01-20 14:54:39 +01:00
TrueCharts-Bot b5ab1a2c58 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 13:30:56 +00:00
TrueCharts-Bot b8308337c7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 13:30:14 +00:00
TrueCharts-Bot 85b01e185b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 13:30:08 +00:00
TrueCharts-Bot 796b524c31 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 13:29:55 +00:00
TrueCharts-Admin 4abbb60ca8 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.1.6 2023-01-20 13:26:26 +00:00
TrueCharts-Admin 36a7d6710d chore(deps): update container image tccr.io/truecharts/gitea to v1.18.2 2023-01-20 13:26:19 +00:00
TrueCharts-Admin a95e983c96 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.22 2023-01-20 13:26:10 +00:00
TrueCharts-Admin b8507162cf chore(deps): update container image tccr.io/truecharts/ciao to latest 2023-01-20 13:25:56 +00:00
TrueCharts BotandGitHub d3ed7e8182 Merge pull request #6575 from truecharts/renovate/tccr.io-truecharts-pihole-2023.1.x 2023-01-20 07:48:53 +01:00
TrueCharts BotandGitHub 487d5202e8 Merge pull request #6574 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-01-20 07:47:55 +01:00
TrueCharts BotandGitHub 7ec07d65d3 Merge pull request #6573 from truecharts/renovate/rdesktop 2023-01-20 07:39:07 +01:00
TrueCharts-Bot cd4a40755a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 06:25:38 +00:00
TrueCharts-Bot 6764170b1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 06:24:57 +00:00
TrueCharts-Bot 6322a7f572 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 06:24:47 +00:00
TrueCharts-Admin 0b7e35dc8d chore(deps): update container image tccr.io/truecharts/pihole to v2023.01.3 2023-01-20 06:21:18 +00:00
TrueCharts-Admin c507b40d2c chore(deps): update container image tccr.io/truecharts/drawio to v20.8.8 2023-01-20 06:21:10 +00:00
TrueCharts-Admin 47fc890327 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-mate to latest 2023-01-20 06:21:00 +00:00
TrueCharts BotandGitHub c79860c5cd Merge pull request #6568 from truecharts/renovate/tccr.io-truecharts-alist-3.9.x 2023-01-20 01:59:00 +01:00
TrueCharts BotandGitHub 8778837860 Merge pull request #6569 from truecharts/renovate/tccr.io-truecharts-homepage-0.x 2023-01-20 01:57:48 +01:00
TrueCharts-Bot 8a2cb5fc46 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 00:34:24 +00:00
TrueCharts-Bot 41b4eb10bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-20 00:34:09 +00:00
TrueCharts-Admin ff4b0bdc91 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.0 2023-01-20 00:30:35 +00:00
TrueCharts-Admin f97b4d55e7 chore(deps): update container image tccr.io/truecharts/alist to v3.9.1 2023-01-20 00:30:25 +00:00
f0203f696b fix(Uptime Kuma): Wrong metrics port (#6456)
* (fix) Uptime Kuma: Missing metrics port

* bump

* common annotations

* add some tidbits

* Update charts/stable/uptime-kuma/templates/_prometheusrules.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/stable/uptime-kuma/templates/_prometheusrules.tpl

Signed-off-by: Stavros Kois <[email protected]>

* common

* common 2

* Update charts/stable/uptime-kuma/templates/common.yaml

Signed-off-by: Stavros Kois <[email protected]>

* fix (Uptime Kuma): Prometheus rules

* bump

* fix(uptime kuma): metrics port wrong

* bump

* remove pod annotations

* link port with the listenting port

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-19 22:08:29 +01:00
TrueCharts-Bot 3117d9f96e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 21:22:54 +01:00
TrueCharts-Admin 467889bc71 chore(deps): update container image tccr.io/truecharts/pihole to v2023.01.2 2023-01-19 21:22:54 +01:00
TrueCharts-Bot b662ebd5c4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 21:21:34 +01:00
TrueCharts-Admin 7907756075 chore(deps): update container image tccr.io/truecharts/misskey to v13.0.0 2023-01-19 21:21:34 +01:00
TrueCharts BotandGitHub 9784662a45 Merge pull request #6558 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.1 2023-01-19 21:17:34 +01:00
TrueCharts BotandGitHub 91c0a318fa chore(deps): update renovatebot/github-action action to v34.105.6 (#6543) 2023-01-19 22:09:12 +02:00
TrueCharts BotandGitHub ac9f8fe851 Merge pull request #6559 from truecharts/renovate/tccr.io-truecharts-appsmith-1.9.x 2023-01-19 21:06:48 +01:00
TrueCharts BotandGitHub 3a4d0d643d Merge pull request #6560 from truecharts/renovate/tccr.io-truecharts-youtrack-2022.3.x 2023-01-19 20:55:09 +01:00
TrueCharts BotandGitHub a0fecc1617 Merge pull request #6561 from truecharts/renovate/immich 2023-01-19 20:43:26 +01:00
TrueCharts-Bot 46973b2aa3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 19:24:39 +00:00
TrueCharts-Bot 3451ac044c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 19:24:11 +00:00
TrueCharts-Bot fd442966f2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 19:23:40 +00:00
TrueCharts-Bot 426ac8952a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 20:21:30 +01:00
TrueCharts-Admin b8eca9c54c chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.1.0 2023-01-19 20:21:30 +01:00
TrueCharts-Bot 5b79aca330 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 20:19:58 +01:00
TrueCharts-Admin e3353596e0 chore(deps): update authentik to v2023.1.0 2023-01-19 20:19:58 +01:00
TrueCharts-Admin 78682afe0b chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65367 2023-01-19 19:19:29 +00:00
TrueCharts-Admin 6822f25740 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.4 2023-01-19 19:19:21 +00:00
TrueCharts-Admin eb233184f7 chore(deps): update container image tccr.io/truecharts/matomo to 4.13.1 2023-01-19 19:19:12 +00:00
TrueCharts BotandGitHub f4eb76a951 Merge pull request #6552 from truecharts/renovate/tccr.io-truecharts-omada-controller-5.7.0 2023-01-19 20:07:20 +01:00
TrueCharts BotandGitHub 71a8a60dd3 Merge pull request #6553 from truecharts/renovate/tccr.io-truecharts-zigbee2mqtt-1.29.2 2023-01-19 20:01:25 +01:00
TrueCharts BotandGitHub dec0ff251f Merge pull request #6554 from truecharts/renovate/tccr.io-truecharts-unpackerr-0.x 2023-01-19 19:39:34 +01:00
TrueCharts-Bot adce47928a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 18:23:39 +00:00
TrueCharts-Bot 44e0f7a201 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 18:23:15 +00:00
TrueCharts-Bot 0d9c4dd6ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 19:21:14 +01:00
TrueCharts-Admin bcb475ba24 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.7.0 2023-01-19 19:21:14 +01:00
TrueCharts-Bot 5f811111e4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 19:19:48 +01:00
TrueCharts-Admin f14f484914 chore(deps): update container image tccr.io/truecharts/watchyourlan to v0.9.1 2023-01-19 19:19:48 +01:00
TrueCharts-Admin 30e318ce32 chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to 1.29.2 2023-01-19 18:19:24 +00:00
TrueCharts-Admin 63b8ada21b chore(deps): update container image tccr.io/truecharts/omada-controller to 5.7.0 2023-01-19 18:19:16 +00:00
TrueCharts BotandGitHub 1fd93c0386 Merge pull request #6547 from truecharts/renovate/tccr.io-truecharts-homarr-0.x 2023-01-19 18:28:29 +01:00
TrueCharts-Bot 74c949655c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 18:22:26 +01:00
TrueCharts-Admin cacb59bef1 chore(deps): update container image tccr.io/truecharts/synapse to v1.75.0 2023-01-19 18:22:26 +01:00
TrueCharts-Bot 15cdbf90c0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 18:20:58 +01:00
TrueCharts-Admin 1ed4096178 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.1.0.2322 2023-01-19 18:20:58 +01:00
TrueCharts BotandGitHub aabf807094 Merge pull request #6546 from truecharts/renovate/tccr.io-truecharts-baserow-1.x 2023-01-19 18:07:05 +01:00
TrueCharts BotandGitHub ebf6f7735b Merge pull request #6545 from truecharts/renovate/tccr.io-truecharts-autobrr-1.x 2023-01-19 17:46:56 +01:00
TrueCharts-Bot 4e66661c7c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 16:28:19 +00:00
TrueCharts-Bot 35f441f850 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 17:26:06 +01:00
TrueCharts-Admin 29667ff382 chore(deps): update container image tccr.io/truecharts/n8n to v0.211.2 2023-01-19 17:26:06 +01:00
TrueCharts-Bot d4e8b742a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 17:24:17 +01:00
TrueCharts-Admin 54ff3d814a chore(deps): update container image tccr.io/truecharts/jenkins to v2.387.0 2023-01-19 17:24:17 +01:00
TrueCharts-Admin 2db23ae9de chore(deps): update container image tccr.io/truecharts/baserow to v1.14.0 2023-01-19 16:23:54 +00:00
TrueCharts-Bot b2f27687ef Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 16:26:49 +01:00
TrueCharts-Admin 858085360e chore(deps): update container image tccr.io/truecharts/alist to v3.9.0 2023-01-19 16:26:49 +01:00
TrueCharts-Bot 1640ca241e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 16:24:53 +01:00
TrueCharts-Admin a345c6cd7d chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.19.6 2023-01-19 16:24:53 +01:00
TrueCharts BotandGitHub 20273307bc Merge pull request #6538 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-01-19 14:54:01 +01:00
TrueCharts BotandGitHub e7fe95c6ef Merge pull request #6540 from truecharts/renovate/tccr.io-truecharts-redis-7.0.x 2023-01-19 14:40:40 +01:00
TrueCharts-Bot 0223975b41 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 13:29:10 +00:00
TrueCharts-Bot 6a3afc18b9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 14:27:11 +01:00
TrueCharts-Admin 17eb376242 chore(deps): update container image tccr.io/truecharts/snowflake-proxy to v2.4.3 2023-01-19 14:27:11 +01:00
TrueCharts-Bot 5fbdab21f9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 14:25:30 +01:00
TrueCharts-Admin 0a269262c6 chore(deps): update container image tccr.io/truecharts/plex-meta-manager to v1.18.3 2023-01-19 14:25:30 +01:00
TrueCharts-Admin f6f8c2a6b7 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.6 2023-01-19 13:25:17 +00:00
TrueCharts BotandGitHub d8a5cfe976 Merge pull request #6535 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.x 2023-01-19 13:47:21 +01:00
TrueCharts-Bot fdd338a5af Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 12:24:40 +00:00
TrueCharts-Bot 7b9b6c14b4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 13:21:36 +01:00
TrueCharts-Admin ebce58c4fa chore(deps): update container image tccr.io/truecharts/nexusoss to v3.45.1 2023-01-19 13:21:36 +01:00
TrueCharts-Bot a7762fc898 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 13:20:04 +01:00
TrueCharts-Admin df8f704425 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.32 2023-01-19 13:20:04 +01:00
TrueCharts-Admin ab3a01655a chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.4 2023-01-19 12:19:54 +00:00
TrueCharts-Bot 7252b4abe5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 12:22:41 +01:00
TrueCharts-Admin 1c42a1cd40 chore(deps): update container image tccr.io/truecharts/matomo to v4.13.1 2023-01-19 12:22:41 +01:00
TrueCharts-Bot 5d70b50d17 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 12:21:08 +01:00
TrueCharts-Admin 5dec13f517 chore(deps): update container image tccr.io/truecharts/leantime to v2.3.5 2023-01-19 12:21:08 +01:00
TrueCharts-Bot 4cfc82ef39 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 11:23:53 +01:00
TrueCharts-Admin 7afa8b0b26 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.1.5 2023-01-19 11:23:53 +01:00
TrueCharts-Bot 1f5e0a2869 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 11:22:26 +01:00
TrueCharts-Admin 8927ba195e chore(deps): update container image tccr.io/truecharts/gitea to v1.18.1 2023-01-19 11:22:26 +01:00
TrueCharts-Bot e309530d77 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 10:22:57 +01:00
TrueCharts-Admin a26ffc89af chore(deps): update container image tccr.io/truecharts/filebot to v23.01.3 2023-01-19 10:22:57 +01:00
TrueCharts-Bot 1316dbd933 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 10:21:14 +01:00
TrueCharts-Admin 8877ac7208 chore(deps): update container image tccr.io/truecharts/cleanarr to v2.1.4 2023-01-19 10:21:14 +01:00
Stavros KoisandGitHub 4aedb8eb1b feat(statping-ng): remove duplicate app and switch current to a maint… (#6523)
* feat(statping-ng): remove duplicate app and switch current to a maintained project

* add q

* update Q

* fix

* port
2023-01-19 11:08:00 +02:00
TrueCharts BotandGitHub 748279e6e4 Merge pull request #6528 from truecharts/renovate/tccr.io-truecharts-send-latest 2023-01-19 09:51:23 +01:00
TrueCharts BotandGitHub 87a4094ca5 Merge pull request #6527 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.3 2023-01-19 09:49:42 +01:00
TrueCharts BotandGitHub e58992e6b5 chore(deps): update renovatebot/github-action action to v34.105.5 (#6526) 2023-01-19 10:40:03 +02:00
TrueCharts-Bot 7164de93d2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 08:29:01 +00:00
TrueCharts-Bot a1feb859f1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 08:28:30 +00:00
TrueCharts-Bot 5312397e81 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 08:27:55 +00:00
TrueCharts-Bot ee219149bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 08:27:11 +00:00
TrueCharts-Bot 44b6fa0b36 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 08:27:01 +00:00
TrueCharts-Bot 8ad8db5d1c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 08:26:11 +00:00
TrueCharts-Bot d1a07d75db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 08:26:00 +00:00
TrueCharts-Admin 781d0829b4 chore(deps): update immich to v1.42.0_65 2023-01-19 08:24:11 +00:00
TrueCharts-Admin d8f8bbf3fa chore(deps): update container image tccr.io/truecharts/unpackerr to v0.11.1 2023-01-19 08:23:57 +00:00
TrueCharts-Admin 2d0bc99a21 chore(deps): update container image tccr.io/truecharts/homarr to v0.11.1 2023-01-19 08:23:27 +00:00
TrueCharts-Admin f1404aa133 chore(deps): update container image tccr.io/truecharts/autobrr to v1.16.0 2023-01-19 08:23:21 +00:00
TrueCharts-Admin 55e6277b46 chore(deps): update container image tccr.io/truecharts/redis to v7.0.8 2023-01-19 08:22:59 +00:00
TrueCharts-Admin 391c3c9b49 chore(deps): update container image tccr.io/truecharts/send to latest 2023-01-19 08:22:04 +00:00
TrueCharts-Admin 00e338fb3a chore(deps): update container image tccr.io/truecharts/mongodb to v 2023-01-19 08:21:57 +00:00
TrueCharts BotandGitHub 7f156d1cac Merge pull request #6525 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.18 2023-01-19 03:24:02 +01:00
TrueCharts-Bot 1d18e9c30c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-19 01:55:14 +00:00
TrueCharts-Admin 0fa042433c chore(deps): update container image tccr.io/truecharts/memcached to 1.6.18 2023-01-19 01:50:54 +00:00
TrueCharts BotandGitHub 4b12158957 Merge pull request #6524 from truecharts/renovate/tccr.io-truecharts-statping-ng-latest 2023-01-19 00:51:15 +01:00
TrueCharts-Bot 5fd9cf66a8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 23:26:06 +00:00
TrueCharts-Admin 265e2d27d8 chore(deps): update container image tccr.io/truecharts/thanos to 0.30.1 2023-01-19 00:22:19 +01:00
TrueCharts-Admin d81217927d chore(deps): update container image tccr.io/truecharts/statping-ng to latest 2023-01-18 23:22:10 +00:00
TrueCharts-Admin 5f6e480bee chore(deps): update container image tccr.io/truecharts/prometheus to 2.41.0 2023-01-19 00:21:02 +01:00
TrueCharts-Bot 180a830160 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 23:26:17 +01:00
TrueCharts-Admin 8f6bb31c9a chore(deps): update container image tccr.io/truecharts/grafana to 9.3.2 2023-01-18 23:26:17 +01:00
TrueCharts-Bot 1751d9385c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 23:24:51 +01:00
TrueCharts-Admin 98637a26d9 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-01-18 23:24:51 +01:00
TrueCharts BotandGitHub 3cd994f75b Merge pull request #6519 from truecharts/renovate/minecraft-java 2023-01-18 22:58:39 +01:00
TrueCharts BotandGitHub 230f18f98b Merge pull request #6516 from truecharts/renovate/tccr.io-truecharts-wordpress-6.1.1 2023-01-18 22:47:19 +01:00
TrueCharts BotandGitHub 1a43a848a3 Merge pull request #6484 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.0 2023-01-18 22:46:13 +01:00
TrueCharts BotandGitHub 88377adb88 Merge pull request #6487 from truecharts/renovate/tccr.io-truecharts-monica-v3.7.0 2023-01-18 22:46:04 +01:00
TrueCharts BotandGitHub 298543d662 Merge pull request #6488 from truecharts/renovate/tccr.io-truecharts-nginx-1.23.3 2023-01-18 22:44:06 +01:00
TrueCharts BotandGitHub b82cdc4bee Merge pull request #6489 from truecharts/renovate/tccr.io-truecharts-nginx-unprivileged-1.23.3 2023-01-18 22:40:51 +01:00
TrueCharts BotandGitHub 6f9b823e8d Merge pull request #6502 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-01-18 22:40:45 +01:00
TrueCharts BotandGitHub ece940c6fd Merge pull request #6517 from truecharts/renovate/tccr.io-truecharts-xenorchestra-5.107.5 2023-01-18 22:40:24 +01:00
TrueCharts BotandGitHub 0bd1618e67 Merge pull request #6514 from truecharts/renovate/tccr.io-truecharts-virt-manager-latest 2023-01-18 22:40:14 +01:00
TrueCharts BotandGitHub f95c64d72b Merge pull request #6515 from truecharts/renovate/tccr.io-truecharts-wger-latest 2023-01-18 22:39:51 +01:00
TrueCharts BotandGitHub a0946ac344 Merge pull request #6464 from truecharts/renovate/tccr.io-truecharts-budge-v0.0.9 2023-01-18 22:39:08 +01:00
TrueCharts BotandGitHub 796ff38bf3 Merge pull request #6478 from truecharts/renovate/tccr.io-truecharts-kdenlive-latest 2023-01-18 22:38:34 +01:00
TrueCharts BotandGitHub 69cdefafcf Merge pull request #6499 from truecharts/renovate/tccr.io-truecharts-redmine-5.0.4 2023-01-18 22:38:23 +01:00
TrueCharts BotandGitHub a53f618c2d Merge pull request #6497 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-01-18 22:38:18 +01:00
TrueCharts BotandGitHub 7548bbd821 Merge pull request #6508 from truecharts/renovate/tccr.io-truecharts-speedtest-tracker-latest 2023-01-18 22:38:10 +01:00
TrueCharts BotandGitHub 3fea9177f3 Merge pull request #6518 from truecharts/renovate/jupyter 2023-01-18 22:37:18 +01:00
TrueCharts BotandGitHub f2bc42ff16 Merge pull request #6493 from truecharts/renovate/tccr.io-truecharts-pigallery2-latest 2023-01-18 22:37:15 +01:00
TrueCharts BotandGitHub 475f134705 Merge pull request #6482 from truecharts/renovate/tccr.io-truecharts-logitechmediaserver-8.4.0 2023-01-18 22:37:01 +01:00
TrueCharts BotandGitHub 32586da062 Merge pull request #6504 from truecharts/renovate/tccr.io-truecharts-searxng-latest 2023-01-18 22:36:59 +01:00
TrueCharts BotandGitHub 4c413bae43 Merge pull request #6511 from truecharts/renovate/tccr.io-truecharts-twonky-server-latest 2023-01-18 22:36:57 +01:00
TrueCharts BotandGitHub 7bea8607e8 Merge pull request #6513 from truecharts/renovate/tccr.io-truecharts-vertex-vstable 2023-01-18 22:36:26 +01:00
TrueCharts BotandGitHub 45ecfc6b2a Merge pull request #6506 from truecharts/renovate/tccr.io-truecharts-snapdrop-latest 2023-01-18 22:36:12 +01:00
TrueCharts BotandGitHub cb5b55cbd4 Merge pull request #6512 from truecharts/renovate/tccr.io-truecharts-valheim-server-latest 2023-01-18 22:35:31 +01:00
TrueCharts BotandGitHub c2c9b5d2cd Merge pull request #6485 from truecharts/renovate/tccr.io-truecharts-minio-latest 2023-01-18 22:35:19 +01:00
TrueCharts BotandGitHub bf57c8761f Merge pull request #6505 from truecharts/renovate/tccr.io-truecharts-serpbear-latest 2023-01-18 22:35:16 +01:00
TrueCharts BotandGitHub f568c6842a Merge pull request #6467 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-01-18 22:35:03 +01:00
TrueCharts BotandGitHub 22d80dc308 Merge pull request #6481 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-01-18 22:34:58 +01:00
TrueCharts BotandGitHub 87927d184d Merge pull request #6498 from truecharts/renovate/tccr.io-truecharts-redis-7.0.7 2023-01-18 22:34:56 +01:00
TrueCharts BotandGitHub 6fdc89cc6f Merge pull request #6500 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-01-18 22:34:43 +01:00
TrueCharts BotandGitHub 711e22f51d Merge pull request #6509 from truecharts/renovate/tccr.io-truecharts-synclounge-5.2.5 2023-01-18 22:34:36 +01:00
TrueCharts BotandGitHub d4449d3fc5 Merge pull request #6477 from truecharts/renovate/tccr.io-truecharts-habridge-v5.4.1 2023-01-18 22:34:13 +01:00
TrueCharts BotandGitHub 8013b89d5c Merge pull request #6461 from truecharts/renovate/ghcr.io-jens-maus-raspberrymatic-latest 2023-01-18 22:34:07 +01:00
TrueCharts BotandGitHub cd5d838a37 Merge pull request #6501 from truecharts/renovate/tccr.io-truecharts-rsnapshot-1.4.4 2023-01-18 22:34:03 +01:00
TrueCharts BotandGitHub 475e6f5116 Merge pull request #6503 from truecharts/renovate/tccr.io-truecharts-searx-latest 2023-01-18 22:34:00 +01:00
TrueCharts BotandGitHub 45bd4f99bd Merge pull request #6495 from truecharts/renovate/tccr.io-truecharts-postgresql-14.6.0 2023-01-18 22:33:56 +01:00
TrueCharts BotandGitHub d71c8529ed Merge pull request #6480 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-01-18 22:33:52 +01:00
TrueCharts BotandGitHub cae02e8508 Merge pull request #6479 from truecharts/renovate/tccr.io-truecharts-lazylibrarian-latest 2023-01-18 22:33:37 +01:00
TrueCharts BotandGitHub d6624c6005 Merge pull request #6491 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-01-18 22:33:30 +01:00
TrueCharts BotandGitHub d6944135d1 Merge pull request #6507 from truecharts/renovate/tccr.io-truecharts-solr-9.1.0 2023-01-18 22:33:27 +01:00
TrueCharts BotandGitHub f13a6f65b6 Merge pull request #6492 from truecharts/renovate/tccr.io-truecharts-pialert-latest 2023-01-18 22:33:23 +01:00
TrueCharts BotandGitHub d31285a8fc Merge pull request #6490 from truecharts/renovate/tccr.io-truecharts-openspeedtest-latest 2023-01-18 22:33:16 +01:00
TrueCharts BotandGitHub 068186ff72 Merge pull request #6473 from truecharts/renovate/tccr.io-truecharts-freshrss-1.20.2 2023-01-18 22:33:01 +01:00
TrueCharts BotandGitHub 70d8639527 Merge pull request #6486 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.3 2023-01-18 22:32:59 +01:00
TrueCharts BotandGitHub b85a8cb82f Merge pull request #6476 from truecharts/renovate/tccr.io-truecharts-grocy-3.3.2 2023-01-18 22:32:47 +01:00
TrueCharts BotandGitHub d548f3b9c8 Merge pull request #6494 from truecharts/renovate/tccr.io-truecharts-plextraktsync-latest 2023-01-18 22:32:46 +01:00
TrueCharts BotandGitHub b12fd846c7 Merge pull request #6483 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.2 2023-01-18 22:32:08 +01:00
TrueCharts BotandGitHub ca504395fb Merge pull request #6474 from truecharts/renovate/tccr.io-truecharts-goaccess-npm-logs-latest 2023-01-18 22:32:02 +01:00
TrueCharts BotandGitHub 37e4f4f3df Merge pull request #6469 from truecharts/renovate/tccr.io-truecharts-cura-novnc-latest 2023-01-18 22:31:47 +01:00
TrueCharts BotandGitHub ceeedcb767 Merge pull request #6465 from truecharts/renovate/tccr.io-truecharts-chromium-latest 2023-01-18 22:31:24 +01:00
TrueCharts BotandGitHub 4a94454d1b Merge pull request #6468 from truecharts/renovate/tccr.io-truecharts-cups-server-latest 2023-01-18 22:31:11 +01:00
TrueCharts BotandGitHub 5889a68ce9 Merge pull request #6470 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-01-18 22:30:49 +01:00
TrueCharts BotandGitHub 758bc664e6 Merge pull request #6472 from truecharts/renovate/tccr.io-truecharts-factorio-vstable 2023-01-18 22:30:44 +01:00
TrueCharts BotandGitHub 11af81043f Merge pull request #6463 from truecharts/renovate/tccr.io-truecharts-boinc-latest 2023-01-18 22:30:31 +01:00
TrueCharts BotandGitHub f9acef38d7 Merge pull request #6471 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-01-18 22:30:26 +01:00
TrueCharts BotandGitHub 5f7a653931 Merge pull request #6466 from truecharts/renovate/tccr.io-truecharts-cops-latest 2023-01-18 22:30:02 +01:00
TrueCharts BotandGitHub f5773b5d0a Merge pull request #6521 from truecharts/renovate/webtop 2023-01-18 22:25:38 +01:00
TrueCharts BotandGitHub b0e479e14c Merge pull request #6522 from truecharts/renovate/tccr.io-truecharts-heimdall-2021.x 2023-01-18 22:23:50 +01:00
TrueCharts-Bot 7f122a99c8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 22:23:34 +01:00
TrueCharts-Admin ed6e3dbd49 chore(deps): update neko 2023-01-18 22:23:34 +01:00
TrueCharts-Bot 6e712c29d6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:42:12 +00:00
TrueCharts-Bot 24f2d018e9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:42:09 +00:00
TrueCharts-Bot 5266b18330 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:41:25 +00:00
TrueCharts-Bot 2f73840194 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:40:58 +00:00
TrueCharts-Bot 1811660d15 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:40:38 +00:00
TrueCharts-Bot 372f41bc12 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:40:03 +00:00
TrueCharts-Bot 9e8265f56a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:39:35 +00:00
TrueCharts-Bot b839bd6a3e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:39:14 +00:00
TrueCharts-Bot 4bbcf71635 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:38:51 +00:00
TrueCharts-Bot 6e6703fdda Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:38:48 +00:00
TrueCharts-Bot cc2a6c53dd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:38:39 +00:00
TrueCharts-Bot e4e69406ac Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:38:17 +00:00
TrueCharts-Bot 4b01678e66 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:38:11 +00:00
TrueCharts-Bot cdf3f63cd6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:37:20 +00:00
TrueCharts-Bot 25b4a42d4e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:37:18 +00:00
TrueCharts-Bot 9c624ef7f7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:37:17 +00:00
TrueCharts-Bot 8d2f7c8f53 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:37:17 +00:00
TrueCharts-Bot 257e07c483 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:36:47 +00:00
TrueCharts-Bot 60f146593b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:35:07 +00:00
TrueCharts-Bot fce2c44b45 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:34:43 +00:00
TrueCharts-Bot 284e8ae8a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:34:42 +00:00
TrueCharts-Bot 2ee32c9a94 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:34:01 +00:00
TrueCharts-Bot 964d00c4ba Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:33:48 +00:00
TrueCharts-Bot 5777f51ab2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:33:46 +00:00
TrueCharts-Bot b26c5bb9ca Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:33:22 +00:00
TrueCharts-Bot 3b9b0fac3a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:33:20 +00:00
TrueCharts-Bot c60ce6a81f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:33:13 +00:00
TrueCharts-Bot 37a6adff96 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:33:07 +00:00
TrueCharts-Bot 7bbd3c9842 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:33:05 +00:00
TrueCharts-Bot 08b603a8b9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:32:37 +00:00
TrueCharts-Bot 188e874c4a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:32:37 +00:00
TrueCharts-Bot ecf0e9e8eb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:31:59 +00:00
TrueCharts-Bot 32d233b14b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:31:59 +00:00
TrueCharts-Bot de4f14683c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:31:05 +00:00
TrueCharts-Bot 3f0344c280 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:30:57 +00:00
TrueCharts-Bot b56eae13b4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:30:27 +00:00
TrueCharts-Bot a17fcb72ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:28:34 +00:00
TrueCharts-Bot b3b4857a01 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:28:15 +00:00
TrueCharts-Bot edcbb7388f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:28:05 +00:00
TrueCharts-Bot 73e016c014 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:27:33 +00:00
TrueCharts-Bot 8fe8737373 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:27:08 +00:00
TrueCharts-Bot 84c41d71fb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:27:03 +00:00
TrueCharts-Bot d49268f3f7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:26:51 +00:00
TrueCharts-Admin eca75ad594 chore(deps): update container image tccr.io/truecharts/heimdall to v2021.11.28 2023-01-18 20:26:49 +00:00
TrueCharts-Bot cefa1f07c5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:26:40 +00:00
TrueCharts-Admin 91914a54d6 chore(deps): update webtop 2023-01-18 20:26:33 +00:00
TrueCharts-Bot f33dca5322 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:26:28 +00:00
TrueCharts-Admin ad6228bf19 chore(deps): update minecraft-java 2023-01-18 20:26:19 +00:00
TrueCharts-Bot d4f339d77b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:26:15 +00:00
TrueCharts-Bot cc70a7ebe6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:26:15 +00:00
TrueCharts-Admin b1aac33f64 chore(deps): update jupyter 2023-01-18 20:26:12 +00:00
TrueCharts-Admin 31d44e65f8 chore(deps): update container image tccr.io/truecharts/xenorchestra to 5.107.5 2023-01-18 20:26:06 +00:00
TrueCharts-Bot 3633788a6e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:26:05 +00:00
TrueCharts-Admin b0694c084a chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1 2023-01-18 20:25:59 +00:00
TrueCharts-Admin 5c7910f70d chore(deps): update container image tccr.io/truecharts/wger to latest 2023-01-18 20:25:52 +00:00
TrueCharts-Admin 23854f8c1c chore(deps): update container image tccr.io/truecharts/virt-manager to latest 2023-01-18 20:25:45 +00:00
TrueCharts-Admin 96d06ba55d chore(deps): update container image tccr.io/truecharts/vertex to vstable 2023-01-18 20:25:39 +00:00
TrueCharts-Bot 427f03836a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:25:32 +00:00
TrueCharts-Admin c671a881b4 chore(deps): update container image tccr.io/truecharts/valheim-server to latest 2023-01-18 20:25:32 +00:00
TrueCharts-Admin 611f65fae1 chore(deps): update container image tccr.io/truecharts/twonky-server to latest 2023-01-18 20:25:26 +00:00
TrueCharts-Bot 6725f2c495 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:25:12 +00:00
TrueCharts-Admin e3594ae6bc chore(deps): update container image tccr.io/truecharts/synclounge to 5.2.5 2023-01-18 20:25:11 +00:00
TrueCharts-Admin 05648b3920 chore(deps): update container image tccr.io/truecharts/speedtest-tracker to latest 2023-01-18 20:25:04 +00:00
TrueCharts-Bot dafc9f8118 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:25:00 +00:00
TrueCharts-Admin 5bece7838a chore(deps): update container image tccr.io/truecharts/solr to 9.1.0 2023-01-18 20:24:57 +00:00
TrueCharts-Admin 073c7be978 chore(deps): update container image tccr.io/truecharts/snapdrop to latest 2023-01-18 20:24:51 +00:00
TrueCharts-Admin 5263e63228 chore(deps): update container image tccr.io/truecharts/serpbear to latest 2023-01-18 20:24:44 +00:00
TrueCharts-Bot fb58a9b446 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:24:40 +00:00
TrueCharts-Admin 0008dddfe1 chore(deps): update container image tccr.io/truecharts/searxng to latest 2023-01-18 20:24:37 +00:00
TrueCharts-Bot 0f688fcaaa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:24:36 +00:00
TrueCharts-Admin 23f8ee11fa chore(deps): update container image tccr.io/truecharts/searx to latest 2023-01-18 20:24:31 +00:00
TrueCharts-Admin 4069a296e8 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-01-18 20:24:24 +00:00
TrueCharts-Bot 9ccc90ce57 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:24:19 +00:00
TrueCharts-Admin 494478477e chore(deps): update container image tccr.io/truecharts/rsnapshot to 1.4.4 2023-01-18 20:24:18 +00:00
TrueCharts-Admin 9c97f134e7 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-01-18 20:24:12 +00:00
TrueCharts-Bot 89b489e8bf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:24:09 +00:00
TrueCharts-Admin 8822295e9e chore(deps): update container image tccr.io/truecharts/redmine to 5.0.4 2023-01-18 20:24:06 +00:00
TrueCharts-Bot 35264b9a7f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:24:03 +00:00
TrueCharts-Admin f4f79a8aa4 chore(deps): update container image tccr.io/truecharts/redis to 7.0.7 2023-01-18 20:23:59 +00:00
TrueCharts-Admin 4e3cbca6d9 chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-01-18 20:23:52 +00:00
TrueCharts-Bot a3454a45e1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:23:43 +00:00
TrueCharts-Admin b9c0966357 chore(deps): update container image tccr.io/truecharts/postgresql to 14.6.0 2023-01-18 20:23:40 +00:00
TrueCharts-Admin e3d38df333 chore(deps): update container image tccr.io/truecharts/plextraktsync to latest 2023-01-18 20:23:33 +00:00
TrueCharts-Admin d1b7c0c52a chore(deps): update container image tccr.io/truecharts/pigallery2 to latest 2023-01-18 20:23:26 +00:00
TrueCharts-Admin 2a8fffe5f7 chore(deps): update container image tccr.io/truecharts/pialert to latest 2023-01-18 20:23:20 +00:00
TrueCharts-Admin a0b0c1be52 chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-01-18 20:23:13 +00:00
TrueCharts-Admin bdb97800e0 chore(deps): update container image tccr.io/truecharts/openspeedtest to latest 2023-01-18 20:23:06 +00:00
TrueCharts-Admin f9acb5372c chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to 1.23.3 2023-01-18 20:23:00 +00:00
TrueCharts-Admin d72dbb9475 chore(deps): update container image tccr.io/truecharts/nginx to 1.23.3 2023-01-18 20:22:53 +00:00
TrueCharts-Admin ae77255270 chore(deps): update container image tccr.io/truecharts/monica to v3.7.0 2023-01-18 20:22:47 +00:00
TrueCharts-Admin a1265d9da9 chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.3 2023-01-18 20:22:41 +00:00
TrueCharts-Admin 64d6437533 chore(deps): update container image tccr.io/truecharts/minio to latest 2023-01-18 20:22:33 +00:00
TrueCharts-Admin cee15a75af chore(deps): update container image tccr.io/truecharts/matomo to 4.13.0 2023-01-18 20:22:26 +00:00
TrueCharts-Admin dd47e0a37d chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.2 2023-01-18 20:22:19 +00:00
TrueCharts-Admin c7e82b21ce chore(deps): update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 2023-01-18 20:22:13 +00:00
TrueCharts-Admin 8a111797ce chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-01-18 20:22:06 +00:00
TrueCharts-Admin 8310acdd35 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-01-18 20:21:59 +00:00
TrueCharts-Admin cd3d7dbb59 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-01-18 20:21:53 +00:00
TrueCharts-Admin 7fa5328401 chore(deps): update container image tccr.io/truecharts/kdenlive to latest 2023-01-18 20:21:46 +00:00
TrueCharts-Admin 425e25f765 chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 2023-01-18 20:21:39 +00:00
TrueCharts-Admin 52d2c171b4 chore(deps): update container image tccr.io/truecharts/grocy to 3.3.2 2023-01-18 20:21:33 +00:00
TrueCharts-Admin d787677e8d chore(deps): update container image tccr.io/truecharts/goaccess-npm-logs to latest 2023-01-18 20:21:20 +00:00
TrueCharts-Admin 2bcb4f4944 chore(deps): update container image tccr.io/truecharts/freshrss to 1.20.2 2023-01-18 20:21:13 +00:00
TrueCharts-Admin a6c639a8a3 chore(deps): update container image tccr.io/truecharts/factorio to vstable 2023-01-18 20:21:05 +00:00
TrueCharts-Admin bbbd9b31a6 chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-01-18 20:20:58 +00:00
TrueCharts-Admin 386ae5ab99 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-01-18 20:20:51 +00:00
TrueCharts-Admin f88aa257ab chore(deps): update container image tccr.io/truecharts/cura-novnc to latest 2023-01-18 20:20:44 +00:00
TrueCharts-Admin d12e1b55c1 chore(deps): update container image tccr.io/truecharts/cups-server to latest 2023-01-18 20:20:37 +00:00
TrueCharts-Admin 8ab6d48a2d chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-01-18 20:20:30 +00:00
TrueCharts-Admin f4f15df59b chore(deps): update container image tccr.io/truecharts/cops to latest 2023-01-18 20:20:24 +00:00
TrueCharts-Admin 4ba705e7c2 chore(deps): update container image tccr.io/truecharts/chromium to latest 2023-01-18 20:20:18 +00:00
TrueCharts-Admin 3a4794ffa4 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 2023-01-18 20:20:11 +00:00
TrueCharts-Admin 1e8b43dd61 chore(deps): update container image tccr.io/truecharts/boinc to latest 2023-01-18 20:20:02 +00:00
TrueCharts-Admin 0e8ea179db chore(deps): update container image ghcr.io/jens-maus/raspberrymatic to latest 2023-01-18 20:19:48 +00:00
TrueCharts BotandGitHub e25b3451c2 Merge pull request #6459 from truecharts/renovate/tccr.io-truecharts-livebook-latest 2023-01-18 20:51:43 +01:00
TrueCharts BotandGitHub 135f64c694 Merge pull request #6458 from truecharts/renovate/tccr.io-truecharts-cloudcommander-latest 2023-01-18 20:51:30 +01:00
TrueCharts BotandGitHub 14cba21549 chore(deps): update container image tccr.io/truecharts/scratch to latest (#6460)
* chore(deps): update container image tccr.io/truecharts/scratch to latest

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 20:47:56 +01:00
TrueCharts-Bot 6317f199b1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 19:26:24 +00:00
TrueCharts-Bot 79b4f4513a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 19:26:14 +00:00
TrueCharts-Admin 1122486deb chore(deps): update container image tccr.io/truecharts/livebook to latest 2023-01-18 19:21:51 +00:00
TrueCharts-Admin 8b67e7b47f chore(deps): update container image tccr.io/truecharts/cloudcommander to latest 2023-01-18 19:21:41 +00:00
TrueCharts BotandGitHub 8af8a443d3 Merge pull request #6453 from truecharts/renovate/tccr.io-truecharts-ghost-5.x 2023-01-18 15:12:18 +01:00
TrueCharts BotandGitHub 1d4708267a Merge pull request #6454 from truecharts/renovate/jitsi 2023-01-18 15:00:02 +01:00
TrueCharts BotandGitHub aaa9ff60b2 Merge pull request #6455 from truecharts/renovate/tccr.io-truecharts-komga-0.x 2023-01-18 14:58:17 +01:00
TrueCharts BotandGitHub b9a12dee36 Merge pull request #6452 from truecharts/renovate/tccr.io-truecharts-tubesync-latest 2023-01-18 14:55:39 +01:00
TrueCharts-Bot 6f1ad9e345 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 13:31:53 +00:00
TrueCharts-Bot 7e0cc3f192 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 13:31:44 +00:00
Kjeld Schouten-LebbingandGitHub 64cd85c64d Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 14:31:26 +01:00
TrueCharts-Bot ff3eda71a5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 13:31:25 +00:00
TrueCharts-Bot b18ea048a0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 13:31:21 +00:00
Kjeld Schouten-LebbingandGitHub 13b0a89f78 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 14:31:15 +01:00
TrueCharts-Admin 0f5acd7294 chore(deps): update container image tccr.io/truecharts/komga to v0.159.1 2023-01-18 13:27:47 +00:00
TrueCharts-Admin 3c99b0d534 chore(deps): update container image tccr.io/truecharts/jitsi-jicofo to v8218 2023-01-18 13:27:40 +00:00
TrueCharts-Admin 201591ede0 chore(deps): update container image tccr.io/truecharts/ghost to v5.30.1 2023-01-18 13:27:31 +00:00
TrueCharts-Admin 9f1c38525c chore(deps): update container image tccr.io/truecharts/tubesync to latest 2023-01-18 13:27:22 +00:00
TrueCharts-Bot 11b8d8a942 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 14:26:12 +01:00
TrueCharts-Admin edb686edb1 chore(deps): pin container image tccr.io/truecharts/scratch to latest 2023-01-18 14:26:12 +01:00
Kjeld Schouten-LebbingandGitHub 39e3a5ace1 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 14:21:18 +01:00
Kjeld Schouten-LebbingandGitHub 8e2fa93fa5 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 14:21:00 +01:00
Kjeld Schouten-LebbingandGitHub 18bbda2a1f Update servicemonitor.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 14:20:15 +01:00
Kjeld Schouten-LebbingandGitHub edc9cb7a7d Update advanced.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 13:54:17 +01:00
TrueCharts BotandGitHub 7f0c3583f4 Merge pull request #6451 from truecharts/renovate/tccr.io-truecharts-trilium-notes-0.x 2023-01-18 13:51:32 +01:00
TrueCharts BotandGitHub 5cb646888b Merge pull request #6449 from truecharts/renovate/tccr.io-truecharts-ombi-4.35.3 2023-01-18 13:50:58 +01:00
TrueCharts BotandGitHub 13cb414a33 Merge pull request #6450 from truecharts/renovate/tccr.io-truecharts-recyclarr-4.x 2023-01-18 13:50:10 +01:00
TrueCharts-Bot 2e5c2ca7f2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 12:27:40 +00:00
TrueCharts-Bot 95f648283b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 12:27:18 +00:00
TrueCharts-Bot 65633a1113 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 12:27:00 +00:00
TrueCharts-Admin 5bf257f591 chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.58.7 2023-01-18 12:23:36 +00:00
TrueCharts-Admin 5003e8a038 chore(deps): update container image tccr.io/truecharts/recyclarr to v4.2.0 2023-01-18 12:23:28 +00:00
TrueCharts-Admin 6130c04408 chore(deps): update container image tccr.io/truecharts/ombi to 4.35.3 2023-01-18 12:23:09 +00:00
Kjeld Schouten-LebbingandGitHub 5b0e70b6ba Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 13:17:46 +01:00
Kjeld Schouten-LebbingandGitHub 028b41bf95 Update common.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 13:17:36 +01:00
Kjeld Schouten-LebbingandGitHub 8bf04e74d7 Update prometheusrules.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 13:17:25 +01:00
Kjeld Schouten-LebbingandGitHub 947567f8dc Update prometheusrules.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 13:16:37 +01:00
Kjeld Schouten-LebbingandGitHub 4f975ac0f3 Update servicemonitor.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 13:16:28 +01:00
Kjeld Schouten-LebbingandGitHub 5d531feaa4 Update prometheusrules.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 13:15:57 +01:00
Kjeld Schouten-LebbingandGitHub fd68329286 Update prometheusrules.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 13:15:50 +01:00
Kjeld Schouten-LebbingandGitHub 91e4ae51cc Update prometheusrules.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 13:15:11 +01:00
Kjeld Schouten-LebbingandGitHub f71f4fbc13 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 12:59:37 +01:00
Kjeld Schouten-LebbingandGitHub 616e58ded3 Update questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 12:59:26 +01:00
Kjeld Schouten-LebbingandGitHub b6765f9885 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 12:59:04 +01:00
Kjeld Schouten-LebbingandGitHub 99b85e6c54 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-18 12:59:02 +01:00
TrueCharts BotandGitHub 6643ae1e20 chore(deps): update renovatebot/github-action action to v34.105.3 (#6446) 2023-01-18 13:42:01 +02:00
e1f81ad2ce fix(Uptime Kuma): values missing rules (#6447)
* (fix) Uptime Kuma: Missing metrics port

* bump

* common annotations

* add some tidbits

* Update charts/stable/uptime-kuma/templates/_prometheusrules.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/stable/uptime-kuma/templates/_prometheusrules.tpl

Signed-off-by: Stavros Kois <[email protected]>

* common

* common 2

* Update charts/stable/uptime-kuma/templates/common.yaml

Signed-off-by: Stavros Kois <[email protected]>

* fix (Uptime Kuma): Prometheus rules

* bump

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-18 13:41:51 +02:00
TrueCharts BotandGitHub 7db77dc6cc Merge pull request #6445 from truecharts/renovate/jitsi 2023-01-18 08:50:55 +01:00
2f48a0bd73 fix (Uptime Kuma): Missing metrics port (#6435)
* (fix) Uptime Kuma: Missing metrics port

* bump

* common annotations

* add some tidbits

* Update charts/stable/uptime-kuma/templates/_prometheusrules.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/stable/uptime-kuma/templates/_prometheusrules.tpl

Signed-off-by: Stavros Kois <[email protected]>

* common

* common 2

* Update charts/stable/uptime-kuma/templates/common.yaml

Signed-off-by: Stavros Kois <[email protected]>

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-18 07:42:25 +00:00
Xstar97andGitHub 3afe98bcea fix(crafty-4) add bedrock port (#6444) 2023-01-18 09:31:50 +02:00
Xstar97andGitHub 0651359581 fix(heimdall) set tag version to 2.5.5 (#6443) 2023-01-18 09:26:33 +02:00
TrueCharts-Bot 4d27d36964 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 07:25:34 +00:00
TrueCharts-Admin 2125c6da3f chore(deps): update jitsi to v8218 2023-01-18 07:20:53 +00:00
Kjeld Schouten-LebbingandGitHub 97090a8070 fix(cert-manager): try to fix GUI (#6442)
* change order

(cherry picked from commit d4e77648351553fee878f960ed9cf8be3f97889e)

* fixes

(cherry picked from commit 51e980ac5b401a9fc240394faef45b8717d7a61a)

* hmm

(cherry picked from commit 18f80c7fc8924ea33c655a24c9290b4b1a9525f0)
2023-01-18 00:02:12 +00:00
Kjeld Schouten-LebbingandGitHub 2d97bc9b9b feat(cert-manager): add Cert-Manager configuration App (#6378)
* feat(cert-manager): add Cert-Manager configuration App

* eof

* pre-commit cleanup

* add temp crds folder

* patch mistake

* restructure

* add route53 support

* add some fails

* fixes and add route53 to GUI

* end

* add experimental HTTP01 support

* fix bug

* add buypass acme to dropdown

* add akamai support

* add Digitalocean

* add rfc2136 support

* fix some issues and add self-signed issuer

* add metrics and fix selfsigned

* whoops

* Add CA certificate system

* whoops

* benc stuff

* actually load CA

* fix

* fix ca

* bool -> boolean

* also test CA

* wait for pod to be ready

* sleep more agressively on cert-Manger itself

* some more fixes

* whoops

* fix mistakes

* all waits test

* add cmctl

* increase scope for now and some fixes

* simplify

* dont wait on non-existing pods

* make it non-failing

* fix typo
2023-01-18 00:06:10 +01:00
fb0b94572b Master (#6437)
* Adding recommendation to pass-through optical drives.

* Update charts/stable/makemkv/docs/installation_notes.md

Signed-off-by: Stavros Kois <[email protected]>

* bump

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-17 22:51:32 +00:00
TrueCharts BotandGitHub 685801f13a chore(deps): update helm general non-major (#6430)
* chore(deps): update helm general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-18 00:32:23 +02:00
TrueCharts BotandGitHub 91857fd6cf chore(deps): update renovatebot/github-action action to v34.104.0 (#6431) 2023-01-18 00:26:39 +02:00
Xstar97andGitHub 71650971bc fix(valheim) added regex to server pass + clean up the gui (#6440)
* fix(valheim) set min length and fix labels

* remove password required
2023-01-18 00:20:24 +02:00
TrueCharts BotandGitHub 708fd85a50 Merge pull request #6436 from truecharts/renovate/tccr.io-truecharts-sia-daemon-vmaster 2023-01-17 14:54:46 +01:00
TrueCharts-Bot 68485f9bc0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-17 13:31:02 +00:00
TrueCharts-Admin a35e88041e chore(deps): update container image tccr.io/truecharts/sia-daemon to vmaster 2023-01-17 13:26:30 +00:00
TrueCharts BotandGitHub 309eb0482e Merge pull request #6433 from truecharts/renovate/tccr.io-truecharts-channels-dvr-tve-latest 2023-01-17 08:54:43 +01:00
TrueCharts BotandGitHub 8592daf2a3 Merge pull request #6434 from truecharts/renovate/tccr.io-truecharts-embystat-v0.2.0 2023-01-17 08:51:35 +01:00
TrueCharts-Bot 5ab5061299 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-17 07:27:20 +00:00
TrueCharts-Bot 7d90687895 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-17 07:27:18 +00:00
TrueCharts-Admin 254ccc59e0 chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 2023-01-17 07:23:29 +00:00
TrueCharts-Admin d4b789a799 chore(deps): update container image tccr.io/truecharts/channels-dvr-tve to latest 2023-01-17 07:23:22 +00:00
TrueCharts BotandGitHub 8ad8bffda1 Merge pull request #6432 from truecharts/renovate/tccr.io-truecharts-nocodb-0.x 2023-01-17 07:57:57 +01:00
TrueCharts-Bot ba11ffdf18 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-17 06:26:23 +00:00
TrueCharts-Admin 1dc5bce791 chore(deps): update container image tccr.io/truecharts/nocodb to v0.101.2 2023-01-17 06:22:25 +00:00
TrueCharts BotandGitHub a5471a3331 Merge pull request #6428 from truecharts/renovate/tccr.io-truecharts-youtrack-2022.3.x 2023-01-16 20:53:59 +01:00
TrueCharts-Bot 7315372b8e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 19:27:00 +00:00
TrueCharts-Admin b397f862d6 chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65366 2023-01-16 19:22:13 +00:00
TrueCharts BotandGitHub 3bbca5d88a Merge pull request #6427 from truecharts/renovate/tccr.io-truecharts-minio-console-0.22.x 2023-01-16 19:50:02 +01:00
TrueCharts-Bot a9b1b68271 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 18:24:58 +00:00
TrueCharts-Admin 0b896db619 chore(deps): update container image tccr.io/truecharts/minio-console to v0.22.5 2023-01-16 18:21:00 +00:00
TrueCharts BotandGitHub 377b25d7be Merge pull request #6421 from truecharts/renovate/tccr.io-truecharts-appsmith-1.9.x 2023-01-16 15:05:06 +01:00
TrueCharts BotandGitHub 2bee4b4eb3 Merge pull request #6422 from truecharts/renovate/tccr.io-truecharts-artifactory-oss-7.49.x 2023-01-16 14:59:46 +01:00
TrueCharts BotandGitHub 0ea54e6f0f Merge pull request #6424 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.x 2023-01-16 14:56:35 +01:00
TrueCharts BotandGitHub f6b9e6f6b6 Merge pull request #6420 from truecharts/renovate/tccr.io-truecharts-red-discordbot-vfull 2023-01-16 14:55:37 +01:00
TrueCharts BotandGitHub 2e5f5b73e3 Merge pull request #6423 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.x 2023-01-16 14:53:21 +01:00
TrueCharts-Bot feea674ea2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 13:32:25 +00:00
TrueCharts-Bot a8aa9bfedd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 13:32:23 +00:00
TrueCharts-Bot d68e37bd47 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 13:32:12 +00:00
TrueCharts-Bot 21464445a8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 13:32:10 +00:00
TrueCharts-Bot 9d87157635 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 13:31:53 +00:00
TrueCharts-Admin cb60b0f5c8 chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.7.0 2023-01-16 13:28:31 +00:00
TrueCharts-Admin 02864adead chore(deps): update container image tccr.io/truecharts/memcached to v1.6.18 2023-01-16 13:28:18 +00:00
TrueCharts-Admin d0981daea0 chore(deps): update container image tccr.io/truecharts/artifactory-oss to v7.49.5 2023-01-16 13:28:12 +00:00
TrueCharts-Admin 0d539c9c66 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.3 2023-01-16 13:28:05 +00:00
TrueCharts-Admin 608bd9f654 chore(deps): update container image tccr.io/truecharts/red-discordbot to vfull 2023-01-16 13:27:57 +00:00
TrueCharts BotandGitHub 0f2d0d32b5 Merge pull request #6418 from truecharts/renovate/tccr.io-truecharts-actualserver-23.x 2023-01-16 13:51:40 +01:00
TrueCharts BotandGitHub 094c7f2189 Merge pull request #6417 from truecharts/renovate/tccr.io-truecharts-linkding-1.x 2023-01-16 13:50:50 +01:00
TrueCharts BotandGitHub 8785338507 Merge pull request #6419 from truecharts/renovate/tccr.io-truecharts-heimdall-2021.x 2023-01-16 13:41:25 +01:00
TrueCharts-Bot a8769cb478 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 12:29:25 +00:00
TrueCharts-Bot b4b43bbf1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 12:27:52 +00:00
TrueCharts-Bot 8d83d40a25 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 12:27:38 +00:00
TrueCharts-Admin 1d3a9d6f34 chore(deps): update container image tccr.io/truecharts/heimdall to v2021.11.28 2023-01-16 12:23:51 +00:00
TrueCharts-Admin 08d6a0408d chore(deps): update container image tccr.io/truecharts/actualserver to v23.1.12 2023-01-16 12:23:42 +00:00
TrueCharts-Admin 28c3e66558 chore(deps): update container image tccr.io/truecharts/linkding to v1.16.0 2023-01-16 12:23:30 +00:00
Stavros KoisandGitHub 1ecd4fc869 chore(traefik): Add blacklistMode on geoblock and fix label (#6416) 2023-01-16 11:06:03 +02:00
3a969a6e0d feat(ersatztv) add ersatztv (#6373)
* feat(ersatztv) add ersatztv

* add mirror containers

* fix persistence

* rar rofs

* add group ersatztv

* PROBE

* gpu wont work on CI

Co-authored-by: Stavros Kois <[email protected]>
2023-01-16 08:48:23 +00:00
TrueCharts BotandGitHub b1c46457e9 chore(deps): update helm general non-major (#6388)
* chore(deps): update helm general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 10:04:08 +02:00
Xstar97andGitHub 2457da18bf fix(littlelink) fix typo on META_TITLE (#6394)
* fix(littlelink) fix typo on META_TITLE

* bump
2023-01-16 10:03:45 +02:00
TrueCharts BotandGitHub 9c4c9e2a95 chore(deps): update renovatebot/github-action action to v34.102.8 (#6414) 2023-01-16 10:03:35 +02:00
TrueCharts BotandGitHub fa374c59cd Merge pull request #6413 from truecharts/renovate/tccr.io-truecharts-yacy-latest 2023-01-16 08:53:11 +01:00
TrueCharts BotandGitHub 7c589c8413 Merge pull request #6412 from truecharts/renovate/tccr.io-truecharts-flexget-3.5.17 2023-01-16 08:51:14 +01:00
Stavros KoisandGitHub c3206690fe fix(plexanisync): set a max char limit, as it seems the default is 1024 2023-01-16 09:43:35 +02:00
TrueCharts-Bot 6bd1d41c54 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 07:27:41 +00:00
TrueCharts-Bot af88d044bf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 07:26:45 +00:00
TrueCharts-Admin bf7a2153bf chore(deps): update container image tccr.io/truecharts/yacy to latest 2023-01-16 07:22:53 +00:00
TrueCharts-Admin 0a514778bc chore(deps): update container image tccr.io/truecharts/flexget to 3.5.17 2023-01-16 07:22:45 +00:00
TrueCharts BotandGitHub f89fdcd745 Merge pull request #6409 from truecharts/renovate/tccr.io-truecharts-kanboard-1.2.x 2023-01-16 07:54:06 +01:00
TrueCharts BotandGitHub 9063532fdf Merge pull request #6410 from truecharts/renovate/tccr.io-truecharts-zigbee2mqtt-1.29.x 2023-01-16 07:40:35 +01:00
TrueCharts-Bot 6d288dd5d5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 06:26:46 +00:00
TrueCharts-Bot 6b03889d52 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 06:26:15 +00:00
TrueCharts-Admin 87d078b75c chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.29.2 2023-01-16 06:22:12 +00:00
TrueCharts-Admin a69552a188 chore(deps): update container image tccr.io/truecharts/kanboard to v1.2.26 2023-01-16 06:22:05 +00:00
TrueCharts BotandGitHub a50e72982b Merge pull request #6395 from truecharts/renovate/tccr.io-truecharts-ghost-5.28.0 2023-01-16 03:36:39 +01:00
TrueCharts BotandGitHub 3981facc23 Merge pull request #6402 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.6.x 2023-01-16 03:21:13 +01:00
TrueCharts BotandGitHub aa93d03971 Merge pull request #6405 from truecharts/renovate/tccr.io-truecharts-snowflake-proxy-2.4.x 2023-01-16 03:20:14 +01:00
TrueCharts BotandGitHub fabb8934d1 Merge pull request #6399 from truecharts/renovate/tccr.io-truecharts-drawio-20.8.x 2023-01-16 03:19:16 +01:00
TrueCharts BotandGitHub 5f98ef67c3 Merge pull request #6397 from truecharts/renovate/tccr.io-truecharts-ddns-go-4.4.x 2023-01-16 03:18:30 +01:00
TrueCharts BotandGitHub 0082da6186 Merge pull request #6407 from truecharts/renovate/tccr.io-truecharts-strapi-4.5.x 2023-01-16 03:11:09 +01:00
TrueCharts BotandGitHub 8f24ecbb82 Merge pull request #6400 from truecharts/renovate/tccr.io-truecharts-home-assistant-2023.1.x 2023-01-16 03:09:31 +01:00
TrueCharts BotandGitHub ca07f6ba1c Merge pull request #6398 from truecharts/renovate/tccr.io-truecharts-domoticz-2022.2.x 2023-01-16 03:07:02 +01:00
TrueCharts BotandGitHub af67c93e63 Merge pull request #6404 from truecharts/renovate/tccr.io-truecharts-readarr-0.1.x 2023-01-16 03:06:54 +01:00
TrueCharts BotandGitHub 7a4b875cf1 Merge pull request #6396 from truecharts/renovate/jupyter 2023-01-16 03:06:11 +01:00
TrueCharts BotandGitHub a6d1d80df3 Merge pull request #6401 from truecharts/renovate/tccr.io-truecharts-medusa-1.0.x 2023-01-16 03:05:05 +01:00
TrueCharts BotandGitHub aebd17d62f Merge pull request #6406 from truecharts/renovate/tccr.io-truecharts-storj-node-1.70.x 2023-01-16 03:01:38 +01:00
TrueCharts-Bot 69c08bf1b6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 01:56:22 +00:00
TrueCharts-Bot 0cd6634ea5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 01:56:03 +00:00
TrueCharts-Bot 61668f220b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 01:55:02 +00:00
TrueCharts-Bot 6a27b5e056 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 01:54:53 +00:00
TrueCharts-Bot ec95b09600 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 01:54:13 +00:00
TrueCharts-Bot e3d93f9a17 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 02:53:19 +01:00
TrueCharts-Admin 088398f0af chore(deps): update container image tccr.io/truecharts/scrutiny to v0.6.0 2023-01-16 02:53:19 +01:00
TrueCharts-Admin 34d1024fd2 chore(deps): update container image tccr.io/truecharts/snowflake-proxy to v2.4.2 2023-01-16 01:52:35 +00:00
TrueCharts-Bot 31105bffdf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 02:51:05 +01:00
TrueCharts-Admin 76afc3c971 chore(deps): update container image tccr.io/truecharts/pydio-cells to v4.0.6 2023-01-16 02:51:05 +01:00
TrueCharts-Admin 70caa90ccd chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.6.1 2023-01-16 01:50:54 +00:00
TrueCharts-Admin a5423cf949 chore(deps): update container image tccr.io/truecharts/drawio to v20.8.5 2023-01-16 01:50:39 +00:00
TrueCharts-Admin aaee64aac5 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.4.2 2023-01-16 01:50:28 +00:00
TrueCharts-Admin 8371d52335 chore(deps): update container image tccr.io/truecharts/ghost to 5.28.0 2023-01-16 01:50:16 +00:00
TrueCharts-Bot 691c6e181d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 00:35:49 +00:00
TrueCharts-Bot 35597da30f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 00:35:38 +00:00
TrueCharts-Bot ba40e94512 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 00:35:38 +00:00
TrueCharts-Bot a23431c568 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 00:34:52 +00:00
TrueCharts-Bot 6783d1dc28 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 00:34:44 +00:00
TrueCharts-Bot d362625394 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 00:34:34 +00:00
TrueCharts-Bot d9369830dd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-16 00:34:31 +00:00
TrueCharts-Admin 8c8dccafe6 chore(deps): update container image tccr.io/truecharts/strapi to v4.5.6 2023-01-16 00:31:10 +00:00
TrueCharts-Admin f5f6d1118a chore(deps): update container image tccr.io/truecharts/storj-node to v1.70.2 2023-01-16 00:31:06 +00:00
TrueCharts-Admin acb86caa03 chore(deps): update container image tccr.io/truecharts/readarr to v0.1.1.1526 2023-01-16 00:31:01 +00:00
TrueCharts-Admin 15c39cdc3e chore(deps): update container image tccr.io/truecharts/medusa to v1.0.11 2023-01-16 00:30:51 +00:00
TrueCharts-Admin 212793511b chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.1.4 2023-01-16 00:30:47 +00:00
TrueCharts-Admin 7f6b15b793 chore(deps): update container image tccr.io/truecharts/domoticz to v2022.2.20230112 2023-01-16 00:30:42 +00:00
TrueCharts-Admin 5356f1d7d7 chore(deps): update jupyter 2023-01-16 00:30:37 +00:00
allcontributors[bot]GitHuballcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
df7b18f116 docs: add robherley as a contributor for doc (#6382)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-15 22:11:33 +02:00
5c91c5efe4 feat(openbooks) add openbooks (#6175)
* feat(openbooks) add openbooks

* fix persistence config

* rasnr | rofs true | remove basepath

* added more GUI options

* fix variable type

* feat(openbooks) add openbooks

* fix persistence config

* rasnr | rofs true | remove basepath

* added more GUI options

* fix variable type

* add args.tpl

* format

* Update charts/incubator/openbooks/templates/_args.tpl

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/incubator/openbooks/values.yaml

Signed-off-by: Stavros Kois <[email protected]>

* ints must be strings

* shorter

Signed-off-by: Xstar97 <[email protected]>
Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros kois <[email protected]>
2023-01-15 22:10:59 +02:00
TrueCharts BotandGitHub d1d922ce36 chore(deps): update container image tccr.io/truecharts/heimdall to v2.5.5 (#6349)
* chore(deps): update container image tccr.io/truecharts/heimdall to v2.5.5

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-15 19:57:59 +02:00
07899d6867 fix(cloudflared) change extraArgs to args (#6390)
* fix(cloudflared) change extraArgs to args

* args

Co-authored-by: Stavros Kois <[email protected]>
2023-01-15 19:52:31 +02:00
TrueCharts BotandGitHub 64315d7b48 chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.1 (#5568) 2023-01-15 19:38:51 +02:00
Kjeld Schouten-LebbingandGitHub 1153508c46 Update charts-test.yaml (#6391)
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-15 18:25:23 +01:00
TrueCharts BotandGitHub 1edb4079b8 chore(deps): update renovatebot/github-action action to v34.102.7 (#6389) 2023-01-15 18:59:16 +02:00
TrueCharts BotandGitHub cb057d9281 Merge pull request #6385 from truecharts/renovate/minecraft-java 2023-01-15 16:48:01 +01:00
TrueCharts BotandGitHub a49301a9ce Merge pull request #6387 from truecharts/renovate/tccr.io-truecharts-plex-1.30.x 2023-01-15 16:15:03 +01:00
TrueCharts BotandGitHub 7ae34e43c9 Merge pull request #6386 from truecharts/renovate/rdesktop 2023-01-15 16:07:40 +01:00
TrueCharts-Bot 6289eb68a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-15 14:54:48 +00:00
TrueCharts-Bot 7f989359aa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-15 14:54:44 +00:00
TrueCharts-Bot 94b33ede13 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-15 14:54:36 +00:00
TrueCharts-Admin 5b9b1dbe11 chore(deps): update container image tccr.io/truecharts/plex to v1.30.1.6562 2023-01-15 14:50:56 +00:00
TrueCharts-Admin 7cb612c67f chore(deps): update rdesktop 2023-01-15 14:50:49 +00:00
TrueCharts-Admin 0982da5813 chore(deps): update minecraft-java 2023-01-15 14:50:43 +00:00
e9602b28fd feat(discordgsm) move to stable (#6380)
* feat(discordgsm) move to stable

* dont try to install

Co-authored-by: Stavros Kois <[email protected]>
2023-01-15 16:15:09 +02:00
f21369eeed chore(deps): update immich to v1.41.1_64 (minor) (#6355)
* chore(deps): update immich to v1.41.1_64

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

* healthcheck

* disable ML on CI

* hmm

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-15 16:14:21 +02:00
Kjeld Schouten-LebbingandGitHub 82279e9edc fix(dependencies): don't run manifest Manager on most dependency apps. (#6384) 2023-01-15 13:44:57 +00:00
TrueCharts BotandGitHub e36a074ffe Merge pull request #6383 from truecharts/renovate/webtop 2023-01-15 13:38:43 +01:00
TrueCharts-Bot 05d5fabbb2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-15 12:23:51 +00:00
TrueCharts-Admin 8406c42d80 chore(deps): update webtop 2023-01-15 12:20:01 +00:00
Xstar97andGitHub f2f73d13c5 feat(wbo) move to stable (#6381) 2023-01-15 12:43:37 +01:00
Rob HerleyandGitHub 689a43149c fix sponsor url in catalog app description (#6379) 2023-01-15 11:35:02 +02:00
Xstar97andGitHub 9ffb270689 fix(plex-meta-manager) fix secrets.tpl variables (#6376) 2023-01-14 23:45:46 +02:00
TrueCharts BotandGitHub 7a4689d0bf chore(deps): update renovatebot/github-action action to v34.102.2 (#6377) 2023-01-14 23:45:01 +02:00
Kjeld Schouten-LebbingandGitHub c8e91daed3 fix(nextcloud): set correct path to permissions toolkit (#6374)
* no message

* bump
2023-01-14 17:39:17 +00:00
Kjeld Schouten-LebbingandGitHub 8652a8f3df feat: move Grafana, Prometheus and Traefik to Enterprise Train (#6372) 2023-01-14 15:09:50 +00:00
TrueCharts BotandGitHub ddd3fac17f chore(deps): update renovatebot/github-action action to v34.102.1 (#6370) 2023-01-14 16:47:02 +02:00
TrueCharts BotandGitHub 9b580fb728 Merge pull request #6361 from truecharts/renovate/tccr.io-truecharts-rickroll-fhd-game-latest 2023-01-14 15:43:48 +01:00
TrueCharts BotandGitHub c4c8c49fdc Merge pull request #6366 from truecharts/renovate/neko 2023-01-14 15:30:09 +01:00
Stavros KoisandGitHub b9aa0aa1d3 Update renovate.json5 (#6371)
Signed-off-by: Stavros Kois <[email protected]>

Signed-off-by: Stavros Kois <[email protected]>
2023-01-14 14:28:02 +00:00
TrueCharts BotandGitHub c9ee365dd0 Merge pull request #6364 from truecharts/renovate/minecraft-java 2023-01-14 15:19:15 +01:00
TrueCharts BotandGitHub 55f662ae5c Merge pull request #6363 from truecharts/renovate/tccr.io-truecharts-rickroll-onclick-latest 2023-01-14 15:07:18 +01:00
TrueCharts BotandGitHub 67e33ea136 Merge pull request #6362 from truecharts/renovate/tccr.io-truecharts-rickroll-fhd-onclick-latest 2023-01-14 15:05:56 +01:00
TrueCharts BotandGitHub 18c8f51e5c Merge pull request #6360 from truecharts/renovate/tccr.io-truecharts-rickroll-fhd-latest 2023-01-14 15:04:23 +01:00
TrueCharts BotandGitHub c40e6731f4 Merge pull request #6365 from truecharts/renovate/ml-workspace 2023-01-14 15:02:52 +01:00
TrueCharts BotandGitHub f1176d4a6c Merge pull request #6369 from truecharts/renovate/tccr.io-truecharts-deepstack-gpu-2022.x 2023-01-14 15:00:23 +01:00
TrueCharts BotandGitHub b2f58cb5ab Merge pull request #6368 from truecharts/renovate/tccr.io-truecharts-browserless-chrome-puppeteer13-1.x 2023-01-14 14:53:00 +01:00
TrueCharts BotandGitHub 3abf32c85b Merge pull request #6367 from truecharts/renovate/rdesktop 2023-01-14 14:45:18 +01:00
TrueCharts-Bot 081f0f6818 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 13:30:42 +00:00
TrueCharts-Bot 65ae073b5d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 13:30:17 +00:00
TrueCharts-Bot 8f8dcbc04c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 13:29:37 +00:00
TrueCharts-Bot 4975a629ab Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 13:29:28 +00:00
TrueCharts-Bot 26c873b0ac Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 13:29:26 +00:00
TrueCharts-Bot f67ef82955 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 13:29:18 +00:00
TrueCharts-Bot 3ff899b90b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 13:29:15 +00:00
TrueCharts-Bot 9fcf94b569 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 13:28:50 +00:00
TrueCharts-Bot 25bc0d76f3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 13:28:49 +00:00
TrueCharts-Bot 4aa12f2668 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 13:28:42 +00:00
TrueCharts-Admin 9e8cfa39c5 chore(deps): update container image tccr.io/truecharts/deepstack-gpu to v2022.01.1 2023-01-14 13:25:59 +00:00
TrueCharts-Admin 650c40ecf5 chore(deps): update container image tccr.io/truecharts/browserless-chrome-puppeteer13 to v1.57.0 2023-01-14 13:25:37 +00:00
TrueCharts-Admin 9ac2629d9c chore(deps): update rdesktop 2023-01-14 13:25:31 +00:00
TrueCharts-Admin a73200b795 chore(deps): update neko 2023-01-14 13:25:24 +00:00
TrueCharts-Admin 165a7426db chore(deps): update ml-workspace 2023-01-14 13:25:16 +00:00
TrueCharts-Admin 875af7bdd5 chore(deps): update minecraft-java 2023-01-14 13:25:09 +00:00
TrueCharts-Admin f583eb89e9 chore(deps): update container image tccr.io/truecharts/rickroll-onclick to latest 2023-01-14 13:24:59 +00:00
TrueCharts-Admin f4416d7246 chore(deps): update container image tccr.io/truecharts/rickroll-fhd-onclick to latest 2023-01-14 13:24:53 +00:00
TrueCharts-Admin 0bbeb4023b chore(deps): update container image tccr.io/truecharts/rickroll-fhd-game to latest 2023-01-14 13:24:45 +00:00
TrueCharts-Admin 3c35b81395 chore(deps): update container image tccr.io/truecharts/rickroll-fhd to latest 2023-01-14 13:24:39 +00:00
Stavros KoisandGitHub 2eaf37cbea chore(ci): group more apps and fix some images (#6356)
* chore(apps): fix some multi image apps for renovate

* group some more apps
2023-01-14 14:42:02 +02:00
TrueCharts BotandGitHub 75062f2597 Merge pull request #6359 from truecharts/renovate/tccr.io-truecharts-webtop-arch-kde-latest 2023-01-14 13:41:56 +01:00
TrueCharts BotandGitHub 7cd5f9edda Merge pull request #6357 from truecharts/renovate/tccr.io-truecharts-webtop-arch-i3-latest 2023-01-14 13:41:55 +01:00
TrueCharts BotandGitHub 6b7487fb30 Merge pull request #6358 from truecharts/renovate/tccr.io-truecharts-webtop-arch-icewm-latest 2023-01-14 13:39:37 +01:00
TrueCharts-Bot 28905c14eb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 12:24:38 +00:00
TrueCharts-Bot d6014cac3e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 12:23:45 +00:00
TrueCharts-Bot 1839185d14 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 12:23:43 +00:00
TrueCharts-Admin 9ab62ebd04 chore(deps): update container image tccr.io/truecharts/webtop-arch-kde to latest 2023-01-14 12:20:00 +00:00
TrueCharts-Admin a6984ee688 chore(deps): update container image tccr.io/truecharts/webtop-arch-icewm to latest 2023-01-14 12:19:55 +00:00
TrueCharts-Admin 84cab23661 chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest 2023-01-14 12:19:49 +00:00
6c15d7d431 chore(deps): update container image tccr.io/truecharts/game-server-monitor to v2.10.0 (#6260)
* chore(deps): update container image tccr.io/truecharts/game-server-monitor to v2.10.0

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

* ct-isntall skip

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-14 13:29:10 +02:00
Stavros KoisandGitHub 192d212c7d test grouping on renovate on multi image charts (#6354) 2023-01-14 13:05:58 +02:00
TrueCharts BotandGitHub be0ef0af19 Merge pull request #6273 from truecharts/renovate/tccr.io-truecharts-cloudbeaver-latest 2023-01-14 11:48:15 +01:00
TrueCharts BotandGitHub 2b18beff02 chore(deps): update actions/setup-python digest to d27e3f3 (#6266) 2023-01-14 12:45:10 +02:00
13763e2416 chore(deps): update container image tccr.io/truecharts/webtop to latest (#6325)
* chore(deps): update container image tccr.io/truecharts/webtop to latest

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

* clean ct-instal

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-14 12:44:53 +02:00
a96e8c3131 fix(sickgear): move to official image (#6350)
* fix(sickgear): move to official image

* Update charts/stable/sickgear/values.yaml

Signed-off-by: Stavros Kois <[email protected]>

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-14 12:38:39 +02:00
TrueCharts BotandGitHub 2030ed5d17 Merge pull request #6340 from truecharts/renovate/tccr.io-truecharts-immich-proxy-1.41.x 2023-01-14 11:32:40 +01:00
TrueCharts BotandGitHub 4dace04061 chore(deps): update renovatebot/github-action action to v34.102.0 (#6262) 2023-01-14 12:24:20 +02:00
Ethan LeisingerandGitHub 718ac75070 Update theme-park plugin version (#6263) 2023-01-14 12:23:57 +02:00
TrueCharts BotandGitHub 2e37f4bf0d Merge pull request #6351 from truecharts/renovate/tccr.io-truecharts-ombi-4.35.x 2023-01-14 04:05:27 +01:00
TrueCharts-Bot 7318276a37 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-14 02:41:16 +00:00
TrueCharts-Admin a68419c85c chore(deps): update container image tccr.io/truecharts/ombi to v4.35.3 2023-01-14 02:37:12 +00:00
TrueCharts BotandGitHub a6ff34559e Merge pull request #6339 from truecharts/renovate/tccr.io-truecharts-wordpress-6.1.1 2023-01-13 20:16:27 +01:00
TrueCharts BotandGitHub b6c263250c Merge pull request #6348 from truecharts/renovate/tccr.io-truecharts-plexanisync-latest 2023-01-13 19:57:38 +01:00
TrueCharts-Bot 41c2e092d4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 18:36:11 +00:00
TrueCharts-Bot 3d5a162ede Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 18:35:16 +00:00
TrueCharts-Admin c2cac75867 chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1 2023-01-13 18:31:19 +00:00
TrueCharts-Admin 1421fe21e3 chore(deps): update container image tccr.io/truecharts/plexanisync to latest 2023-01-13 18:31:07 +00:00
1ef0c4101c feat(plexanisync) add plexanisync (#6173)
* feat(plexanisync) add plexanisync

* changes

* remove newline from values

* configfile

* ui

* secret

* custom mapping

* ui

* precommit

* add descriptions

* whops

* another check

* ....

* check

* Apply suggestions from code review

Signed-off-by: Stavros Kois <[email protected]>

* test something

* revert

* Apply suggestions from code review

Signed-off-by: Stavros Kois <[email protected]>

* roto

* Update charts/incubator/plexanisync/values.yaml

Signed-off-by: Stavros Kois <[email protected]>

* hmm

* Update charts/incubator/plexanisync/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* only inject file if there is value

* whops

* .

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-13 19:48:34 +02:00
TrueCharts BotandGitHub d7375fa055 Merge pull request #6344 from truecharts/renovate/tccr.io-truecharts-thanos-0.30.1 2023-01-13 14:15:05 +01:00
TrueCharts-Bot 5423d9d7ff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 12:48:32 +00:00
TrueCharts-Admin cb21ba050f chore(deps): update container image tccr.io/truecharts/thanos to 0.30.1 2023-01-13 12:44:40 +00:00
TrueCharts BotandGitHub 12c0017fcb Merge pull request #6342 from truecharts/renovate/tccr.io-truecharts-immich-server-1.41.x 2023-01-13 09:05:31 +01:00
TrueCharts BotandGitHub 87b3142033 Merge pull request #6341 from truecharts/renovate/tccr.io-truecharts-gotify-server-2.2.x 2023-01-13 09:01:56 +01:00
TrueCharts-Bot 9285ff8f5b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 07:34:04 +00:00
TrueCharts-Bot cd7482eb0c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 07:33:55 +00:00
TrueCharts BotandGitHub b07c89721b Merge pull request #6337 from truecharts/renovate/tccr.io-truecharts-minecraft-java8-openj9-latest 2023-01-13 08:30:05 +01:00
TrueCharts-Admin e2e3fb4559 chore(deps): update container image tccr.io/truecharts/immich-server to v1.41.1_64 2023-01-13 07:29:48 +00:00
TrueCharts BotandGitHub 427afc729c Merge pull request #6336 from truecharts/renovate/tccr.io-truecharts-minecraft-java11-latest 2023-01-13 08:29:48 +01:00
TrueCharts-Admin 70487923a6 chore(deps): update container image tccr.io/truecharts/gotify-server to v2.2.4 2023-01-13 07:29:40 +00:00
TrueCharts BotandGitHub c8fe018eed Merge pull request #6338 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-01-13 08:08:51 +01:00
TrueCharts-Bot 5b3c9b86a5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 06:39:01 +00:00
TrueCharts-Bot b2090c60b1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 06:38:19 +00:00
TrueCharts-Bot 5b018d27fd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 06:38:10 +00:00
TrueCharts-Bot 275b40676b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 06:37:45 +00:00
TrueCharts-Admin a5d375a5c8 chore(deps): update container image tccr.io/truecharts/immich-proxy to v1.41.1_64 2023-01-13 06:34:20 +00:00
TrueCharts-Admin 1d609122d9 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-01-13 06:34:12 +00:00
TrueCharts-Admin c72a547021 chore(deps): update container image tccr.io/truecharts/minecraft-java8-openj9 to latest 2023-01-13 06:34:04 +00:00
TrueCharts-Admin b902d37476 chore(deps): update container image tccr.io/truecharts/minecraft-java11 to latest 2023-01-13 06:33:56 +00:00
TrueCharts BotandGitHub 6e2c0b0f72 Merge pull request #6297 from truecharts/renovate/tccr.io-truecharts-nginx-1.23.3 2023-01-13 03:04:07 +01:00
TrueCharts BotandGitHub fff305db0a Merge pull request #6335 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.0 2023-01-13 03:03:13 +01:00
TrueCharts BotandGitHub a007f87477 Merge pull request #6326 from truecharts/renovate/tccr.io-truecharts-wger-latest 2023-01-13 02:59:32 +01:00
TrueCharts BotandGitHub 3b3251e8a3 Merge pull request #6265 from truecharts/renovate/tccr.io-truecharts-xwiki-14.10.x 2023-01-13 02:55:26 +01:00
TrueCharts BotandGitHub 1330a64fb6 Merge pull request #6286 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-01-13 02:55:04 +01:00
TrueCharts BotandGitHub f756452b74 Merge pull request #6334 from truecharts/renovate/tccr.io-truecharts-blog-latest 2023-01-13 02:52:10 +01:00
TrueCharts BotandGitHub 734de0a40b Merge pull request #6267 from truecharts/renovate/tccr.io-truecharts-adminer-latest 2023-01-13 02:48:53 +01:00
TrueCharts-Bot 3b54f9f863 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 01:24:30 +00:00
TrueCharts-Bot 8609af8c6b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 01:24:21 +00:00
TrueCharts-Bot 8b2e3e878d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 01:24:20 +00:00
TrueCharts-Bot 628da88a29 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 01:24:08 +00:00
TrueCharts-Bot 8d8cb5f98a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 01:23:53 +00:00
TrueCharts-Bot 8fb9934899 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 01:23:43 +00:00
TrueCharts-Bot 694bf18500 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 01:23:43 +00:00
TrueCharts-Bot a41df350a2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-13 01:23:15 +00:00
TrueCharts-Admin 2e50a24b36 chore(deps): update container image tccr.io/truecharts/xwiki to v14.10.3 2023-01-13 01:20:27 +00:00
TrueCharts-Admin 9e79fbc5c7 chore(deps): update container image tccr.io/truecharts/wger to latest 2023-01-13 01:20:14 +00:00
TrueCharts-Admin 36eb1a647c chore(deps): update container image tccr.io/truecharts/nginx to 1.23.3 2023-01-13 01:19:55 +00:00
TrueCharts-Admin 60f6de634e chore(deps): update container image tccr.io/truecharts/matomo to 4.13.0 2023-01-13 01:19:31 +00:00
TrueCharts-Admin bc06e3d198 chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-01-13 01:19:27 +00:00
TrueCharts-Admin 27b08e544c chore(deps): update container image tccr.io/truecharts/cloudbeaver to latest 2023-01-13 01:19:16 +00:00
TrueCharts-Admin 7888cd7182 chore(deps): update container image tccr.io/truecharts/blog to latest 2023-01-13 01:19:08 +00:00
TrueCharts-Admin 0a60f08bd4 chore(deps): update container image tccr.io/truecharts/adminer to latest 2023-01-13 01:19:03 +00:00
TrueCharts BotandGitHub f082afb91e Merge pull request #6296 from truecharts/renovate/tccr.io-truecharts-neko-firefox-latest 2023-01-12 16:23:59 +01:00
TrueCharts BotandGitHub c7ba430249 Merge pull request #6293 from truecharts/renovate/tccr.io-truecharts-minecraft-java8-openj9-latest 2023-01-12 16:11:51 +01:00
TrueCharts BotandGitHub d793923cd9 Merge pull request #6292 from truecharts/renovate/tccr.io-truecharts-minecraft-java11-latest 2023-01-12 16:10:48 +01:00
TrueCharts BotandGitHub 6fa26f2bbc Merge pull request #6327 from truecharts/renovate/tccr.io-truecharts-wordpress-6.1.1 2023-01-12 16:04:11 +01:00
TrueCharts BotandGitHub 84c941f1de Merge pull request #6290 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.0 2023-01-12 16:02:18 +01:00
TrueCharts BotandGitHub dc77b06ac3 Merge pull request #6318 from truecharts/renovate/tccr.io-truecharts-speedtest-tracker-latest 2023-01-12 15:57:56 +01:00
TrueCharts BotandGitHub ed5cd706fc Merge pull request #6314 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-01-12 15:55:55 +01:00
TrueCharts BotandGitHub 84e4f70bca Merge pull request #6284 from truecharts/renovate/tccr.io-truecharts-invidious-latest 2023-01-12 15:55:40 +01:00
TrueCharts BotandGitHub 2c9210deca Merge pull request #6312 from truecharts/renovate/tccr.io-truecharts-redis-7.0.7 2023-01-12 15:54:22 +01:00
TrueCharts BotandGitHub 83a7be1abc Merge pull request #6316 from truecharts/renovate/tccr.io-truecharts-solr-9.1.0 2023-01-12 15:54:15 +01:00
TrueCharts BotandGitHub ab44a1ca9e Merge pull request #6298 from truecharts/renovate/tccr.io-truecharts-nitter-latest 2023-01-12 15:54:13 +01:00
TrueCharts BotandGitHub c0bd24bba5 Merge pull request #6328 from truecharts/renovate/tccr.io-truecharts-xenorchestra-5.107.5 2023-01-12 15:54:06 +01:00
TrueCharts BotandGitHub 22d353c57d Merge pull request #6324 from truecharts/renovate/tccr.io-truecharts-virt-manager-latest 2023-01-12 15:53:54 +01:00
TrueCharts BotandGitHub 0805ec5512 Merge pull request #6270 from truecharts/renovate/tccr.io-truecharts-budge-v0.0.9 2023-01-12 15:53:48 +01:00
TrueCharts BotandGitHub 178d35df2a Merge pull request #6303 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-01-12 15:53:44 +01:00
TrueCharts BotandGitHub 395e90fb11 Merge pull request #6304 from truecharts/renovate/tccr.io-truecharts-ra-rom-processor-latest 2023-01-12 15:53:17 +01:00
TrueCharts BotandGitHub b39f7b3920 Merge pull request #6329 from truecharts/renovate/tccr.io-truecharts-yourls-latest 2023-01-12 15:53:11 +01:00
TrueCharts BotandGitHub 0e14adb75c Merge pull request #6317 from truecharts/renovate/tccr.io-truecharts-songkong-latest 2023-01-12 15:53:06 +01:00
TrueCharts BotandGitHub 0127dbf6b8 Merge pull request #6321 from truecharts/renovate/tccr.io-truecharts-tracks-latest 2023-01-12 15:53:01 +01:00
TrueCharts BotandGitHub 6636e91bbc Merge pull request #6302 from truecharts/renovate/tccr.io-truecharts-prometheus-2.41.0 2023-01-12 15:52:56 +01:00
TrueCharts BotandGitHub 3adaad2c6e Merge pull request #6315 from truecharts/renovate/tccr.io-truecharts-searxng-latest 2023-01-12 15:52:37 +01:00
TrueCharts BotandGitHub 6d0a3fc34c Merge pull request #6319 from truecharts/renovate/tccr.io-truecharts-synclounge-5.2.5 2023-01-12 15:52:11 +01:00
TrueCharts BotandGitHub bbcad1c1e4 Merge pull request #6294 from truecharts/renovate/tccr.io-truecharts-minio-latest 2023-01-12 15:52:04 +01:00
TrueCharts BotandGitHub 6bcc7a5ece Merge pull request #6322 from truecharts/renovate/tccr.io-truecharts-ts-dnsserver-latest 2023-01-12 15:51:55 +01:00
TrueCharts BotandGitHub 5d6d17dfd8 Merge pull request #6320 from truecharts/renovate/tccr.io-truecharts-tautulli-2.11.1 2023-01-12 15:51:53 +01:00
TrueCharts BotandGitHub df268c5f29 Merge pull request #6277 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-01-12 15:51:25 +01:00
TrueCharts BotandGitHub 13a8f50d30 Merge pull request #6301 from truecharts/renovate/tccr.io-truecharts-postgresql-14.6.0 2023-01-12 15:51:22 +01:00
TrueCharts BotandGitHub b3b61c1cf9 Merge pull request #6300 from truecharts/renovate/tccr.io-truecharts-plextraktsync-latest 2023-01-12 15:50:45 +01:00
TrueCharts BotandGitHub 0877349230 Merge pull request #6285 from truecharts/renovate/tccr.io-truecharts-jelu-latest 2023-01-12 15:50:38 +01:00
TrueCharts BotandGitHub fc3cde9c60 Merge pull request #6313 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-01-12 15:50:32 +01:00
TrueCharts BotandGitHub 29a6b7f9d2 Merge pull request #6295 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.3 2023-01-12 15:50:21 +01:00
TrueCharts BotandGitHub 4c1c7f39ec Merge pull request #6278 from truecharts/renovate/tccr.io-truecharts-docker-in-docker-20.10.22 2023-01-12 15:50:14 +01:00
TrueCharts BotandGitHub f3513b7192 Merge pull request #6299 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-01-12 15:50:03 +01:00
TrueCharts BotandGitHub c18694c27d Merge pull request #6288 from truecharts/renovate/tccr.io-truecharts-logitechmediaserver-8.4.0 2023-01-12 15:49:18 +01:00
TrueCharts BotandGitHub 8907cf1ef3 Merge pull request #6323 from truecharts/renovate/tccr.io-truecharts-valheim-server-latest 2023-01-12 15:49:10 +01:00
TrueCharts BotandGitHub 24bd238051 Merge pull request #6289 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.2 2023-01-12 15:48:55 +01:00
TrueCharts BotandGitHub 9ab024ed9e Merge pull request #6287 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-01-12 15:48:43 +01:00
TrueCharts BotandGitHub 571d695ebf Merge pull request #6291 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.17 2023-01-12 15:48:37 +01:00
TrueCharts BotandGitHub 643083fe26 Merge pull request #6274 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-01-12 15:48:30 +01:00
TrueCharts BotandGitHub 472df5da4e Merge pull request #6282 from truecharts/renovate/tccr.io-truecharts-firefox-desktop-g3-latest 2023-01-12 15:48:15 +01:00
TrueCharts BotandGitHub b6074922aa Merge pull request #6283 from truecharts/renovate/tccr.io-truecharts-grafana-9.3.2 2023-01-12 15:47:53 +01:00
TrueCharts BotandGitHub 3cdf92f4fc Merge pull request #6279 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-01-12 15:47:43 +01:00
TrueCharts BotandGitHub cd59ec2898 Merge pull request #6271 from truecharts/renovate/tccr.io-truecharts-calibre-web-0.6.19 2023-01-12 15:47:36 +01:00
TrueCharts BotandGitHub 6d00ec6825 Merge pull request #6276 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-01-12 15:47:27 +01:00
TrueCharts BotandGitHub fe41732568 Merge pull request #6272 from truecharts/renovate/tccr.io-truecharts-chronograf-latest 2023-01-12 15:47:20 +01:00
TrueCharts BotandGitHub a9069d4ca1 Merge pull request #6275 from truecharts/renovate/tccr.io-truecharts-cups-server-latest 2023-01-12 15:47:17 +01:00
TrueCharts BotandGitHub 60494aee8f Merge pull request #6268 from truecharts/renovate/tccr.io-truecharts-alertmanager-0.25.0 2023-01-12 15:47:12 +01:00
TrueCharts BotandGitHub 75ad3e2a53 Merge pull request #6280 from truecharts/renovate/tccr.io-truecharts-factorio-vstable 2023-01-12 15:47:06 +01:00
TrueCharts BotandGitHub 1049751df0 Merge pull request #6269 from truecharts/renovate/tccr.io-truecharts-alpine-latest 2023-01-12 15:44:34 +01:00
TrueCharts BotandGitHub d190e2a4d8 Merge pull request #6306 from truecharts/renovate/tccr.io-truecharts-rdesktop-ubuntu-i3-latest 2023-01-12 15:43:48 +01:00
TrueCharts BotandGitHub 884961418e Merge pull request #6305 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-xfce-latest 2023-01-12 15:42:06 +01:00
TrueCharts BotandGitHub 127d30cc68 Merge pull request #6307 from truecharts/renovate/tccr.io-truecharts-rdesktop-ubuntu-icewm-latest 2023-01-12 15:41:41 +01:00
TrueCharts BotandGitHub 9e226814a5 Merge pull request #6311 from truecharts/renovate/tccr.io-truecharts-rdesktop-ubuntu-xfce-latest 2023-01-12 15:41:33 +01:00
TrueCharts BotandGitHub 414bd0b5eb Merge pull request #6309 from truecharts/renovate/tccr.io-truecharts-rdesktop-ubuntu-mate-latest 2023-01-12 15:41:08 +01:00
TrueCharts BotandGitHub dcb8ad1e5d Merge pull request #6308 from truecharts/renovate/tccr.io-truecharts-rdesktop-ubuntu-kde-latest 2023-01-12 15:40:56 +01:00
TrueCharts BotandGitHub 3bb2d52ee2 Merge pull request #6310 from truecharts/renovate/tccr.io-truecharts-rdesktop-ubuntu-openbox-latest 2023-01-12 15:40:20 +01:00
TrueCharts-Bot 709aa0eecd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 14:03:08 +00:00
TrueCharts-Bot 35c89ffb84 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 14:02:55 +00:00
TrueCharts-Bot f862fc7136 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 14:01:28 +00:00
TrueCharts-Bot 74ed170d11 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 14:01:09 +00:00
TrueCharts-Bot 8098e424b6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 14:01:08 +00:00
TrueCharts-Bot a1db755737 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 14:00:55 +00:00
TrueCharts-Bot f945f1cb2c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 14:00:49 +00:00
TrueCharts-Bot 5df55359c1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 14:00:39 +00:00
TrueCharts-Bot b714482660 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 14:00:18 +00:00
TrueCharts-Bot 11e2a497ae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:59:32 +00:00
TrueCharts-Bot a317cc4466 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:59:30 +00:00
TrueCharts-Bot 50849fe3f9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:58:41 +00:00
TrueCharts-Bot 94f2f7bf15 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:58:37 +00:00
TrueCharts-Bot e71be601e1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:58:23 +00:00
TrueCharts-Bot c08fe3d565 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:58:08 +00:00
TrueCharts-Bot 0625d52bc2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:57:36 +00:00
TrueCharts-Bot 5134e3135f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:57:30 +00:00
TrueCharts-Bot ffca014e52 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:57:09 +00:00
TrueCharts-Bot 5349a22300 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:56:53 +00:00
TrueCharts-Bot 61a52a3620 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:56:51 +00:00
TrueCharts-Bot d8a98a7b3b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:56:31 +00:00
TrueCharts-Bot 239beb0b61 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:56:06 +00:00
TrueCharts-Bot 8324eae693 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:55:51 +00:00
TrueCharts-Bot 14adcb6c28 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:55:46 +00:00
TrueCharts-Bot 527e8795cb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:55:36 +00:00
TrueCharts-Bot 5fd5042cfb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:55:04 +00:00
TrueCharts-Bot b388bfdd89 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:54:49 +00:00
TrueCharts-Bot a61345f123 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:54:42 +00:00
TrueCharts-Bot 2ed57d8723 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:54:41 +00:00
TrueCharts-Bot 6f0b0881fe Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:54:00 +00:00
TrueCharts-Bot 3577b87376 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:53:40 +00:00
TrueCharts-Bot 628a582fff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:53:31 +00:00
TrueCharts-Bot cb6bd9f818 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:53:12 +00:00
TrueCharts-Bot ca238395e2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:53:09 +00:00
TrueCharts-Bot e32d058b7a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:52:47 +00:00
TrueCharts-Bot 82dfbb5688 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:52:15 +00:00
TrueCharts-Bot 8d9943a62b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:51:58 +00:00
TrueCharts-Admin 9dab691154 chore(deps): update container image tccr.io/truecharts/yourls to latest 2023-01-12 13:51:45 +00:00
TrueCharts-Admin 62c05f38d9 chore(deps): update container image tccr.io/truecharts/xenorchestra to 5.107.5 2023-01-12 13:51:38 +00:00
TrueCharts-Bot 4852c41606 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:51:35 +00:00
TrueCharts-Bot fe6d25fea5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:51:30 +00:00
TrueCharts-Admin 4e86938b1a chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1 2023-01-12 13:51:30 +00:00
TrueCharts-Bot 8868ffc72b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:51:17 +00:00
TrueCharts-Admin 92dba12c06 chore(deps): update container image tccr.io/truecharts/virt-manager to latest 2023-01-12 13:51:08 +00:00
TrueCharts-Bot add17df50e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:51:04 +00:00
TrueCharts-Bot cbc4fc2a02 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:51:01 +00:00
TrueCharts-Admin db1084d416 chore(deps): update container image tccr.io/truecharts/valheim-server to latest 2023-01-12 13:51:00 +00:00
TrueCharts-Admin 3465c2e51f chore(deps): update container image tccr.io/truecharts/ts-dnsserver to latest 2023-01-12 13:50:53 +00:00
TrueCharts-Admin 13a6d3e402 chore(deps): update container image tccr.io/truecharts/tracks to latest 2023-01-12 13:50:46 +00:00
TrueCharts-Admin 4793f0e377 chore(deps): update container image tccr.io/truecharts/tautulli to 2.11.1 2023-01-12 13:50:39 +00:00
TrueCharts-Bot ae9cd9aa55 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:50:36 +00:00
TrueCharts-Admin 4da9b5f393 chore(deps): update container image tccr.io/truecharts/synclounge to 5.2.5 2023-01-12 13:50:32 +00:00
TrueCharts-Admin 8909ccec58 chore(deps): update container image tccr.io/truecharts/speedtest-tracker to latest 2023-01-12 13:50:24 +00:00
TrueCharts-Admin 36a5163e94 chore(deps): update container image tccr.io/truecharts/songkong to latest 2023-01-12 13:50:17 +00:00
TrueCharts-Bot 68e5cabf2f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:50:14 +00:00
TrueCharts-Admin d785095847 chore(deps): update container image tccr.io/truecharts/solr to 9.1.0 2023-01-12 13:50:10 +00:00
TrueCharts-Bot 8b46f3054b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:50:03 +00:00
TrueCharts-Admin febd81c6ec chore(deps): update container image tccr.io/truecharts/searxng to latest 2023-01-12 13:50:01 +00:00
TrueCharts-Bot 10dfb48772 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:49:56 +00:00
TrueCharts-Bot 132b1746d6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:49:56 +00:00
TrueCharts-Admin 0faed560a7 chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-01-12 13:49:54 +00:00
TrueCharts-Admin e444d6c179 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-01-12 13:49:47 +00:00
TrueCharts-Bot dd9b80723c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:49:45 +00:00
TrueCharts-Admin ca0adcaf6d chore(deps): update container image tccr.io/truecharts/redis to 7.0.7 2023-01-12 13:49:40 +00:00
TrueCharts-Admin ce4f2e76fa chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest 2023-01-12 13:49:33 +00:00
TrueCharts-Admin 1a0af6363e chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-openbox to latest 2023-01-12 13:49:26 +00:00
TrueCharts-Bot d6d228d0a4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:49:25 +00:00
TrueCharts-Bot 8463882cf4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:49:23 +00:00
TrueCharts-Bot 6a74e5f37d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:49:19 +00:00
TrueCharts-Admin 1c0fff3ec1 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-mate to latest 2023-01-12 13:49:18 +00:00
TrueCharts-Admin e5283456cc chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-kde to latest 2023-01-12 13:49:11 +00:00
TrueCharts-Admin 4eff84b24f chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-icewm to latest 2023-01-12 13:49:04 +00:00
TrueCharts-Bot c4fe4ebae4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:48:58 +00:00
TrueCharts-Admin 67d9a7f06b chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-i3 to latest 2023-01-12 13:48:57 +00:00
TrueCharts-Bot 1877693c1b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:48:53 +00:00
TrueCharts-Admin 8a1038e220 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-xfce to latest 2023-01-12 13:48:50 +00:00
TrueCharts-Bot 77899efaac Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:48:46 +00:00
TrueCharts-Admin f6163868cf chore(deps): update container image tccr.io/truecharts/ra-rom-processor to latest 2023-01-12 13:48:44 +00:00
TrueCharts-Admin 9db7abf209 chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-01-12 13:48:37 +00:00
TrueCharts-Bot 08fa52dba9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:48:33 +00:00
TrueCharts-Bot 15069f3912 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 13:48:33 +00:00
TrueCharts-Admin 7c219033c1 chore(deps): update container image tccr.io/truecharts/prometheus to 2.41.0 2023-01-12 13:48:30 +00:00
TrueCharts-Admin 70377dac76 chore(deps): update container image tccr.io/truecharts/postgresql to 14.6.0 2023-01-12 13:48:22 +00:00
TrueCharts-Admin bc9ae060f8 chore(deps): update container image tccr.io/truecharts/plextraktsync to latest 2023-01-12 13:48:16 +00:00
TrueCharts-Admin cfcba2fcb3 chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-01-12 13:48:09 +00:00
TrueCharts-Admin d6163b973a chore(deps): update container image tccr.io/truecharts/nitter to latest 2023-01-12 13:48:01 +00:00
TrueCharts-Admin 4ed9c90db1 chore(deps): update container image tccr.io/truecharts/neko-firefox to latest 2023-01-12 13:47:46 +00:00
TrueCharts-Admin beddba0bd0 chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.3 2023-01-12 13:47:39 +00:00
TrueCharts-Admin dc29ce3a7f chore(deps): update container image tccr.io/truecharts/minio to latest 2023-01-12 13:47:32 +00:00
TrueCharts-Admin 848c10e22e chore(deps): update container image tccr.io/truecharts/minecraft-java8-openj9 to latest 2023-01-12 13:47:24 +00:00
TrueCharts-Admin 60efb8f228 chore(deps): update container image tccr.io/truecharts/minecraft-java11 to latest 2023-01-12 13:47:16 +00:00
TrueCharts-Admin aad6576ca0 chore(deps): update container image tccr.io/truecharts/memcached to 1.6.17 2023-01-12 13:47:08 +00:00
TrueCharts-Admin aced1d0971 chore(deps): update container image tccr.io/truecharts/matomo to 4.13.0 2023-01-12 13:47:00 +00:00
TrueCharts-Admin 079cc2c3da chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.2 2023-01-12 13:46:53 +00:00
TrueCharts-Admin a3973dc4cf chore(deps): update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 2023-01-12 13:46:46 +00:00
TrueCharts-Admin 03f6de6d0f chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-01-12 13:46:39 +00:00
TrueCharts-Admin 32a104f449 chore(deps): update container image tccr.io/truecharts/jelu to latest 2023-01-12 13:46:24 +00:00
TrueCharts-Admin 56f2f6b3af chore(deps): update container image tccr.io/truecharts/invidious to latest 2023-01-12 13:46:17 +00:00
TrueCharts-Admin 235b152296 chore(deps): update container image tccr.io/truecharts/grafana to 9.3.2 2023-01-12 13:46:09 +00:00
TrueCharts-Admin 6fd83969f4 chore(deps): update container image tccr.io/truecharts/firefox-desktop-g3 to latest 2023-01-12 13:46:02 +00:00
TrueCharts-Admin fba815283b chore(deps): update container image tccr.io/truecharts/factorio to vstable 2023-01-12 13:45:48 +00:00
TrueCharts-Admin e49486cf14 chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-01-12 13:45:40 +00:00
TrueCharts-Admin 23933ed36d chore(deps): update container image tccr.io/truecharts/docker-in-docker to 20.10.22 2023-01-12 13:45:32 +00:00
TrueCharts-Admin 3afe92e4d4 chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-01-12 13:45:25 +00:00
TrueCharts-Admin 1c35bca5ed chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-01-12 13:45:16 +00:00
TrueCharts-Admin 6e8a363c6c chore(deps): update container image tccr.io/truecharts/cups-server to latest 2023-01-12 13:45:08 +00:00
TrueCharts-Admin d7f3504d2e chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-01-12 13:45:00 +00:00
TrueCharts-Admin f0c3b5bc4e chore(deps): update container image tccr.io/truecharts/chronograf to latest 2023-01-12 13:44:47 +00:00
TrueCharts-Admin 8c64e74fd6 chore(deps): update container image tccr.io/truecharts/calibre-web to 0.6.19 2023-01-12 13:44:40 +00:00
TrueCharts-Admin 8424a94be3 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 2023-01-12 13:44:33 +00:00
TrueCharts-Admin d6bdbd01ed chore(deps): update container image tccr.io/truecharts/alpine to latest 2023-01-12 13:44:26 +00:00
TrueCharts-Admin 4d217c5000 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-01-12 13:44:18 +00:00
TrueCharts BotandGitHub 2f16e3227e Merge pull request #6264 from truecharts/renovate/tccr.io-truecharts-sickchill-2023.1.2 2023-01-12 08:00:43 +01:00
TrueCharts-Bot 8f16406240 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 06:36:53 +00:00
TrueCharts-Admin 921abe7363 chore(deps): update container image tccr.io/truecharts/sickchill to 2023.1.2 2023-01-12 06:32:47 +00:00
TrueCharts BotandGitHub eae7ea83f5 Merge pull request #6259 from truecharts/renovate/tccr.io-truecharts-pigallery2-latest 2023-01-12 02:45:12 +01:00
TrueCharts-Bot c5174c1444 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-12 01:20:42 +00:00
TrueCharts-Admin 8e08462aa4 chore(deps): update container image tccr.io/truecharts/pigallery2 to latest 2023-01-12 01:15:58 +00:00
TrueCharts BotandGitHub c1abe7d2be Merge pull request #6258 from truecharts/renovate/tccr.io-truecharts-grafana-image-renderer-latest 2023-01-11 20:57:04 +01:00
TrueCharts-Bot 8073300f0e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 19:34:44 +00:00
TrueCharts-Admin 1d2177e562 chore(deps): update container image tccr.io/truecharts/grafana-image-renderer to latest 2023-01-11 19:29:25 +00:00
Kjeld Schouten-LebbingandGitHub f1d2fe6580 Update renovate.json5 (#6257)
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-11 18:25:02 +00:00
TrueCharts BotandGitHub 0e0c8e30e7 Merge pull request #6255 from truecharts/renovate/tccr.io-truecharts-check-mk-raw-v2.1.0 2023-01-11 15:16:24 +01:00
TrueCharts-Bot 8fe8f476b3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 13:44:21 +00:00
TrueCharts-Admin 93f3e33e3a chore(deps): update container image tccr.io/truecharts/check-mk-raw to v2.1.0 2023-01-11 13:39:37 +00:00
TrueCharts BotandGitHub 4d0d801738 Merge pull request #6254 from truecharts/renovate/tccr.io-truecharts-flaresolverr-3.x 2023-01-11 14:12:44 +01:00
TrueCharts BotandGitHub 99a6cbf021 Merge pull request #6252 from truecharts/renovate/tccr.io-truecharts-foldingathome-v7.6.21 2023-01-11 14:11:51 +01:00
TrueCharts BotandGitHub acc448bd28 Merge pull request #6253 from truecharts/renovate/tccr.io-truecharts-alist-3.x 2023-01-11 14:11:15 +01:00
TrueCharts-Bot c5faf4b0af Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 12:47:14 +00:00
TrueCharts-Bot a04184928c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 12:46:58 +00:00
TrueCharts-Bot 8baa85bf7a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 12:46:51 +00:00
TrueCharts-Admin dc8f1087f1 chore(deps): update container image tccr.io/truecharts/flaresolverr to v3.0.2 2023-01-11 12:43:02 +00:00
TrueCharts-Admin 81ebc1e995 chore(deps): update container image tccr.io/truecharts/alist to v3.8.0 2023-01-11 12:42:46 +00:00
TrueCharts-Admin 9d0f619d5f chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 2023-01-11 12:42:39 +00:00
TrueCharts BotandGitHub e6c1fe6c06 chore(deps): update container image tccr.io/truecharts/ariang to v1.3.2 (#6221)
* chore(deps): update container image tccr.io/truecharts/ariang to v1.3.2

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 09:36:35 +01:00
TrueCharts BotandGitHub b17da88423 Merge pull request #6251 from truecharts/renovate/tccr.io-truecharts-convos-vstable 2023-01-11 08:58:18 +01:00
TrueCharts BotandGitHub be3ac00391 Merge pull request #6241 from truecharts/renovate/tccr.io-truecharts-home-assistant-2023.x 2023-01-11 08:56:49 +01:00
TrueCharts BotandGitHub 8544f16bad Merge pull request #6198 from truecharts/renovate/tccr.io-truecharts-crafty-4-4.0.x 2023-01-11 08:52:34 +01:00
TrueCharts BotandGitHub 47e6aa3c16 Merge pull request #6248 from truecharts/renovate/tccr.io-truecharts-wifi-card-latest 2023-01-11 08:52:28 +01:00
TrueCharts BotandGitHub 244081cd73 chore(deps): update renovatebot/github-action action to v34.97.5 (#6250) 2023-01-11 09:39:14 +02:00
Xstar97andGitHub ef202234fc fix(kitchenowl) set tag to latest (#6230)
* fix(kitchenowl) set tag to latest

* minor patch
2023-01-11 09:39:03 +02:00
TrueCharts-Bot 9d3318cdd6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 07:35:53 +00:00
TrueCharts-Admin 09e9448d43 chore(deps): update container image tccr.io/truecharts/convos to vstable 2023-01-11 07:31:45 +00:00
TrueCharts BotandGitHub a2e1b67b43 Merge pull request #6249 from truecharts/renovate/tccr.io-truecharts-tsmuxer-23.x 2023-01-11 04:08:18 +01:00
TrueCharts-Bot 7025487a00 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 02:44:45 +00:00
TrueCharts-Bot 0a2f411b34 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 02:43:37 +00:00
TrueCharts-Admin eb5977f459 chore(deps): update container image tccr.io/truecharts/tsmuxer to v23.01.1 2023-01-11 02:39:55 +00:00
TrueCharts-Admin da6f99b2e3 chore(deps): update container image tccr.io/truecharts/wifi-card to latest 2023-01-11 02:39:23 +00:00
TrueCharts BotandGitHub 0ae52c0e21 Merge pull request #6233 from truecharts/renovate/tccr.io-truecharts-ghost-5.x 2023-01-11 03:08:02 +01:00
TrueCharts BotandGitHub 5a9ab5837a Merge pull request #6234 from truecharts/renovate/tccr.io-truecharts-immich-web-1.x 2023-01-11 03:00:19 +01:00
TrueCharts BotandGitHub 1fac89339e Merge pull request #6232 from truecharts/renovate/tccr.io-truecharts-appsmith-1.x 2023-01-11 02:58:51 +01:00
TrueCharts BotandGitHub 62deedbf3b Merge pull request #6247 from truecharts/renovate/tccr.io-truecharts-sickchill-2023.x 2023-01-11 02:52:48 +01:00
TrueCharts BotandGitHub 0d9632a084 Merge pull request #6240 from truecharts/renovate/tccr.io-truecharts-filebot-23.x 2023-01-11 02:52:36 +01:00
TrueCharts BotandGitHub bc0072b9c5 Merge pull request #6245 from truecharts/renovate/tccr.io-truecharts-putty-23.x 2023-01-11 02:52:24 +01:00
TrueCharts BotandGitHub 650ba30035 Merge pull request #6238 from truecharts/renovate/tccr.io-truecharts-czkawka-23.x 2023-01-11 02:52:17 +01:00
TrueCharts BotandGitHub d94a38c4cf Merge pull request #6246 from truecharts/renovate/tccr.io-truecharts-qdirstat-23.x 2023-01-11 02:51:45 +01:00
TrueCharts BotandGitHub 01afdfc816 Merge pull request #6235 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.x 2023-01-11 02:51:41 +01:00
TrueCharts BotandGitHub b74ea053be Merge pull request #6243 from truecharts/renovate/tccr.io-truecharts-mediainfo-23.x 2023-01-11 02:51:31 +01:00
TrueCharts BotandGitHub e7aab9bc12 Merge pull request #6231 from truecharts/renovate/tccr.io-truecharts-zwavejs-ui-8.6.x 2023-01-11 02:51:30 +01:00
TrueCharts BotandGitHub d7cf9371c5 Merge pull request #6244 from truecharts/renovate/tccr.io-truecharts-mkvtoolnix-23.x 2023-01-11 02:50:59 +01:00
TrueCharts BotandGitHub 38961706bd Merge pull request #6242 from truecharts/renovate/tccr.io-truecharts-jdownloader-2-23.x 2023-01-11 02:50:52 +01:00
TrueCharts BotandGitHub d0f5a971d2 Merge pull request #6237 from truecharts/renovate/tccr.io-truecharts-syncthing-1.x 2023-01-11 02:47:01 +01:00
TrueCharts BotandGitHub 656a456566 Merge pull request #6236 from truecharts/renovate/tccr.io-truecharts-storj-node-1.x 2023-01-11 02:41:41 +01:00
TrueCharts-Bot fe8e5958b5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:27:58 +00:00
TrueCharts-Bot 8f149eb6c4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:27:52 +00:00
TrueCharts-Bot 5493d31605 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:27:38 +00:00
TrueCharts-Bot 02cc420f1d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:27:15 +00:00
TrueCharts-Bot e323bdfed2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:27:09 +00:00
TrueCharts-Bot da99e5236a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:26:49 +00:00
TrueCharts-Bot 8269f4f90b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:26:47 +00:00
TrueCharts-Bot 379f2980e0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:26:37 +00:00
TrueCharts-Bot a901494442 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:26:25 +00:00
TrueCharts-Bot bb16036924 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:26:24 +00:00
TrueCharts-Bot 82f69defec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:26:17 +00:00
TrueCharts-Bot 559383e769 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:26:14 +00:00
TrueCharts-Bot d95d5426d3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:26:05 +00:00
TrueCharts-Bot 526f627afe Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:26:01 +00:00
TrueCharts-Bot dc3c4f369e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:25:27 +00:00
TrueCharts-Bot d40dfdf33d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-11 01:25:05 +00:00
TrueCharts-Admin eb4c0cd5d1 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.1.2 2023-01-11 01:23:11 +00:00
TrueCharts-Admin cd29cd1674 chore(deps): update container image tccr.io/truecharts/qdirstat to v23.01.1 2023-01-11 01:23:03 +00:00
TrueCharts-Admin 83647715c5 chore(deps): update container image tccr.io/truecharts/putty to v23.01.1 2023-01-11 01:22:56 +00:00
TrueCharts-Admin a7a85de917 chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.01.1 2023-01-11 01:22:49 +00:00
TrueCharts-Admin 5ff89441d0 chore(deps): update container image tccr.io/truecharts/mediainfo to v23.01.1 2023-01-11 01:22:42 +00:00
TrueCharts-Admin 9083bdcb51 chore(deps): update container image tccr.io/truecharts/jdownloader-2 to v23.01.2 2023-01-11 01:22:36 +00:00
TrueCharts-Admin 1afb47e233 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.1.2 2023-01-11 01:22:28 +00:00
TrueCharts-Admin 4688cfdd6c chore(deps): update container image tccr.io/truecharts/filebot to v23.01.2 2023-01-11 01:22:21 +00:00
TrueCharts-Admin 723cee3578 chore(deps): update container image tccr.io/truecharts/czkawka to v23.01.1 2023-01-11 01:22:07 +00:00
TrueCharts-Admin 1ffdc65bbf chore(deps): update container image tccr.io/truecharts/syncthing to v1.23.0 2023-01-11 01:21:55 +00:00
TrueCharts-Admin 21d914a4d6 chore(deps): update container image tccr.io/truecharts/storj-node to v1.70.1 2023-01-11 01:21:48 +00:00
TrueCharts-Admin 52957b6e9a chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.6.0 2023-01-11 01:21:41 +00:00
TrueCharts-Admin 51be60965d chore(deps): update container image tccr.io/truecharts/immich-web to v1.41.1_64 2023-01-11 01:21:32 +00:00
TrueCharts-Admin 34fa5edf86 chore(deps): update container image tccr.io/truecharts/ghost to v5.28.0 2023-01-11 01:21:21 +00:00
TrueCharts-Admin 55a8c00574 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.2 2023-01-11 01:21:11 +00:00
TrueCharts-Admin f6c3c26100 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.6.3 2023-01-11 01:21:04 +00:00
TrueCharts BotandGitHub 0b6476d39f Merge pull request #6223 from truecharts/renovate/tccr.io-truecharts-immich-server-1.x 2023-01-11 01:08:10 +01:00
TrueCharts BotandGitHub 26b116ca83 Merge pull request #6226 from truecharts/renovate/tccr.io-truecharts-lychee-laravel-4.x 2023-01-11 01:07:46 +01:00
TrueCharts BotandGitHub c5cf79cfe6 Merge pull request #6227 from truecharts/renovate/tccr.io-truecharts-n8n-0.x 2023-01-11 01:04:31 +01:00
TrueCharts BotandGitHub 7e88a4b7e3 Merge pull request #6229 from truecharts/renovate/tccr.io-truecharts-thanos-0.x 2023-01-11 00:59:31 +01:00
TrueCharts BotandGitHub 39536483e2 Merge pull request #6225 from truecharts/renovate/tccr.io-truecharts-jenkins-2.x 2023-01-11 00:59:20 +01:00
TrueCharts BotandGitHub 2dc8ff9643 Merge pull request #6228 from truecharts/renovate/tccr.io-truecharts-radarr-4.x 2023-01-11 00:59:07 +01:00
TrueCharts BotandGitHub 4510a5fa5c Merge pull request #6224 from truecharts/renovate/tccr.io-truecharts-jellyseerr-1.x 2023-01-11 00:58:29 +01:00
TrueCharts BotandGitHub 0653c1f01b Merge pull request #6222 from truecharts/renovate/tccr.io-truecharts-autobrr-1.x 2023-01-11 00:44:54 +01:00
TrueCharts BotandGitHub aa77a2722d Merge pull request #6220 from truecharts/renovate/tccr.io-truecharts-zigbee2mqtt-1.29.x 2023-01-11 00:40:45 +01:00
TrueCharts-Bot 00733de6db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 23:33:53 +00:00
TrueCharts-Bot e118eee3b1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 23:33:51 +00:00
TrueCharts-Bot 3c5dde5f2a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 23:33:50 +00:00
TrueCharts-Bot bb0269fa9f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 23:33:39 +00:00
TrueCharts-Bot 9e7345a103 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 23:33:36 +00:00
TrueCharts-Bot 54dda10881 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 23:33:35 +00:00
TrueCharts-Bot 1e34163398 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 23:33:10 +00:00
TrueCharts-Admin be15b55d54 chore(deps): update container image tccr.io/truecharts/thanos to v0.30.1 2023-01-10 23:29:49 +00:00
TrueCharts-Admin 26cb395b78 chore(deps): update container image tccr.io/truecharts/radarr to v4.3.2.6857 2023-01-10 23:29:42 +00:00
TrueCharts-Admin 29279b0ea0 chore(deps): update container image tccr.io/truecharts/n8n to v0.210.2 2023-01-10 23:29:35 +00:00
TrueCharts-Admin 6e2d20d425 chore(deps): update container image tccr.io/truecharts/lychee-laravel to v4.7.0 2023-01-10 23:29:27 +00:00
TrueCharts-Admin 29ae09ed34 chore(deps): update container image tccr.io/truecharts/jenkins to v2.386.0 2023-01-10 23:29:21 +00:00
TrueCharts-Admin 72ee3b4133 chore(deps): update container image tccr.io/truecharts/jellyseerr to v1.3.0 2023-01-10 23:29:13 +00:00
TrueCharts-Admin a1c13bd3ca chore(deps): update container image tccr.io/truecharts/immich-server to v1.41.0_64 2023-01-10 23:29:04 +00:00
TrueCharts BotandGitHub a4d6181d09 Merge pull request #6204 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.x 2023-01-11 00:22:12 +01:00
TrueCharts BotandGitHub 2fdc357caa Merge pull request #6218 from truecharts/renovate/tccr.io-truecharts-immich-proxy-1.x 2023-01-11 00:13:27 +01:00
TrueCharts BotandGitHub eb2a500f2e Merge pull request #6206 from truecharts/renovate/tccr.io-truecharts-openhab-3.4.x 2023-01-11 00:02:57 +01:00
TrueCharts BotandGitHub 9b4b803c2e Merge pull request #6205 from truecharts/renovate/tccr.io-truecharts-noisedash-0.6.x 2023-01-11 00:02:02 +01:00
TrueCharts BotandGitHub 7154123c19 Merge pull request #6202 from truecharts/renovate/tccr.io-truecharts-grist-1.0.x 2023-01-10 23:51:51 +01:00
TrueCharts BotandGitHub 29104a1cb0 Merge pull request #6213 from truecharts/renovate/tccr.io-truecharts-calibre-6.x 2023-01-10 23:49:16 +01:00
TrueCharts BotandGitHub 33369cba41 Merge pull request #6215 from truecharts/renovate/tccr.io-truecharts-drawio-20.x 2023-01-10 23:48:49 +01:00
TrueCharts BotandGitHub 1ecd022984 Merge pull request #6216 from truecharts/renovate/tccr.io-truecharts-fluidd-1.x 2023-01-10 23:48:26 +01:00
TrueCharts BotandGitHub fefab5d5a4 Merge pull request #6208 from truecharts/renovate/tccr.io-truecharts-qinglong-2.15.x 2023-01-10 23:48:22 +01:00
TrueCharts BotandGitHub e014d7fa99 Merge pull request #6210 from truecharts/renovate/tccr.io-truecharts-sourcegraph-4.3.x 2023-01-10 23:47:52 +01:00
TrueCharts BotandGitHub 89dc754893 Merge pull request #6211 from truecharts/renovate/tccr.io-truecharts-uptime-kuma-1.19.x 2023-01-10 23:47:25 +01:00
TrueCharts BotandGitHub 889b7467d0 Merge pull request #6214 from truecharts/renovate/tccr.io-truecharts-deconz-2.x 2023-01-10 23:47:23 +01:00
TrueCharts BotandGitHub 93cd3cd17e Merge pull request #6203 from truecharts/renovate/tccr.io-truecharts-homepage-0.5.x 2023-01-10 23:47:16 +01:00
TrueCharts BotandGitHub 203e436f09 Merge pull request #6207 from truecharts/renovate/tccr.io-truecharts-pingvin-share-0.5.x 2023-01-10 23:47:13 +01:00
TrueCharts BotandGitHub 53f60da779 Merge pull request #6209 from truecharts/renovate/tccr.io-truecharts-recyclarr-4.1.x 2023-01-10 23:47:03 +01:00
TrueCharts-Bot 72e1f3b4de Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 22:37:24 +00:00
TrueCharts-Bot 1cb92582b2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 22:36:25 +00:00
TrueCharts-Bot 88cbf11f13 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 22:36:17 +00:00
TrueCharts-Bot 17a8e4eb36 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 22:36:16 +00:00
TrueCharts-Admin b06146f073 chore(deps): update container image tccr.io/truecharts/immich-proxy to v1.41.0_64 2023-01-10 22:33:21 +00:00
TrueCharts-Admin 1e28d28c02 chore(deps): update container image tccr.io/truecharts/openhab to v3.4.1 2023-01-10 22:32:15 +00:00
TrueCharts-Admin 28ffd92c78 chore(deps): update container image tccr.io/truecharts/noisedash to v0.6.8 2023-01-10 22:32:09 +00:00
TrueCharts-Admin 4a6af8cd77 chore(deps): update container image tccr.io/truecharts/netbox to v3.4.2 2023-01-10 22:32:01 +00:00
TrueCharts-Bot 6215c6af1f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 21:32:05 +00:00
TrueCharts-Bot fed55eebee Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 22:29:14 +01:00
TrueCharts-Admin fe807e3655 chore(deps): update container image tccr.io/truecharts/flexget to v3.5.17 2023-01-10 22:29:14 +01:00
TrueCharts-Bot 3a57d68671 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 22:28:19 +01:00
TrueCharts-Admin a5b72ef577 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.4.1 2023-01-10 22:28:19 +01:00
TrueCharts-Admin 5869962fc7 chore(deps): update container image tccr.io/truecharts/crafty-4 to v4.0.19 2023-01-10 21:28:08 +00:00
TrueCharts BotandGitHub 11f7077352 Merge pull request #6196 from truecharts/renovate/tccr.io-truecharts-clickhouse-22.12.x 2023-01-10 22:00:07 +01:00
TrueCharts BotandGitHub 762b3fa21d Merge pull request #6193 from truecharts/renovate/tccr.io-truecharts-jupyter-r-v2023-01 2023-01-10 21:59:25 +01:00
TrueCharts BotandGitHub 5720e2a485 Merge pull request #6194 from truecharts/renovate/tccr.io-truecharts-audiobookshelf-2.2.x 2023-01-10 21:59:22 +01:00
TrueCharts BotandGitHub 3f8c9ef3c0 Merge pull request #6192 from truecharts/renovate/tccr.io-truecharts-jupyter-pyspark-v2023-01 2023-01-10 21:56:44 +01:00
TrueCharts-Bot 7060d24b24 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 20:34:51 +00:00
TrueCharts-Bot de57f0dde6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 20:33:36 +00:00
TrueCharts-Bot ba8bc5b9ea Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 20:33:36 +00:00
TrueCharts-Bot 5cc69ab526 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 20:33:27 +00:00
TrueCharts-Bot 012bec0c76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 21:30:54 +01:00
TrueCharts-Admin e4e22fc6c3 chore(deps): update container image tccr.io/truecharts/dashdot to v4.6.1 2023-01-10 21:30:54 +01:00
TrueCharts-Admin 92ec2dd575 chore(deps): update container image tccr.io/truecharts/clickhouse to v22.12.3.5 2023-01-10 20:30:45 +00:00
TrueCharts-Bot 1157e4cae6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 21:29:49 +01:00
TrueCharts-Admin bdfadbfafd chore(deps): update container image tccr.io/truecharts/authentik to v2022.12.2 2023-01-10 21:29:49 +01:00
TrueCharts-Admin 7c426e473a chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.2.12 2023-01-10 20:29:39 +00:00
TrueCharts-Admin 82a188eeb9 chore(deps): update container image tccr.io/truecharts/jupyter-r to v2023-01 2023-01-10 20:29:32 +00:00
TrueCharts-Admin 84ddfb0253 chore(deps): update container image tccr.io/truecharts/jupyter-pyspark to v2023-01 2023-01-10 20:29:25 +00:00
TrueCharts BotandGitHub dcd48e8829 Merge pull request #6189 from truecharts/renovate/tccr.io-truecharts-jupyter-all-spark-v2023-01 2023-01-10 20:58:53 +01:00
TrueCharts-Bot 9bfc1a5c8d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 19:35:25 +00:00
TrueCharts-Admin 2bcf1a84f4 chore(deps): update container image tccr.io/truecharts/jupyter-minimal to v2023-01 2023-01-10 20:30:56 +01:00
TrueCharts-Admin 345d066077 chore(deps): update container image tccr.io/truecharts/jupyter-all-spark to v2023-01 2023-01-10 19:30:43 +00:00
TrueCharts-Bot ee5696789a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 20:29:39 +01:00
TrueCharts-Admin b1b6f83a73 chore(deps): update container image tccr.io/truecharts/jupyter-base to v2023-01 2023-01-10 20:29:39 +01:00
TrueCharts-Bot d4d7792365 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:41:22 +00:00
TrueCharts-Bot f6693cb02a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:41:06 +00:00
TrueCharts-Bot ce7455bec9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:40:46 +00:00
TrueCharts-Bot 40dc42c01f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:40:45 +00:00
TrueCharts-Bot c4424bba35 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:40:44 +00:00
TrueCharts-Bot d0408d785e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:40:32 +00:00
TrueCharts-Bot 208de592d7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:40:22 +00:00
TrueCharts-Bot 0fe4edd2d2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:40:15 +00:00
TrueCharts-Bot c791cadc85 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:39:49 +00:00
TrueCharts-Bot 93c802dc12 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:39:43 +00:00
TrueCharts-Bot 5646a5bcdf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:39:42 +00:00
TrueCharts-Bot fbda4d6eb9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:39:30 +00:00
TrueCharts-Bot 898b08c03a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 18:39:26 +00:00
TrueCharts-Admin defff1530e chore(deps): update container image tccr.io/truecharts/fluidd to v1.23.0 2023-01-10 18:36:27 +00:00
TrueCharts-Admin 7dccc8652e chore(deps): update container image tccr.io/truecharts/drawio to v20.8.3 2023-01-10 18:36:22 +00:00
TrueCharts-Admin e06556eed7 chore(deps): update container image tccr.io/truecharts/deconz to v2.20.00 2023-01-10 18:36:18 +00:00
TrueCharts-Admin 2e59c9fa55 chore(deps): update container image tccr.io/truecharts/calibre to v6.11.0 2023-01-10 18:36:13 +00:00
TrueCharts-Admin 0deb572c48 chore(deps): update container image tccr.io/truecharts/autobrr to v1.15.0 2023-01-10 18:36:09 +00:00
TrueCharts-Admin 246bd0da30 chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.29.1 2023-01-10 18:35:59 +00:00
TrueCharts-Admin 8837d188d2 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.19.4 2023-01-10 18:35:54 +00:00
TrueCharts-Admin 740076707b chore(deps): update container image tccr.io/truecharts/sourcegraph to v4.3.1 2023-01-10 18:35:50 +00:00
TrueCharts-Admin 4df928c0c5 chore(deps): update container image tccr.io/truecharts/recyclarr to v4.1.3 2023-01-10 18:35:45 +00:00
TrueCharts-Admin 6b85b0e28e chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.5 2023-01-10 18:35:41 +00:00
TrueCharts-Admin 4678c4dc82 chore(deps): update container image tccr.io/truecharts/pingvin-share to v0.5.1 2023-01-10 18:35:36 +00:00
TrueCharts-Admin ef7a1b4bfc chore(deps): update container image tccr.io/truecharts/homepage to v0.5.10 2023-01-10 18:35:32 +00:00
TrueCharts-Admin eab21dfea2 chore(deps): update container image tccr.io/truecharts/grist to v1.0.6 2023-01-10 18:35:28 +00:00
TrueCharts BotandGitHub e72753b3be Merge pull request #6187 from truecharts/renovate/tccr.io-truecharts-privatebin-1.5.1 2023-01-10 16:11:29 +01:00
TrueCharts-Bot accc4ec257 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 12:47:36 +00:00
TrueCharts-Admin 063503e929 chore(deps): update container image tccr.io/truecharts/privatebin to 1.5.1 2023-01-10 12:43:37 +00:00
TrueCharts BotandGitHub eb94b6f175 Merge pull request #6184 from truecharts/renovate/tccr.io-truecharts-leantime-2.3.x 2023-01-10 03:05:55 +01:00
TrueCharts BotandGitHub 8592389aa1 Merge pull request #6178 from truecharts/renovate/tccr.io-truecharts-bazarr-1.1.4 2023-01-10 02:49:21 +01:00
TrueCharts BotandGitHub cd035493ad Merge pull request #6182 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.0.1.2220 2023-01-10 02:48:10 +01:00
TrueCharts BotandGitHub d9fad0e042 Merge pull request #6179 from truecharts/renovate/tccr.io-truecharts-jupyter-scipy-v2023-01 2023-01-10 02:48:06 +01:00
TrueCharts BotandGitHub 87fe12ffc1 Merge pull request #6180 from truecharts/renovate/tccr.io-truecharts-jupyter-tensorflow-v2023-01 2023-01-10 02:47:35 +01:00
TrueCharts BotandGitHub 0599745757 Merge pull request #6183 from truecharts/renovate/tccr.io-truecharts-qbittorrent-4.5.0 2023-01-10 02:46:13 +01:00
TrueCharts BotandGitHub d4dfc04a39 Merge pull request #6181 from truecharts/renovate/tccr.io-truecharts-lidarr-1.1.1.2762 2023-01-10 02:44:05 +01:00
TrueCharts-Bot 7e29cefce0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 01:24:05 +00:00
TrueCharts-Bot 9932b57128 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 01:24:04 +00:00
TrueCharts-Bot b0f917e326 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 01:23:51 +00:00
TrueCharts-Bot d412f5ba6f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 01:23:44 +00:00
TrueCharts-Bot 9f20aec1a8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 01:23:43 +00:00
TrueCharts-Bot 677a8dd254 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 01:23:09 +00:00
TrueCharts-Bot da8a05cd0f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-10 01:22:58 +00:00
TrueCharts-Admin ed300ef95b chore(deps): update container image tccr.io/truecharts/leantime to v2.3.4 2023-01-10 01:19:38 +00:00
TrueCharts-Admin 15c1f71b69 chore(deps): update container image tccr.io/truecharts/qbittorrent to 4.5.0 2023-01-10 01:19:31 +00:00
TrueCharts-Admin 7c00be397c chore(deps): update container image tccr.io/truecharts/prowlarr to 1.0.1.2220 2023-01-10 01:19:24 +00:00
TrueCharts-Admin a7d9e5bae3 chore(deps): update container image tccr.io/truecharts/lidarr to 1.1.1.2762 2023-01-10 01:19:18 +00:00
TrueCharts-Admin 9ae1b49e47 chore(deps): update container image tccr.io/truecharts/jupyter-tensorflow to v2023-01 2023-01-10 01:19:11 +00:00
TrueCharts-Admin 941c56fa44 chore(deps): update container image tccr.io/truecharts/jupyter-scipy to v2023-01 2023-01-10 01:19:04 +00:00
TrueCharts-Admin 11e72c63b3 chore(deps): update container image tccr.io/truecharts/bazarr to 1.1.4 2023-01-10 01:18:56 +00:00
Kjeld Schouten-LebbingandGitHub 69d24bafe3 fix(transmission): automatically set torrent udp port based on tcp port
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 20:51:22 +01:00
Kjeld Schouten-LebbingandGitHub 2f6c8286b7 Update questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 20:50:36 +01:00
Kjeld Schouten-LebbingandGitHub 4936d5452d Update common.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 20:50:14 +01:00
Kjeld Schouten-LebbingandGitHub 035221f5bc fix(qbittorrent): fix torrent port references
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 20:48:46 +01:00
Kjeld Schouten-LebbingandGitHub 851b9eacd0 Update questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 20:48:23 +01:00
Kjeld Schouten-LebbingandGitHub a544b50560 Update common.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 20:48:06 +01:00
Kjeld Schouten-LebbingandGitHub 396e47bb52 Update charts-lint.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 17:28:10 +01:00
Kjeld Schouten-LebbingandGitHub 26977b80ce Update charts-test.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 17:20:37 +01:00
Kjeld Schouten-LebbingandGitHub 52cb34fd46 Update charts-test.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 16:44:38 +01:00
Kjeld Schouten-LebbingandGitHub 4e8e4f71ac Update charts-test.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 14:53:34 +01:00
Kjeld Schouten-LebbingandGitHub bcd566b7d4 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 14:47:16 +01:00
Kjeld Schouten-LebbingandGitHub bbb6e21af8 Update questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 14:47:04 +01:00
Kjeld Schouten-LebbingandGitHub 2163686959 Update Chart.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 14:46:41 +01:00
Kjeld Schouten-LebbingandGitHub 4cd52899ca Update questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 14:46:30 +01:00
Kjeld Schouten-LebbingandGitHub b9673d2d32 feat(qbittorrent): bump major due to port changes
BREAKING CHANGE

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 14:43:11 +01:00
Kjeld Schouten-LebbingandGitHub 426711fcb7 feat(transmission): combine torrent ports to a single service and remove targetPort
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 14:42:31 +01:00
Kjeld Schouten-LebbingandGitHub 38cd26d86e feat(qbittorrent): combine torrent ports to a single service
BREAKING CHANGE

Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 14:41:32 +01:00
Kjeld Schouten-LebbingandGitHub 05b3c5fa18 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
2023-01-09 14:40:45 +01:00
Xstar97andGitHub 236ab25b97 feat(qwantify) add qwantify (#6174)
* feat(qwantify) add qwantify

* rar + rofs + env in values

* set truecharts mirror
2023-01-09 13:36:33 +02:00
Xstar97andGitHub a5c5d6d447 feat(webtop) image selector,gui improvement,docs (#6170) 2023-01-09 08:04:21 +02:00
ad83be0825 BREAKING CHANGES fix(shiori) fix postgres sidecar (#6167)
* feat(shiori) fix postgres sidecar

* Update charts/stable/shiori/templates/_secret.tpl

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/shiori/templates/_secret.tpl

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/shiori/values.yaml

Co-authored-by: Stavros Kois <[email protected]>
Signed-off-by: Xstar97 <[email protected]>

* Update charts/stable/shiori/values.yaml

Signed-off-by: Stavros Kois <[email protected]>

* fix envFrom

* remove defaults

* set mirror container

Signed-off-by: Xstar97 <[email protected]>
Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-09 07:07:48 +02:00
TrueCharts BotandGitHub 5c2b8bc121 Merge pull request #6172 from truecharts/renovate/tccr.io-truecharts-ombi-4.35.x 2023-01-09 04:00:04 +01:00
TrueCharts-Bot 366ee1dbae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-09 02:36:14 +00:00
TrueCharts-Admin e44931cdde chore(deps): update container image tccr.io/truecharts/ombi to v4.35.2 2023-01-09 02:32:04 +00:00
TrueCharts BotandGitHub 20e02f2395 Merge pull request #6171 from truecharts/renovate/tccr.io-truecharts-scprime-latest 2023-01-09 02:42:47 +01:00
TrueCharts-Bot e989440acd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-09 01:18:35 +00:00
TrueCharts-Admin 870327b2d9 chore(deps): update container image tccr.io/truecharts/scprime to latest 2023-01-09 01:13:44 +00:00
TrueCharts BotandGitHub b8b9614510 Merge pull request #6166 from truecharts/renovate/tccr.io-truecharts-plex-meta-manager-1.18.x 2023-01-08 20:47:00 +01:00
TrueCharts-Bot da645671f0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-08 19:30:36 +00:00
TrueCharts-Admin 4922e9258a chore(deps): update container image tccr.io/truecharts/plex-meta-manager to v1.18.2 2023-01-08 19:26:42 +00:00
TrueCharts BotandGitHub eaa7ffaa2f Merge pull request #6163 from truecharts/renovate/tccr.io-truecharts-uptime-kuma-1.19.x 2023-01-08 19:59:24 +01:00
Stavros KoisandGitHub 0d4c5f6c52 fix(checkmk): use emptydir 2023-01-08 20:46:09 +02:00
TrueCharts-Bot 4d8109e30d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-08 18:35:10 +00:00
TrueCharts-Admin 76ef204212 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.19.3 2023-01-08 18:30:07 +00:00
63043e45c8 WIP feat(checkmk): add checkmk (#6158)
* add checkmk

* Oops

* app version

* EOL

* EOL try 2

* root

* Update charts/incubator/checkmk/values.yaml

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/incubator/checkmk/values.yaml

Signed-off-by: Stavros Kois <[email protected]>

* update ports to avoid port conflicts with other apps

Signed-off-by: Stavros Kois <[email protected]>

* questions

* add some options

* labels

* Apply suggestions from code review

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/incubator/checkmk/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* fix name

* permission denied in cron!?
and use the internal healthcheck

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros kois <[email protected]>
2023-01-08 19:42:29 +02:00
TrueCharts BotandGitHub 5cf29bb1dc chore(deps): update renovatebot/github-action action to v34.94.0 (#6162) 2023-01-08 19:41:41 +02:00
16d2859b88 feat (invidious): move to stable (#6161)
* invidious move to stable

* bump

Co-authored-by: Stavros Kois <[email protected]>
2023-01-08 16:20:49 +00:00
dd18aa332a fix(plex-meta-manager) add configmap + gui options (#6155)
* fix(plex-meta-manager) add configmap

* remove item from catagories

* Update charts/incubator/plex-meta-manager/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/incubator/plex-meta-manager/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/incubator/plex-meta-manager/questions.yaml

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/incubator/plex-meta-manager/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/incubator/plex-meta-manager/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/incubator/plex-meta-manager/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/incubator/plex-meta-manager/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/incubator/plex-meta-manager/questions.yaml

Signed-off-by: Stavros Kois <[email protected]>

* Update charts/incubator/plex-meta-manager/templates/_secret.tpl

Signed-off-by: Stavros Kois <[email protected]>

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-08 17:10:56 +02:00
Stavros KoisGitHuballcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
ce12b962cf docs: update .github/README.md [skip ci] (#6159)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-08 16:24:12 +02:00
Ryan GoolerandGitHub 7ac90afc4d Fix documentation manual link (#6156)
Original link was broken, this simply updates it to point to the correct page.

Signed-off-by: Ryan Gooler <[email protected]>

Signed-off-by: Ryan Gooler <[email protected]>
2023-01-08 16:21:30 +02:00
7a84a44f86 fix(metube): BREAKING CHANGES - separate config/download dirs. (#6154)
* fix(metube) separate config/download dirs.

* remove the gui option.

* fix spelling

* Update charts/stable/metube/questions.yaml

Signed-off-by: Stavros Kois <[email protected]>

Signed-off-by: Stavros Kois <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-08 15:50:43 +02:00
TrueCharts BotandGitHub 662aef3de3 chore(deps): update renovatebot/github-action action to v34.93.0 (#6157) 2023-01-08 15:19:44 +02:00
TrueCharts BotandGitHub f38039ec21 chore(deps): update renovatebot/github-action action to v34.92.1 (#6153) 2023-01-08 00:50:38 +02:00
StevenMcElligottandGitHub c0f5fead49 fix(Docs): Update SUPPORT.md to remove 22.02.4 (#6074)
* fix(Docs): Update SUPPORT.md to remove 22.02.4

* Added Support Guidelines
2023-01-07 22:18:27 +01:00
TrueCharts BotandGitHub d41368c403 chore(deps): update helm general non-major (#6121) 2023-01-07 23:03:19 +02:00
TrueCharts BotandGitHub 84f959cc9b Merge pull request #6146 from truecharts/renovate/tccr.io-truecharts-impostor-server-nightly-vnightly 2023-01-07 21:53:19 +01:00
TrueCharts BotandGitHub d84e2cb3ac Merge pull request #6149 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-kde-latest 2023-01-07 21:51:58 +01:00
TrueCharts BotandGitHub 8141a3ae1e Merge pull request #6148 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-icewm-latest 2023-01-07 21:50:46 +01:00
TrueCharts BotandGitHub 10bbbd8324 Merge pull request #6150 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-mate-latest 2023-01-07 21:50:07 +01:00
TrueCharts BotandGitHub 1301601ee7 Merge pull request #6147 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-i3-latest 2023-01-07 21:49:50 +01:00
TrueCharts BotandGitHub 52637a053c Merge pull request #6151 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-openbox-latest 2023-01-07 21:49:36 +01:00
TrueCharts BotandGitHub 825014fe57 Merge pull request #6145 from truecharts/renovate/tccr.io-truecharts-virt-manager-latest 2023-01-07 21:44:38 +01:00
TrueCharts-Bot 5543325a58 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 20:34:30 +00:00
TrueCharts-Bot 5f74f73ab5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 20:34:25 +00:00
TrueCharts-Bot ffa2a4cc83 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 20:34:07 +00:00
TrueCharts-Bot 286fec4095 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 20:33:34 +00:00
TrueCharts-Bot 41d782f181 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 20:33:30 +00:00
TrueCharts-Bot 0fb3a9b92f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 20:33:08 +00:00
TrueCharts-Admin 61b614e27b chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-openbox to latest 2023-01-07 20:29:42 +00:00
TrueCharts-Admin 483aa1cb60 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-mate to latest 2023-01-07 20:29:37 +00:00
TrueCharts-Admin aa2b32783c chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-kde to latest 2023-01-07 20:29:31 +00:00
TrueCharts-Admin 09c27b8573 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-icewm to latest 2023-01-07 20:29:26 +00:00
TrueCharts-Admin f1b9102ebd chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-i3 to latest 2023-01-07 20:29:20 +00:00
TrueCharts-Admin ee15ee035f chore(deps): update container image tccr.io/truecharts/impostor-server-nightly to vnightly 2023-01-07 20:29:14 +00:00
TrueCharts BotandGitHub a648e4d6a5 Merge pull request #6143 from truecharts/renovate/tccr.io-truecharts-jupyter-tensorflow-2023.x 2023-01-07 20:35:57 +01:00
TrueCharts BotandGitHub 22458ba369 Merge pull request #6081 from truecharts/renovate/tccr.io-truecharts-ra-rom-processor-latest 2023-01-07 20:34:36 +01:00
TrueCharts BotandGitHub 76f393a3ed Merge pull request #6141 from truecharts/renovate/tccr.io-truecharts-jupyter-r-2023.x 2023-01-07 20:34:29 +01:00
TrueCharts BotandGitHub fa125f2fcb Merge pull request #6137 from truecharts/renovate/tccr.io-truecharts-jupyter-base-2023.x 2023-01-07 20:34:21 +01:00
TrueCharts BotandGitHub f999414d5b Merge pull request #6138 from truecharts/renovate/tccr.io-truecharts-jupyter-datascience-2023.x 2023-01-07 20:34:06 +01:00
TrueCharts BotandGitHub 6fdd70c7da Merge pull request #6111 from truecharts/renovate/tccr.io-truecharts-ts-dnsserver-latest 2023-01-07 20:31:38 +01:00
TrueCharts BotandGitHub 03911626b8 Merge pull request #6142 from truecharts/renovate/tccr.io-truecharts-jupyter-scipy-2023.x 2023-01-07 20:30:03 +01:00
TrueCharts BotandGitHub f6de7c4820 Merge pull request #6144 from truecharts/renovate/tccr.io-truecharts-serpbear-latest 2023-01-07 20:28:48 +01:00
TrueCharts-Bot 71ec4104c5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 19:10:37 +00:00
TrueCharts-Bot 98db574074 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 19:10:26 +00:00
TrueCharts-Bot 060ef710df Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 19:10:01 +00:00
TrueCharts-Bot f1a70a0d8a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 19:09:38 +00:00
TrueCharts-Bot 2c7139610e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 19:09:36 +00:00
TrueCharts-Bot c3ee00e6b0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 19:09:21 +00:00
TrueCharts-Bot e6bc3794ad Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 19:09:03 +00:00
TrueCharts-Bot 344731a2c5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 19:08:49 +00:00
TrueCharts-Bot c5a8b928a9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 19:08:45 +00:00
TrueCharts-Admin fddcb55b0f chore(deps): update container image tccr.io/truecharts/jupyter-tensorflow to v2023-01 2023-01-07 19:05:53 +00:00
TrueCharts-Admin 87e5881a2b chore(deps): update container image tccr.io/truecharts/jupyter-scipy to v2023-01 2023-01-07 19:05:49 +00:00
TrueCharts-Admin 58369154a6 chore(deps): update container image tccr.io/truecharts/jupyter-r to v2023-01 2023-01-07 19:05:44 +00:00
TrueCharts-Admin 7ea01dcd0d chore(deps): update container image tccr.io/truecharts/jupyter-datascience to v2023-01 2023-01-07 19:05:40 +00:00
TrueCharts-Admin 672545e6cf chore(deps): update container image tccr.io/truecharts/jupyter-base to v2023-01 2023-01-07 19:05:35 +00:00
TrueCharts-Admin 81fd276dd5 chore(deps): update container image tccr.io/truecharts/virt-manager to latest 2023-01-07 19:04:48 +00:00
TrueCharts-Admin f9ca9a8cb5 chore(deps): update container image tccr.io/truecharts/ts-dnsserver to latest 2023-01-07 19:04:43 +00:00
TrueCharts-Admin 085830bf59 chore(deps): update container image tccr.io/truecharts/serpbear to latest 2023-01-07 19:04:37 +00:00
TrueCharts-Admin e612f38f84 chore(deps): update container image tccr.io/truecharts/ra-rom-processor to latest 2023-01-07 19:04:33 +00:00
TrueCharts BotandGitHub 4b92db75a7 Merge pull request #6117 from truecharts/renovate/tccr.io-truecharts-wordpress-6.1.1 2023-01-07 19:19:57 +01:00
TrueCharts BotandGitHub 5dddcdbef5 Merge pull request #6140 from truecharts/renovate/tccr.io-truecharts-jupyter-pyspark-2023.x 2023-01-07 19:09:25 +01:00
TrueCharts BotandGitHub 10acb7ab68 Merge pull request #6129 from truecharts/renovate/tccr.io-truecharts-jupyter-r-2022.x 2023-01-07 19:09:24 +01:00
TrueCharts BotandGitHub ef21d3fc31 Merge pull request #6139 from truecharts/renovate/tccr.io-truecharts-jupyter-minimal-2023.x 2023-01-07 19:09:15 +01:00
TrueCharts BotandGitHub 72f8182eca Merge pull request #6125 from truecharts/renovate/tccr.io-truecharts-jupyter-base-2022.x 2023-01-07 19:08:53 +01:00
TrueCharts BotandGitHub cb261b4d4a Merge pull request #6104 from truecharts/renovate/tccr.io-truecharts-rsshub-latest 2023-01-07 19:08:49 +01:00
TrueCharts BotandGitHub 4a0dbff506 Merge pull request #6115 from truecharts/renovate/tccr.io-truecharts-vertex-vstable 2023-01-07 19:08:30 +01:00
TrueCharts BotandGitHub 67d74fcb40 Merge pull request #6113 from truecharts/renovate/tccr.io-truecharts-twonky-server-latest 2023-01-07 19:08:23 +01:00
TrueCharts BotandGitHub 9e4c44b5dc Merge pull request #6123 from truecharts/renovate/jenkins-jenkins-2.x 2023-01-07 19:08:17 +01:00
TrueCharts BotandGitHub 8ef7269bba Merge pull request #6108 from truecharts/renovate/tccr.io-truecharts-solr-9.1.0 2023-01-07 19:08:03 +01:00
TrueCharts BotandGitHub d6a7c58b31 Merge pull request #6132 from truecharts/renovate/tccr.io-truecharts-ombi-4.x 2023-01-07 19:08:02 +01:00
TrueCharts BotandGitHub 90d28dc7c3 Merge pull request #6110 from truecharts/renovate/tccr.io-truecharts-tracks-latest 2023-01-07 19:08:01 +01:00
TrueCharts BotandGitHub a88f3e421c Merge pull request #6136 from truecharts/renovate/tccr.io-truecharts-jupyter-all-spark-2023.x 2023-01-07 19:07:48 +01:00
TrueCharts BotandGitHub 8a2fb2cdd8 Merge pull request #6118 from truecharts/renovate/tccr.io-truecharts-ispy-agent-dvr-4.4.x 2023-01-07 19:07:34 +01:00
TrueCharts BotandGitHub da893fbdfd Merge pull request #6114 from truecharts/renovate/tccr.io-truecharts-universal-media-server-latest 2023-01-07 19:07:27 +01:00
TrueCharts BotandGitHub 8a4f0e998c Merge pull request #6119 from truecharts/renovate/tccr.io-truecharts-prowlarr-1.0.x 2023-01-07 19:07:23 +01:00
TrueCharts BotandGitHub 7adfd43d1c Merge pull request #6126 from truecharts/renovate/tccr.io-truecharts-jupyter-datascience-2022.x 2023-01-07 19:07:10 +01:00
TrueCharts BotandGitHub 94f32178a8 Merge pull request #6112 from truecharts/renovate/tccr.io-truecharts-tvheadend-latest 2023-01-07 19:06:43 +01:00
TrueCharts BotandGitHub a9b2e91d8e Merge pull request #6109 from truecharts/renovate/tccr.io-truecharts-tasmocompiler-latest 2023-01-07 19:06:27 +01:00
TrueCharts BotandGitHub 635c450122 Merge pull request #6106 from truecharts/renovate/tccr.io-truecharts-shoko-server-vdaily 2023-01-07 19:05:55 +01:00
TrueCharts BotandGitHub 927168d444 Merge pull request #6131 from truecharts/renovate/tccr.io-truecharts-jupyter-tensorflow-2022.x 2023-01-07 19:05:40 +01:00
TrueCharts BotandGitHub cf8966092b Merge pull request #6107 from truecharts/renovate/tccr.io-truecharts-sickchill-2022.10.13 2023-01-07 19:05:31 +01:00
TrueCharts BotandGitHub 602b20d384 Merge pull request #6080 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-01-07 19:05:20 +01:00
TrueCharts BotandGitHub 7172227d17 Merge pull request #6102 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-01-07 19:04:55 +01:00
TrueCharts BotandGitHub 8aa610006b Merge pull request #6082 from truecharts/renovate/tccr.io-truecharts-raneto-latest 2023-01-07 19:04:53 +01:00
TrueCharts BotandGitHub d893cc7da7 Merge pull request #6116 from truecharts/renovate/tccr.io-truecharts-webp-server-latest 2023-01-07 19:04:44 +01:00
TrueCharts BotandGitHub 5c4df233a1 Merge pull request #6105 from truecharts/renovate/tccr.io-truecharts-searxng-latest 2023-01-07 19:04:36 +01:00
TrueCharts BotandGitHub 729d314f03 Merge pull request #6103 from truecharts/renovate/tccr.io-truecharts-rsnapshot-1.4.4 2023-01-07 19:04:26 +01:00
TrueCharts BotandGitHub 1bfdcea544 Merge pull request #6079 from truecharts/renovate/tccr.io-truecharts-prometheus-2.41.0 2023-01-07 19:03:59 +01:00
TrueCharts BotandGitHub 01219737b2 Merge pull request #6078 from truecharts/renovate/tccr.io-truecharts-postgresql-14.6.0 2023-01-07 19:03:11 +01:00
TrueCharts BotandGitHub dd4a9c0dbc Merge pull request #6077 from truecharts/renovate/tccr.io-truecharts-plextraktsync-latest 2023-01-07 19:02:32 +01:00
TrueCharts BotandGitHub d4e1950e52 Merge pull request #6093 from truecharts/renovate/tccr.io-truecharts-rdesktop-arch-openbox-latest 2023-01-07 18:58:00 +01:00
TrueCharts BotandGitHub d93d1953fd Merge pull request #6094 from truecharts/renovate/tccr.io-truecharts-rdesktop-arch-xfce-latest 2023-01-07 18:57:48 +01:00
TrueCharts BotandGitHub 88fc902129 Merge pull request #6084 from truecharts/renovate/tccr.io-truecharts-rdesktop-alpine-i3-latest 2023-01-07 18:56:05 +01:00
TrueCharts BotandGitHub 5e8ffcf510 Merge pull request #6100 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-xfce-latest 2023-01-07 18:55:15 +01:00
TrueCharts BotandGitHub 0b3dd59480 Merge pull request #6099 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-openbox-latest 2023-01-07 18:53:48 +01:00
TrueCharts BotandGitHub 153447c9c9 Merge pull request #6092 from truecharts/renovate/tccr.io-truecharts-rdesktop-arch-mate-latest 2023-01-07 18:53:23 +01:00
TrueCharts BotandGitHub 51609df0fe Merge pull request #6095 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-i3-latest 2023-01-07 18:53:02 +01:00
TrueCharts BotandGitHub fe75bf888f Merge pull request #6091 from truecharts/renovate/tccr.io-truecharts-rdesktop-arch-kde-latest 2023-01-07 18:52:57 +01:00
TrueCharts BotandGitHub ca319e7cd7 Merge pull request #6098 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-mate-latest 2023-01-07 18:52:54 +01:00
TrueCharts BotandGitHub cbd9e8663d Merge pull request #6097 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-kde-latest 2023-01-07 18:52:50 +01:00
TrueCharts BotandGitHub 77081c53d5 Merge pull request #6096 from truecharts/renovate/tccr.io-truecharts-rdesktop-fedora-icewm-latest 2023-01-07 18:52:42 +01:00
TrueCharts-Bot cd06a8c4f4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:52:37 +00:00
TrueCharts BotandGitHub b439c2450f Merge pull request #6088 from truecharts/renovate/tccr.io-truecharts-rdesktop-alpine-openbox-latest 2023-01-07 18:52:37 +01:00
TrueCharts BotandGitHub 2da91259de Merge pull request #6089 from truecharts/renovate/tccr.io-truecharts-rdesktop-arch-i3-latest 2023-01-07 18:52:34 +01:00
TrueCharts BotandGitHub eb7ca164bf Merge pull request #6087 from truecharts/renovate/tccr.io-truecharts-rdesktop-alpine-mate-latest 2023-01-07 18:51:22 +01:00
TrueCharts BotandGitHub 2cf2f3fac5 Merge pull request #6086 from truecharts/renovate/tccr.io-truecharts-rdesktop-alpine-kde-latest 2023-01-07 18:51:20 +01:00
TrueCharts BotandGitHub 4d38884f5d Merge pull request #6085 from truecharts/renovate/tccr.io-truecharts-rdesktop-alpine-icewm-latest 2023-01-07 18:51:18 +01:00
TrueCharts BotandGitHub 3ffb7a45a6 Merge pull request #6083 from truecharts/renovate/tccr.io-truecharts-rdesktop-latest 2023-01-07 18:50:45 +01:00
TrueCharts BotandGitHub 70ac83bd16 Merge pull request #6090 from truecharts/renovate/tccr.io-truecharts-rdesktop-arch-icewm-latest 2023-01-07 18:50:14 +01:00
Stavros KoisandGitHub 6c92fb5b59 repo 2023-01-07 19:45:32 +02:00
TrueCharts BotandGitHub 48f211d9de chore(deps): update actions/checkout action to v3.3.0 (#6122) 2023-01-07 19:43:40 +02:00
TrueCharts BotandGitHub 99a194f4ce chore(deps): update helm/chart-releaser-action action to v1.5.0 (#6133) 2023-01-07 19:43:15 +02:00
TrueCharts BotandGitHub fa997772ca chore(deps): update renovatebot/github-action action to v34.92.0 (#6134) 2023-01-07 19:42:53 +02:00
TrueCharts-Bot 677ed9a252 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 18:33:54 +01:00
TrueCharts-Admin 61e91dc2fa chore(deps): update container image tccr.io/truecharts/redis to 7.0.7 2023-01-07 18:33:54 +01:00
TrueCharts BotandGitHub e2d98b1d74 chore(deps): update dawidd6/action-download-artifact action to v2.24.3 (#6120) 2023-01-07 19:32:53 +02:00
0f6666db5d chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1 (#6034)
* chore(deps): update container image tccr.io/truecharts/habridge to v5.4.1

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

* rofs

* varrun

* revert

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 19:32:37 +02:00
TrueCharts-Bot dfbc607fe5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 18:32:04 +01:00
TrueCharts-Admin bdc2ed86cc chore(deps): update container image tccr.io/truecharts/pidgin to 2.14.9 2023-01-07 18:32:04 +01:00
TrueCharts-Bot 57bbf63285 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:16:25 +00:00
TrueCharts-Bot 5cb8f03532 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:15:58 +00:00
TrueCharts-Bot 93685ef4a5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:15:50 +00:00
TrueCharts-Bot 2e730edaf3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:15:13 +00:00
TrueCharts-Bot 9a1801bd72 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:13:03 +00:00
TrueCharts-Bot 8cfa7c8de2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:11:45 +00:00
TrueCharts-Bot 8597cb5df5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:10:04 +00:00
TrueCharts-Bot b52fe70ba0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:09:24 +00:00
TrueCharts-Bot 5817e0f8bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:09:16 +00:00
TrueCharts-Bot e56699cc0b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:08:54 +00:00
TrueCharts-Bot c72b564ea1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:08:28 +00:00
TrueCharts-Bot 09ff9a1180 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:07:43 +00:00
TrueCharts-Bot 80f824d6d2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:07:23 +00:00
TrueCharts-Bot 600ca27c0b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:07:19 +00:00
TrueCharts-Bot 508ebe06d4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:06:56 +00:00
TrueCharts-Bot 42018b3abc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:06:24 +00:00
TrueCharts-Bot 1428bd11b3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:06:20 +00:00
TrueCharts-Bot b7429057c3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:06:16 +00:00
TrueCharts-Bot d0a75582b3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:05:57 +00:00
TrueCharts-Bot b4a24fb3db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:05:50 +00:00
TrueCharts-Bot 4572330f1f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:05:50 +00:00
TrueCharts-Bot 75469fbce8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:05:08 +00:00
TrueCharts-Bot 119edbef27 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:04:50 +00:00
TrueCharts-Bot 51f78690c7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:04:46 +00:00
TrueCharts-Bot 75c4c37bb1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:04:31 +00:00
TrueCharts-Bot 2083e4779f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:04:26 +00:00
TrueCharts-Bot ab2cf842dc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:04:21 +00:00
TrueCharts-Bot de6033e117 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:03:19 +00:00
TrueCharts-Admin df66740a9e chore(deps): update container image tccr.io/truecharts/jupyter-pyspark to v2023-01 2023-01-07 17:02:55 +00:00
TrueCharts-Admin 1b5c334737 chore(deps): update container image tccr.io/truecharts/jupyter-minimal to v2023-01 2023-01-07 17:02:49 +00:00
TrueCharts-Bot 5dcca0f268 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:02:47 +00:00
TrueCharts-Bot 46fe41e0e7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:02:37 +00:00
TrueCharts-Admin 0e2a7f0bf1 chore(deps): update container image tccr.io/truecharts/jupyter-all-spark to v2023-01 2023-01-07 17:02:31 +00:00
TrueCharts-Bot fdd41ba9e9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:02:22 +00:00
TrueCharts-Bot 164809525f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:02:13 +00:00
TrueCharts-Bot 9935f70a38 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:02:08 +00:00
TrueCharts-Admin fdc477bd8c chore(deps): update container image tccr.io/truecharts/ombi to v4.35.1 2023-01-07 17:02:00 +00:00
TrueCharts-Bot 9eaa42a94b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:01:59 +00:00
TrueCharts-Admin 356611468f chore(deps): update container image tccr.io/truecharts/jupyter-tensorflow to v2022-12 2023-01-07 17:01:54 +00:00
TrueCharts-Bot 051e6389bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:01:49 +00:00
TrueCharts-Bot e0d7cd2eb2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:01:47 +00:00
TrueCharts-Admin ab49c46e5a chore(deps): update container image tccr.io/truecharts/jupyter-r to v2022-12 2023-01-07 17:01:41 +00:00
TrueCharts-Bot fee49a443d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:01:35 +00:00
TrueCharts-Bot 3cb054e56a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:01:26 +00:00
TrueCharts-Admin 8f97d59c12 chore(deps): update container image tccr.io/truecharts/jupyter-datascience to v2022-12 2023-01-07 17:01:23 +00:00
TrueCharts-Bot 14a3cbad60 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:01:22 +00:00
TrueCharts-Bot af96ac4d7f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:01:18 +00:00
TrueCharts-Admin 2f650eff4e chore(deps): update container image tccr.io/truecharts/jupyter-base to v2022-12 2023-01-07 17:01:17 +00:00
TrueCharts-Bot ff4335c46e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:01:14 +00:00
TrueCharts-Bot 716f9b25c1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:01:09 +00:00
TrueCharts-Bot 4ab922765d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:01:04 +00:00
TrueCharts-Admin 4af7b46035 chore(deps): update container image jenkins/jenkins to v2.385 2023-01-07 17:00:59 +00:00
TrueCharts-Bot 21f7d71507 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:00:56 +00:00
TrueCharts-Bot a8a8f479d2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:00:47 +00:00
TrueCharts-Admin 1397f31a33 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.0.1.2220 2023-01-07 17:00:23 +00:00
TrueCharts-Bot b8b51dc53f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:00:16 +00:00
TrueCharts-Admin ec6e914ebe chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.4.6.0 2023-01-07 17:00:16 +00:00
TrueCharts-Bot fbe3bcec31 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:00:12 +00:00
TrueCharts-Admin 692b345ec3 chore(deps): update container image tccr.io/truecharts/wordpress to 6.1.1 2023-01-07 17:00:10 +00:00
TrueCharts-Admin a60a4aa3ff chore(deps): update container image tccr.io/truecharts/webp-server to latest 2023-01-07 17:00:03 +00:00
TrueCharts-Bot 4ba0c440d9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 16:59:57 +00:00
TrueCharts-Bot 5ecafa6eff Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 16:59:56 +00:00
TrueCharts-Admin 4d3898bff7 chore(deps): update container image tccr.io/truecharts/vertex to vstable 2023-01-07 16:59:52 +00:00
TrueCharts-Admin 5a6f1ad192 chore(deps): update container image tccr.io/truecharts/universal-media-server to latest 2023-01-07 16:59:47 +00:00
TrueCharts-Admin af147390ba chore(deps): update container image tccr.io/truecharts/twonky-server to latest 2023-01-07 16:59:40 +00:00
TrueCharts-Admin 5e6d60640a chore(deps): update container image tccr.io/truecharts/tvheadend to latest 2023-01-07 16:59:35 +00:00
TrueCharts-Admin 9e3df57740 chore(deps): update container image tccr.io/truecharts/tracks to latest 2023-01-07 16:59:23 +00:00
TrueCharts-Admin 8eacf54fa4 chore(deps): update container image tccr.io/truecharts/tasmocompiler to latest 2023-01-07 16:59:16 +00:00
TrueCharts-Admin 60dc6ec520 chore(deps): update container image tccr.io/truecharts/solr to 9.1.0 2023-01-07 16:59:10 +00:00
TrueCharts-Admin 1387dacc09 chore(deps): update container image tccr.io/truecharts/sickchill to 2022.10.13 2023-01-07 16:59:05 +00:00
TrueCharts-Admin 3e46fc3f9d chore(deps): update container image tccr.io/truecharts/shoko-server to vdaily 2023-01-07 16:58:58 +00:00
TrueCharts-Admin a7fbcc0d3a chore(deps): update container image tccr.io/truecharts/searxng to latest 2023-01-07 16:58:48 +00:00
TrueCharts-Admin 5990a0004f chore(deps): update container image tccr.io/truecharts/rsshub to latest 2023-01-07 16:58:42 +00:00
TrueCharts-Admin cedf7b4119 chore(deps): update container image tccr.io/truecharts/rsnapshot to 1.4.4 2023-01-07 16:58:36 +00:00
TrueCharts-Admin cf0d3c54a9 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-01-07 16:58:30 +00:00
TrueCharts-Admin 25e75fd883 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-xfce to latest 2023-01-07 16:58:18 +00:00
TrueCharts-Admin c8941e00f1 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-openbox to latest 2023-01-07 16:58:12 +00:00
TrueCharts-Admin 06b3a8114b chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-mate to latest 2023-01-07 16:58:06 +00:00
TrueCharts-Admin 41784ab13e chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-kde to latest 2023-01-07 16:58:00 +00:00
TrueCharts-Admin d8e463aa9a chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-icewm to latest 2023-01-07 16:57:54 +00:00
TrueCharts-Admin 6a8dc808aa chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-i3 to latest 2023-01-07 16:57:48 +00:00
TrueCharts-Admin 9f4cd8f08f chore(deps): update container image tccr.io/truecharts/rdesktop-arch-xfce to latest 2023-01-07 16:57:42 +00:00
TrueCharts-Admin 379895ceb0 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-openbox to latest 2023-01-07 16:57:34 +00:00
TrueCharts-Admin e54e1df049 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-mate to latest 2023-01-07 16:57:28 +00:00
TrueCharts-Admin 3df836b206 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-kde to latest 2023-01-07 16:57:22 +00:00
TrueCharts-Admin 477faba18a chore(deps): update container image tccr.io/truecharts/rdesktop-arch-icewm to latest 2023-01-07 16:57:16 +00:00
TrueCharts-Admin c961a3ab52 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest 2023-01-07 16:57:09 +00:00
TrueCharts-Admin 800d0f766a chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-openbox to latest 2023-01-07 16:57:03 +00:00
TrueCharts-Admin ee78db40aa chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-mate to latest 2023-01-07 16:56:57 +00:00
TrueCharts-Admin cc46831e25 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-kde to latest 2023-01-07 16:56:51 +00:00
TrueCharts-Admin 9857594154 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-icewm to latest 2023-01-07 16:56:45 +00:00
TrueCharts-Admin bbb8e20994 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest 2023-01-07 16:56:39 +00:00
TrueCharts-Admin 4185d2cc69 chore(deps): update container image tccr.io/truecharts/rdesktop to latest 2023-01-07 16:56:33 +00:00
TrueCharts-Admin a9b82f7339 chore(deps): update container image tccr.io/truecharts/raneto to latest 2023-01-07 16:56:27 +00:00
TrueCharts-Admin b7f041abaf chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-01-07 16:56:15 +00:00
TrueCharts-Admin 9c651c405a chore(deps): update container image tccr.io/truecharts/prometheus to 2.41.0 2023-01-07 16:56:09 +00:00
TrueCharts-Admin 32934a841e chore(deps): update container image tccr.io/truecharts/postgresql to 14.6.0 2023-01-07 16:56:03 +00:00
TrueCharts-Admin e4763dbef5 chore(deps): update container image tccr.io/truecharts/plextraktsync to latest 2023-01-07 16:55:57 +00:00
TrueCharts-Bot 96633d2dd2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:54:25 +01:00
TrueCharts-Admin 94d982a3b0 chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-01-07 17:54:25 +01:00
TrueCharts-Bot cfa9b3faa0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:34:31 +01:00
TrueCharts-Admin 9e895954d7 chore(deps): update container image tccr.io/truecharts/openspeedtest to latest 2023-01-07 17:34:31 +01:00
f8396f944b chore(deps): update container image tccr.io/truecharts/filezilla to 3.59.0 (#6029)
* chore(deps): update container image tccr.io/truecharts/filezilla to 3.59.0

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 18:34:29 +02:00
fdcb7f69cb chore(deps): update container image tccr.io/truecharts/darktable to 3.8.1 (#6023)
* chore(deps): update container image tccr.io/truecharts/darktable to 3.8.1

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 18:34:13 +02:00
9dad2b5a53 chore(deps): update container image tccr.io/truecharts/firefox to 101.0.1 (#6030)
* chore(deps): update container image tccr.io/truecharts/firefox to 101.0.1

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 18:33:28 +02:00
TrueCharts-Bot 7d724660b0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:31:55 +01:00
TrueCharts-Admin ab6cb57fed chore(deps): update container image tccr.io/truecharts/home-assistant to v2022.12.9 2023-01-07 17:31:55 +01:00
2a18fa8d6e chore(deps): update container image tccr.io/truecharts/libreoffice to 7.2.7 (#6050)
* chore(deps): update container image tccr.io/truecharts/libreoffice to 7.2.7

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 18:30:07 +02:00
TrueCharts-Bot ff99664747 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:17:08 +01:00
TrueCharts-Admin a647e85d01 chore(deps): update container image tccr.io/truecharts/ghost to v5.26.4 2023-01-07 17:17:08 +01:00
TrueCharts-Bot eb09f7771d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 17:15:07 +01:00
TrueCharts-Admin 7d5dcaec9a chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v5.7.18 2023-01-07 17:15:07 +01:00
8a512b2c6f chore(deps): update container image tccr.io/truecharts/koel to latest (#6047)
* chore(deps): update container image tccr.io/truecharts/koel to latest

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 17:56:21 +02:00
4046529216 chore(deps): update container image tccr.io/truecharts/obs-ndi to latest (#6063)
* chore(deps): update container image tccr.io/truecharts/obs-ndi to latest

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 17:56:08 +02:00
fdb95caddd chore(deps): update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 (#6052)
* chore(deps): update container image tccr.io/truecharts/logitechmediaserver to 8.4.0

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 17:56:00 +02:00
9a3a35166e chore(deps): update container image tccr.io/truecharts/impostor-server-nightly to vnightly (#6037)
* chore(deps): update container image tccr.io/truecharts/impostor-server-nightly to vnightly

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 17:55:51 +02:00
TrueCharts BotandGitHub c2082d68bd Merge pull request #6043 from truecharts/renovate/tccr.io-truecharts-jupyter-r-v2022-09 2023-01-07 16:55:44 +01:00
bed2429732 chore(deps): update container image tccr.io/truecharts/icloudpd to latest (#6036)
* chore(deps): update container image tccr.io/truecharts/icloudpd to latest

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 17:55:37 +02:00
d26c05c7f5 chore(deps): update container image tccr.io/truecharts/docker-in-docker to 20.10.22 (#6025)
* chore(deps): update container image tccr.io/truecharts/docker-in-docker to 20.10.22

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 17:55:29 +02:00
7d8607ecec chore(deps): update container image tccr.io/truecharts/cups-server to latest (#6020)
* chore(deps): update container image tccr.io/truecharts/cups-server to latest

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <[email protected]>

Signed-off-by: TrueCharts-Bot <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
2023-01-07 17:55:21 +02:00
TrueCharts-Bot df6697b03a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 15:34:26 +00:00
TrueCharts-Admin e70c075408 chore(deps): update container image tccr.io/truecharts/authentik-proxy to v2022.12.2 2023-01-07 16:31:47 +01:00
Stavros KoisandGitHub 75a3505a19 Merge branch 'master' into renovate/tccr.io-truecharts-jupyter-r-v2022-09 2023-01-07 17:30:27 +02:00
TrueCharts BotandGitHub c8629182db chore(deps): update actions/upload-artifact digest to 0b7f8ab (#6007) 2023-01-07 17:29:56 +02:00
TrueCharts BotandGitHub 296995ae90 chore(deps): update actions/checkout digest to ac59398 (#6006) 2023-01-07 17:29:51 +02:00
TrueCharts-Bot 116c6c3c72 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 16:29:35 +01:00
TrueCharts-Admin 1bc41f7037 chore(deps): update container image tccr.io/truecharts/authentik-ldap to v2022.12.2 2023-01-07 16:29:35 +01:00
TrueCharts BotandGitHub af72de6322 Merge pull request #6056 from truecharts/renovate/tccr.io-truecharts-minecraft-java11-latest 2023-01-07 15:33:05 +01:00
TrueCharts BotandGitHub 0cc795388f Merge pull request #6057 from truecharts/renovate/tccr.io-truecharts-minecraft-java8-openj9-latest 2023-01-07 15:32:10 +01:00
TrueCharts-Bot 31e7484085 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 15:31:37 +01:00
TrueCharts-Admin 6f3c41e0b6 chore(deps): update container image tailscale/tailscale to v1.34.2 2023-01-07 15:31:37 +01:00
TrueCharts-Bot e154a4d88c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 15:28:15 +01:00
TrueCharts-Admin 2ee3dd0ae1 chore(deps): update container image tccr.io/truecharts/sftpgo to latest 2023-01-07 15:28:15 +01:00
TrueCharts BotandGitHub 866d18cd4e Merge pull request #6062 from truecharts/renovate/tccr.io-truecharts-neko-firefox-latest 2023-01-07 15:25:43 +01:00
TrueCharts BotandGitHub ed3a31feff Merge pull request #6054 from truecharts/renovate/tccr.io-truecharts-matomo-4.13.0 2023-01-07 15:22:21 +01:00
TrueCharts BotandGitHub d291fd2fbe Merge pull request #6059 from truecharts/renovate/tccr.io-truecharts-monica-v3.7.0 2023-01-07 15:22:18 +01:00
TrueCharts BotandGitHub 6dbe8506be Merge pull request #6038 from truecharts/renovate/tccr.io-truecharts-invidious-latest 2023-01-07 15:14:12 +01:00
TrueCharts BotandGitHub 04cf527825 Merge pull request #6046 from truecharts/renovate/tccr.io-truecharts-kdenlive-latest 2023-01-07 15:12:20 +01:00
TrueCharts BotandGitHub ed5fd3a4c8 Merge pull request #6049 from truecharts/renovate/tccr.io-truecharts-libremdb-latest 2023-01-07 15:12:16 +01:00
TrueCharts BotandGitHub c41d2ce0e0 Merge pull request #6061 from truecharts/renovate/tccr.io-truecharts-mysql-workbench-8.0.31 2023-01-07 15:11:06 +01:00
TrueCharts BotandGitHub fe7a6915c5 Merge pull request #6053 from truecharts/renovate/tccr.io-truecharts-mariadb-10.10.2 2023-01-07 15:10:01 +01:00
TrueCharts BotandGitHub fc0043c833 Merge pull request #6058 from truecharts/renovate/tccr.io-truecharts-mongodb-6.0.3 2023-01-07 15:09:46 +01:00
TrueCharts BotandGitHub f6fb5875eb Merge pull request #6044 from truecharts/renovate/tccr.io-truecharts-jupyter-scipy-v2022-09 2023-01-07 15:09:20 +01:00
TrueCharts BotandGitHub e81725d1d2 Merge pull request #6060 from truecharts/renovate/tccr.io-truecharts-mylar3-0.7.0 2023-01-07 15:08:44 +01:00
TrueCharts BotandGitHub 935add9247 Merge pull request #6022 from truecharts/renovate/tccr.io-truecharts-cyberchef-9.55.0 2023-01-07 15:08:38 +01:00
TrueCharts BotandGitHub bceb278b9a Merge pull request #6042 from truecharts/renovate/tccr.io-truecharts-jupyter-pyspark-v2022-09 2023-01-07 15:08:17 +01:00
TrueCharts BotandGitHub e21990acc7 Merge pull request #6048 from truecharts/renovate/tccr.io-truecharts-lazylibrarian-latest 2023-01-07 15:08:11 +01:00
TrueCharts BotandGitHub ae87b22f7e Merge pull request #6055 from truecharts/renovate/tccr.io-truecharts-memcached-1.6.17 2023-01-07 15:08:07 +01:00
TrueCharts BotandGitHub 6fb1322d65 Merge pull request #6064 from truecharts/renovate/tccr.io-truecharts-observium-latest 2023-01-07 15:07:58 +01:00
TrueCharts BotandGitHub 28aa45fae1 Merge pull request #6045 from truecharts/renovate/tccr.io-truecharts-jupyter-tensorflow-v2022-09 2023-01-07 15:07:45 +01:00
TrueCharts BotandGitHub d8fe7c802e Merge pull request #6024 from truecharts/renovate/tccr.io-truecharts-dns-doh-companion-latest 2023-01-07 15:07:22 +01:00
TrueCharts BotandGitHub 6a23eb5df6 Merge pull request #6033 from truecharts/renovate/tccr.io-truecharts-grocy-3.3.2 2023-01-07 15:07:17 +01:00
TrueCharts BotandGitHub d8a7c58b58 Merge pull request #6041 from truecharts/renovate/tccr.io-truecharts-jupyter-minimal-v2022-09 2023-01-07 15:07:07 +01:00
TrueCharts BotandGitHub a8351feaa4 Merge pull request #6039 from truecharts/renovate/tccr.io-truecharts-jupyter-all-spark-v2022-09 2023-01-07 15:07:05 +01:00
TrueCharts BotandGitHub a145c27c7f Merge pull request #6021 from truecharts/renovate/tccr.io-truecharts-cura-novnc-latest 2023-01-07 15:05:43 +01:00
TrueCharts BotandGitHub 8db81457da Merge pull request #6028 from truecharts/renovate/tccr.io-truecharts-farmos-latest 2023-01-07 15:05:27 +01:00
TrueCharts BotandGitHub b52865eb97 Merge pull request #6032 from truecharts/renovate/tccr.io-truecharts-grafana-9.3.2 2023-01-07 15:05:12 +01:00
TrueCharts BotandGitHub 47fc57b0c6 Merge pull request #6010 from truecharts/renovate/tccr.io-truecharts-babybuddy-1.13.2 2023-01-07 15:05:06 +01:00
TrueCharts BotandGitHub f8c478fa63 Merge pull request #6011 from truecharts/renovate/tccr.io-truecharts-blender-latest 2023-01-07 15:04:55 +01:00
TrueCharts BotandGitHub d2a148c973 Merge pull request #6019 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-01-07 15:04:54 +01:00
TrueCharts BotandGitHub 904305aef7 Merge pull request #6026 from truecharts/renovate/tccr.io-truecharts-dokuwiki-20220731.1.0 2023-01-07 15:04:50 +01:00
TrueCharts BotandGitHub 98ae4fab16 Merge pull request #6051 from truecharts/renovate/tccr.io-truecharts-littlelink-server-latest 2023-01-07 15:04:43 +01:00
TrueCharts BotandGitHub 96b9b8e2fc Merge pull request #6015 from truecharts/renovate/tccr.io-truecharts-calibre-6.10.0 2023-01-07 15:04:32 +01:00
TrueCharts BotandGitHub a487f8142a Merge pull request #6013 from truecharts/renovate/tccr.io-truecharts-booksonic-air-v2201.1.0 2023-01-07 15:04:30 +01:00
TrueCharts BotandGitHub a6d57116d4 Merge pull request #6027 from truecharts/renovate/tccr.io-truecharts-duckdns-latest 2023-01-07 15:04:27 +01:00
TrueCharts BotandGitHub af4fc1f6b2 Merge pull request #6012 from truecharts/renovate/tccr.io-truecharts-boinc-latest 2023-01-07 15:04:25 +01:00
TrueCharts BotandGitHub d401839bd0 Merge pull request #6035 from truecharts/renovate/tccr.io-truecharts-hedgedoc-1.9.6 2023-01-07 15:04:17 +01:00
TrueCharts BotandGitHub 5789fc168a Merge pull request #6009 from truecharts/renovate/tccr.io-truecharts-alertmanager-0.25.0 2023-01-07 15:04:11 +01:00
TrueCharts BotandGitHub d8c7961d7c Merge pull request #6018 from truecharts/renovate/tccr.io-truecharts-cops-latest 2023-01-07 15:04:09 +01:00
TrueCharts BotandGitHub a00333e7e4 Merge pull request #6031 from truecharts/renovate/tccr.io-truecharts-googlephotossync-latest 2023-01-07 15:03:13 +01:00
TrueCharts BotandGitHub 7542ae83ed Merge pull request #6017 from truecharts/renovate/tccr.io-truecharts-cloudbeaver-latest 2023-01-07 15:02:10 +01:00
TrueCharts BotandGitHub 68bad5b022 Merge pull request #6016 from truecharts/renovate/tccr.io-truecharts-calibre-web-0.6.19 2023-01-07 15:02:08 +01:00
TrueCharts BotandGitHub 2d4f30718e Merge pull request #6040 from truecharts/renovate/tccr.io-truecharts-jupyter-datascience-v2022-09 2023-01-07 15:02:05 +01:00
TrueCharts-Bot bc498c38a1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:17:09 +00:00
TrueCharts-Bot c3daef46cd Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:16:24 +00:00
TrueCharts-Bot d4efa3861f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:16:22 +00:00
TrueCharts-Bot c2c515da55 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:15:01 +00:00
TrueCharts-Bot f3724096f9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:14:19 +00:00
TrueCharts-Bot 9741cc0195 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:13:00 +00:00
TrueCharts-Bot ecb44ea7a2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:11:51 +00:00
TrueCharts-Bot 3b248efa8a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:10:55 +00:00
TrueCharts-Bot edd1ee5562 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:10:11 +00:00
TrueCharts-Bot 662c123893 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:09:55 +00:00
TrueCharts-Bot 3e71762afa Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:09:50 +00:00
TrueCharts-Bot 63a5df5d34 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:09:30 +00:00
TrueCharts-Bot a2bc7af883 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:08:56 +00:00
TrueCharts-Bot 79eb60b21c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:08:55 +00:00
TrueCharts-Bot cd93b02a7a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:08:26 +00:00
TrueCharts-Bot 7fce738ed2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:08:22 +00:00
TrueCharts-Bot 05be4c3fc8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:07:25 +00:00
TrueCharts-Bot 7c34d9c080 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:07:15 +00:00
TrueCharts-Bot de64e56e8e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:07:13 +00:00
TrueCharts-Bot 4d7289ceae Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:07:08 +00:00
TrueCharts-Bot 8852b6a467 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:06:57 +00:00
TrueCharts-Bot f638174792 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:06:53 +00:00
TrueCharts-Bot 589c64ca63 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:06:53 +00:00
TrueCharts-Bot 16bc51a980 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:06:22 +00:00
TrueCharts-Bot 61aac868bc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:06:02 +00:00
TrueCharts-Bot 2e488ecc7e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:05:22 +00:00
TrueCharts-Bot dd9a3f4a76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:05:19 +00:00
TrueCharts-Bot fa11d52732 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:05:04 +00:00
TrueCharts-Bot 64e0417297 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:04:36 +00:00
TrueCharts-Bot 7f3d6ef3a1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:04:16 +00:00
TrueCharts-Bot ae06c630fb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:03:47 +00:00
TrueCharts-Bot 89cad535ef Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:03:37 +00:00
TrueCharts-Bot caaa7f6e37 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:03:21 +00:00
TrueCharts-Bot 7aecbc3a38 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:03:17 +00:00
TrueCharts-Admin eb9dcfc92f chore(deps): update container image tccr.io/truecharts/observium to latest 2023-01-07 13:03:11 +00:00
TrueCharts-Admin 30a503b36b chore(deps): update container image tccr.io/truecharts/neko-firefox to latest 2023-01-07 13:02:57 +00:00
TrueCharts-Admin 61c0aa4aa0 chore(deps): update container image tccr.io/truecharts/mysql-workbench to 8.0.31 2023-01-07 13:02:52 +00:00
TrueCharts-Admin 1a04ead4af chore(deps): update container image tccr.io/truecharts/mylar3 to 0.7.0 2023-01-07 13:02:45 +00:00
TrueCharts-Bot dc7bf53b55 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:02:43 +00:00
TrueCharts-Admin b26dd19abb chore(deps): update container image tccr.io/truecharts/monica to v3.7.0 2023-01-07 13:02:39 +00:00
TrueCharts-Bot 6ffd26ef24 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:02:36 +00:00
TrueCharts-Admin 05f150bba1 chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.3 2023-01-07 13:02:33 +00:00
TrueCharts-Bot 7a91f86802 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:02:31 +00:00
TrueCharts-Admin 0b1d61711b chore(deps): update container image tccr.io/truecharts/minecraft-java8-openj9 to latest 2023-01-07 13:02:27 +00:00
TrueCharts-Admin 67801723de chore(deps): update container image tccr.io/truecharts/minecraft-java11 to latest 2023-01-07 13:02:20 +00:00
TrueCharts-Bot f004f231c0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:02:17 +00:00
TrueCharts-Admin f054cc931d chore(deps): update container image tccr.io/truecharts/memcached to 1.6.17 2023-01-07 13:02:13 +00:00
TrueCharts-Bot 5a7c8fe084 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:02:11 +00:00
TrueCharts-Admin fde6587e3a chore(deps): update container image tccr.io/truecharts/matomo to 4.13.0 2023-01-07 13:02:06 +00:00
TrueCharts-Admin b03302e079 chore(deps): update container image tccr.io/truecharts/mariadb to 10.10.2 2023-01-07 13:01:59 +00:00
TrueCharts-Bot f089103dbe Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:01:58 +00:00
TrueCharts-Bot e1314b33db Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:01:55 +00:00
TrueCharts-Bot decd4c5f10 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:01:53 +00:00
TrueCharts-Admin 18a421bd3f chore(deps): update container image tccr.io/truecharts/littlelink-server to latest 2023-01-07 13:01:47 +00:00
TrueCharts-Bot 72d464972c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <[email protected]>
2023-01-07 13:01:40 +00:00
TrueCharts-Admin 16a7f73dbe chore(deps): update container image tccr.io/truecharts/libremdb to latest 2023-01-07 13:01:34 +00:00
TrueCharts-Admin aeb6160759 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-01-07 13:01:28 +00:00
TrueCharts-Admin 5888e99327 chore(deps): update container image tccr.io/truecharts/kdenlive to latest 2023-01-07 13:01:16 +00:00
TrueCharts-Admin a0987747f3 chore(deps): update container image tccr.io/truecharts/jupyter-tensorflow to v 2023-01-07 13:01:10 +00:00
TrueCharts-Admin ccfd8b01ff chore(deps): update container image tccr.io/truecharts/jupyter-scipy to v 2023-01-07 13:01:04 +00:00
TrueCharts-Admin c43ec76601 chore(deps): update container image tccr.io/truecharts/jupyter-r to v 2023-01-07 13:00:57 +00:00
TrueCharts-Admin fc7d5aaae6 chore(deps): update container image tccr.io/truecharts/jupyter-pyspark to v 2023-01-07 13:00:52 +00:00
TrueCharts-Admin 9f605d2ad6 chore(deps): update container image tccr.io/truecharts/jupyter-minimal to v 2023-01-07 13:00:46 +00:00
TrueCharts-Admin 45ae05f17f chore(deps): update container image tccr.io/truecharts/jupyter-datascience to v 2023-01-07 13:00:40 +00:00
TrueCharts-Admin 98a06d15b4 chore(deps): update container image tccr.io/truecharts/jupyter-all-spark to v 2023-01-07 13:00:34 +00:00
TrueCharts-Admin 713802875b chore(deps): update container image tccr.io/truecharts/invidious to latest 2023-01-07 13:00:28 +00:00
TrueCharts-Admin 65ae9d0ca4 chore(deps): update container image tccr.io/truecharts/hedgedoc to 1.9.6 2023-01-07 13:00:08 +00:00
TrueCharts-Admin 8ddc3b247f chore(deps): update container image tccr.io/truecharts/grocy to 3.3.2 2023-01-07 12:59:54 +00:00
TrueCharts-Admin 72f53b226b chore(deps): update container image tccr.io/truecharts/grafana to 9.3.2 2023-01-07 12:59:48 +00:00
TrueCharts-Admin 9857aecd56 chore(deps): update container image tccr.io/truecharts/googlephotossync to latest 2023-01-07 12:59:41 +00:00
TrueCharts-Admin 2325313576 chore(deps): update container image tccr.io/truecharts/farmos to latest 2023-01-07 12:59:23 +00:00
TrueCharts-Admin 632fca8103 chore(deps): update container image tccr.io/truecharts/duckdns to latest 2023-01-07 12:59:16 +00:00
TrueCharts-Admin 39a80f69eb chore(deps): update container image tccr.io/truecharts/dokuwiki to 20220731.1.0 2023-01-07 12:59:10 +00:00
TrueCharts-Admin 245eb05da3 chore(deps): update container image tccr.io/truecharts/dns-doh-companion to latest 2023-01-07 12:58:58 +00:00
TrueCharts-Admin 951475e075 chore(deps): update container image tccr.io/truecharts/cyberchef to 9.55.0 2023-01-07 12:58:45 +00:00
TrueCharts-Admin 9c231dbd96 chore(deps): update container image tccr.io/truecharts/cura-novnc to latest 2023-01-07 12:58:39 +00:00
TrueCharts-Admin 6d49e9e127 chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-01-07 12:58:26 +00:00
TrueCharts-Admin 6dde312aed chore(deps): update container image tccr.io/truecharts/cops to latest 2023-01-07 12:58:20 +00:00
TrueCharts-Admin bf0aa813b6 chore(deps): update container image tccr.io/truecharts/cloudbeaver to latest 2023-01-07 12:58:14 +00:00
TrueCharts-Admin e994aa292b chore(deps): update container image tccr.io/truecharts/calibre-web to 0.6.19 2023-01-07 12:58:07 +00:00
TrueCharts-Admin 5690f270a2 chore(deps): update container image tccr.io/truecharts/calibre to 6.10.0 2023-01-07 12:58:01 +00:00
TrueCharts-Admin 84c933783d chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 2023-01-07 12:57:49 +00:00
TrueCharts-Admin 6c561e4b80 chore(deps): update container image tccr.io/truecharts/boinc to latest 2023-01-07 12:57:43 +00:00
TrueCharts-Admin 5618de7c6d chore(deps): update container image tccr.io/truecharts/blender to latest 2023-01-07 12:57:37 +00:00
TrueCharts-Admin 5cc520c559 chore(deps): update container image tccr.io/truecharts/babybuddy to 1.13.2 2023-01-07 12:57:31 +00:00
TrueCharts-Admin bd830c25c3 chore(deps): update container image tccr.io/truecharts/alertmanager to 0.25.0 2023-01-07 12:57:24 +00:00
3481 changed files with 59168 additions and 54211 deletions
+72
View File
@@ -1293,6 +1293,78 @@
"contributions": [
"doc"
]
},
{
"login": "rgooler",
"name": "Ryan Gooler",
"avatar_url": "https://avatars.githubusercontent.com/u/1108200?v=4",
"profile": "https://github.com/rgooler",
"contributions": [
"doc"
]
},
{
"login": "robherley",
"name": "Rob Herley",
"avatar_url": "https://avatars.githubusercontent.com/u/16991201?v=4",
"profile": "https://reb.gg",
"contributions": [
"doc"
]
},
{
"login": "oblivioncth",
"name": "Christian Heimlich",
"avatar_url": "https://avatars.githubusercontent.com/u/24661585?v=4",
"profile": "https://github.com/oblivioncth",
"contributions": [
"doc"
]
},
{
"login": "l-moon-git",
"name": "l-moon-git",
"avatar_url": "https://avatars.githubusercontent.com/u/103282929?v=4",
"profile": "https://github.com/l-moon-git",
"contributions": [
"code"
]
},
{
"login": "hughes5",
"name": "hughes5",
"avatar_url": "https://avatars.githubusercontent.com/u/6740468?v=4",
"profile": "https://github.com/hughes5",
"contributions": [
"doc"
]
},
{
"login": "sdimovv",
"name": "sdimovv",
"avatar_url": "https://avatars.githubusercontent.com/u/36302090?v=4",
"profile": "https://github.com/sdimovv",
"contributions": [
"code"
]
},
{
"login": "AllieQpzm",
"name": "AllieQpzm",
"avatar_url": "https://avatars.githubusercontent.com/u/2895565?v=4",
"profile": "https://github.com/AllieQpzm",
"contributions": [
"code"
]
},
{
"login": "dominch",
"name": "Dominik",
"avatar_url": "https://avatars.githubusercontent.com/u/10815109?v=4",
"profile": "http://www.dominik.net.pl",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
+8 -10
View File
@@ -1,11 +1,9 @@
# Default code owners
* @ornias1993
* @truecharts-bot
/charts/stable/ @stavros-k
/charts/incubator/ @stavros-k
/charts/SCALE/ @ornias1993
/charts/core/ @ornias1993
/charts/dependency/ @ornias1993
/charts/enterprise/ @ornias1993
/charts/dev/ @ornias1993
/docs/ @ornias1993 @stavros-k
* @ornias1993
/charts/stable/ @truecharts/stable-maintainers @ornias1993
/charts/incubator/ @truecharts/incubator-maintainers @Ornias1993
/charts/dependency/ @truecharts/enterprise-maintainers @ornias1993
/charts/enterprise/ @truecharts/enterprise-maintainers @ornias1993
/charts/dev/ @ornias1993
/.github/ @truecharts/ci-maintainers @ornias1993
docs/ @truecharts/docs-maintainers @ornias1993
+149 -139
View File
@@ -79,7 +79,7 @@ This ensures freedom and flexibility for everyone involved and makes sure you, t
Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior know-how on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.
For more information on creating SCALE Apps and Helm charts, please check out our [development manual](https://truecharts.org/docs/manual/development/License-headers)
For more information on creating SCALE Apps and Helm charts, please check out our [development manual](https://truecharts.org/manual/development/License-headers)
### Automation and you
@@ -124,7 +124,7 @@ A lot of our work is based on the great effort of others. We would love to exten
## Contributors ✨
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-137-orange.svg?style=for-the-badge)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-145-orange.svg?style=for-the-badge)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -137,181 +137,191 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tbody>
<tr>
<td align="center"><a href="http://schouten-lebbing.nl"><img src="https://avatars.githubusercontent.com/u/7613738?v=4?s=100" width="100px;" alt="Kjeld Schouten-Lebbing"/><br /><sub><b>Kjeld Schouten-Lebbing</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Ornias1993" title="Code">💻</a> <a href="#infra-Ornias1993" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/truecharts/charts/commits?author=Ornias1993" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/pulls?q=is%3Apr+reviewed-by%3AOrnias1993" title="Reviewed Pull Requests">👀</a> <a href="#financial-Ornias1993" title="Financial">💵</a></td>
<td align="center"><a href="http://sqlitebrowser.org"><img src="https://avatars.githubusercontent.com/u/406299?v=4?s=100" width="100px;" alt="Justin Clift"/><br /><sub><b>Justin Clift</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=justinclift" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/whiskerz007"><img src="https://avatars.githubusercontent.com/u/2713522?v=4?s=100" width="100px;" alt="whiskerz007"/><br /><sub><b>whiskerz007</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=whiskerz007" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/stavros-k"><img src="https://avatars.githubusercontent.com/u/47820033?v=4?s=100" width="100px;" alt="Stavros Kois"/><br /><sub><b>Stavros Kois</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=stavros-k" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=stavros-k" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Astavros-k" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/pulls?q=is%3Apr+reviewed-by%3Astavros-k" title="Reviewed Pull Requests">👀</a> <a href="#financial-stavros-k" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/allen-4"><img src="https://avatars.githubusercontent.com/u/65494904?v=4?s=100" width="100px;" alt="allen-4"/><br /><sub><b>allen-4</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=allen-4" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/tprelog"><img src="https://avatars.githubusercontent.com/u/35702532?v=4?s=100" width="100px;" alt="Troy Prelog"/><br /><sub><b>Troy Prelog</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=tprelog" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=tprelog" title="Documentation">📖</a> <a href="#financial-tprelog" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/djs52"><img src="https://avatars.githubusercontent.com/u/1466018?v=4?s=100" width="100px;" alt="Dan Sheridan"/><br /><sub><b>Dan Sheridan</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=djs52" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://schouten-lebbing.nl"><img src="https://avatars.githubusercontent.com/u/7613738?v=4?s=100" width="100px;" alt="Kjeld Schouten-Lebbing"/><br /><sub><b>Kjeld Schouten-Lebbing</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Ornias1993" title="Code">💻</a> <a href="#infra-Ornias1993" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/truecharts/charts/commits?author=Ornias1993" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/pulls?q=is%3Apr+reviewed-by%3AOrnias1993" title="Reviewed Pull Requests">👀</a> <a href="#financial-Ornias1993" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://sqlitebrowser.org"><img src="https://avatars.githubusercontent.com/u/406299?v=4?s=100" width="100px;" alt="Justin Clift"/><br /><sub><b>Justin Clift</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=justinclift" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/whiskerz007"><img src="https://avatars.githubusercontent.com/u/2713522?v=4?s=100" width="100px;" alt="whiskerz007"/><br /><sub><b>whiskerz007</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=whiskerz007" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/stavros-k"><img src="https://avatars.githubusercontent.com/u/47820033?v=4?s=100" width="100px;" alt="Stavros Kois"/><br /><sub><b>Stavros Kois</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=stavros-k" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=stavros-k" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Astavros-k" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/pulls?q=is%3Apr+reviewed-by%3Astavros-k" title="Reviewed Pull Requests">👀</a> <a href="#financial-stavros-k" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/allen-4"><img src="https://avatars.githubusercontent.com/u/65494904?v=4?s=100" width="100px;" alt="allen-4"/><br /><sub><b>allen-4</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=allen-4" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tprelog"><img src="https://avatars.githubusercontent.com/u/35702532?v=4?s=100" width="100px;" alt="Troy Prelog"/><br /><sub><b>Troy Prelog</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=tprelog" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=tprelog" title="Documentation">📖</a> <a href="#financial-tprelog" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djs52"><img src="https://avatars.githubusercontent.com/u/1466018?v=4?s=100" width="100px;" alt="Dan Sheridan"/><br /><sub><b>Dan Sheridan</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=djs52" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://www.cetic.be/Sebastien-Dupont?lang=en"><img src="https://avatars.githubusercontent.com/u/2684865?v=4?s=100" width="100px;" alt="Sebastien Dupont"/><br /><sub><b>Sebastien Dupont</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=banzo" title="Documentation">📖</a> <a href="#financial-banzo" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/angelnu"><img src="https://avatars.githubusercontent.com/u/4406403?v=4?s=100" width="100px;" alt="Vegetto"/><br /><sub><b>Vegetto</b></sub></a><br /><a href="https://github.com/truecharts/charts/pulls?q=is%3Apr+reviewed-by%3Aangelnu" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/ellienieuwdorp"><img src="https://avatars.githubusercontent.com/u/12896549?v=4?s=100" width="100px;" alt="Ellie Nieuwdorp"/><br /><sub><b>Ellie Nieuwdorp</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ellienieuwdorp" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/natewalck"><img src="https://avatars.githubusercontent.com/u/867868?v=4?s=100" width="100px;" alt="Nate Walck"/><br /><sub><b>Nate Walck</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=natewalck" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/warllo54"><img src="https://avatars.githubusercontent.com/u/20650065?v=4?s=100" width="100px;" alt="Lloyd"/><br /><sub><b>Lloyd</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=warllo54" title="Code">💻</a> <a href="#financial-warllo54" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/dwithnall"><img src="https://avatars.githubusercontent.com/u/5699800?v=4?s=100" width="100px;" alt="Dave Withnall"/><br /><sub><b>Dave Withnall</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=dwithnall" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/ksimm1"><img src="https://avatars.githubusercontent.com/u/1334526?v=4?s=100" width="100px;" alt="ksimm1"/><br /><sub><b>ksimm1</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ksimm1" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Aksimm1" title="Bug reports">🐛</a> <a href="#financial-ksimm1" title="Financial">💵</a> <a href="#mentoring-ksimm1" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.cetic.be/Sebastien-Dupont?lang=en"><img src="https://avatars.githubusercontent.com/u/2684865?v=4?s=100" width="100px;" alt="Sebastien Dupont"/><br /><sub><b>Sebastien Dupont</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=banzo" title="Documentation">📖</a> <a href="#financial-banzo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/angelnu"><img src="https://avatars.githubusercontent.com/u/4406403?v=4?s=100" width="100px;" alt="Vegetto"/><br /><sub><b>Vegetto</b></sub></a><br /><a href="https://github.com/truecharts/charts/pulls?q=is%3Apr+reviewed-by%3Aangelnu" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ellienieuwdorp"><img src="https://avatars.githubusercontent.com/u/12896549?v=4?s=100" width="100px;" alt="Ellie Nieuwdorp"/><br /><sub><b>Ellie Nieuwdorp</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ellienieuwdorp" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/natewalck"><img src="https://avatars.githubusercontent.com/u/867868?v=4?s=100" width="100px;" alt="Nate Walck"/><br /><sub><b>Nate Walck</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=natewalck" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/warllo54"><img src="https://avatars.githubusercontent.com/u/20650065?v=4?s=100" width="100px;" alt="Lloyd"/><br /><sub><b>Lloyd</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=warllo54" title="Code">💻</a> <a href="#financial-warllo54" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dwithnall"><img src="https://avatars.githubusercontent.com/u/5699800?v=4?s=100" width="100px;" alt="Dave Withnall"/><br /><sub><b>Dave Withnall</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=dwithnall" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ksimm1"><img src="https://avatars.githubusercontent.com/u/1334526?v=4?s=100" width="100px;" alt="ksimm1"/><br /><sub><b>ksimm1</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ksimm1" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Aksimm1" title="Bug reports">🐛</a> <a href="#financial-ksimm1" title="Financial">💵</a> <a href="#mentoring-ksimm1" title="Mentoring">🧑‍🏫</a></td>
</tr>
<tr>
<td align="center"><a href="http://aaronjohnson.io"><img src="https://avatars.githubusercontent.com/u/1386238?v=4?s=100" width="100px;" alt="Aaron Johnson"/><br /><sub><b>Aaron Johnson</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=acjohnson" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/ralphte"><img src="https://avatars.githubusercontent.com/u/2996680?v=4?s=100" width="100px;" alt="Ralph"/><br /><sub><b>Ralph</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ralphte" title="Code">💻</a></td>
<td align="center"><a href="http://www.abc-groep.be"><img src="https://avatars.githubusercontent.com/u/2351765?v=4?s=100" width="100px;" alt="Joachim Baten"/><br /><sub><b>Joachim Baten</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=joachimbaten" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Ajoachimbaten" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/mxyng"><img src="https://avatars.githubusercontent.com/u/2372640?v=4?s=100" width="100px;" alt="Michael Yang"/><br /><sub><b>Michael Yang</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=mxyng" title="Code">💻</a></td>
<td align="center"><a href="http://cturtle98.com"><img src="https://avatars.githubusercontent.com/u/24465356?v=4?s=100" width="100px;" alt="Ciaran Farley"/><br /><sub><b>Ciaran Farley</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=cTurtle98" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/Heavybullets8"><img src="https://avatars.githubusercontent.com/u/20793231?v=4?s=100" width="100px;" alt="Heavybullets8"/><br /><sub><b>Heavybullets8</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Heavybullets8" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/commits?author=Heavybullets8" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3AHeavybullets8" title="Bug reports">🐛</a> <a href="#video-Heavybullets8" title="Videos">📹</a> <a href="#mentoring-Heavybullets8" title="Mentoring">🧑‍🏫</a> <a href="#financial-Heavybullets8" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/662"><img src="https://avatars.githubusercontent.com/u/13599186?v=4?s=100" width="100px;" alt="662"/><br /><sub><b>662</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=662" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://aaronjohnson.io"><img src="https://avatars.githubusercontent.com/u/1386238?v=4?s=100" width="100px;" alt="Aaron Johnson"/><br /><sub><b>Aaron Johnson</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=acjohnson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ralphte"><img src="https://avatars.githubusercontent.com/u/2996680?v=4?s=100" width="100px;" alt="Ralph"/><br /><sub><b>Ralph</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ralphte" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.abc-groep.be"><img src="https://avatars.githubusercontent.com/u/2351765?v=4?s=100" width="100px;" alt="Joachim Baten"/><br /><sub><b>Joachim Baten</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=joachimbaten" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Ajoachimbaten" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mxyng"><img src="https://avatars.githubusercontent.com/u/2372640?v=4?s=100" width="100px;" alt="Michael Yang"/><br /><sub><b>Michael Yang</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=mxyng" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://cturtle98.com"><img src="https://avatars.githubusercontent.com/u/24465356?v=4?s=100" width="100px;" alt="Ciaran Farley"/><br /><sub><b>Ciaran Farley</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=cTurtle98" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Heavybullets8"><img src="https://avatars.githubusercontent.com/u/20793231?v=4?s=100" width="100px;" alt="Heavybullets8"/><br /><sub><b>Heavybullets8</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Heavybullets8" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/commits?author=Heavybullets8" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3AHeavybullets8" title="Bug reports">🐛</a> <a href="#video-Heavybullets8" title="Videos">📹</a> <a href="#mentoring-Heavybullets8" title="Mentoring">🧑‍🏫</a> <a href="#financial-Heavybullets8" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/662"><img src="https://avatars.githubusercontent.com/u/13599186?v=4?s=100" width="100px;" alt="662"/><br /><sub><b>662</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=662" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/alex171"><img src="https://avatars.githubusercontent.com/u/28484494?v=4?s=100" width="100px;" alt="alex171"/><br /><sub><b>alex171</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=alex171" title="Documentation">📖</a></td>
<td align="center"><a href="https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A"><img src="https://avatars.githubusercontent.com/u/1322205?v=4?s=100" width="100px;" alt="Techno Tim"/><br /><sub><b>Techno Tim</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=timothystewart6" title="Documentation">📖</a></td>
<td align="center"><a href="http://mingyaoliu.com"><img src="https://avatars.githubusercontent.com/u/3460335?v=4?s=100" width="100px;" alt="Mingyao Liu"/><br /><sub><b>Mingyao Liu</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=MingyaoLiu" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3AMingyaoLiu" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/NightShaman"><img src="https://avatars.githubusercontent.com/u/12952292?v=4?s=100" width="100px;" alt="NightShaman"/><br /><sub><b>NightShaman</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=NightShaman" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=NightShaman" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/issues?q=author%3ANightShaman" title="Bug reports">🐛</a> <a href="#financial-NightShaman" title="Financial">💵</a> <a href="#mentoring-NightShaman" title="Mentoring">🧑‍🏫</a></td>
<td align="center"><a href="https://espadav8.co.uk"><img src="https://avatars.githubusercontent.com/u/115825?v=4?s=100" width="100px;" alt="Andrew Smith"/><br /><sub><b>Andrew Smith</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=EspadaV8" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/commits?author=EspadaV8" title="Tests">⚠️</a></td>
<td align="center"><a href="http://xilix.com"><img src="https://avatars.githubusercontent.com/u/2821?v=4?s=100" width="100px;" alt="Bob Klosinski"/><br /><sub><b>Bob Klosinski</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=fluxin" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/sukarn-m"><img src="https://avatars.githubusercontent.com/u/10946339?v=4?s=100" width="100px;" alt="Sukarn"/><br /><sub><b>Sukarn</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=sukarn-m" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=sukarn-m" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/alex171"><img src="https://avatars.githubusercontent.com/u/28484494?v=4?s=100" width="100px;" alt="alex171"/><br /><sub><b>alex171</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=alex171" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A"><img src="https://avatars.githubusercontent.com/u/1322205?v=4?s=100" width="100px;" alt="Techno Tim"/><br /><sub><b>Techno Tim</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=timothystewart6" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://mingyaoliu.com"><img src="https://avatars.githubusercontent.com/u/3460335?v=4?s=100" width="100px;" alt="Mingyao Liu"/><br /><sub><b>Mingyao Liu</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=MingyaoLiu" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3AMingyaoLiu" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NightShaman"><img src="https://avatars.githubusercontent.com/u/12952292?v=4?s=100" width="100px;" alt="NightShaman"/><br /><sub><b>NightShaman</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=NightShaman" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=NightShaman" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/issues?q=author%3ANightShaman" title="Bug reports">🐛</a> <a href="#financial-NightShaman" title="Financial">💵</a> <a href="#mentoring-NightShaman" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://espadav8.co.uk"><img src="https://avatars.githubusercontent.com/u/115825?v=4?s=100" width="100px;" alt="Andrew Smith"/><br /><sub><b>Andrew Smith</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=EspadaV8" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/commits?author=EspadaV8" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://xilix.com"><img src="https://avatars.githubusercontent.com/u/2821?v=4?s=100" width="100px;" alt="Bob Klosinski"/><br /><sub><b>Bob Klosinski</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=fluxin" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sukarn-m"><img src="https://avatars.githubusercontent.com/u/10946339?v=4?s=100" width="100px;" alt="Sukarn"/><br /><sub><b>Sukarn</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=sukarn-m" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=sukarn-m" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/sebsx"><img src="https://avatars.githubusercontent.com/u/735033?v=4?s=100" width="100px;" alt="sebs"/><br /><sub><b>sebs</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=sebsx" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/Dyllan2000alfa"><img src="https://avatars.githubusercontent.com/u/29694020?v=4?s=100" width="100px;" alt="Dyllan Tinoco"/><br /><sub><b>Dyllan Tinoco</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Dyllan2000alfa" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/StevenMcElligott"><img src="https://avatars.githubusercontent.com/u/89483932?v=4?s=100" width="100px;" alt="StevenMcElligott"/><br /><sub><b>StevenMcElligott</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=StevenMcElligott" title="Code">💻</a> <a href="#financial-StevenMcElligott" title="Financial">💵</a> <a href="https://github.com/truecharts/charts/commits?author=StevenMcElligott" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/issues?q=author%3AStevenMcElligott" title="Bug reports">🐛</a> <a href="#mentoring-StevenMcElligott" title="Mentoring">🧑‍🏫</a></td>
<td align="center"><a href="https://github.com/brothergomez"><img src="https://avatars.githubusercontent.com/u/38558969?v=4?s=100" width="100px;" alt="brothergomez"/><br /><sub><b>brothergomez</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=brothergomez" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Abrothergomez" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/Sagit-chu"><img src="https://avatars.githubusercontent.com/u/36596628?v=4?s=100" width="100px;" alt="sagit"/><br /><sub><b>sagit</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Sagit-chu" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3ASagit-chu" title="Bug reports">🐛</a> <a href="#video-Sagit-chu" title="Videos">📹</a> <a href="https://github.com/truecharts/charts/commits?author=Sagit-chu" title="Documentation">📖</a> <a href="#mentoring-Sagit-chu" title="Mentoring">🧑‍🏫</a></td>
<td align="center"><a href="https://zhouyou.info"><img src="https://avatars.githubusercontent.com/u/8481484?v=4?s=100" width="100px;" alt="Nevan Chow"/><br /><sub><b>Nevan Chow</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=zzzhouuu" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/soilheart"><img src="https://avatars.githubusercontent.com/u/9056381?v=4?s=100" width="100px;" alt="Daniel Carlsson"/><br /><sub><b>Daniel Carlsson</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Asoilheart" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sebsx"><img src="https://avatars.githubusercontent.com/u/735033?v=4?s=100" width="100px;" alt="sebs"/><br /><sub><b>sebs</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=sebsx" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dyllan2000alfa"><img src="https://avatars.githubusercontent.com/u/29694020?v=4?s=100" width="100px;" alt="Dyllan Tinoco"/><br /><sub><b>Dyllan Tinoco</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Dyllan2000alfa" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/StevenMcElligott"><img src="https://avatars.githubusercontent.com/u/89483932?v=4?s=100" width="100px;" alt="StevenMcElligott"/><br /><sub><b>StevenMcElligott</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=StevenMcElligott" title="Code">💻</a> <a href="#financial-StevenMcElligott" title="Financial">💵</a> <a href="https://github.com/truecharts/charts/commits?author=StevenMcElligott" title="Documentation">📖</a> <a href="https://github.com/truecharts/charts/issues?q=author%3AStevenMcElligott" title="Bug reports">🐛</a> <a href="#mentoring-StevenMcElligott" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/brothergomez"><img src="https://avatars.githubusercontent.com/u/38558969?v=4?s=100" width="100px;" alt="brothergomez"/><br /><sub><b>brothergomez</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=brothergomez" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Abrothergomez" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Sagit-chu"><img src="https://avatars.githubusercontent.com/u/36596628?v=4?s=100" width="100px;" alt="sagit"/><br /><sub><b>sagit</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Sagit-chu" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3ASagit-chu" title="Bug reports">🐛</a> <a href="#video-Sagit-chu" title="Videos">📹</a> <a href="https://github.com/truecharts/charts/commits?author=Sagit-chu" title="Documentation">📖</a> <a href="#mentoring-Sagit-chu" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zhouyou.info"><img src="https://avatars.githubusercontent.com/u/8481484?v=4?s=100" width="100px;" alt="Nevan Chow"/><br /><sub><b>Nevan Chow</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=zzzhouuu" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/soilheart"><img src="https://avatars.githubusercontent.com/u/9056381?v=4?s=100" width="100px;" alt="Daniel Carlsson"/><br /><sub><b>Daniel Carlsson</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Asoilheart" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/dlouie-swir"><img src="https://avatars.githubusercontent.com/u/81386715?v=4?s=100" width="100px;" alt="Devon Louie"/><br /><sub><b>Devon Louie</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Adlouie-swir" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/Alex-Orsholits"><img src="https://avatars.githubusercontent.com/u/56907127?v=4?s=100" width="100px;" alt="Alex-Orsholits"/><br /><sub><b>Alex-Orsholits</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AAlex-Orsholits" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/Tails32"><img src="https://avatars.githubusercontent.com/u/2036401?v=4?s=100" width="100px;" alt="Tails32"/><br /><sub><b>Tails32</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ATails32" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/Menaxerius"><img src="https://avatars.githubusercontent.com/u/25470894?v=4?s=100" width="100px;" alt="Menaxerius"/><br /><sub><b>Menaxerius</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AMenaxerius" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/hidefog"><img src="https://avatars.githubusercontent.com/u/13468236?v=4?s=100" width="100px;" alt="hidefog"/><br /><sub><b>hidefog</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ahidefog" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/dalgibbard"><img src="https://avatars.githubusercontent.com/u/1159620?v=4?s=100" width="100px;" alt="Darren Gibbard"/><br /><sub><b>Darren Gibbard</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Adalgibbard" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/barti04"><img src="https://avatars.githubusercontent.com/u/34000663?v=4?s=100" width="100px;" alt="Barti"/><br /><sub><b>Barti</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Abarti04" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dlouie-swir"><img src="https://avatars.githubusercontent.com/u/81386715?v=4?s=100" width="100px;" alt="Devon Louie"/><br /><sub><b>Devon Louie</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Adlouie-swir" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Alex-Orsholits"><img src="https://avatars.githubusercontent.com/u/56907127?v=4?s=100" width="100px;" alt="Alex-Orsholits"/><br /><sub><b>Alex-Orsholits</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AAlex-Orsholits" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Tails32"><img src="https://avatars.githubusercontent.com/u/2036401?v=4?s=100" width="100px;" alt="Tails32"/><br /><sub><b>Tails32</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ATails32" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Menaxerius"><img src="https://avatars.githubusercontent.com/u/25470894?v=4?s=100" width="100px;" alt="Menaxerius"/><br /><sub><b>Menaxerius</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AMenaxerius" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hidefog"><img src="https://avatars.githubusercontent.com/u/13468236?v=4?s=100" width="100px;" alt="hidefog"/><br /><sub><b>hidefog</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ahidefog" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dalgibbard"><img src="https://avatars.githubusercontent.com/u/1159620?v=4?s=100" width="100px;" alt="Darren Gibbard"/><br /><sub><b>Darren Gibbard</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Adalgibbard" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/barti04"><img src="https://avatars.githubusercontent.com/u/34000663?v=4?s=100" width="100px;" alt="Barti"/><br /><sub><b>Barti</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Abarti04" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/Sunii"><img src="https://avatars.githubusercontent.com/u/4595444?v=4?s=100" width="100px;" alt="Sunii"/><br /><sub><b>Sunii</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ASunii" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/trbmchs"><img src="https://avatars.githubusercontent.com/u/7928292?v=4?s=100" width="100px;" alt="trbmchs"/><br /><sub><b>trbmchs</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Atrbmchs" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/PylotLight"><img src="https://avatars.githubusercontent.com/u/7006124?v=4?s=100" width="100px;" alt="Light"/><br /><sub><b>Light</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3APylotLight" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/Boostflow"><img src="https://avatars.githubusercontent.com/u/18465315?v=4?s=100" width="100px;" alt="Boostflow"/><br /><sub><b>Boostflow</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ABoostflow" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/Trigardon"><img src="https://avatars.githubusercontent.com/u/98973534?v=4?s=100" width="100px;" alt="Trigardon"/><br /><sub><b>Trigardon</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ATrigardon" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/dbb12345"><img src="https://avatars.githubusercontent.com/u/52704517?v=4?s=100" width="100px;" alt="dbb12345"/><br /><sub><b>dbb12345</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Adbb12345" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=dbb12345" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/karypid"><img src="https://avatars.githubusercontent.com/u/1221101?v=4?s=100" width="100px;" alt="karypid"/><br /><sub><b>karypid</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Akarypid" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Sunii"><img src="https://avatars.githubusercontent.com/u/4595444?v=4?s=100" width="100px;" alt="Sunii"/><br /><sub><b>Sunii</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ASunii" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/trbmchs"><img src="https://avatars.githubusercontent.com/u/7928292?v=4?s=100" width="100px;" alt="trbmchs"/><br /><sub><b>trbmchs</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Atrbmchs" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/PylotLight"><img src="https://avatars.githubusercontent.com/u/7006124?v=4?s=100" width="100px;" alt="Light"/><br /><sub><b>Light</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3APylotLight" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Boostflow"><img src="https://avatars.githubusercontent.com/u/18465315?v=4?s=100" width="100px;" alt="Boostflow"/><br /><sub><b>Boostflow</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ABoostflow" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Trigardon"><img src="https://avatars.githubusercontent.com/u/98973534?v=4?s=100" width="100px;" alt="Trigardon"/><br /><sub><b>Trigardon</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ATrigardon" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dbb12345"><img src="https://avatars.githubusercontent.com/u/52704517?v=4?s=100" width="100px;" alt="dbb12345"/><br /><sub><b>dbb12345</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Adbb12345" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=dbb12345" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karypid"><img src="https://avatars.githubusercontent.com/u/1221101?v=4?s=100" width="100px;" alt="karypid"/><br /><sub><b>karypid</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Akarypid" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/eingemaischt"><img src="https://avatars.githubusercontent.com/u/151498?v=4?s=100" width="100px;" alt="Philipp"/><br /><sub><b>Philipp</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aeingemaischt" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/j0hnby"><img src="https://avatars.githubusercontent.com/u/18377483?v=4?s=100" width="100px;" alt="John"/><br /><sub><b>John</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aj0hnby" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/john-parton"><img src="https://avatars.githubusercontent.com/u/2071543?v=4?s=100" width="100px;" alt="John Parton"/><br /><sub><b>John Parton</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ajohn-parton" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/Amasis"><img src="https://avatars.githubusercontent.com/u/7325217?v=4?s=100" width="100px;" alt="Marc"/><br /><sub><b>Marc</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AAmasis" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/fdzaebel"><img src="https://avatars.githubusercontent.com/u/46503230?v=4?s=100" width="100px;" alt="fdzaebel"/><br /><sub><b>fdzaebel</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Afdzaebel" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/kloeckwerx"><img src="https://avatars.githubusercontent.com/u/97212383?v=4?s=100" width="100px;" alt="kloeckwerx"/><br /><sub><b>kloeckwerx</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Akloeckwerx" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/BirdBare"><img src="https://avatars.githubusercontent.com/u/1051490?v=4?s=100" width="100px;" alt="Bradley Bare"/><br /><sub><b>Bradley Bare</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ABirdBare" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/eingemaischt"><img src="https://avatars.githubusercontent.com/u/151498?v=4?s=100" width="100px;" alt="Philipp"/><br /><sub><b>Philipp</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aeingemaischt" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/j0hnby"><img src="https://avatars.githubusercontent.com/u/18377483?v=4?s=100" width="100px;" alt="John"/><br /><sub><b>John</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aj0hnby" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/john-parton"><img src="https://avatars.githubusercontent.com/u/2071543?v=4?s=100" width="100px;" alt="John Parton"/><br /><sub><b>John Parton</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ajohn-parton" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Amasis"><img src="https://avatars.githubusercontent.com/u/7325217?v=4?s=100" width="100px;" alt="Marc"/><br /><sub><b>Marc</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AAmasis" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/fdzaebel"><img src="https://avatars.githubusercontent.com/u/46503230?v=4?s=100" width="100px;" alt="fdzaebel"/><br /><sub><b>fdzaebel</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Afdzaebel" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kloeckwerx"><img src="https://avatars.githubusercontent.com/u/97212383?v=4?s=100" width="100px;" alt="kloeckwerx"/><br /><sub><b>kloeckwerx</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Akloeckwerx" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BirdBare"><img src="https://avatars.githubusercontent.com/u/1051490?v=4?s=100" width="100px;" alt="Bradley Bare"/><br /><sub><b>Bradley Bare</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ABirdBare" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/alexthamm"><img src="https://avatars.githubusercontent.com/u/2556372?v=4?s=100" width="100px;" alt="Alexander Thamm"/><br /><sub><b>Alexander Thamm</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aalexthamm" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/rexit1982"><img src="https://avatars.githubusercontent.com/u/7585043?v=4?s=100" width="100px;" alt="rexit1982"/><br /><sub><b>rexit1982</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Arexit1982" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/iaxx"><img src="https://avatars.githubusercontent.com/u/13745514?v=4?s=100" width="100px;" alt="iaxx"/><br /><sub><b>iaxx</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aiaxx" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://xstar97.github.io"><img src="https://avatars.githubusercontent.com/u/9399967?v=4?s=100" width="100px;" alt="Xstar97"/><br /><sub><b>Xstar97</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AXstar97" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=Xstar97" title="Code">💻</a> <a href="#mentoring-Xstar97" title="Mentoring">🧑‍🏫</a></td>
<td align="center"><a href="https://github.com/Ornias"><img src="https://avatars.githubusercontent.com/u/20852677?v=4?s=100" width="100px;" alt="ornias"/><br /><sub><b>ornias</b></sub></a><br /><a href="#video-ornias" title="Videos">📹</a></td>
<td align="center"><a href="http://joshasplund.com"><img src="https://avatars.githubusercontent.com/u/3958801?v=4?s=100" width="100px;" alt="Josh Asplund"/><br /><sub><b>Josh Asplund</b></sub></a><br /><a href="#financial-joshuata" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/midnight33233"><img src="https://avatars.githubusercontent.com/u/25982892?v=4?s=100" width="100px;" alt="midnight33233"/><br /><sub><b>midnight33233</b></sub></a><br /><a href="#financial-midnight33233" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/alexthamm"><img src="https://avatars.githubusercontent.com/u/2556372?v=4?s=100" width="100px;" alt="Alexander Thamm"/><br /><sub><b>Alexander Thamm</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aalexthamm" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rexit1982"><img src="https://avatars.githubusercontent.com/u/7585043?v=4?s=100" width="100px;" alt="rexit1982"/><br /><sub><b>rexit1982</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Arexit1982" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iaxx"><img src="https://avatars.githubusercontent.com/u/13745514?v=4?s=100" width="100px;" alt="iaxx"/><br /><sub><b>iaxx</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aiaxx" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://xstar97.github.io"><img src="https://avatars.githubusercontent.com/u/9399967?v=4?s=100" width="100px;" alt="Xstar97"/><br /><sub><b>Xstar97</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AXstar97" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=Xstar97" title="Code">💻</a> <a href="#mentoring-Xstar97" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Ornias"><img src="https://avatars.githubusercontent.com/u/20852677?v=4?s=100" width="100px;" alt="ornias"/><br /><sub><b>ornias</b></sub></a><br /><a href="#video-ornias" title="Videos">📹</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://joshasplund.com"><img src="https://avatars.githubusercontent.com/u/3958801?v=4?s=100" width="100px;" alt="Josh Asplund"/><br /><sub><b>Josh Asplund</b></sub></a><br /><a href="#financial-joshuata" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/midnight33233"><img src="https://avatars.githubusercontent.com/u/25982892?v=4?s=100" width="100px;" alt="midnight33233"/><br /><sub><b>midnight33233</b></sub></a><br /><a href="#financial-midnight33233" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/kbftech"><img src="https://avatars.githubusercontent.com/u/77502706?v=4?s=100" width="100px;" alt="kbftech"/><br /><sub><b>kbftech</b></sub></a><br /><a href="#financial-kbftech" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/hogenf"><img src="https://avatars.githubusercontent.com/u/11094630?v=4?s=100" width="100px;" alt="hogenf"/><br /><sub><b>hogenf</b></sub></a><br /><a href="#financial-hogenf" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/hawkinzzz"><img src="https://avatars.githubusercontent.com/u/24587652?v=4?s=100" width="100px;" alt="Hawks"/><br /><sub><b>Hawks</b></sub></a><br /><a href="#financial-hawkinzzz" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/bodly2"><img src="https://avatars.githubusercontent.com/u/21004768?v=4?s=100" width="100px;" alt="Jim Russell"/><br /><sub><b>Jim Russell</b></sub></a><br /><a href="#financial-bodly2" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/TheGovnah"><img src="https://avatars.githubusercontent.com/u/1300101?v=4?s=100" width="100px;" alt="TheGovnah"/><br /><sub><b>TheGovnah</b></sub></a><br /><a href="#financial-TheGovnah" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/famewolf"><img src="https://avatars.githubusercontent.com/u/4558832?v=4?s=100" width="100px;" alt="famewolf"/><br /><sub><b>famewolf</b></sub></a><br /><a href="#financial-famewolf" title="Financial">💵</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Afamewolf" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/konradbjk"><img src="https://avatars.githubusercontent.com/u/31480935?v=4?s=100" width="100px;" alt="Konrad Bujak"/><br /><sub><b>Konrad Bujak</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=konradbjk" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kbftech"><img src="https://avatars.githubusercontent.com/u/77502706?v=4?s=100" width="100px;" alt="kbftech"/><br /><sub><b>kbftech</b></sub></a><br /><a href="#financial-kbftech" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hogenf"><img src="https://avatars.githubusercontent.com/u/11094630?v=4?s=100" width="100px;" alt="hogenf"/><br /><sub><b>hogenf</b></sub></a><br /><a href="#financial-hogenf" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hawkinzzz"><img src="https://avatars.githubusercontent.com/u/24587652?v=4?s=100" width="100px;" alt="Hawks"/><br /><sub><b>Hawks</b></sub></a><br /><a href="#financial-hawkinzzz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bodly2"><img src="https://avatars.githubusercontent.com/u/21004768?v=4?s=100" width="100px;" alt="Jim Russell"/><br /><sub><b>Jim Russell</b></sub></a><br /><a href="#financial-bodly2" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TheGovnah"><img src="https://avatars.githubusercontent.com/u/1300101?v=4?s=100" width="100px;" alt="TheGovnah"/><br /><sub><b>TheGovnah</b></sub></a><br /><a href="#financial-TheGovnah" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/famewolf"><img src="https://avatars.githubusercontent.com/u/4558832?v=4?s=100" width="100px;" alt="famewolf"/><br /><sub><b>famewolf</b></sub></a><br /><a href="#financial-famewolf" title="Financial">💵</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Afamewolf" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/konradbjk"><img src="https://avatars.githubusercontent.com/u/31480935?v=4?s=100" width="100px;" alt="Konrad Bujak"/><br /><sub><b>Konrad Bujak</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=konradbjk" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/190n"><img src="https://avatars.githubusercontent.com/u/7763597?v=4?s=100" width="100px;" alt="190n"/><br /><sub><b>190n</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=190n" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=190n" title="Documentation">📖</a></td>
<td align="center"><a href="https://alexejk.io"><img src="https://avatars.githubusercontent.com/u/104794?v=4?s=100" width="100px;" alt="Alexej Kubarev"/><br /><sub><b>Alexej Kubarev</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=alexejk" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/r-vanooyen"><img src="https://avatars.githubusercontent.com/u/45106123?v=4?s=100" width="100px;" alt="r-vanooyen"/><br /><sub><b>r-vanooyen</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=r-vanooyen" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/shadofall"><img src="https://avatars.githubusercontent.com/u/9327622?v=4?s=100" width="100px;" alt="shadofall"/><br /><sub><b>shadofall</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=shadofall" title="Documentation">📖</a> <a href="#mentoring-shadofall" title="Mentoring">🧑‍🏫</a></td>
<td align="center"><a href="https://github.com/agreppin"><img src="https://avatars.githubusercontent.com/u/26579013?v=4?s=100" width="100px;" alt="agreppin"/><br /><sub><b>agreppin</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=agreppin" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/stdedos"><img src="https://avatars.githubusercontent.com/u/133706?v=4?s=100" width="100px;" alt="Stavros Ntentos"/><br /><sub><b>Stavros Ntentos</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=stdedos" title="Code">💻</a> <a href="#ideas-stdedos" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="https://github.com/VladFlorinIlie"><img src="https://avatars.githubusercontent.com/u/35900803?v=4?s=100" width="100px;" alt="Vlad-Florin Ilie"/><br /><sub><b>Vlad-Florin Ilie</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=VladFlorinIlie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/190n"><img src="https://avatars.githubusercontent.com/u/7763597?v=4?s=100" width="100px;" alt="190n"/><br /><sub><b>190n</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=190n" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=190n" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://alexejk.io"><img src="https://avatars.githubusercontent.com/u/104794?v=4?s=100" width="100px;" alt="Alexej Kubarev"/><br /><sub><b>Alexej Kubarev</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=alexejk" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/r-vanooyen"><img src="https://avatars.githubusercontent.com/u/45106123?v=4?s=100" width="100px;" alt="r-vanooyen"/><br /><sub><b>r-vanooyen</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=r-vanooyen" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/shadofall"><img src="https://avatars.githubusercontent.com/u/9327622?v=4?s=100" width="100px;" alt="shadofall"/><br /><sub><b>shadofall</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=shadofall" title="Documentation">📖</a> <a href="#mentoring-shadofall" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/agreppin"><img src="https://avatars.githubusercontent.com/u/26579013?v=4?s=100" width="100px;" alt="agreppin"/><br /><sub><b>agreppin</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=agreppin" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/stdedos"><img src="https://avatars.githubusercontent.com/u/133706?v=4?s=100" width="100px;" alt="Stavros Ntentos"/><br /><sub><b>Stavros Ntentos</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=stdedos" title="Code">💻</a> <a href="#ideas-stdedos" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/VladFlorinIlie"><img src="https://avatars.githubusercontent.com/u/35900803?v=4?s=100" width="100px;" alt="Vlad-Florin Ilie"/><br /><sub><b>Vlad-Florin Ilie</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=VladFlorinIlie" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/huma2000"><img src="https://avatars.githubusercontent.com/u/9518124?v=4?s=100" width="100px;" alt="huma2000"/><br /><sub><b>huma2000</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ahuma2000" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/hugalafutro"><img src="https://avatars.githubusercontent.com/u/30209689?v=4?s=100" width="100px;" alt="hugalafutro"/><br /><sub><b>hugalafutro</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ahugalafutro" title="Bug reports">🐛</a> <a href="#financial-hugalafutro" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/yehia2amer"><img src="https://avatars.githubusercontent.com/u/6174059?v=4?s=100" width="100px;" alt="yehia Amer"/><br /><sub><b>yehia Amer</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=yehia2amer" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/tfrancis"><img src="https://avatars.githubusercontent.com/u/29070?v=4?s=100" width="100px;" alt="Tyler Stransky"/><br /><sub><b>Tyler Stransky</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Atfrancis" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/juggie"><img src="https://avatars.githubusercontent.com/u/2034757?v=4?s=100" width="100px;" alt="juggie"/><br /><sub><b>juggie</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ajuggie" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/btilford"><img src="https://avatars.githubusercontent.com/u/248725?v=4?s=100" width="100px;" alt="Ben Tilford"/><br /><sub><b>Ben Tilford</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Abtilford" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=btilford" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/I-nebukad-I"><img src="https://avatars.githubusercontent.com/u/16634069?v=4?s=100" width="100px;" alt="I-nebukad-I"/><br /><sub><b>I-nebukad-I</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AI-nebukad-I" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=I-nebukad-I" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/huma2000"><img src="https://avatars.githubusercontent.com/u/9518124?v=4?s=100" width="100px;" alt="huma2000"/><br /><sub><b>huma2000</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ahuma2000" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hugalafutro"><img src="https://avatars.githubusercontent.com/u/30209689?v=4?s=100" width="100px;" alt="hugalafutro"/><br /><sub><b>hugalafutro</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ahugalafutro" title="Bug reports">🐛</a> <a href="#financial-hugalafutro" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yehia2amer"><img src="https://avatars.githubusercontent.com/u/6174059?v=4?s=100" width="100px;" alt="yehia Amer"/><br /><sub><b>yehia Amer</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=yehia2amer" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tfrancis"><img src="https://avatars.githubusercontent.com/u/29070?v=4?s=100" width="100px;" alt="Tyler Stransky"/><br /><sub><b>Tyler Stransky</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Atfrancis" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/juggie"><img src="https://avatars.githubusercontent.com/u/2034757?v=4?s=100" width="100px;" alt="juggie"/><br /><sub><b>juggie</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ajuggie" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/btilford"><img src="https://avatars.githubusercontent.com/u/248725?v=4?s=100" width="100px;" alt="Ben Tilford"/><br /><sub><b>Ben Tilford</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Abtilford" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=btilford" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/I-nebukad-I"><img src="https://avatars.githubusercontent.com/u/16634069?v=4?s=100" width="100px;" alt="I-nebukad-I"/><br /><sub><b>I-nebukad-I</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AI-nebukad-I" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=I-nebukad-I" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/packruler"><img src="https://avatars.githubusercontent.com/u/770373?v=4?s=100" width="100px;" alt="Ethan Leisinger"/><br /><sub><b>Ethan Leisinger</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=packruler" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=packruler" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/CullenShane"><img src="https://avatars.githubusercontent.com/u/597786?v=4?s=100" width="100px;" alt="Cullen Murphy"/><br /><sub><b>Cullen Murphy</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=CullenShane" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3ACullenShane" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/jthat"><img src="https://avatars.githubusercontent.com/u/1931222?v=4?s=100" width="100px;" alt="Jason Thatcher"/><br /><sub><b>Jason Thatcher</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jthat" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Ajthat" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=jthat" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/stefanschramek"><img src="https://avatars.githubusercontent.com/u/921342?v=4?s=100" width="100px;" alt="Stefan Schramek"/><br /><sub><b>Stefan Schramek</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Astefanschramek" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/nokaka"><img src="https://avatars.githubusercontent.com/u/101942715?v=4?s=100" width="100px;" alt="nokaka"/><br /><sub><b>nokaka</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Anokaka" title="Bug reports">🐛</a></td>
<td align="center"><a href="http://code.lockszmith.com"><img src="https://avatars.githubusercontent.com/u/905716?v=4?s=100" width="100px;" alt="Gal Szkolnik"/><br /><sub><b>Gal Szkolnik</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ALockszmith-GH" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/undsoft"><img src="https://avatars.githubusercontent.com/u/1481270?v=4?s=100" width="100px;" alt="Evgeny Stepanovych"/><br /><sub><b>Evgeny Stepanovych</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aundsoft" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/packruler"><img src="https://avatars.githubusercontent.com/u/770373?v=4?s=100" width="100px;" alt="Ethan Leisinger"/><br /><sub><b>Ethan Leisinger</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=packruler" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=packruler" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CullenShane"><img src="https://avatars.githubusercontent.com/u/597786?v=4?s=100" width="100px;" alt="Cullen Murphy"/><br /><sub><b>Cullen Murphy</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=CullenShane" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3ACullenShane" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jthat"><img src="https://avatars.githubusercontent.com/u/1931222?v=4?s=100" width="100px;" alt="Jason Thatcher"/><br /><sub><b>Jason Thatcher</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jthat" title="Code">💻</a> <a href="https://github.com/truecharts/charts/issues?q=author%3Ajthat" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=jthat" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/stefanschramek"><img src="https://avatars.githubusercontent.com/u/921342?v=4?s=100" width="100px;" alt="Stefan Schramek"/><br /><sub><b>Stefan Schramek</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Astefanschramek" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nokaka"><img src="https://avatars.githubusercontent.com/u/101942715?v=4?s=100" width="100px;" alt="nokaka"/><br /><sub><b>nokaka</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Anokaka" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://code.lockszmith.com"><img src="https://avatars.githubusercontent.com/u/905716?v=4?s=100" width="100px;" alt="Gal Szkolnik"/><br /><sub><b>Gal Szkolnik</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3ALockszmith-GH" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/undsoft"><img src="https://avatars.githubusercontent.com/u/1481270?v=4?s=100" width="100px;" alt="Evgeny Stepanovych"/><br /><sub><b>Evgeny Stepanovych</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aundsoft" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/sonicaj"><img src="https://avatars.githubusercontent.com/u/17968138?v=4?s=100" width="100px;" alt="Waqar Ahmed"/><br /><sub><b>Waqar Ahmed</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Asonicaj" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/DrSKiZZ"><img src="https://avatars.githubusercontent.com/u/50158917?v=4?s=100" width="100px;" alt="DrSKiZZ"/><br /><sub><b>DrSKiZZ</b></sub></a><br /><a href="#financial-DrSKiZZ" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/janpuc"><img src="https://avatars.githubusercontent.com/u/8539508?v=4?s=100" width="100px;" alt="Jan Puciłowski"/><br /><sub><b>Jan Puciłowski</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=janpuc" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=janpuc" title="Tests">⚠️</a></td>
<td align="center"><a href="https://github.com/shauncoyne"><img src="https://avatars.githubusercontent.com/u/13672807?v=4?s=100" width="100px;" alt="Shaun Coyne"/><br /><sub><b>Shaun Coyne</b></sub></a><br /><a href="#financial-shauncoyne" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/ich777"><img src="https://avatars.githubusercontent.com/u/28066518?v=4?s=100" width="100px;" alt="Christoph"/><br /><sub><b>Christoph</b></sub></a><br /><a href="#financial-ich777" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/UnDifferential"><img src="https://avatars.githubusercontent.com/u/17625468?v=4?s=100" width="100px;" alt="Brandon Rutledge"/><br /><sub><b>Brandon Rutledge</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AUnDifferential" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/mikeNG"><img src="https://avatars.githubusercontent.com/u/1216752?v=4?s=100" width="100px;" alt="Michael Bestas"/><br /><sub><b>Michael Bestas</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AmikeNG" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sonicaj"><img src="https://avatars.githubusercontent.com/u/17968138?v=4?s=100" width="100px;" alt="Waqar Ahmed"/><br /><sub><b>Waqar Ahmed</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Asonicaj" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DrSKiZZ"><img src="https://avatars.githubusercontent.com/u/50158917?v=4?s=100" width="100px;" alt="DrSKiZZ"/><br /><sub><b>DrSKiZZ</b></sub></a><br /><a href="#financial-DrSKiZZ" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/janpuc"><img src="https://avatars.githubusercontent.com/u/8539508?v=4?s=100" width="100px;" alt="Jan Puciłowski"/><br /><sub><b>Jan Puciłowski</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=janpuc" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=janpuc" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/shauncoyne"><img src="https://avatars.githubusercontent.com/u/13672807?v=4?s=100" width="100px;" alt="Shaun Coyne"/><br /><sub><b>Shaun Coyne</b></sub></a><br /><a href="#financial-shauncoyne" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ich777"><img src="https://avatars.githubusercontent.com/u/28066518?v=4?s=100" width="100px;" alt="Christoph"/><br /><sub><b>Christoph</b></sub></a><br /><a href="#financial-ich777" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/UnDifferential"><img src="https://avatars.githubusercontent.com/u/17625468?v=4?s=100" width="100px;" alt="Brandon Rutledge"/><br /><sub><b>Brandon Rutledge</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AUnDifferential" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikeNG"><img src="https://avatars.githubusercontent.com/u/1216752?v=4?s=100" width="100px;" alt="Michael Bestas"/><br /><sub><b>Michael Bestas</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AmikeNG" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center"><a href="https://rudaks.lv"><img src="https://avatars.githubusercontent.com/u/4631864?v=4?s=100" width="100px;" alt="Jurģis Rudaks"/><br /><sub><b>Jurģis Rudaks</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ajurgisrudaks" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/brunofatia"><img src="https://avatars.githubusercontent.com/u/67926902?v=4?s=100" width="100px;" alt="brunofatia"/><br /><sub><b>brunofatia</b></sub></a><br /><a href="#financial-brunofatia" title="Financial">💵</a></td>
<td align="center"><a href="https://github.com/TopicsLP"><img src="https://avatars.githubusercontent.com/u/9019121?v=4?s=100" width="100px;" alt="TopicsLP"/><br /><sub><b>TopicsLP</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=TopicsLP" title="Documentation">📖</a></td>
<td align="center"><a href="https://schnerring.net"><img src="https://avatars.githubusercontent.com/u/3743342?v=4?s=100" width="100px;" alt="Michael Schnerring"/><br /><sub><b>Michael Schnerring</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aschnerring" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=schnerring" title="Code">💻</a></td>
<td align="center"><a href="https://tamasnagy.com"><img src="https://avatars.githubusercontent.com/u/1661487?v=4?s=100" width="100px;" alt="Tamas Nagy"/><br /><sub><b>Tamas Nagy</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Atlnagy" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://OpenSpeedTest.com"><img src="https://avatars.githubusercontent.com/u/51720450?v=4?s=100" width="100px;" alt="OpenSpeedTest™️"/><br /><sub><b>OpenSpeedTest™️</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=openspeedtest" title="Code">💻</a></td>
<td align="center"><a href="https://richardjacton.github.io/"><img src="https://avatars.githubusercontent.com/u/6893043?v=4?s=100" width="100px;" alt="Richard James Acton"/><br /><sub><b>Richard James Acton</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=RichardJActon" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://rudaks.lv"><img src="https://avatars.githubusercontent.com/u/4631864?v=4?s=100" width="100px;" alt="Jurģis Rudaks"/><br /><sub><b>Jurģis Rudaks</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Ajurgisrudaks" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/brunofatia"><img src="https://avatars.githubusercontent.com/u/67926902?v=4?s=100" width="100px;" alt="brunofatia"/><br /><sub><b>brunofatia</b></sub></a><br /><a href="#financial-brunofatia" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TopicsLP"><img src="https://avatars.githubusercontent.com/u/9019121?v=4?s=100" width="100px;" alt="TopicsLP"/><br /><sub><b>TopicsLP</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=TopicsLP" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://schnerring.net"><img src="https://avatars.githubusercontent.com/u/3743342?v=4?s=100" width="100px;" alt="Michael Schnerring"/><br /><sub><b>Michael Schnerring</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aschnerring" title="Bug reports">🐛</a> <a href="https://github.com/truecharts/charts/commits?author=schnerring" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://tamasnagy.com"><img src="https://avatars.githubusercontent.com/u/1661487?v=4?s=100" width="100px;" alt="Tamas Nagy"/><br /><sub><b>Tamas Nagy</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Atlnagy" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://OpenSpeedTest.com"><img src="https://avatars.githubusercontent.com/u/51720450?v=4?s=100" width="100px;" alt="OpenSpeedTest™️"/><br /><sub><b>OpenSpeedTest™️</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=openspeedtest" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://richardjacton.github.io/"><img src="https://avatars.githubusercontent.com/u/6893043?v=4?s=100" width="100px;" alt="Richard James Acton"/><br /><sub><b>Richard James Acton</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=RichardJActon" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/lps-rocks"><img src="https://avatars.githubusercontent.com/u/10893911?v=4?s=100" width="100px;" alt="lps-rocks"/><br /><sub><b>lps-rocks</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Alps-rocks" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/Faustvii"><img src="https://avatars.githubusercontent.com/u/4357216?v=4?s=100" width="100px;" alt="Faust"/><br /><sub><b>Faust</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AFaustvii" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/uranderu"><img src="https://avatars.githubusercontent.com/u/71091366?v=4?s=100" width="100px;" alt="uranderu"/><br /><sub><b>uranderu</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Auranderu" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/heytcass"><img src="https://avatars.githubusercontent.com/u/11260288?v=4?s=100" width="100px;" alt="Tom Cassady"/><br /><sub><b>Tom Cassady</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aheytcass" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/Huftierchen"><img src="https://avatars.githubusercontent.com/u/16015778?v=4?s=100" width="100px;" alt="Huftierchen"/><br /><sub><b>Huftierchen</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AHuftierchen" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/ZasX"><img src="https://avatars.githubusercontent.com/u/806452?v=4?s=100" width="100px;" alt="ZasX"/><br /><sub><b>ZasX</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ZasX" title="Documentation">📖</a> <a href="#mentoring-ZasX" title="Mentoring">🧑‍🏫</a></td>
<td align="center"><a href="https://github.com/aeolus811tw"><img src="https://avatars.githubusercontent.com/u/4956319?v=4?s=100" width="100px;" alt="Kevin T."/><br /><sub><b>Kevin T.</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aaeolus811tw" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lps-rocks"><img src="https://avatars.githubusercontent.com/u/10893911?v=4?s=100" width="100px;" alt="lps-rocks"/><br /><sub><b>lps-rocks</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Alps-rocks" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Faustvii"><img src="https://avatars.githubusercontent.com/u/4357216?v=4?s=100" width="100px;" alt="Faust"/><br /><sub><b>Faust</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AFaustvii" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/uranderu"><img src="https://avatars.githubusercontent.com/u/71091366?v=4?s=100" width="100px;" alt="uranderu"/><br /><sub><b>uranderu</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Auranderu" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/heytcass"><img src="https://avatars.githubusercontent.com/u/11260288?v=4?s=100" width="100px;" alt="Tom Cassady"/><br /><sub><b>Tom Cassady</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aheytcass" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Huftierchen"><img src="https://avatars.githubusercontent.com/u/16015778?v=4?s=100" width="100px;" alt="Huftierchen"/><br /><sub><b>Huftierchen</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AHuftierchen" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ZasX"><img src="https://avatars.githubusercontent.com/u/806452?v=4?s=100" width="100px;" alt="ZasX"/><br /><sub><b>ZasX</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ZasX" title="Documentation">📖</a> <a href="#mentoring-ZasX" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aeolus811tw"><img src="https://avatars.githubusercontent.com/u/4956319?v=4?s=100" width="100px;" alt="Kevin T."/><br /><sub><b>Kevin T.</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Aaeolus811tw" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/Chowarmaan"><img src="https://avatars.githubusercontent.com/u/175738?v=4?s=100" width="100px;" alt="Steven Scott"/><br /><sub><b>Steven Scott</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Chowarmaan" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/piwi3910"><img src="https://avatars.githubusercontent.com/u/12539757?v=4?s=100" width="100px;" alt="Watteel Pascal"/><br /><sub><b>Watteel Pascal</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=piwi3910" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/JamesOsborn-SE"><img src="https://avatars.githubusercontent.com/u/3580335?v=4?s=100" width="100px;" alt="JamesOsborn-SE"/><br /><sub><b>JamesOsborn-SE</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=JamesOsborn-SE" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=JamesOsborn-SE" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/neoestremi"><img src="https://avatars.githubusercontent.com/u/1340877?v=4?s=100" width="100px;" alt="NeoToxic"/><br /><sub><b>NeoToxic</b></sub></a><br /><a href="#mentoring-neoestremi" title="Mentoring">🧑‍🏫</a></td>
<td align="center"><a href="https://github.com/jab416171"><img src="https://avatars.githubusercontent.com/u/345752?v=4?s=100" width="100px;" alt="jab416171"/><br /><sub><b>jab416171</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jab416171" title="Documentation">📖</a></td>
<td align="center"><a href="http://www.zioniyes.me"><img src="https://avatars.githubusercontent.com/u/16231288?v=4?s=100" width="100px;" alt="Anna"/><br /><sub><b>Anna</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=HumbleDeer" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/ChaosBlades"><img src="https://avatars.githubusercontent.com/u/7530545?v=4?s=100" width="100px;" alt="ChaosBlades"/><br /><sub><b>ChaosBlades</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AChaosBlades" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Chowarmaan"><img src="https://avatars.githubusercontent.com/u/175738?v=4?s=100" width="100px;" alt="Steven Scott"/><br /><sub><b>Steven Scott</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Chowarmaan" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piwi3910"><img src="https://avatars.githubusercontent.com/u/12539757?v=4?s=100" width="100px;" alt="Watteel Pascal"/><br /><sub><b>Watteel Pascal</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=piwi3910" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JamesOsborn-SE"><img src="https://avatars.githubusercontent.com/u/3580335?v=4?s=100" width="100px;" alt="JamesOsborn-SE"/><br /><sub><b>JamesOsborn-SE</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=JamesOsborn-SE" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=JamesOsborn-SE" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/neoestremi"><img src="https://avatars.githubusercontent.com/u/1340877?v=4?s=100" width="100px;" alt="NeoToxic"/><br /><sub><b>NeoToxic</b></sub></a><br /><a href="#mentoring-neoestremi" title="Mentoring">🧑‍🏫</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jab416171"><img src="https://avatars.githubusercontent.com/u/345752?v=4?s=100" width="100px;" alt="jab416171"/><br /><sub><b>jab416171</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jab416171" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.zioniyes.me"><img src="https://avatars.githubusercontent.com/u/16231288?v=4?s=100" width="100px;" alt="Anna"/><br /><sub><b>Anna</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=HumbleDeer" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ChaosBlades"><img src="https://avatars.githubusercontent.com/u/7530545?v=4?s=100" width="100px;" alt="ChaosBlades"/><br /><sub><b>ChaosBlades</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AChaosBlades" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/TrueBrain"><img src="https://avatars.githubusercontent.com/u/1663690?v=4?s=100" width="100px;" alt="Patric Stout"/><br /><sub><b>Patric Stout</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=TrueBrain" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/SuperQ"><img src="https://avatars.githubusercontent.com/u/1320667?v=4?s=100" width="100px;" alt="Ben Kochie"/><br /><sub><b>Ben Kochie</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=SuperQ" title="Code">💻</a></td>
<td align="center"><a href="https://www.cepheid.org/~jeff/"><img src="https://avatars.githubusercontent.com/u/3298329?v=4?s=100" width="100px;" alt="Jeff Bachtel"/><br /><sub><b>Jeff Bachtel</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jeffb4" title="Documentation">📖</a></td>
<td align="center"><a href="https://www.woods.am/"><img src="https://avatars.githubusercontent.com/u/7113557?v=4?s=100" width="100px;" alt="Ben Woods"/><br /><sub><b>Ben Woods</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=woodsb02" title="Code">💻</a></td>
<td align="center"><a href="http://karlshea.com"><img src="https://avatars.githubusercontent.com/u/40136?v=4?s=100" width="100px;" alt="Karl Shea"/><br /><sub><b>Karl Shea</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Akarlshea" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://www.linkedin.com/in/gouthamkumaran"><img src="https://avatars.githubusercontent.com/u/9553104?v=4?s=100" width="100px;" alt="Balakumaran MN"/><br /><sub><b>Balakumaran MN</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=gouthamkumaran" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/Jesperbelt"><img src="https://avatars.githubusercontent.com/u/70942135?v=4?s=100" width="100px;" alt="Jesperbelt"/><br /><sub><b>Jesperbelt</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Jesperbelt" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TrueBrain"><img src="https://avatars.githubusercontent.com/u/1663690?v=4?s=100" width="100px;" alt="Patric Stout"/><br /><sub><b>Patric Stout</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=TrueBrain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SuperQ"><img src="https://avatars.githubusercontent.com/u/1320667?v=4?s=100" width="100px;" alt="Ben Kochie"/><br /><sub><b>Ben Kochie</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=SuperQ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.cepheid.org/~jeff/"><img src="https://avatars.githubusercontent.com/u/3298329?v=4?s=100" width="100px;" alt="Jeff Bachtel"/><br /><sub><b>Jeff Bachtel</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=jeffb4" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.woods.am/"><img src="https://avatars.githubusercontent.com/u/7113557?v=4?s=100" width="100px;" alt="Ben Woods"/><br /><sub><b>Ben Woods</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=woodsb02" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://karlshea.com"><img src="https://avatars.githubusercontent.com/u/40136?v=4?s=100" width="100px;" alt="Karl Shea"/><br /><sub><b>Karl Shea</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Akarlshea" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/gouthamkumaran"><img src="https://avatars.githubusercontent.com/u/9553104?v=4?s=100" width="100px;" alt="Balakumaran MN"/><br /><sub><b>Balakumaran MN</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=gouthamkumaran" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jesperbelt"><img src="https://avatars.githubusercontent.com/u/70942135?v=4?s=100" width="100px;" alt="Jesperbelt"/><br /><sub><b>Jesperbelt</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Jesperbelt" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/cccs31"><img src="https://avatars.githubusercontent.com/u/29389546?v=4?s=100" width="100px;" alt="cccs31"/><br /><sub><b>cccs31</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Acccs31" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/ssmucny"><img src="https://avatars.githubusercontent.com/u/17689855?v=4?s=100" width="100px;" alt="Sam Smucny"/><br /><sub><b>Sam Smucny</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ssmucny" title="Code">💻</a></td>
<td align="center"><a href="https://www.keithcirkel.co.uk"><img src="https://avatars.githubusercontent.com/u/118266?v=4?s=100" width="100px;" alt="Keith Cirkel"/><br /><sub><b>Keith Cirkel</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=keithamus" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/mgale456"><img src="https://avatars.githubusercontent.com/u/55673155?v=4?s=100" width="100px;" alt="mgale456"/><br /><sub><b>mgale456</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=mgale456" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/fenichelar"><img src="https://avatars.githubusercontent.com/u/3437075?v=4?s=100" width="100px;" alt="Alec Fenichel"/><br /><sub><b>Alec Fenichel</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=fenichelar" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/boostchicken"><img src="https://avatars.githubusercontent.com/u/427295?v=4?s=100" width="100px;" alt="John Dorman"/><br /><sub><b>John Dorman</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=boostchicken" title="Code">💻</a></td>
<td align="center"><a href="http://opello.org"><img src="https://avatars.githubusercontent.com/u/199623?v=4?s=100" width="100px;" alt="Dan"/><br /><sub><b>Dan</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=opello" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cccs31"><img src="https://avatars.githubusercontent.com/u/29389546?v=4?s=100" width="100px;" alt="cccs31"/><br /><sub><b>cccs31</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Acccs31" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ssmucny"><img src="https://avatars.githubusercontent.com/u/17689855?v=4?s=100" width="100px;" alt="Sam Smucny"/><br /><sub><b>Sam Smucny</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ssmucny" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.keithcirkel.co.uk"><img src="https://avatars.githubusercontent.com/u/118266?v=4?s=100" width="100px;" alt="Keith Cirkel"/><br /><sub><b>Keith Cirkel</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=keithamus" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgale456"><img src="https://avatars.githubusercontent.com/u/55673155?v=4?s=100" width="100px;" alt="mgale456"/><br /><sub><b>mgale456</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=mgale456" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/fenichelar"><img src="https://avatars.githubusercontent.com/u/3437075?v=4?s=100" width="100px;" alt="Alec Fenichel"/><br /><sub><b>Alec Fenichel</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=fenichelar" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boostchicken"><img src="https://avatars.githubusercontent.com/u/427295?v=4?s=100" width="100px;" alt="John Dorman"/><br /><sub><b>John Dorman</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=boostchicken" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://opello.org"><img src="https://avatars.githubusercontent.com/u/199623?v=4?s=100" width="100px;" alt="Dan"/><br /><sub><b>Dan</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=opello" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/u4ium"><img src="https://avatars.githubusercontent.com/u/57515023?v=4?s=100" width="100px;" alt="u4ium"/><br /><sub><b>u4ium</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=u4ium" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/ErroneousBosch"><img src="https://avatars.githubusercontent.com/u/20829218?v=4?s=100" width="100px;" alt="ErroneousBosch"/><br /><sub><b>ErroneousBosch</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AErroneousBosch" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/MaverickD650"><img src="https://avatars.githubusercontent.com/u/92877124?v=4?s=100" width="100px;" alt="MaverickD650"/><br /><sub><b>MaverickD650</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=MaverickD650" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/Grogdor"><img src="https://avatars.githubusercontent.com/u/6863613?v=4?s=100" width="100px;" alt="Grogdor"/><br /><sub><b>Grogdor</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Grogdor" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/u4ium"><img src="https://avatars.githubusercontent.com/u/57515023?v=4?s=100" width="100px;" alt="u4ium"/><br /><sub><b>u4ium</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=u4ium" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ErroneousBosch"><img src="https://avatars.githubusercontent.com/u/20829218?v=4?s=100" width="100px;" alt="ErroneousBosch"/><br /><sub><b>ErroneousBosch</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3AErroneousBosch" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaverickD650"><img src="https://avatars.githubusercontent.com/u/92877124?v=4?s=100" width="100px;" alt="MaverickD650"/><br /><sub><b>MaverickD650</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=MaverickD650" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Grogdor"><img src="https://avatars.githubusercontent.com/u/6863613?v=4?s=100" width="100px;" alt="Grogdor"/><br /><sub><b>Grogdor</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Grogdor" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rgooler"><img src="https://avatars.githubusercontent.com/u/1108200?v=4?s=100" width="100px;" alt="Ryan Gooler"/><br /><sub><b>Ryan Gooler</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=rgooler" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://reb.gg"><img src="https://avatars.githubusercontent.com/u/16991201?v=4?s=100" width="100px;" alt="Rob Herley"/><br /><sub><b>Rob Herley</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=robherley" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/oblivioncth"><img src="https://avatars.githubusercontent.com/u/24661585?v=4?s=100" width="100px;" alt="Christian Heimlich"/><br /><sub><b>Christian Heimlich</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=oblivioncth" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/l-moon-git"><img src="https://avatars.githubusercontent.com/u/103282929?v=4?s=100" width="100px;" alt="l-moon-git"/><br /><sub><b>l-moon-git</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=l-moon-git" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hughes5"><img src="https://avatars.githubusercontent.com/u/6740468?v=4?s=100" width="100px;" alt="hughes5"/><br /><sub><b>hughes5</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=hughes5" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sdimovv"><img src="https://avatars.githubusercontent.com/u/36302090?v=4?s=100" width="100px;" alt="sdimovv"/><br /><sub><b>sdimovv</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=sdimovv" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AllieQpzm"><img src="https://avatars.githubusercontent.com/u/2895565?v=4?s=100" width="100px;" alt="AllieQpzm"/><br /><sub><b>AllieQpzm</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=AllieQpzm" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.dominik.net.pl"><img src="https://avatars.githubusercontent.com/u/10815109?v=4?s=100" width="100px;" alt="Dominik"/><br /><sub><b>Dominik</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Adominch" title="Bug reports">🐛</a></td>
</tr>
</tbody>
</table>
+8 -3
View File
@@ -11,12 +11,17 @@ We also document which versions of TrueNAS will receive TrueCharts updates and f
### Supported Versions
| TrueNAS version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
| ---------------- | -------- | ---------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- |
| 22.02.3 or prior | `master` | :white_check_mark: | :x: | :x: | Advised to update to 22.12.0 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) |
| 22.02.4 | `master` | :white_check_mark: | :white_check_mark: | :x: | Advised to update to 22.12.0 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) |
| ---------------- | -------- | ---------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- | --- |
| 22.02.4 or prior | `master` | :white_check_mark: | :x: | :x: | Advised to update to 22.12.0 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) | |
| 22.12.0 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Most Stable Release as of 2022-12-13 |
| Nightly | `master` | :white_check_mark: | :x: | :white_check_mark: | Please only submit bug reports during codefreeze |
::: warning Support Guidelines
Our [Discord](https://discord.gg/tVsPTHWTtr) support (the ticketing system inside #support) is primarily limited to what is covered by our written guides. This includes installing, linking and editing apps. This doesn't mean the actual setup of the application. All #support tickets covered by the staff are done so in a **best effort** policy.
:::
## Stable Train Charts
We provide direct support for getting `stable` train charts working on our [discord](https://discord.gg/tVsPTHWTtr) inside the **#support** channel.
+15 -27
View File
@@ -13,46 +13,34 @@ chart-dirs:
- charts/SCALE
excluded-charts:
- charts/dependency/subchart
- charts/incubator/sdtd
- charts/incubator/frigate
- charts/incubator/orbital-sync
- charts/incubator/plex-meta-manager
- charts/library/common
- charts/stable/alertmanager-bot
- charts/stable/alertmanager-bot
- charts/stable/alertmanager-discord
- charts/stable/amcrest2mqtt
- charts/stable/discordgsm
- charts/stable/facebox
- charts/stable/rdesktop
- charts/stable/foundryvtt
- charts/stable/foundryvtt
- charts/stable/frigate
- charts/stable/heimdall
- charts/stable/multus
- charts/stable/orbital-sync
- charts/stable/plex-meta-manager
- charts/stable/pod-gateway
- charts/stable/promcord
- charts/stable/promcord
- charts/stable/rdesktop
- charts/stable/reg
- charts/stable/ser2sock
- charts/stable/storj-node
- charts/stable/tailscale
- charts/stable/webtop
- charts/stable/zalando-postgres-cluster
- charts/stable/zigbee2mqtt
- charts/stable/alertmanager-bot
- charts/stable/storj-node
- charts/incubator/frigate
- charts/stable/frigate
- charts/stable/orbital-sync
- charts/incubator/orbital-sync
- charts/incubator/amcrest2mqtt
- charts/library/common
- charts/stable/foundryvtt
- charts/stable/promcord
- charts/stable/tailscale
- charts/incubator/zigbee2mqtt
- charts/dev/alienswarm-reactivedrop
- charts/dev/arksurvivalevolved
- charts/dev/arma3
- charts/dev/arma3exilemod
- charts/dev/assettocorsa
- charts/dev/server-7daystodie
- charts/dev/craftopia
- charts/dev/alienswarm
- charts/dev/csgo
- charts/dev/cstrike1-6
- charts/dev/cstrikeconditionzero
- charts/stable/plex-meta-manager
- charts/incubator/plex-meta-manager
chart-repos:
- truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org
+2 -2
View File
@@ -1,7 +1,7 @@
module.exports = {
dryRun: false,
username: 'truecharts-admin',
gitAuthor: 'truecharts-admin <[email protected]>',
username: "truecharts-admin",
gitAuthor: "truecharts-admin <[email protected]>",
onboarding: false,
platform: "github",
repositories: ["truecharts/charts"],
+102 -5
View File
@@ -8,7 +8,7 @@
"commitMessageExtra": "to {{newVersion}}",
"commitMessageSuffix": "",
"rebaseWhen": "conflicted",
"prConcurrentLimit": 25,
"prConcurrentLimit": 50,
"timezone":"Europe/Amsterdam",
"pinDigests": true,
"automerge": true,
@@ -181,17 +181,114 @@
{
"matchDatasources": ["docker"],
"versioning": "regex:^v(?<major>\\d+)-(?<minor>\\d+)$",
"matchPackagePrefixes": ["tccr.io/truecharts/jupyter-"],
"matchPackagePrefixes": ["tccr.io/truecharts/jupyter"],
"groupName": "jupyter",
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2})$",
"matchPackagePrefixes": ["tccr.io/truecharts/jitsi-"],
"matchPackagePrefixes": ["tccr.io/truecharts/jitsi"],
"groupName": "jitsi",
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)_\\d+$",
"matchPackagePrefixes": ["tccr.io/truecharts/immich-"],
"matchPackagePrefixes": ["tccr.io/truecharts/immich"],
"groupName": "immich",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/neko"],
"groupName": "neko",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/webtop"],
"groupName": "webtop",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/zabbix"],
"groupName": "zabbix",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/vikunja"],
"groupName": "vikunja",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/ml-workspace"],
"groupName": "ml-workspace",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/bungeecord"],
"groupName": "bungeecord",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/minecraft-java"],
"groupName": "minecraft-java",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/mealie"],
"groupName": "mealie",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/librephotos"],
"groupName": "librephotos",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/kitchenowl"],
"groupName": "kitchenowl",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/authentik"],
"groupName": "authentik",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/lama-cleaner"],
"groupName": "lama-cleaner",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/rickroll"],
"groupName": "rickroll",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/scrypted"],
"groupName": "scrypted",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/docspell"],
"groupName": "docspell",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/restreamer"],
"groupName": "restreamer",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/penpot"],
"groupName": "penpot",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/rdesktop"],
"groupName": "rdesktop",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/ersatztv"],
"groupName": "ersatztv",
}
]
}
+1 -1
View File
@@ -92,7 +92,7 @@ patch_apps() {
echo "---" >> ${target}/app-readme.md
echo "" >> ${target}/app-readme.md
echo "TrueCharts can only exist due to the incredible effort of our staff." >> ${target}/app-readme.md
echo "Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!" >> ${target}/app-readme.md
echo "Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!" >> ${target}/app-readme.md
}
export -f patch_apps
+1 -1
View File
@@ -14,7 +14,7 @@ if [[ -d "charts/${1}" ]]; then
rm -rf ${chart}/app-changelog.md || echo "changelog not found..."
echo "Generating changelogs for: ${chartname}"
# SCALE "Changelog" containing only last change
git-chglog --next-tag ${chartname}-${chartversion} --tag-filter-pattern ${chartname} --path ${chart} -o ${chart}/app-changelog.md ${chartname}-${chartversion} || echo "changelog generation failed..."
git-chglog --next-tag ${chartname}-${chartversion} --tag-filter-pattern "^${chartname}-\d+\.\d+\.\d+\$" --path ${chart} -o ${chart}/app-changelog.md ${chartname}-${chartversion} || echo "changelog generation failed..."
else
echo "Chart 'charts/${1}' no longer exists in repo. Skipping it..."
fi
@@ -1,10 +1,10 @@
#! /bin/bash
trainsPath="./charts"
traefikTrain="stable"
traefikTrain="enterprise"
get_latest_release() {
# Get latest release from GitHub api
# Get latest release from GitHub api, NOTE: Remove the header when running locally (or add a valid token)
curl --silent \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--url "https://api.github.com/repos/$1/releases/latest" |
+3 -3
View File
@@ -15,9 +15,9 @@ jobs:
name: Test SCALE Catalog
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
name: Checkout
with:
fetch-depth: 100
@@ -27,7 +27,7 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
repository: truecharts/catalog
path: catalog
+3 -3
View File
@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
@@ -44,13 +44,13 @@ jobs:
commitHash: ${{ steps.save-commit-hash.outputs.commit_hash }}
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
- name: Install Kubernetes tools
if: inputs.isRenovatePR == 'true'
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
yq
+68 -21
View File
@@ -47,7 +47,7 @@ jobs:
detected6: ${{ steps.list-changed.outputs.detected6 }}
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
@@ -107,19 +107,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -141,19 +141,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -175,19 +175,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -209,19 +209,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -243,19 +243,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -277,19 +277,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: lint Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -315,8 +315,55 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check lint matrix status
if: ${{ ( (needs.generate-lint-matrix.outputs.detected1 == 'true') && (needs.lint-charts1.result != 'success') ) && ( (needs.generate-lint-matrix.outputs.detected2 == 'true') && ( (needs.lint-charts2.result != 'success') || ( needs.lint-charts2.result != 'skipped' ) ) ) && ( (needs.generate-lint-matrix.outputs.detected3 == 'true') && ( (needs.lint-charts3.result != 'success') || ( needs.lint-charts3.result != 'skipped' ) ) ) && ( (needs.generate-lint-matrix.outputs.detected4 == 'true') && ( (needs.lint-charts4.result != 'success') || ( needs.lint-charts4.result != 'skipped' ) ) ) && ( (needs.generate-lint-matrix.outputs.detected5 == 'true') && ( (needs.lint-charts5.result != 'success') || ( needs.lint-charts5.result != 'skipped' ) ) ) && ( (needs.generate-lint-matrix.outputs.detected6 == 'true') && ( (needs.lint-charts6.result != 'success') || ( needs.lint-charts6.result != 'skipped' ) ) ) }}
run: exit 1
run: |
res1="${{needs.lint-charts1.result}}"
res2="${{needs.lint-charts2.result}}"
res3="${{needs.lint-charts3.result}}"
res4="${{needs.lint-charts4.result}}"
res5="${{needs.lint-charts5.result}}"
res6="${{needs.lint-charts6.result}}"
if [[ $res1 == "success" || $res1 == "skipped" ]]; then
echo "lint tests 1 successfull..."
else
echo "lint tests 1 error, stopping due to failure..."
exit 1
fi
if [[ $res2 == "success" || $res2 == "skipped" ]]; then
echo "lint tests 2 successfull..."
else
echo "lint tests 2 error, stopping due to failure..."
exit 1
fi
if [[ $res3 == "success" || $res3 == "skipped" ]]; then
echo "lint tests 3 successfull..."
else
echo "lint tests 3 error, stopping due to failure..."
exit 1
fi
if [[ $res4 == "success" || $res4 == "skipped" ]]; then
echo "lint tests 4 successfull..."
else
echo "lint tests 4 error, stopping due to failure..."
exit 1
fi
if [[ $res5 == "success" || $res5 == "skipped" ]]; then
echo "lint tests 5 successfull..."
else
echo "lint tests 5 error, stopping due to failure..."
exit 1
fi
if [[ $res6 == "success" || $res6 == "skipped" ]]; then
echo "lint tests 6 successfull..."
else
echo "lint tests 6 error, stopping due to failure..."
exit 1
fi
- uses: vishnudxb/cancel-workflow@c3c77eb4383ba7d023e6614a07d94fe990501ac6 # tag=v1.2
if: failure()
+54 -9
View File
@@ -11,15 +11,59 @@ on:
- "charts/**"
jobs:
release-helm:
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
- name: Checkout Helm-Staging
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 1
repository: truecharts/helm-staging
token: ${{ secrets.BOT_TOKEN }}
path: helm
- name: Fix Pre-Commit issues
shell: bash
run: |
echo "Running pre-commit test-and-cleanup..."
pre-commit run --all ||:
# Fix sh files to always be executable
find . -name '*.sh' | xargs chmod +x
- name: Commit Helm Changes
run: |
rm -rf helm/charts
mkdir helm/charts
cp -rf charts helm
- name: Commit Helm Changes
run: |
cd helm
git config user.name "TrueCharts-Bot"
git config user.email "[email protected]"
git add --all
git commit -sm "Commit released Helm Charts for TrueCharts" || exit 0
git push
cd -
release-scale:
runs-on: ubuntu-latest
outputs:
ref: ${{ steps.save-commit-hash.outputs.commit_hash }}
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -35,7 +79,7 @@ jobs:
helm repo update
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 0
@@ -67,7 +111,7 @@ jobs:
find . -name '*.sh' | xargs chmod +x
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:
@@ -121,13 +165,13 @@ jobs:
mv -f website/docs/charts/${train}/${chart}/CHANGELOG.md tmp/website/docs/charts/${train}/${chart}/CHANGELOG.md || :
mv -f website/docs/charts/${train}/${chart}/helm-security.md tmp/website/docs/charts/${train}/${chart}/helm-security.md || :
mv -f website/docs/charts/${train}/${chart}/container-security.md tmp/website/docs/charts/${train}/${chart}/container-security.md || :
# remove old docs everywhere and recreate based on charts repo
rm -rf website/docs/charts/*/${chart} || :
mkdir -p website/docs/charts/${train}/${chart} || echo "chart path already exists, continuing..."
yes | cp -rf charts/${train}/${chart}/docs/* website/docs/charts/${train}/${chart}/ 2>/dev/null || :
yes | cp -rf charts/${train}/${chart}/icon.png website/static/img/hotlink-ok/chart-icons/${chart}.png 2>/dev/null || :
# Copy over kept documents
mv -f tmp/website/docs/charts/${train}/${chart}/CHANGELOG.md website/docs/charts/${train}/${chart}/CHANGELOG.md 2>/dev/null || :
mv -f tmp/website/docs/charts/${train}/${chart}/helm-security.md website/docs/charts/${train}/${chart}/helm-security.md 2>/dev/null || :
@@ -179,9 +223,10 @@ jobs:
git add --all
git commit -sm "Commit released docs for TrueCharts" || exit 0
git push
- name: Checkout Catalog
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:
@@ -228,12 +273,12 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser for dependency apps
uses: helm/chart-releaser-action@98bccfd32b0f76149d188912ac8e45ddd3f8695f # tag=v1.4.1
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
with:
charts_dir: charts/dependency
charts_repo_url: https://charts.truecharts.org
charts_repo_url: https://deps.truecharts.org
env:
CR_TOKEN: "${{ secrets.BOT_TOKEN }}"
CR_SKIP_EXISTING: "true"
+94 -43
View File
@@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -81,7 +81,7 @@ jobs:
detected6: ${{ steps.list-changed.outputs.detected6 }}
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
@@ -140,19 +140,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -163,13 +163,15 @@ jobs:
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
k3d-args: -p 31990-31999:31990-31999@server:0
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Remove node taints
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
install-charts2:
needs:
@@ -183,19 +185,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -206,14 +208,16 @@ jobs:
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
k3d-args: -p 31990-31999:31990-31999@server:0
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Remove node taints
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
install-charts3:
needs:
@@ -227,19 +231,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -250,13 +254,15 @@ jobs:
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
k3d-args: -p 31990-31999:31990-31999@server:0
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Remove node taints
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
install-charts4:
needs:
@@ -270,19 +276,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -293,13 +299,15 @@ jobs:
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
k3d-args: -p 31990-31999:31990-31999@server:0
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Remove node taints
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
install-charts5:
needs:
@@ -313,19 +321,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -336,13 +344,15 @@ jobs:
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
k3d-args: -p 31990-31999:31990-31999@server:0
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Remove node taints
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
install-charts6:
needs:
@@ -356,19 +366,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
helm: "3.8.0"
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
with:
python-version: "3.10"
@@ -379,13 +389,15 @@ jobs:
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.24
k3d-args: -p 31990-31999:31990-31999@server:0
# Flags found here https://github.com/k3d-io/k3d
k3d-args: --k3s-arg --disable=metrics-server@server:*
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Remove node taints
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" #--upgrade
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
install_success:
@@ -397,18 +409,57 @@ jobs:
- install-charts4
- install-charts5
- install-charts6
if: |
always()
if: ${{ always() }}
name: Install successful
runs-on: ubuntu-latest
steps:
- name: Check install matrix status
if: ${{ ( (needs.generate-install-matrix.outputs.detected1 == 'true') && (needs.install-charts1.result != 'success') ) && ( (needs.generate-install-matrix.outputs.detected2 == 'true') && ( (needs.install-charts2.result != 'success') || ( needs.install-charts2.result != 'skipped' ) ) ) && ( (needs.generate-install-matrix.outputs.detected3 == 'true') && ( (needs.install-charts3.result != 'success') || ( needs.install-charts3.result != 'skipped' ) ) ) && ( (needs.generate-install-matrix.outputs.detected4 == 'true') && ( (needs.install-charts4.result != 'success') || ( needs.install-charts4.result != 'skipped' ) ) ) && ( (needs.generate-install-matrix.outputs.detected5 == 'true') && ( (needs.install-charts5.result != 'success') || ( needs.install-charts5.result != 'skipped' ) ) ) && ( (needs.generate-install-matrix.outputs.detected6 == 'true') && ( (needs.install-charts6.result != 'success') || ( needs.install-charts6.result != 'skipped' ) ) ) }}
run: exit 1
run: |
res1="${{needs.install-charts1.result}}"
res2="${{needs.install-charts2.result}}"
res3="${{needs.install-charts3.result}}"
res4="${{needs.install-charts4.result}}"
res5="${{needs.install-charts5.result}}"
res6="${{needs.install-charts6.result}}"
- uses: vishnudxb/cancel-workflow@c3c77eb4383ba7d023e6614a07d94fe990501ac6 # tag=v1.2
if: failure()
with:
repo: truecharts/charts
workflow_id: ${{ github.run_id }}
access_token: ${{ github.token }}
if [[ $res1 == "success" || $res1 == "skipped" ]]; then
echo "install tests 1 successfull..."
else
echo "install tests 1 error, stopping due to failure..."
exit 1
fi
if [[ $res2 == "success" || $res2 == "skipped" ]]; then
echo "install tests 2 successfull..."
else
echo "install tests 2 error, stopping due to failure..."
exit 1
fi
if [[ $res3 == "success" || $res3 == "skipped" ]]; then
echo "install tests 3 successfull..."
else
echo "install tests 3 error, stopping due to failure..."
exit 1
fi
if [[ $res4 == "success" || $res4 == "skipped" ]]; then
echo "install tests 4 successfull..."
else
echo "install tests 4 error, stopping due to failure..."
exit 1
fi
if [[ $res5 == "success" || $res5 == "skipped" ]]; then
echo "install tests 5 successfull..."
else
echo "install tests 5 error, stopping due to failure..."
exit 1
fi
if [[ $res6 == "success" || $res6 == "skipped" ]]; then
echo "install tests 6 successfull..."
else
echo "install tests 6 error, stopping due to failure..."
exit 1
fi
+184 -60
View File
@@ -1,24 +1,33 @@
name: "Chore: Daily Tasks"
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
concurrency:
group: lock
jobs:
generate-readme:
runs-on: ubuntu-latest
name: "Generate readme files"
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 0
fetch-depth: 1
- name: Setting repo parent dir as safe safe.directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: generate readme.md
shell: bash
run: |
@@ -44,54 +53,149 @@ jobs:
fi
done
done
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
repository: truecharts/website
path: website
fetch-depth: 1
token: ${{ secrets.BOT_TOKEN }}
- name: Bump and Sync
shell: bash
run: |
# Designed to ensure the appversion in Chart.yaml is in sync with the primary Chart tag if found
# Also makes sure that home link is pointing to the correct url
sync_tag() {
local chart="$1"
local chartname="$2"
local train="$3"
echo "Attempting to sync primary tag with appversion for: ${chartname}"
local tag="$(cat ${chart}/values.yaml | grep '^ tag: ' | awk -F" " '{ print $2 }' | head -1)"
tag="${tag%%@*}"
tag="${tag:-auto}"
tag=$(echo $tag | sed "s/release-//g")
tag=$(echo $tag | sed "s/release_//g")
tag=$(echo $tag | sed "s/version-//g")
tag=$(echo $tag | sed "s/version_//g")
tag="${tag#*V.}"
tag="${tag#*v-}"
tag="${tag#*v}"
tag="${tag%-*}"
tag="${tag:0:10}"
tag="${tag%-}"
tag="${tag%_}"
tag="${tag%.}"
echo "Updating tag of ${chartname} to ${tag}..."
sed -i -e "s|appVersion: .*|appVersion: \"${tag}\"|" "${chart}/Chart.yaml"
echo "Updating icon of ${chartname}..."
sed -i -e "s|icon: .*|icon: https:\/\/truecharts.org\/img\/hotlink-ok\/chart-icons\/${chartname}.png|" "${chart}/Chart.yaml"
echo "Updating home of ${chartname}..."
sed -i -e "s|home: .*|home: https:\/\/truecharts.org\/charts\/${train}\/${chartname}|" "${chart}/Chart.yaml"
echo "Attempting to update sources of ${chartname}..."
echo "Using go-yq verion: <$(go-yq -V)>"
# Get all sources (except truecharts)
curr_sources=$(go-yq '.sources[] | select(. != "https://github.com/truecharts*")' "${chart}/Chart.yaml")
# Empty sources list in-place
go-yq -i 'del(.sources.[])' "${chart}/Chart.yaml"
# Add truechart source
tcsource="https://github.com/truecharts/charts/tree/master/charts/$train/$chartname" go-yq -i '.sources += env(tcsource)' "${chart}/Chart.yaml"
# Add the rest of the sources
while IFS= read -r line; do
src="$line" go-yq -i '.sources += env(src)' "${chart}/Chart.yaml" || echo "src set error"
done <<< "$curr_sources"
echo "Sources of ${chartname} updated!"
}
local chart="$1"
local chartname="$2"
local train="$3"
echo "Attempting to sync primary tag with appversion for: ${chartname}"
local tag="$(cat ${chart}/values.yaml | grep '^ tag: ' | awk -F" " '{ print $2 }' | head -1)"
tag="${tag%%@*}"
tag="${tag:-auto}"
tag=$(echo $tag | sed "s/release-//g")
tag=$(echo $tag | sed "s/release_//g")
tag=$(echo $tag | sed "s/version-//g")
tag=$(echo $tag | sed "s/version_//g")
tag="${tag#*V.}"
tag="${tag#*v-}"
tag="${tag#*v}"
tag="${tag%-*}"
tag="${tag:0:10}"
tag="${tag%-}"
tag="${tag%_}"
tag="${tag%.}"
echo "Updating tag of ${chartname} to ${tag}..."
sed -i -e "s|appVersion: .*|appVersion: \"${tag}\"|" "${chart}/Chart.yaml"
echo "Updating icon of ${chartname}..."
sed -i -e "s|icon: .*|icon: https:\/\/truecharts.org\/img\/hotlink-ok\/chart-icons\/${chartname}.png|" "${chart}/Chart.yaml"
echo "Updating home of ${chartname}..."
sed -i -e "s|home: .*|home: https:\/\/truecharts.org\/charts\/${train}\/${chartname}|" "${chart}/Chart.yaml"
echo "Attempting to update sources of ${chartname}..."
echo "Using go-yq verion: <$(go-yq -V)>"
# Get current sources, exluding those that may have been added automatically.
curr_sources=$(
go-yq '
.sources[] |
select(
. != "https://github.com/truecharts*" and
. != "https://ghcr*" and
. != "docker.io*" and
. != "https://docker.io*" and
. != "https://hub.docker*" and
. != "https://fleet.*" and
. != "https://github.com/truecharts/containers/tree/master/mirror/*" and
. != "https://public.ecr.aws*" and
. != "https://ocir.io*" and
. != "https://gcr*" and
. != "https://azurecr*" and
. != "https://quay*" and
. != "https://lscr*" and
. != "https://github.com/truecharts/containers*" and
. == "http*"
)
' \
"${chart}/Chart.yaml"
)
# Empty sources list in-place
go-yq -i 'del(.sources.[])' "${chart}/Chart.yaml"
# Add truechart source
tcsource="https://github.com/truecharts/charts/tree/master/charts/$train/$chartname" go-yq -i '.sources += env(tcsource)' "${chart}/Chart.yaml"
# Get the container image name that was parsed out of the Dockerfile for the website.
container=$(cat website/docs/charts/description_list.md | grep "\[${chartname}\]" | cut -f3 -d '|' | grep -v 'Not Found' || echo "")
# Convert the container image name to a URL.
if [ ! -z "$container" ]; then
prefix=""
case "$container" in
lscr.io/linuxserver/*)
prefix="https://fleet.linuxserver.io/image?name="
container=${container#lscr.io/}
;;
tccr.io/truecharts/*)
prefix="https://github.com/truecharts/containers/tree/master/mirror"
container=${container#tccr.io/truecharts/}
;;
mcr.microsoft.com/*)
prefix=""
;;
public.ecr.aws/*)
prefix="https://gallery.ecr.aws/"
container=${container#public.ecr.aws/}
;;
ghcr.io/*)
prefix="https://"
;;
quay.io/*)
prefix="https://"
;;
gcr.io/*)
prefix="https://"
;;
*.azurecr.io/*)
prefix=""
;;
*.ocir.io/*)
prefix=""
;;
# There have been a number of domains used for the Docker Hub registry over the years.
# NOTE: This is also the default case!
docker.io/*|index.docker.io/*|registry-1.docker.io/*|registry.hub.docker.com/*|*)
prefix="https://hub.docker.com/r/"
container=${container#docker.io/}
container=${container#index.docker.io/}
container=${container#registry-1.docker.io/}
container=${container#registry.hub.docker.com/}
# If the image name does not contain a slash it is a Docker Official Image.
if [ "$container" == "${container////}" ]; then
prefix="https://hub.docker.com/_/"
# If the user name is library it is a Docker Official Image.
elif [ "${container%%/*}" == "library" ]; then
prefix="https://hub.docker.com/_/"
container=${container#library/}
fi
# Avoid creating a bad link since an unsupported registry may have been used.
slashes=${container//[^\/]/}
# Bail out if the image name has more than 1 slash.
if [ ${#slashes} -gt 1 ]; then
prefix=""
echo "WARNING: Not assuming '$container' is a Docker Hub image"
fi
;;
esac
if [ -n "${prefix}" ]; then
container="${prefix}${container}" go-yq -i '.sources += env(container) | .sources |= unique' "${chart}/Chart.yaml"
fi
fi
# Add the rest of the sources
while IFS= read -r line; do
src="$line" go-yq -i '.sources += env(src)' "${chart}/Chart.yaml" || echo "src set error"
done <<< "$curr_sources"
echo "Sources of ${chartname} updated!"
}
export -f sync_tag
for train in enterprise stable incubator dependency; do
echo "Correcting Chart.yaml for Train: ${train}..."
for chart in $(ls "charts/${train}"); do
@@ -99,7 +203,7 @@ jobs:
sync_tag "charts/${train}/${chart}" "${chart}" "${train}"
done
done
- name: Cleanup
run: |
rm -rf changes.json
@@ -113,15 +217,15 @@ jobs:
git add --all
git commit -sm "Commit daily changes" || exit 0
git push
generate-security-reports:
runs-on: ubuntu-latest
name: "Generate Security Reports"
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2
uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3
with:
setup-tools: |
helmv3
@@ -136,22 +240,22 @@ jobs:
helm repo update
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 0
fetch-depth: 1
- name: Setting repo parent dir as safe safe.directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout website
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 1
repository: truecharts/website
token: ${{ secrets.BOT_TOKEN }}
path: website
- name: fetch dependencies
shell: bash
run: |
@@ -182,7 +286,7 @@ jobs:
echo "" >> website/docs/charts/${train}/${chartname}/helm-security.md
echo "##### Scan Results" >> website/docs/charts/${train}/${chartname}/helm-security.md
echo "" >> website/docs/charts/${train}/${chartname}/helm-security.md
trivy config -f template --template "@./templates/trivy-config.tpl" ${chart}/render >> website/docs/charts/${train}/${chartname}/helm-security.md || echo "trivy scan failed..."
trivy config --namespaces builtin.kubernetes.* -f template --template "@./templates/trivy-config.tpl" ${chart}/render >> website/docs/charts/${train}/${chartname}/helm-security.md || echo "trivy scan failed..."
}
container_sec_scan() {
local chart="$1"
@@ -217,15 +321,20 @@ jobs:
local train="$3"
echo "sanitising website output for ${chartname}..."
rm -rf ${chart}/render
sed -i 's|<br>|<br />|g' website/docs/charts/${train}/${chartname}/helm-security.md
# sed -i 's|<br>|<br />|g' website/docs/charts/${train}/${chartname}/container-security.md
sed -i 's|<hr>|<hr />|g' website/docs/charts/${train}/${chartname}/helm-security.md
# sed -i 's|<hr>|<hr />|g' website/docs/charts/${train}/${chartname}/container-security.md
sed -i 's|<br>|<br />|g' website/docs/charts/${train}/${chartname}/helm-security.md ||:
sed -i 's|<br>|<br />|g' website/docs/charts/${train}/${chartname}/container-security.md ||:
sed -i 's|<hr>|<hr />|g' website/docs/charts/${train}/${chartname}/helm-security.md ||:
sed -i 's|<hr>|<hr />|g' website/docs/charts/${train}/${chartname}/container-security.md ||:
}
for train in enterprise stable incubator dependency; do
echo "Processing Charts for Train: ${train}..."
for chart in $(ls "charts/${train}"); do
render "charts/${train}/${chart}" ${chart} ${train} && helm_sec_scan "charts/${train}/${chart}" ${chart} ${train} && cleanfiles "charts/${train}/${chart}" ${chart} ${train} || echo "processing failed for ${chart}"
render "charts/${train}/${chart}" ${chart} ${train} || echo "rendering failed for ${chart}"
helm_sec_scan "charts/${train}/${chart}" ${chart} ${train} || echo "helm chart processing failed for ${chart}"
if [ ${train} == "enterprise" ]; then
container_sec_scan "charts/${train}/${chart}" ${chart} ${train} || echo "container processing failed for ${chart}"
fi
cleanfiles "charts/${train}/${chart}" ${chart} ${train} || echo "cleaning failed for ${chart}"
done
done
echo "finsihed security scan"
@@ -239,3 +348,18 @@ jobs:
git add --all
git commit -sm "Commit released docs for TrueCharts" || exit 0
git push
lock-threads:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836 # v4
with:
github-token: ${{ secrets.BOT_TOKEN }}
issue-inactive-days: '7'
exclude-any-issue-labels: ''
issue-comment: 'This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists'
issue-lock-reason: ''
pr-inactive-days: '7'
pr-comment: 'This PR is locked to prevent necro-posting on closed PRs. Please create a issue or contact staff on discord if you want to further discuss this'
pr-lock-reason: 'resolved'
log-output: true
@@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@e6e25ac3a2b93187502a8be1ef9e9603afc34925 # v2.24.2
uses: dawidd6/action-download-artifact@5e780fc7bbd0cac69fc73271ed86edf5dcb72d67 # v2.26.0
with:
github_token: ${{ secrets.BOT_TOKEN }}
workflow: pr-validate.yaml
@@ -34,7 +34,7 @@ jobs:
path: ./pr_metadata/pr_number.txt
- name: "Get workflow job status"
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # tag=v6
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6
id: get-workflow-jobs
with:
github-token: ${{ secrets.BOT_TOKEN }}
@@ -22,7 +22,7 @@ jobs:
name: Label commenter
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
token: ${{ secrets.BOT_TOKEN }}
ref: master
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
echo $PR_NUMBER > pr_number.txt
- name: Store pr data in artifact
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: pr_metadata
path: ./pr_number.txt
@@ -53,7 +53,7 @@ jobs:
addedOrModifiedCharts: ${{ steps.collect-changes.outputs.addedOrModifiedCharts }}
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: Collect changes
id: collect-changes
+8 -5
View File
@@ -62,7 +62,7 @@ jobs:
head-commit-message: ${{ steps.get_head_commit_message.outputs.headCommitMsg }}
steps:
- name: Get repo
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: verbose head git commit message
@@ -71,19 +71,22 @@ jobs:
id: get_head_commit_message
run: echo "::set-output name=headCommitMsg::$(git show -s --format=%s)"
automerge:
automerge-and-approve:
needs:
- pr-metadata
- catalog-test
- charts-test
- charts-lint
- print_head_msg
if: needs.print_head_msg.outputs.head-commit-message == 'Commit bumped Chart Version'
name: Automerge build
if: needs.print_head_msg.outputs.head-commit-message == 'Commit bumped Chart Version'
name: Automerge and Approve build
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: "${{ secrets.PERS_PAT }}"
- name: automerge
uses: pascalgn/automerge-action@eb68b061739cb9d81564f8e812d0b3c45f0fb09a # tag=v0.15.5
uses: pascalgn/automerge-action@22948e0bc22f0aa673800da838595a3e7347e584 # v0.15.6
env:
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
UPDATE_RETRIES: 12
+2 -2
View File
@@ -9,9 +9,9 @@ jobs:
name: "prune old releases"
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
- uses: actions/delete-package-versions@a31a43afa6c2d3afdf8b5f1e311b2dc75585932e # tag=v3
- uses: actions/delete-package-versions@ba4d22f25141387e5ab82cfec079de6d2df96815 # v4
with:
min-versions-to-keep: 200
+3 -3
View File
@@ -12,14 +12,14 @@ jobs:
name: Get changed Apps
runs-on: ubuntu-20.04
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
name: Checkout
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
name: Checkout
with:
fetch-depth: 0
+4 -4
View File
@@ -1,18 +1,18 @@
name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 */1 * * *"
# schedule:
# - cron: "0 */1 * * *"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@3ba16d130f7873b7ae4308225e723562e79e6aaa # v34.83.1
uses: renovatebot/github-action@1b6d32d6058e85e60825f27572934f36b00ebbd3 # v34.153.1
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
token: ${{ secrets.BOT_TOKEN }}
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check for stale issues and PRs
uses: actions/stale@5ebf00ea0e4c1561e9b43a292ed34424fb1d4578 # tag=v6
uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7
with:
repo-token: ${{ secrets.BOT_TOKEN }}
days-before-issue-stale: 180
+1
View File
@@ -56,3 +56,4 @@ website/
pub/
tgz_cache/
index_cache/
helm/
+2 -2
View File
@@ -23,7 +23,7 @@ repos:
- id: requirements-txt-fixer # sorts entries in requirements.txt.
- id: check-added-large-files # prevents giant files from being committed.
- id: check-yaml # checks yaml files for parseable syntax.
exclude: (templates\/.*|questions.yaml|chart_schema.yaml)
exclude: (templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml)
- id: detect-private-key # detects the presence of private keys.
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -36,5 +36,5 @@ repos:
rev: v2.5.1
hooks:
- id: prettier
exclude: (templates\/.*|README.md|CHANGELOG.md|questions.yaml|devcontainer.json)
exclude: (templates\/.*|crds\/.*|README.md|CHANGELOG.md|questions.yaml|devcontainer.json)
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$
+4 -4
View File
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "22.12.1.17"
appVersion: "23.2.1.253"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.1
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/charts/dependency/clickhouse
@@ -20,10 +20,10 @@ maintainers:
name: clickhouse
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://hub.docker.com/r/clickhouse/clickhouse-server
- https://clickhouse.com/
- https://hub.docker.com/r/yandex/clickhouse-server
type: application
version: 3.0.14
version: 4.0.0
annotations:
truecharts.org/catagories: |
- database
+31 -43
View File
@@ -1,10 +1,15 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: clickhouseDatabase
group: "App Configuration"
@@ -96,51 +101,34 @@ questions:
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1 +1 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}
+44 -37
View File
@@ -1,32 +1,55 @@
image:
repository: tccr.io/truecharts/clickhouse
pullPolicy: IfNotPresent
tag: 22.12.1.1752@sha256:45f7725ae167da165aec76399c5b8c43cee8f2beb5d01c004d35a79d7690ad32
tag: 23.2.1.2537@sha256:669278d98936a2d12bf8f331067afb6a34e5570fdcb37b854bb5d0b2d8f30108
controller:
type: statefulset
strategy: RollingUpdate
rollingUpdate:
unavailable: 1
workload:
main:
type: StatefulSet
replicas: 1
strategy: RollingUpdate
podSpec:
containers:
main:
env:
CLICKHOUSE_DB: "{{ .Values.clickhouseDatabase }}"
CLICKHOUSE_USER: "{{ .Values.clickhouseUsername }}"
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: "{{ .Values.clickhouseDefaultAccessManagement }}"
CLICKHOUSE_PASSWORD:
secretKeyRef:
name: "credentials"
key: "clickhouse-password"
probes:
liveness:
type: http
path: /ping
readiness:
type: http
path: /ping
startup:
type: http
path: /ping
securityContext:
readOnlyRootFilesystem: false
# Optional capabilities advanced ClickHouse features. See also:
# https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/README.md#linux-capabilities
# https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-clickhouse-in-docker/
# https://github.com/ClickHouse/ClickHouse/blob/b844c36a9d5e76300a88b4f49e6debccf1ad22e4/programs/install/Install.cpp#L793-L804
# capabilities:
# add:
# - IPC_LOCK
# - NET_ADMIN
# - SYS_NICE
container:
readOnlyRootFilesystem: false
# Optional capabilities advanced ClickHouse features. See also:
# https://github.com/ClickHouse/ClickHouse/blob/master/docker/server/README.md#linux-capabilities
# https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-clickhouse-in-docker/
# https://github.com/ClickHouse/ClickHouse/blob/b844c36a9d5e76300a88b4f49e6debccf1ad22e4/programs/install/Install.cpp#L793-L804
# capabilities:
# add:
# - IPC_LOCK
# - NET_ADMIN
# - SYS_NICE
service:
main:
ports:
main:
port: 8123
protocol: HTTP
protocol: http
targetPort: 8123
volumeClaimTemplates:
@@ -34,17 +57,6 @@ volumeClaimTemplates:
enabled: true
mountPath: /var/lib/clickhouse
probes:
liveness:
type: HTTP
path: /ping
readiness:
type: HTTP
path: /ping
startup:
type: HTTP
path: /ping
clickhouseDatabase: "test"
clickhouseUsername: "test"
clickhousePassword: "testpass"
@@ -57,14 +69,9 @@ secret:
data:
clickhouse-password: '{{ ( .Values.clickhousePassword | default "empty" ) }}'
env:
CLICKHOUSE_DB: "{{ .Values.clickhouseDatabase }}"
CLICKHOUSE_USER: "{{ .Values.clickhouseUsername }}"
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: "{{ .Values.clickhouseDefaultAccessManagement }}"
CLICKHOUSE_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "clickhouse-password"
portal:
open:
enabled: false
manifestManager:
enabled: false
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "22.05.9.2"
appVersion: "22.05.10.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.1
deprecated: false
description: "An awesome Online Office suite."
home: https://truecharts.org/charts/dependency/collabora-online
@@ -18,11 +18,10 @@ maintainers:
name: collabora-online
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/collabora-online
- https://hub.docker.com/r/collabora/code
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 14.0.14
version: 15.0.0
annotations:
truecharts.org/catagories: |
- office
+81 -101
View File
@@ -8,68 +8,65 @@ portals:
path: "/browser/dist/admin/admin.html"
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: username
label: "Username for WebUI"
schema:
type: string
default: "admin"
required: true
- variable: password
label: "Password for WebUI"
schema:
type: string
valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}"
private: true
required: true
default: "REPLACETHIS"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: aliasgroup1
label: "aliasgroup1"
description: "Comma separated hosts list."
schema:
type: string
default: ""
- variable: dictionaries
label: "Dictionaries to use, leave empty to use all"
schema:
type: string
default: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
- variable: extra_params
label: "Extra Parameters to add"
description: 'e.g. "--o:welcome.enable=false", See more on /etc/loolwsd/loolwsd.xml. Separate params with space'
schema:
type: string
default: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false"
- variable: DONT_GEN_SSL_CERT
label: "DONT_GEN_SSL_CERT"
description: "When set to true it does NOT generate an SSL cert, you have to use your own"
schema:
type: boolean
default: true
- variable: server_name
label: "Server Name"
description: "When this environment variable is set (is not empty), then its value will be used as server name in /etc/loolwsd/loolwsd.xml. Without this, CODE is not delivering a correct host for the websocket connection in case of a proxy in front of it."
schema:
type: string
default: 'collabora.domain.tld'
valid_chars: '^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$'
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: username
label: "Username for WebUI"
schema:
type: string
default: "admin"
required: true
- variable: password
label: "Password for WebUI"
schema:
type: string
valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}"
private: true
required: true
default: "REPLACETHIS"
- variable: aliasgroup1
label: "aliasgroup1"
description: "Comma separated hosts list."
schema:
type: string
default: ""
- variable: dictionaries
label: "Dictionaries to use, leave empty to use all"
schema:
type: string
default: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
- variable: extra_params
label: "Extra Parameters to add"
description: 'e.g. "--o:welcome.enable=false", See more on /etc/loolwsd/loolwsd.xml. Separate params with space'
schema:
type: string
default: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false"
- variable: DONT_GEN_SSL_CERT
label: "DONT_GEN_SSL_CERT"
description: "When set to true it does NOT generate an SSL cert, you have to use your own"
schema:
type: boolean
default: true
- variable: server_name
label: "Server Name"
description: "When this environment variable is set (is not empty), then its value will be used as server name in /etc/loolwsd/loolwsd.xml. Without this, CODE is not delivering a correct host for the websocket connection in case of a proxy in front of it."
schema:
type: string
default: 'collabora.domain.tld'
valid_chars: '^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$'
# Include{containerAdvanced}
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
@@ -110,51 +107,34 @@ questions:
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 104
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 106
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: true
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 104
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 106
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1 +1 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}
+24 -39
View File
@@ -1,36 +1,31 @@
image:
repository: tccr.io/truecharts/collabora
tag: 22.05.9.2.1@sha256:2dc2fd91a9899a67f62899c16a466d955675b4fef163de1072b5569fcc4691c1
tag: 22.05.10.2.1@sha256:8d0f870dfb100c8b72e97a3b5729e420a52e92e8fbef6ef35e51abf65c8660c9
pullPolicy: IfNotPresent
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
workload:
main:
replicas: 1
type: StatefulSet
strategy: RollingUpdate
podSpec:
containers:
main:
env:
aliasgroup1: ""
dictionaries: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
extra_params: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false "
server_name: "collabora.domain.tld"
DONT_GEN_SSL_CERT: true
username: ""
password: ""
securityContext:
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 104
runAsGroup: 106
container:
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
runAsUser: 104
runAsGroup: 106
service:
main:
@@ -39,16 +34,6 @@ service:
port: 10105
targetPort: 9980
secretEnv:
username: ""
password: ""
env:
aliasgroup1: ""
dictionaries: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
extra_params: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false "
server_name: "collabora.domain.tld"
DONT_GEN_SSL_CERT: true
portal:
enabled: true
open:
enabled: true
+4 -3
View File
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "10.10.2"
appVersion: "10.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.1
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://truecharts.org/charts/dependency/mariadb
@@ -21,11 +21,12 @@ maintainers:
name: mariadb
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
- https://hub.docker.com/r/bitnami/mariadb
- https://github.com/bitnami/bitnami-docker-mariadb
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 5.0.20
version: 6.0.0
annotations:
truecharts.org/catagories: |
- database
+31 -43
View File
@@ -1,10 +1,15 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: mariadbDatabase
group: "App Configuration"
@@ -74,51 +79,34 @@ questions:
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1 +1 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}
+80 -90
View File
@@ -1,28 +1,80 @@
image:
repository: tccr.io/truecharts/mariadb
pullPolicy: IfNotPresent
tag: 10.10.2@sha256:c4d67fbda7fbc79b31f51beba2e6e61d3e38d36925cf4d5e2efb963a8e686d67
tag: 10.11.2@sha256:fc01102eef1de92155b5097636ef738700c8bef1735f52a397b1505cbf455c0f
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
workload:
main:
replicas: 1
type: StatefulSet
strategy: RollingUpdate
podSpec:
containers:
main:
env:
MARIADB_PASSWORD:
secretKeyRef:
name: "credentials"
key: "mariadb-password"
MARIADB_ROOT_PASSWORD:
secretKeyRef:
name: "credentials"
key: "mariadb-root-password"
MARIADB_USER: "{{ .Values.mariadbUsername }}"
MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
service:
main:
@@ -32,7 +84,9 @@ service:
targetPort: 3306
securityContext:
readOnlyRootFilesystem: false
container:
readOnlyRootFilesystem: false
runAsGroup: 0
secret:
credentials:
@@ -41,79 +95,11 @@ secret:
mariadb-password: '{{ ( .Values.mariadbPassword | default "empty" ) }}'
mariadb-root-password: '{{ ( .Values.mariadbRootPassword | default "empty" ) }}'
env:
MARIADB_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "mariadb-password"
MARIADB_ROOT_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "mariadb-root-password"
MARIADB_USER: "{{ .Values.mariadbUsername }}"
MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}"
podSecurityContext:
runAsGroup: 0
volumeClaimTemplates:
data:
enabled: true
mountPath: "/bitnami/mariadb"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
mariadbPassword: "testpass"
mariadbUsername: "test"
mariadbDatabase: "test"
@@ -121,4 +107,8 @@ mariadbRootPassword: "testroot"
existingSecret: ""
portal:
open:
enabled: false
manifestManager:
enabled: false
+4 -3
View File
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "1.6.17"
appVersion: "1.6.18"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.1
deprecated: false
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/charts/dependency/memcached
@@ -20,10 +20,11 @@ maintainers:
name: memcached
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
- https://hub.docker.com/r/bitnami/memcached
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 5.0.18
version: 6.0.0
annotations:
truecharts.org/catagories: |
- database
+29 -64
View File
@@ -1,32 +1,14 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: postgresqlDatabase
group: "App Configuration"
label: "Database Name"
schema:
type: string
default: "mydatabase"
required: true
- variable: postgresqlUsername
group: "App Configuration"
label: "Database User"
schema:
type: string
default: "mydatabaseuser"
required: true
- variable: postgresqlPassword
group: "App Configuration"
label: "Database Password"
schema:
type: string
default: ""
required: true
# Include{serviceRoot}
- variable: main
label: "Main Service"
@@ -55,51 +37,34 @@ questions:
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1,2 +1,2 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}
+5 -1
View File
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/memcached
pullPolicy: IfNotPresent
tag: 1.6.17@sha256:114f73ecdcbd57dfb8f19d1c7110c0393a81b8b04235ca5f2f423fbea14ba414
tag: 1.6.18@sha256:49998f1e9bb4c1537c559c9e6a757c93a346d2ea6b03d03ecdca3bda3c8d4ab6
service:
main:
@@ -11,4 +11,8 @@ service:
targetPort: 11211
portal:
open:
enabled: false
manifestManager:
enabled: false
+3 -3
View File
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "6.0.3"
appVersion: "6.0.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.1
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/charts/dependency/mongodb
@@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 4.0.21
version: 5.0.0
annotations:
truecharts.org/catagories: |
- database
+31 -43
View File
@@ -1,10 +1,15 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: mongodbDatabase
group: "App Configuration"
@@ -74,51 +79,34 @@ questions:
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1 +1 @@
{{- include "tc.common.loader.all" . }}
{{- include "tc.v1.common.loader.all" . }}
+80 -91
View File
@@ -1,28 +1,80 @@
image:
repository: tccr.io/truecharts/mongodb
pullPolicy: IfNotPresent
tag: 6.0.3@sha256:ab610991b83f99847538b2ee068111a06b3e176325a5d90a9f7384f3224c52b4
tag: 6.0.4@sha256:3600c9f13d96311ddad4d2de6520d54c89a8708ee36798e4dc6fb93f59c1eab4
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
workload:
main:
replicas: 1
type: StatefulSet
strategy: RollingUpdate
podSpec:
containers:
main:
env:
MONGODB_USERNAME: "{{ .Values.mongodbUsername }}"
MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}"
MONGODB_PASSWORD:
secretKeyRef:
name: "credentials"
key: "mongodb-password"
MONGODB_ROOT_PASSWORD:
secretKeyRef:
name: "credentials"
key: "mongodb-root-password"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
service:
main:
@@ -32,70 +84,15 @@ service:
targetPort: 27017
securityContext:
readOnlyRootFilesystem: false
podSecurityContext:
runAsGroup: 0
container:
runAsGroup: 0
readOnlyRootFilesystem: false
volumeClaimTemplates:
data:
enabled: true
mountPath: "/bitnami/mongodb"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
mongodbPassword: "testpass"
mongodbUsername: "test"
mongodbDatabase: "test"
@@ -109,17 +106,9 @@ secret:
mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}'
mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}'
env:
MONGODB_USERNAME: "{{ .Values.mongodbUsername }}"
MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}"
MONGODB_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "mongodb-password"
MONGODB_ROOT_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "mongodb-root-password"
portal:
open:
enabled: false
manifestManager:
enabled: false
-124
View File
@@ -1,124 +0,0 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
- variable: postgresqlDatabase
group: "App Configuration"
label: "Database Name"
schema:
type: string
default: "mydatabase"
required: true
- variable: postgresqlUsername
group: "App Configuration"
label: "Database User"
schema:
type: string
default: "mydatabaseuser"
required: true
- variable: postgresqlPassword
group: "App Configuration"
label: "Database Password"
schema:
type: string
default: ""
required: true
- variable: postgrespassword
group: "App Configuration"
label: "Root Password"
schema:
type: string
default: ""
required: true
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5432
required: true
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{vctRoot}
additional_attrs: true
type: dict
attrs:
- variable: db
label: "DB Storage"
description: "Stores the old Application Database."
schema:
type: dict
hidden: true
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{vpn}
# Include{documentation}
@@ -1,2 +0,0 @@
{{ include "tc.common.loader.all" . }}
-129
View File
@@ -1,129 +0,0 @@
image:
repository: tccr.io/truecharts/postgresql
pullPolicy: IfNotPresent
tag: 14.6.0@sha256:5f33a63266313d2456b0e3517aa8d27e5a0cc24c7e34c46c7c85b336ca4c2d68
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 5432
targetPort: 5432
## TODO: Fix the backup-on-upgrade system
enableUpgradeBackup: false
podSecurityContext:
runAsGroup: 0
volumeClaimTemplates:
db:
enabled: true
mountPath: "/bitnami/postgresql"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
postgresqlPassword: "testpass"
postgresqlUsername: "test"
postgresqlDatabase: "test"
postgrespassword: "testroot"
existingSecret: ""
secret:
credentials:
enabled: true
data:
postgresql-password: '{{ ( .Values.postgresqlPassword | default "empty" ) }}'
postgresql-postgres-password: '{{ ( .Values.postgrespassword | default "empty" ) }}'
env:
POSTGRES_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "postgresql-password"
POSTGRESQL_POSTGRES_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "postgresql-postgres-password"
POSTGRES_USER: "{{ .Values.postgresqlUsername }}"
POSTGRES_DB: "{{ .Values.postgresqlDatabase }}"
# POSTGRESQL_POSTGRES_PASSWORD: "{{ .Values.postgrespassword }}"
# POSTGRESQL_PASSWORD: "{{ .Values.password }}"
portal:
enabled: false
@@ -1,4 +0,0 @@
{{/* Render the templates */}}
{{ include "tc.common.loader.init" . }}
{{ include "tc.promtail.servicemonitor" . }}
{{ include "tc.common.loader.apply" . }}
+4 -3
View File
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "7.0.7"
appVersion: "7.0.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.1
deprecated: false
description: Open source, advanced key-value store.
home: https://truecharts.org/charts/dependency/redis
@@ -20,10 +20,11 @@ maintainers:
name: redis
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://hub.docker.com/r/bitnami/redis
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 5.0.23
version: 6.0.1
annotations:
truecharts.org/catagories: |
- database
+31 -43
View File
@@ -1,10 +1,15 @@
# Include{groups}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: redisPassword
group: "App Configuration"
@@ -53,51 +58,34 @@ questions:
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1,2 +1,2 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}
+92 -101
View File
@@ -1,34 +1,81 @@
image:
repository: tccr.io/truecharts/redis
pullPolicy: IfNotPresent
tag: 7.0.7@sha256:6f8fdeeed713f9fed13f3db77526a1bd8fa346120289c64ca1b4563a0a221734
tag: 7.0.8@sha256:13e0bbf5369ed2f219b96c0e7136b531eb1fdca1db7b7e2c72e13133adf26288
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
workload:
main:
replicas: 1
type: StatefulSet
strategy: RollingUpdate
podSpec:
containers:
main:
env:
REDIS_REPLICATION_MODE: master
ALLOW_EMPTY_PASSWORD: "yes"
REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
REDIS_PASSWORD:
secretKeyRef:
name: "credentials"
key: "redis-password"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- /health/ping_liveness_local.sh 2
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
securityContext:
readOnlyRootFilesystem: false
podSecurityContext:
runAsGroup: 0
container:
readOnlyRootFilesystem: false
runAsGroup: 0
configmap:
health:
@@ -109,15 +156,6 @@ secret:
data:
redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}'
env:
REDIS_REPLICATION_MODE: master
ALLOW_EMPTY_PASSWORD: "yes"
REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
REDIS_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "redis-password"
redisPassword: "testpass"
existingSecret: ""
@@ -133,77 +171,30 @@ volumeClaimTemplates:
enabled: true
mountPath: "/bitnami/redis"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- /health/ping_liveness_local.sh 2
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
persistence:
# -- redis-health configmap mount
# @default -- See below
redis-health:
enabled: true
type: custom
# -- Where to mount the volume in the main container.
# Defaults to `/<name_of_the_volume>`,
# setting to '-' creates the volume but disables the volumeMount.
type: configmap
objectName: health
mountPath: "/health"
# -- Specify if the volume should be mounted read-only.
readOnly: false
# -- Define the custom Volume spec here
# [[ref]](https://kubernetes.io/docs/concepts/storage/volumes/)
volumeSpec:
configMap:
defaultMode: 0755
name: '{{ include "tc.common.names.fullname" . }}-health'
defaultMode: "0755"
items:
- key: ping_readiness_local.sh
path: ping_readiness_local.sh
- key: ping_liveness_local.sh
path: ping_liveness_local.sh
- key: ping_readiness_master.sh
path: ping_readiness_master.sh
- key: ping_liveness_master.sh
path: ping_liveness_master.sh
- key: ping_liveness_local_and_master.sh
path: ping_liveness_local_and_master.sh
- key: ping_readiness_local_and_master.sh
path: ping_readiness_local_and_master.sh
portal:
open:
enabled: false
manifestManager:
enabled: false
+4 -4
View File
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "9.1.0"
appVersion: "9.1.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.1
deprecated: false
description: Apache Solr
home: https://truecharts.org/charts/dependency/solr
@@ -20,10 +20,10 @@ maintainers:
name: solr
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://hub.docker.com/r/bitnami/solr
- https://github.com/apache/solr
- https://hub.docker.com/r/bitnami/solr/
type: application
version: 2.0.19
version: 2.0.31
annotations:
truecharts.org/catagories: |
- search
+31 -43
View File
@@ -4,10 +4,15 @@ portals:
# Include{portalLink}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: solrCores
group: "App Configuration"
@@ -76,51 +81,34 @@ questions:
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
type: int
default: 1001
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: false
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 1001
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
type: int
default: 568568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
+1 -1
View File
@@ -1,2 +1,2 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}
+96 -105
View File
@@ -1,35 +1,100 @@
image:
repository: tccr.io/truecharts/solr
pullPolicy: IfNotPresent
tag: 9.1.0@sha256:4c01eaba1d423deebd86049729548b723ab28d0178b626ff1414a9f4149b30ca
tag: 9.1.1@sha256:4ac9d6e8120321349f0a3e5dbaff796192a9623de8fb164adf9f42de952479f1
controller:
# -- Set the controller type.
# Valid options are deployment, daemonset or statefulset
type: statefulset
# -- Number of desired pods
replicas: 1
# -- Set the controller upgrade strategy
# For Deployments, valid values are Recreate (default) and RollingUpdate.
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
# DaemonSets ignore this.
strategy: RollingUpdate
rollingUpdate:
# -- Set deployment RollingUpdate max unavailable
unavailable: 1
# -- Set deployment RollingUpdate max surge
surge:
# -- Set statefulset RollingUpdate partition
partition:
# -- ReplicaSet revision history limit
revisionHistoryLimit: 3
workload:
main:
type: StatefulSet
replicas: 1
strategy: RollingUpdate
podSpec:
containers:
main:
env:
SOLR_CORES: "{{ .Values.solrCores }}"
SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}"
SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}"
SOLR_OPTS: "{{ .Values.solrOpts }}"
SOLR_ADMIN_PASSWORD:
secretKeyRef:
name: "credentials"
key: "solr-password"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
podSecurityContext:
runAsUser: 1001
runAsGroup: 0
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 1001
runAsGroup: 0
service:
main:
@@ -43,74 +108,6 @@ volumeClaimTemplates:
enabled: true
mountPath: "/bitnami/solr"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
# -- Enable the liveness probe
enabled: true
# -- Set this to `true` if you wish to specify your own livenessProbe
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
# -- Redainess probe configuration
# @default -- See below
readiness:
# -- Enable the readiness probe
enabled: true
# -- Set this to `true` if you wish to specify your own readinessProbe
custom: true
# -- The spec field contains the values for the default readinessProbe.
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
custom: true
# -- The spec field contains the values for the default livenessProbe.
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
# @default -- See below
spec:
exec:
command:
- /bin/bash
- -ec
- |
if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi;
# Currently only single core is supported, with multiple cores, probes will fail.
solrCores: "testcore"
solrEnableAuthentication: "yes"
@@ -126,15 +123,9 @@ secret:
data:
solr-password: '{{ ( .Values.solrPassword | default "empty" ) }}'
env:
SOLR_CORES: "{{ .Values.solrCores }}"
SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}"
SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}"
SOLR_OPTS: "{{ .Values.solrOpts }}"
SOLR_ADMIN_PASSWORD:
secretKeyRef:
name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}'
key: "solr-password"
portal:
enabled: true
open:
enabled: true
manifestManager:
enabled: false
+2 -2
View File
@@ -3,7 +3,7 @@ appVersion: "jammy"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.1
deprecated: false
description: This is only used as a subchart.
home: https://truecharts.org/charts/dependency/subchart
@@ -19,7 +19,7 @@ name: subchart
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/subchart
type: application
version: 3.0.11
version: 4.0.0
annotations:
truecharts.org/catagories: |
- subchart
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1 +1 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}
+3 -4
View File
@@ -3,13 +3,12 @@ image:
pullPolicy: IfNotPresent
tag: jammy-20221101@sha256:4b9475e08c5180d4e7417dc6a18a26dcce7691e4311e5353dbb952645c5ff43f
manifests:
manifestManager:
enabled: false
updateCRD: false
portal:
enabled: false
open:
enabled: false
service:
main:
File diff suppressed because it is too large Load Diff
+32
View File
@@ -0,0 +1,32 @@
apiVersion: v2
appVersion: "0.20.2297"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.2.0
deprecated: false
description: testing app for truecharts
home: https://truecharts.org/charts/stable/jackett
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.png
keywords:
- jackett
- torrent
- usenet
kubeVersion: ">=1.16.0-0"
maintainers:
- email: [email protected]
name: TrueCharts
url: https://truecharts.org
name: testapp
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jackett
- https://ghcr.io/onedr0p/jackett
- https://github.com/Jackett/Jackett
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- media
- test
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+92
View File
@@ -0,0 +1,92 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}\n# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9117
required: true
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: "App Config Storage"
description: "Stores the Application Configuration."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568568
# Include{resources}
# Include{advanced}
# Include{postgresql}
# Include{postgresqlBasics}
# Include{addons}
# Include{vpn}
# Include{codeserver}
# Include{netshoot}
# Include{documentation}
+1
View File
@@ -0,0 +1 @@
{{- include "tc.v1.common.loader.all" . -}}
+38
View File
@@ -0,0 +1,38 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: 0.20.2297@sha256:4de1541011cb56935ba5a8e28a58f6cbcf62a903393dc94581eda0b6e2aa117c
securityContext:
container:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
protocol: http
targetPort: 9117
port: 9117
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/UI/Login"
readiness:
path: "/UI/Login"
startup:
path: "/UI/Login"
persistence:
config:
enabled: true
mountPath: "/config"
portal:
open:
enabled: true
+4 -4
View File
@@ -6,8 +6,8 @@ dependencies:
version: 11.1.2
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.22
repository: https://deps.truecharts.org
version: 5.0.33
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
home: https://truecharts.org/charts/enterprise/blocky
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
@@ -22,11 +22,11 @@ maintainers:
name: blocky
sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky
- https://hub.docker.com/r/spx01/blocky
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky
version: 4.0.15
version: 4.0.24
annotations:
truecharts.org/catagories: |
- network
+106
View File
@@ -0,0 +1,106 @@
Business Source License 1.1
Parameters
Licensor: The TrueCharts Project, it's owner and it's contributors
Licensed Work: The TrueCharts "Blocky" Helm Chart
Additional Use Grant: You may use the licensed work in production, as long
as it is directly sourced from a TrueCharts provided
official repository, catalog or source. You may also make private
modification to the directly sourced licenced work,
when used in production.
The following cases are, due to their nature, also
defined as 'production use' and explicitly prohibited:
- Bundling, including or displaying the licensed work
with(in) another work intended for production use,
with the apparent intend of facilitating and/or
promoting production use by third parties in
violation of this license.
Change Date: 2050-01-01
Change License: 3-clause BSD license
For information about alternative licensing arrangements for the Software,
please contact: [email protected]
Notice
The Business Source License (this document, or the “License”) is not an Open
Source license. However, the Licensed Work will eventually be made available
under an Open Source License, as stated in this License.
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
“Business Source License” is a trademark of MariaDB Corporation Ab.
-----------------------------------------------------------------------------
Business Source License 1.1
Terms
The Licensor hereby grants you the right to copy, modify, create derivative
works, redistribute, and make non-production use of the Licensed Work. The
Licensor may make an Additional Use Grant, above, permitting limited
production use.
Effective on the Change Date, or the fourth anniversary of the first publicly
available distribution of a specific version of the Licensed Work under this
License, whichever comes first, the Licensor hereby grants you rights under
the terms of the Change License, and the rights granted in the paragraph
above terminate.
If your use of the Licensed Work does not comply with the requirements
currently in effect as described in this License, you must purchase a
commercial license from the Licensor, its affiliated entities, or authorized
resellers, or you must refrain from using the Licensed Work.
All copies of the original and modified Licensed Work, and derivative works
of the Licensed Work, are subject to this License. This License applies
separately for each version of the Licensed Work and the Change Date may vary
for each version of the Licensed Work released by Licensor.
You must conspicuously display this License on each original or modified copy
of the Licensed Work. If you receive the Licensed Work in original or
modified form from a third party, the terms and conditions set forth in this
License apply to your use of that work.
Any use of the Licensed Work in violation of this License will automatically
terminate your rights under this License for the current and all other
versions of the Licensed Work.
This License does not grant you any right in any trademark or logo of
Licensor or its affiliates (provided that you may use a trademark or logo of
Licensor as expressly required by this License).
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.
MariaDB hereby grants you permission to use this Licenses text to license
your works, and to refer to it using the trademark “Business Source License”,
as long as you comply with the Covenants of Licensor below.
Covenants of Licensor
In consideration of the right to use this Licenses text and the “Business
Source License” name and trademark, Licensor covenants to MariaDB, and to all
other recipients of the licensed work to be provided by Licensor:
1. To specify as the Change License the GPL Version 2.0 or any later version,
or a license that is compatible with GPL Version 2.0 or a later version,
where “compatible” means that software provided under the Change License can
be included in a program with software provided under GPL Version 2.0 or a
later version. Licensor may specify additional Change Licenses without
limitation.
2. To either: (a) specify an additional grant of rights to use that does not
impose any additional restriction on the right granted in this License, as
the Additional Use Grant; or (b) insert the text “None”.
3. To specify a Change Date.
4. Not to modify this License in any other way.
+16 -28
View File
@@ -4,10 +4,15 @@ portals:
# Include{portalLink}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
- variable: webUI
group: App Configuration
label: WebUI Configuration
@@ -762,29 +767,8 @@ questions:
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: Privileged mode
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: ReadOnly Root Filesystem
schema:
type: boolean
default: true
- variable: allowPrivilegeEscalation
label: Allow Privilege Escalation
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: runAsNonRoot
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
# Include{securityContextRoot}
- variable: runAsUser
label: runAsUser
description: The UserID of the user running the application
@@ -797,17 +781,21 @@ questions:
schema:
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
# Include{resources}
# Include{metrics}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
@@ -78,7 +78,8 @@ data:
fallthrough
}
{{- end }}
k8s_gateway "{{ required "Delegated domain ('domain') is mandatory " .domain }}" {
{{- end }}
k8s_gateway {{ range .Values.k8sgateway.domains }}"{{ required "Delegated domain ('domain') is mandatory " .domain }}"{{ end }} {
apex {{ $values.apex | default $fqdn }}
ttl {{ $values.ttl }}
{{- if $values.secondary }}
@@ -89,7 +90,7 @@ data:
{{- end }}
fallthrough
}
{{- end }}
prometheus 0.0.0.0:9153
{{- if .Values.k8sgateway.forward.enabled }}
forward . {{ .Values.k8sgateway.forward.primary }} {{ .Values.k8sgateway.forward.secondary }} {
+1 -1
View File
@@ -13,7 +13,7 @@ WebUIImage:
k8sgatewayImage:
repository: tccr.io/truecharts/k8s_gateway
pullPolicy: IfNotPresent
tag: 0.3.2@sha256:594fd6990eb2e0af1df7df8ba76cb3ca66232f46c5df5ebf786a45dd19777ae5
tag: 0.3.3@sha256:246e7006afaf57a398b02e417a31d6f14fb43562901388772778f60be586b807
controller:
# -- Set additional annotations on the deployment/statefulset/daemonset
+29
View File
@@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "latest"
deprecated: false
description: Certificate management for Kubernetes
home: https://truecharts.org/charts/enterprise/cert-manager
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png
keywords:
- metallb
- loadbalancer
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
kubeVersion: ">=1.16.0-0"
maintainers:
- email: [email protected]
name: TrueCharts
url: https://truecharts.org
name: cert-manager
sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
- https://cert-manager.io/
type: application
version: 0.0.7
annotations:
truecharts.org/catagories: |
- core
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
+106
View File
@@ -0,0 +1,106 @@
Business Source License 1.1
Parameters
Licensor: The TrueCharts Project, it's owner and it's contributors
Licensed Work: The TrueCharts "Cert-Manager" Helm Chart
Additional Use Grant: You may use the licensed work in production, as long
as it is directly sourced from a TrueCharts provided
official repository, catalog or source. You may also make private
modification to the directly sourced licenced work,
when used in production.
The following cases are, due to their nature, also
defined as 'production use' and explicitly prohibited:
- Bundling, including or displaying the licensed work
with(in) another work intended for production use,
with the apparent intend of facilitating and/or
promoting production use by third parties in
violation of this license.
Change Date: 2050-01-01
Change License: 3-clause BSD license
For information about alternative licensing arrangements for the Software,
please contact: [email protected]
Notice
The Business Source License (this document, or the “License”) is not an Open
Source license. However, the Licensed Work will eventually be made available
under an Open Source License, as stated in this License.
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
“Business Source License” is a trademark of MariaDB Corporation Ab.
-----------------------------------------------------------------------------
Business Source License 1.1
Terms
The Licensor hereby grants you the right to copy, modify, create derivative
works, redistribute, and make non-production use of the Licensed Work. The
Licensor may make an Additional Use Grant, above, permitting limited
production use.
Effective on the Change Date, or the fourth anniversary of the first publicly
available distribution of a specific version of the Licensed Work under this
License, whichever comes first, the Licensor hereby grants you rights under
the terms of the Change License, and the rights granted in the paragraph
above terminate.
If your use of the Licensed Work does not comply with the requirements
currently in effect as described in this License, you must purchase a
commercial license from the Licensor, its affiliated entities, or authorized
resellers, or you must refrain from using the Licensed Work.
All copies of the original and modified Licensed Work, and derivative works
of the Licensed Work, are subject to this License. This License applies
separately for each version of the Licensed Work and the Change Date may vary
for each version of the Licensed Work released by Licensor.
You must conspicuously display this License on each original or modified copy
of the Licensed Work. If you receive the Licensed Work in original or
modified form from a third party, the terms and conditions set forth in this
License apply to your use of that work.
Any use of the Licensed Work in violation of this License will automatically
terminate your rights under this License for the current and all other
versions of the Licensed Work.
This License does not grant you any right in any trademark or logo of
Licensor or its affiliates (provided that you may use a trademark or logo of
Licensor as expressly required by this License).
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.
MariaDB hereby grants you permission to use this Licenses text to license
your works, and to refer to it using the trademark “Business Source License”,
as long as you comply with the Covenants of Licensor below.
Covenants of Licensor
In consideration of the right to use this Licenses text and the “Business
Source License” name and trademark, Licensor covenants to MariaDB, and to all
other recipients of the licensed work to be provided by Licensor:
1. To specify as the Change License the GPL Version 2.0 or any later version,
or a license that is compatible with GPL Version 2.0 or a later version,
where “compatible” means that software provided under the Change License can
be included in a program with software provided under GPL Version 2.0 or a
later version. Licensor may specify additional Change Licenses without
limitation.
2. To either: (a) specify an additional grant of rights to use that does not
impose any additional restriction on the right granted in this License, as
the Additional Use Grant; or (b) insert the text “None”.
3. To specify a Change Date.
4. Not to modify this License in any other way.
+27
View File
@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/enterprise/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*
@@ -0,0 +1,8 @@
clusterIssuer:
selfSigned:
enabled: true
name: "selfsigned"
CA:
- name: myca
selfSigned: true
selfSignedCommonName: "my-selfsigned-ca"
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

@@ -0,0 +1,273 @@
# Include{groups}
questions:
# Include{global}
- variable: clusterIssuer
group: App Configuration
label: Cluster Certificate Issuer
schema:
additional_attrs: true
type: dict
attrs:
- variable: ACME
label: 'ACME Issuer'
schema:
type: list
default: []
items:
- variable: ACMEEntry
label: 'ACME Issuer Entry'
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: "Name to give the issuer"
schema:
type: string
required: true
default: ""
- variable: type
label: Type or DNS-Provider
description: DNS Provider
schema:
type: string
default: cloudflare
enum:
- value: cloudflare
description: Cloudflare
- value: route53
description: Route53
- value: akamai
description: Akamai
- value: digitalocean
description: Digitalocean
- value: rfc2136
description: rfc2136 (Advanced)
- value: HTTP01
description: HTTP01 (Experimental)
- variable: server
label: Server
description: "Server for ACME, for example: letsencrypt"
schema:
type: string
show_if: [["type", "!=", "HTTP01"]]
default: 'Letsencrypt-Production'
enum:
- value: 'https://acme-v02.api.letsencrypt.org/directory'
description: Letsencrypt-Production
- value: 'https://acme-staging-v02.api.letsencrypt.org/directory'
description: Letsencrypt-Staging
- value: 'https://api.buypass.no/acme-v02/directory'
description: BuyPass-Production
- value: 'https://api.test4.buypass.no/acme-v02/directory'
description: BuyPass-Staging
- value: custom
description: Custom
- variable: customServer
label: Custom ACME Server (Advanced)
description: "This can be used to enter your own custom ACME server"
schema:
type: string
show_if: [["server", "=", "custom"]]
default: 'https://acme-staging-v02.api.letsencrypt.org/directory'
- variable: email
label: Email
description: "Email adress to use for certificate issuing must match your DNS provider email when required"
schema:
type: string
required: true
show_if: [["type", "!=", "HTTP01"]]
default: "[email protected]"
- variable: cfapikey
label: CloudFlare API key
description: "CloudFlare API Key"
schema:
show_if: [["type", "=", "cloudflare"]]
type: string
default: ""
- variable: cfapitoken
label: CloudFlare API Token
description: "CloudFlare API Token"
schema:
show_if: [["type", "=", "cloudflare"]]
type: string
default: ""
- variable: region
label: Route53 Region
description: "Route 53 Region"
schema:
show_if: [["type", "=", "route53"]]
type: string
required: true
default: "us-west-1"
- variable: accessKeyID
label: Route53 accessKeyID
description: "Route53 accessKeyID"
schema:
show_if: [["type", "=", "route53"]]
type: string
required: true
default: ""
- variable: route53SecretAccessKey
label: Route53 Secret Access Key
description: "Route53 Secret Access Key"
schema:
show_if: [["type", "=", "route53"]]
type: string
required: true
default: ""
- variable: role
label: Route53 Role (optional)
description: "Route53 Role"
schema:
show_if: [["type", "=", "route53"]]
type: string
default: ""
- variable: serviceConsumerDomain
label: Akamai Service Consumer Domain
description: "Akamai Service Consumer Domain"
schema:
show_if: [["type", "=", "akamai"]]
type: string
required: true
default: ""
- variable: akclientToken
label: Akamai Client Token
description: "Client Token"
schema:
show_if: [["type", "=", "akamai"]]
type: string
required: true
default: ""
- variable: akclientSecret
label: Akamai Client Secret
description: "Akamai Client Secret"
schema:
show_if: [["type", "=", "akamai"]]
type: string
required: true
default: ""
- variable: akaccessToken
label: Akamai Access Token
description: "Akamai Access Token"
schema:
show_if: [["type", "=", "akamai"]]
type: string
required: true
default: ""
- variable: doaccessToken
label: Digitalocean Access Token
description: "Digitalocean Access Token"
schema:
show_if: [["type", "=", "digitalocean"]]
type: string
required: true
default: ""
- variable: nameserver
label: rfc2136 Namesever
description: "rfc2136 Namesever"
schema:
show_if: [["type", "=", "digitalocean"]]
type: string
required: true
default: ""
- variable: tsigKeyName
label: rfc2136 tsig Key Name
description: "rfc2136 tsig Key Name"
schema:
show_if: [["type", "=", "digitalocean"]]
type: string
required: true
default: ""
- variable: tsigAlgorithm
label: rfc2136 tsig Algorithm
description: "rfc2136 tsig Algorithm"
schema:
show_if: [["type", "=", "digitalocean"]]
type: string
required: true
default: ""
- variable: rfctsigSecret
label: rfc2136 sig Secret
description: "rfc2136 sig Secret"
schema:
show_if: [["type", "=", "digitalocean"]]
type: string
required: true
default: ""
- variable: CA
label: Certiticate Authority Issuer
schema:
type: list
default: []
items:
- variable: CAEntry
label: 'CA Issuer Entry'
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: "Name to give the issuer"
schema:
type: string
required: true
default: ""
- variable: selfSigned
label: selfSigned
description: "Create Self Signed CA cert"
schema:
type: boolean
default: true
- variable: selfSignedCommonName
label: selfSigned CommonName
description: "Common name for selfSigned Certiticate Authority"
schema:
type: string
required: true
show_if: [["selfSigned", "=", "true"]]
default: "my-selfsigned-ca"
- variable: crt
label: "Custom CA cert (experimental)"
description: "certificate for Certiticate Authority"
schema:
type: string
required: true
show_if: [["selfSigned", "=", "false"]]
default: ""
- variable: key
label: "Custom CA key (experimental)"
description: "key Certiticate Authority"
schema:
type: string
required: true
show_if: [["selfSigned", "=", "false"]]
default: ""
- variable: selfSigned
label: 'SelfSigned Issuer'
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
description: "Enable self-signed issuer"
schema:
type: boolean
default: true
- variable: name
label: Name
description: "Name to give the issuer"
schema:
type: string
required: true
default: "selfSigned"
# Include{metrics}
# Include{documentation}
@@ -0,0 +1,25 @@
{{- define "certmanager.metrics" -}}
{{- if .Values.metrics.enabled }}
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: cert-manager
namespace: cert-manager
labels:
app: cert-manager
app.kubernetes.io/name: cert-manager
app.kubernetes.io/instance: cert-manager
app.kubernetes.io/component: "controller"
spec:
jobLabel: app.kubernetes.io/name
selector:
matchLabels:
app: cert-manager
app.kubernetes.io/name: cert-manager
app.kubernetes.io/instance: cert-manager
app.kubernetes.io/component: "controller"
podMetricsEndpoints:
- port: http
honorLabels: true
{{- end }}
{{- end -}}
@@ -0,0 +1,85 @@
{{- define "certmanager.wait" }}
{{- $fullName := include "tc.common.names.fullname" . }}
---
apiVersion: batch/v1
kind: Job
metadata:
namespace: {{ .Release.Namespace }}
name: {{ $fullName }}-wait
annotations:
"helm.sh/hook": pre-install, pre-upgrade
"helm.sh/hook-weight": "-1"
"helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation
spec:
template:
spec:
serviceAccountName: {{ $fullName }}-wait
containers:
- name: {{ $fullName }}-wait
image: {{ .Values.kubectlImage.repository }}:v1.26.0
securityContext:
runAsUser: 568
runAsGroup: 568
readOnlyRootFilesystem: true
runAsNonRoot: true
command:
- "/bin/sh"
- "-c"
- |
/bin/sh <<'EOF'
kubectl wait --namespace metallb-system --for=condition=ready pod --selector=app=metallb --timeout=90s || echo "metallb-system wait failed..."
kubectl wait --namespace cert-manager --for=condition=ready pod --selector=app=cert-manager --timeout=90s || echo "cert-manager wait failed..."
cmctl check api --wait=2m || echo "cmctl wait failed..."
EOF
volumeMounts:
- name: {{ $fullName }}-manifests-temp
mountPath: /tmp
- name: {{ $fullName }}-manifests-home
mountPath: /home/apps/
restartPolicy: Never
volumes:
- name: {{ $fullName }}-manifests-temp
emptyDir: {}
- name: {{ $fullName }}-manifests-home
emptyDir: {}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ $fullName }}-wait
annotations:
"helm.sh/hook": pre-install, pre-upgrade
"helm.sh/hook-weight": "-2"
"helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation
rules:
- apiGroups: ["*"]
resources: ["*"]
verbs: ["*"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ $fullName }}-wait
annotations:
"helm.sh/hook": pre-install, pre-upgrade
"helm.sh/hook-weight": "-2"
"helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ $fullName }}-wait
subjects:
- kind: ServiceAccount
name: {{ $fullName }}-wait
namespace: {{ .Release.Namespace }}
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ $fullName }}-wait
namespace: {{ .Release.Namespace }}
annotations:
"helm.sh/hook": pre-install, pre-upgrade
"helm.sh/hook-weight": "-2"
"helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation
{{- end }}
@@ -0,0 +1,88 @@
{{- define "certmanager.clusterissuer.acme" -}}
{{- range .Values.clusterIssuer.acme }}
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: {{ .name }}
spec:
acme:
email: {{ .email }}
server: {{ if eq .server "custom" }}{{ .customServer }}{{ else }}{{ .server }}{{ end }}
privateKeySecretRef:
name: {{ .name }}-acme-clusterissuer-account-key
solvers:
{{- if eq .type "HTTP01" }}
- http01:
ingress:
{{- else }}
- dns01:
{{- if eq .type "cloudflare" }}
cloudflare:
email: {{ .email }}
{{- if .cfapitoken }}
apiTokenSecretRef:
name: {{ .name }}-clusterissuer-secret
key: cf-api-token
{{- else if .cfapikey }}
name: {{ .name }}-clusterissuer-secret
key: cf-api-key
{{ else }}
{{- fail "A cloudflare API key or token is required" }}
{{- end }}
{{- else if eq .type "route53" }}
route53:
region: {{ .region }}
accessKeyID: {{ .accessKeyID }}
{{- if .role }}
role: {{ .role }}
{{- end }}
secretAccessKeySecretRef:
name: prod-route53-credentials-secret
key: route53-secret-access-key
{{- else if eq .type "akamai" }}
akamai:
serviceConsumerDomain: {{ .serviceConsumerDomain }}
clientTokenSecretRef:
name: {{ .name }}-clusterissuer-secret
key: akclientToken
clientSecretSecretRef:
name: {{ .name }}-clusterissuer-secret
key: akclientSecret
accessTokenSecretRef:
name: {{ .name }}-clusterissuer-secret
key: akaccessToken
{{- else if eq .type "digitalocean" }}
digitalocean:
tokenSecretRef:
name: {{ .name }}-clusterissuer-secret
key: doaccessToken
{{- else if eq .type "rfc2136" }}
rfc2136:
nameserver: {{ .nameserver }}
tsigKeyName: {{ .tsigKeyName }}
tsigAlgorithm: {{ .tsigAlgorithm }}
tsigSecretSecretRef:
name: {{ .name }}-clusterissuer-secret
key: rfctsigSecret
{{- else }}
{{- fail "No correct ACME type entered..." }}
{{- end }}
{{- end }}
---
apiVersion: v1
kind: Secret
metadata:
name: {{ .name }}-clusterissuer-secret
type: Opaque
stringData:
cf-api-token: {{ .cfapitoken | default "" }}
cf-api-key: {{ .cfapikey | default "" }}
route53-secret-access-key: {{ .route53SecretAccessKey | default "" }}
akclientToken: {{ .akclientToken | default "" }}
akclientSecret: {{ .akclientSecret | default "" }}
akaccessToken: {{ .akaccessToken | default "" }}
doaccessToken: {{ .doaccessToken | default "" }}
rfctsigSecret: {{ .rfctsigSecret | default "" }}
{{- end }}
{{- end -}}
@@ -0,0 +1,48 @@
{{- define "certmanager.clusterissuer.ca" -}}
{{- range .Values.clusterIssuer.CA }}
{{- if .selfSigned }}
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: {{ .name }}-selfsigned-ca-issuer
spec:
selfSigned: {}
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: {{ .name }}-selfsigned-ca
namespace: cert-manager
spec:
isCA: true
commonName: {{ .selfSignedCommonName }}
secretName: {{ .name }}-ca
privateKey:
algorithm: ECDSA
size: 256
issuerRef:
name: selfsigned-ca-issuer
kind: ClusterIssuer
group: cert-manager.io
{{- else }}
---
apiVersion: v1
kind: Secret
metadata:
name: {{ .name }}-ca
namespace: cert-manager
data:
tls.crt: {{ .crt | b64enc }}
tls.key: {{ .key | b64enc }}
{{- end }}
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: {{ .name }}
spec:
ca:
secretName: {{ .name }}-ca
{{- end }}
{{- end -}}
@@ -0,0 +1,11 @@
{{- define "certmanager.clusterissuer.selfsigned" -}}
{{- if .Values.clusterIssuer.selfSigned.enabled }}
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: {{ .Values.clusterIssuer.selfSigned.name }}
spec:
selfSigned: {}
{{- end }}
{{- end -}}
@@ -0,0 +1,11 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}
{{- include "certmanager.clusterissuer.acme" . }}
{{- include "certmanager.clusterissuer.selfsigned" . }}
{{- include "certmanager.clusterissuer.ca" . }}
{{- include "certmanager.metrics" . }}
{{- include "certmanager.wait" . }}
@@ -0,0 +1,74 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:93878048bbc350e69bf246556ef3520f343487c7ffc40f0b0655ed8a360cb932
pullPolicy: IfNotPresent
controller:
enabled: false
service:
main:
enabled: false
ports:
main:
enabled: false
port: 9999
portal:
enabled: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
clusterIssuer:
selfSigned:
enabled: true
name: "selfsigned"
CA: []
# - name: myca
# selfSigned: true
# selfSignedCommonName: "my-selfsigned-ca"
# # Used to manually define a CA-crt not used when selfSigned is enabled
# crt: ""
# key: ""
# # TODO: Add option to use SCALE CA certs
ACME: []
# - name: letsencrypt
# # Used for both logging in to the DNS provider AND ACME registration
# email: ""
# server: 'https://acme-staging-v02.api.letsencrypt.org/directory'
# # Used primarily for the SCALE GUI
# customServer: 'https://acme-staging-v02.api.letsencrypt.org/directory'
# email: ""
# # Options: HTTP01, cloudflare, route53
# type: ""
# # for cloudflare
# cfapikey: ""
# cfapitoken: ""
# # for route53
# region: ""
# accessKeyID: ""
# route53SecretAccessKey: ""
# # optional for route53
# role: ""
# # for akamai
# serviceConsumerDomain: ""
# akclientToken: ""
# akclientSecret: ""
# akaccessToken: ""
# # for digitalocean
# doaccessToken: ""
# # for rfc2136
# nameserver: ""
# tsigKeyName: ""
# tsigAlgorithm: ""
# rfctsigSecret: ""
metrics:
enabled: true

Some files were not shown because too many files have changed in this diff Show More