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
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
3192 changed files with 49664 additions and 52535 deletions
+45
View File
@@ -1320,6 +1320,51 @@
"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
+8 -1
View File
@@ -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-140-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)):
@@ -316,6 +316,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<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>
+5
View File
@@ -260,6 +260,11 @@
"matchPackagePrefixes": ["tccr.io/truecharts/rickroll"],
"groupName": "rickroll",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/scrypted"],
"groupName": "scrypted",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/docspell"],
+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 -1
View File
@@ -15,7 +15,7 @@ jobs:
name: Test SCALE Catalog
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
name: Checkout
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
- 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
+6 -6
View File
@@ -113,7 +113,7 @@ jobs:
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
@@ -147,7 +147,7 @@ jobs:
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
@@ -181,7 +181,7 @@ jobs:
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
@@ -215,7 +215,7 @@ jobs:
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
@@ -249,7 +249,7 @@ jobs:
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
@@ -283,7 +283,7 @@ jobs:
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
+48 -3
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:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d
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
@@ -179,6 +223,7 @@ jobs:
git add --all
git commit -sm "Commit released docs for TrueCharts" || exit 0
git push
- name: Checkout Catalog
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
@@ -233,7 +278,7 @@ jobs:
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"
+13 -13
View File
@@ -22,7 +22,7 @@ jobs:
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
@@ -146,7 +146,7 @@ jobs:
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
@@ -171,7 +171,7 @@ jobs:
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:
@@ -191,7 +191,7 @@ jobs:
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
@@ -217,7 +217,7 @@ jobs:
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:
@@ -237,7 +237,7 @@ jobs:
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
@@ -262,7 +262,7 @@ jobs:
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:
@@ -282,7 +282,7 @@ jobs:
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
@@ -307,7 +307,7 @@ jobs:
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:
@@ -327,7 +327,7 @@ jobs:
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
@@ -352,7 +352,7 @@ jobs:
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:
@@ -372,7 +372,7 @@ jobs:
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
@@ -397,7 +397,7 @@ jobs:
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:
+151 -52
View File
@@ -1,14 +1,23 @@
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:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
@@ -59,57 +68,132 @@ jobs:
# 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*" and . != "https://ghcr*" and . != "https://hub.docker*" and . != "https://quay*" and . != "https://github.com/truecharts/containers*")' "${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"
container=$(cat website/docs/charts/description_list.md | grep "\[${chartname}\]" | cut -f3 -d '|' | grep -v 'Not Found' || echo "")
if [ ! -z "$container" ]; then
prefix="https://hub.docker.com/"
if echo ${container} | grep 'ghcr'; then
prefix="https://ghcr.com/"
elif echo ${container} | grep 'quay'; then
prefix="https://quay.com/"
elif echo ${container} | grep 'tccr'; then
prefix="https://github.com/truecharts/containers/tree/master/mirror/"
fi
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
# 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!"
}
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
@@ -138,10 +222,10 @@ jobs:
runs-on: ubuntu-latest
name: "Generate Security Reports"
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d
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
@@ -264,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
@@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f # v2.24.3
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 }}
+6 -3
View File
@@ -71,7 +71,7 @@ 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
@@ -79,11 +79,14 @@ jobs:
- charts-lint
- print_head_msg
if: needs.print_head_msg.outputs.head-commit-message == 'Commit bumped Chart Version'
name: Automerge build
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
+1 -1
View File
@@ -12,6 +12,6 @@ jobs:
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
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
name: Get changed Apps
runs-on: ubuntu-20.04
container:
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:44047909bbf54cb1ce3551ae0b342244a5bdcd62562a7f2f07caad4bf8856ee4
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
name: Checkout
+3 -3
View File
@@ -1,8 +1,8 @@
name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 */1 * * *"
# schedule:
# - cron: "0 */1 * * *"
jobs:
renovate:
runs-on: ubuntu-latest
@@ -12,7 +12,7 @@ jobs:
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@c4ea9ea73ec458a71cdb70b08acfb91492946072 # v34.109.1
uses: renovatebot/github-action@1b6d32d6058e85e60825f27572934f36b00ebbd3 # v34.153.1
with:
configurationFile: .github/renovate-config.js
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/
+4 -4
View File
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "23.1.2.9"
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/clickhouse/clickhouse-server
- https://hub.docker.com/r/clickhouse/clickhouse-server
- https://clickhouse.com/
type: application
version: 3.0.18
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" . }}
+43 -39
View File
@@ -1,32 +1,55 @@
image:
repository: tccr.io/truecharts/clickhouse
pullPolicy: IfNotPresent
tag: 23.1.2.9@sha256:d5fcecb813f5692f9f9cfbfd1d4822bb0ea8dcfa8f066d0fa6769b19ca32d9d3
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,17 +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:
enabled: false
open:
enabled: false
manifests:
manifestManager:
enabled: false
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "22.05.9.3"
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
@@ -21,7 +21,7 @@ sources:
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 14.0.15
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.3.1@sha256:59dfb2d36e8b7a415e68e5be7f0dc403d6af3e97f60219411b1677534fe4f3c6
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 -4
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,12 +21,12 @@ maintainers:
name: mariadb
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
- https://hub.docker.com/bitnami/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.26
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" . }}
+79 -92
View File
@@ -1,28 +1,80 @@
image:
repository: tccr.io/truecharts/mariadb
pullPolicy: IfNotPresent
tag: 10.10.2@sha256:1a90d0e738834982de7e9f0046f2bbdf1f4b3388987359fb868e610c2cca6efa
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,7 +107,8 @@ mariadbRootPassword: "testroot"
existingSecret: ""
portal:
enabled: false
open:
enabled: false
manifests:
manifestManager:
enabled: false
+3 -3
View File
@@ -3,7 +3,7 @@ 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,11 +20,11 @@ maintainers:
name: memcached
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
- https://hub.docker.com/bitnami/memcached
- https://hub.docker.com/r/bitnami/memcached
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 5.0.25
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" . }}
+4 -3
View File
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/memcached
pullPolicy: IfNotPresent
tag: 1.6.18@sha256:e53803598eedae2c5da839832bf49fcc054b3367608325ec15a2e51c299cca91
tag: 1.6.18@sha256:49998f1e9bb4c1537c559c9e6a757c93a346d2ea6b03d03ecdca3bda3c8d4ab6
service:
main:
@@ -11,7 +11,8 @@ service:
targetPort: 11211
portal:
enabled: false
open:
enabled: false
manifests:
manifestManager:
enabled: false
+3 -4
View File
@@ -3,7 +3,7 @@ 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
@@ -20,12 +20,11 @@ maintainers:
name: mongodb
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
- https://hub.docker.com/bitnami/mongodb
- bitnami/mongodb mongoclient/mongoclient
- https://hub.docker.com/r/bitnami/mongodb
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 4.0.28
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" . }}
+79 -93
View File
@@ -1,28 +1,80 @@
image:
repository: tccr.io/truecharts/mongodb
pullPolicy: IfNotPresent
tag: 6.0.4@sha256:e62f402b73e6663d7d1ab8195906153eb9f1487b464673e627125171478b40de
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,20 +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:
enabled: false
open:
enabled: false
manifests:
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" . }}
-132
View File
@@ -1,132 +0,0 @@
image:
repository: tccr.io/truecharts/postgresql
pullPolicy: IfNotPresent
tag: 14.6.0@sha256:101b616f2cd0d4d3c1963ecdffd5ffc5704f202967288e718f7aa2ae526600bc
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
manifests:
enabled: false
@@ -1,4 +0,0 @@
{{/* Render the templates */}}
{{ include "tc.common.loader.init" . }}
{{ include "tc.promtail.servicemonitor" . }}
{{ include "tc.common.loader.apply" . }}
+3 -4
View File
@@ -3,7 +3,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,12 +20,11 @@ maintainers:
name: redis
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://hub.docker.com/bitnami/redis
- bitnami/redis redislabs/redisinsight redislabs/rejson
- https://hub.docker.com/r/bitnami/redis
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 5.0.29
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" . }}
+91 -103
View File
@@ -1,34 +1,81 @@
image:
repository: tccr.io/truecharts/redis
pullPolicy: IfNotPresent
tag: 7.0.8@sha256:b762d1eb8579cdb3543f5da78561d2ce9936667e79db2af2f8d94c95bf095209
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,80 +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:
enabled: false
open:
enabled: false
manifests:
manifestManager:
enabled: false
+3 -3
View File
@@ -3,7 +3,7 @@ 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/bitnami/solr
- https://hub.docker.com/r/bitnami/solr
- https://github.com/apache/solr
type: application
version: 2.0.27
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" . }}
+94 -106
View File
@@ -1,35 +1,100 @@
image:
repository: tccr.io/truecharts/solr
pullPolicy: IfNotPresent
tag: 9.1.1@sha256:bf8b3766541b161cb6f03bcf1a750d82c2b33367dc408782fe8b4cf37e26bd8c
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,18 +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
manifests:
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
+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/stable/)
**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*
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 -5
View File
@@ -6,8 +6,8 @@ dependencies:
version: 11.1.2
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.29
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,12 +22,11 @@ maintainers:
name: blocky
sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky
- https://hub.docker.com/spx01/blocky
- spx01/blocky
- https://hub.docker.com/r/spx01/blocky
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
version: 4.0.19
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
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
- https://cert-manager.io/
type: application
version: 0.0.5
version: 0.0.7
annotations:
truecharts.org/catagories: |
- core
+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.
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:081c282586148e62f1324d86257eaf36226faa209a3975079c68fafaeab59b0a
tag: latest@sha256:93878048bbc350e69bf246556ef3520f343487c7ffc40f0b0655ed8a360cb932
pullPolicy: IfNotPresent
controller:
+3 -4
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "9.3.2"
appVersion: "9.3.6"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,12 +21,11 @@ maintainers:
name: grafana
sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/grafana
- https://hub.docker.com/bitnami/grafana
- grafana/loki grafana/promtail grafana/grafana-image-renderer bitnami/grafana
- https://hub.docker.com/r/bitnami/grafana
- https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/
type: application
version: 6.0.25
version: 6.0.31
annotations:
truecharts.org/catagories: |
- metrics
+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 "Grafana" 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 -39
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: secretEnv
group: "App Configuration"
label: "Secret Image Environment"
@@ -105,53 +110,36 @@ 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"
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
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}
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{metrics}
# Include{prometheusRule}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/grafana
pullPolicy: IfNotPresent
tag: 9.3.2@sha256:631cb131d086967d38a8b67457fc480997a5d9d376a59050403f42cac900d1c4
tag: 9.3.6@sha256:e9d2674578a97b9442af115c6137fa0bc7273984109d7b9ea1ea17e2ceba1129
securityContext:
readOnlyRootFilesystem: false
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 7.0.10
version: 7.0.12
annotations:
truecharts.org/catagories: |
- core
+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 "MetalLB" 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.
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:081c282586148e62f1324d86257eaf36226faa209a3975079c68fafaeab59b0a
tag: latest@sha256:93878048bbc350e69bf246556ef3520f343487c7ffc40f0b0655ed8a360cb932
pullPolicy: IfNotPresent
controller:
+5 -5
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.41.0"
appVersion: "2.42.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -7,11 +7,11 @@ dependencies:
- condition: exporters.enabled,exporters.node-exporter.enabled
name: node-exporter
repository: https://charts.bitnami.com/bitnami
version: 3.2.8
version: 3.3.1
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
name: kube-state-metrics
repository: https://charts.bitnami.com/bitnami
version: 3.2.8
version: 3.3.2
deprecated: false
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
@@ -26,11 +26,11 @@ maintainers:
name: prometheus
sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus
- https://hub.docker.com/bitnami/prometheus
- https://hub.docker.com/r/bitnami/prometheus
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
version: 7.0.49
version: 7.0.60
annotations:
truecharts.org/catagories: |
- metrics
+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 "Prometheus" 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.
+3 -3
View File
@@ -1,14 +1,14 @@
image:
repository: tccr.io/truecharts/prometheus
tag: 2.41.0@sha256:2be4e8ef15f22a9fc6c866937430a1efcf30807253e864338802f9b6db8a7abe
tag: 2.42.0@sha256:1f0a6e4c8eb16676f543c51209c994ec4ba2fd0902d866d8a982cfb1a5793a13
thanosImage:
repository: tccr.io/truecharts/thanos
tag: 0.30.1@sha256:c5adac1c254b273ba857f1a5c94481c27fb5637b8a49ef77e4a296c1179e5890
tag: 0.30.2@sha256:64d834218591f67601424f1de3b3a1ab43aca9824758e665717baef221e6cc9b
alertmanagerImage:
repository: tccr.io/truecharts/alertmanager
tag: 0.25.0@sha256:cae640f2745026375705b05152a8e990a190fcfd4c371bca4460fb70e426e8ec
tag: 0.25.0@sha256:6c59cf9e8332a23a3b629cb4d1b2ec8200bd645ea053cbf14fd04582ced81b72
global:
labels: {}
+3 -4
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.9.6"
appVersion: "2.9.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -19,13 +19,12 @@ maintainers:
name: traefik
sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik
- https://hub.docker.com/traefik
- traefik
- https://hub.docker.com/_/traefik
- https://github.com/traefik/traefik
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 16.0.11
version: 16.0.16
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 "Traefik" 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.
+6 -6
View File
@@ -42,6 +42,12 @@ Ensure you are accessing your WebUI from the new ports before proceeding.
### Installing the Traefik Scale App
:::note
Traefik is part of the `enterprise` train, so make sure you have it enabled as specified in the [guide](https://truecharts.org/manual/guides/Adding-TrueCharts#adding-truecharts).
:::
In the TrueNAS Menu, navigate to **Apps** > **Available Applications**. Use the search bar to search for or manually
find the Traefik app in the list of apps, and click **Install**
@@ -57,12 +63,6 @@ The setup of Traefik is relatively straight-forward. Most of the settings remain
Continue to section 12, and select **Next**. Traefik will now be installed.
After installation you can access the Traefik dashboard using your host IP address followed by `:9000`, or by simply clicking "Web Portal" on the application's entry under **Apps** > **Installed Applications**.
:::note
Traefik is part of the `stable` train, so make sure you have it enabled as specified in [Step 1](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) of our Quick Start Guides
:::
## Video Guide
<iframe width="560" height="315" src="https://www.youtube.com/embed/bWNPfrKjawI" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
+27 -39
View File
@@ -10,10 +10,15 @@ portals:
path: "/dashboard/"
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: ingressClass
label: "ingressClass"
@@ -365,51 +370,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"
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}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
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}
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/traefik
# defaults to appVersion
tag: 2.9.6@sha256:a4f065a7a34902e7d8179680b8c344e70cf90ed80c7a396b5f42ecabfa3c0321
tag: 2.9.8@sha256:4a2d3dda380990d825532e661b42457fc9871061dbc22b310468616378214a2e
pullPolicy: IfNotPresent
# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x
+10 -9
View File
@@ -1,15 +1,11 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- MediaServer-Video
apiVersion: v2
appVersion: "latest"
appVersion: "2.0.2.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.25
deprecated: false
description: "Acestream-engine"
description: IPTV service providing streaming, playlist, search engine and epg.
home: https://truecharts.org/charts/incubator/acestream
icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png
keywords:
@@ -23,7 +19,12 @@ maintainers:
name: acestream
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/acestream
- https://hub.docker.com/vstavrinov/acestream-service
- https://hub.docker.com/r/vstavrinov/acestream-service
- https://github.com/vstavrinov/acestream-service
type: application
version: 2.0.14
version: 3.0.0
annotations:
truecharts.org/catagories: |
- MediaServer-Video
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
+29 -41
View File
@@ -4,15 +4,20 @@ 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}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
@@ -20,14 +25,14 @@ questions:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
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"
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 8008
@@ -38,8 +43,8 @@ questions:
# Include{serviceList}
# Include{persistenceRoot}
- variable: acestreamcache
label: "acestreamcache Storage"
description: "Stream cache data"
label: App Cache Storage
description: Stores the Application Cache.
schema:
additional_attrs: true
type: dict
@@ -48,7 +53,7 @@ questions:
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
label: Main Ingress
schema:
additional_attrs: true
type: dict
@@ -57,51 +62,34 @@ 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: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
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"
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
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{netshoot}
# Include{vpn}
# Include{documentation}
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1,2 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}
+22 -16
View File
@@ -1,25 +1,31 @@
env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/acestream
tag: latest@sha256:c42e6d58629b851944f464ec68901c12f4bf5dc66349b5c623c66b3e592c851d
persistence:
acestreamcache:
enabled: true
mountPath: /srv/acestream/.ACEStream
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
tag: 2.0.2.8@sha256:742c6e16126d819593fd5e041e2166ba789df76edfbd3a6c628b3b83800e6743
service:
main:
ports:
main:
port: 8008
protocol: TCP
targetPort: 6878
protocol: tcp
persistence:
acestreamcache:
enabled: true
mountPath: /srv/acestream/.ACEStream
portal:
enabled: true
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
workload:
main:
podSpec:
containers:
env:
SCHEME: "http"
ENTRY: "{{ .Values.service.main.ports.main.port }}"
PORT: "{{ .Values.service.main.ports.main.port }}"
+10 -12
View File
@@ -1,15 +1,11 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
apiVersion: v2
appVersion: "latest"
appVersion: "0.4.12"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.25
deprecated: false
description: Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances.
description: Synchronize AdGuardHome config to replica instances.
home: https://truecharts.org/charts/incubator/adguardhome-sync
icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png
keywords:
@@ -23,10 +19,12 @@ maintainers:
name: adguardhome-sync
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync
- https://hub.docker.com/lscr.io/linuxserver/adguardhome-sync
- lscr.io/linuxserver/adguardhome-sync
- https://ghcr.io/bakito/adguardhome-sync
- https://github.com/bakito/adguardhome-sync/
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
- https://github.com/linuxserver/docker-adguardhome-sync#readme
type: application
version: 2.0.11
version: 3.0.0
annotations:
truecharts.org/catagories: |
- Other
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
+169 -67
View File
@@ -4,34 +4,162 @@ portals:
# Include{portalLink}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: CONFIGFILE
label: "CONFIGFILE"
description: "Set a custom config file."
schema:
type: string
default: ""
- variable: UMASK
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: ""
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: original
label: Original Server Settings
schema:
type: boolean
default: true
show_subquestions_if: true
subquestions:
- variable: ORIGIN_URL
label: Origin Url
schema:
type: string
required: true
default: ""
- variable: ORIGIN_USERNAME
label: Origin Username
schema:
type: string
required: true
default: ""
- variable: ORIGIN_PASSWORD
label: Origin Password
schema:
type: string
required: true
private: true
default: ""
- variable: replica
label: Replica Server Settings
schema:
type: boolean
default: true
show_subquestions_if: true
subquestions:
- variable: REPLICA_URL
label: Replica Url
schema:
type: string
required: true
default: ""
- variable: REPLICA_USERNAME
label: Replica Username
schema:
type: string
required: true
default: ""
- variable: REPLICA_PASSWORD
label: Replica Password
schema:
type: string
required: true
private: true
default: ""
- variable: REPLICA_AUTOSETUP
label: Replica Auto Setup
schema:
type: boolean
default: false
- variable: REPLICA_INTERFACENAME
label: Replica Interface Name
schema:
type: string
default: ""
- variable: CRON
label: CRON
description: Set a cron task.
schema:
type: string
default: "*/10 * * * *"
- variable: RUNONSTART
label: Run On Start
schema:
type: boolean
default: true
- variable: sync
label: Sync Features Settings
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: FEATURES_GENERALSETTINGS
label: Features General Settings
schema:
type: boolean
default: true
- variable: FEATURES_QUERYLOGCONFIG
label: Features Query Log Config
schema:
type: boolean
default: true
- variable: FEATURES_STATSCONFIG
label: Features Stats Config
schema:
type: boolean
default: true
- variable: FEATURES_CLIENTSETTINGS
label: Features Clients Settings
schema:
type: boolean
default: true
- variable: FEATURES_SERVICES
label: Features Services
schema:
type: boolean
default: true
- variable: FEATURES_FILTERS
label: Features Filters
schema:
type: boolean
default: true
- variable: FEATURES_DHCP_SERVERCONFIG
label: Features DHCP Server Config
schema:
type: boolean
default: true
- variable: FEATURES_DHCP_STATICLEASES
label: Features DHCP Static Leases
schema:
type: boolean
default: true
- variable: FEATURES_DNS_SERVERCONFIG
label: Features DNS Server Config
schema:
type: boolean
default: true
- variable: FEATURES_DNS_ACCESSLISTS
label: Features DNS Access Lists
schema:
type: boolean
default: true
- variable: FEATURES_DNS_REWRITES
label: Features DNS Rewrites
schema:
type: boolean
default: true
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
@@ -39,14 +167,14 @@ questions:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
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"
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 8080
@@ -55,19 +183,10 @@ questions:
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: "config Storage"
description: "Contains all relevant configuration files."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
label: Main Ingress
schema:
additional_attrs: true
type: dict
@@ -76,51 +195,34 @@ 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: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
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"
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
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{netshoot}
# Include{vpn}
# Include{documentation}
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1,2 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}

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