Commit Graph

19378 Commits

Author SHA1 Message Date
polarstack
46d1da8ca1 feat(metabase): add metabase (#11616)
**Description**
Metabase sets up in five minutes, connecting to your database, and
bringing its data to life in beautiful visualizations.
An intuitive interface makes data exploration feel like second
nature—opening data up for everyone, not just analysts and developers.

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

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
* Install Ubuntu 22.03
* Install k3s
* Install Helm
* git clone https://github.com/truecharts/charts.git
* cd ~/charts/charts/operators/cloudnative-pg/
* helm install cloudnative-pg .
* cd ~/charts/charts/operators/prometheus-operator
* helm install prometheus-operator .
* cd ~/charts/charts/incubator/metabase
* helm dep update
* k3s kubectl create ns metabase
* helm install -n metabase metabase .
* helm uninstall -n metabase metabase
* k3s kubectl delete ns metabase

**📃 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
- [ ] ⚠️ 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.
- [x] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: polarstack <42521003+polarstack@users.noreply.github.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-22 11:58:24 +00:00
TrueCharts Bot
418b63b6d9 chore(deps): update webtop (#11782) 2023-08-22 13:32:00 +02:00
TrueCharts Bot
39b9c42b51 chore(deps): update container image tccr.io/truecharts/webtop-fedora-mate to latest (#11781) 2023-08-22 12:31:20 +02:00
TrueCharts Bot
69014b6e9e chore(deps): update webtop (#11780) 2023-08-22 10:32:40 +02:00
StevenMcElligott
eb271cb54b docs(Zerotier): Update docs (#11757)
**Description**

More updates 

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-22 09:48:04 +02:00
TrueCharts Bot
c2364fd7b3 chore(deps): update webtop (#11779) 2023-08-22 09:33:55 +02:00
EMERALD
0d32aa4884 fix(mealie) ldap name attribute (#11654)
**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 #11653 by replacing a non-existent variable name with what is
believed to be the intended one.

**⚙️ 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
-->
Has not been tested as it's a simple typo fix.

**📃 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._

---------

Signed-off-by: EMERALD <hudson.samuels@gmail.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-22 07:23:52 +00:00
StevenMcElligott
f293089647 migrate(obs-ndi-migration): Miigrate to new common (#11772)
**Description**

Let's see how this reacts

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-22 08:50:45 +02:00
TrueCharts Bot
ce8edf1557 chore(deps): update webtop (#11778) 2023-08-22 08:35:02 +02:00
Kjeld Schouten
5a1881bf18 add(modsecurity-crs): add modsecurity to stable 2023-08-22 08:15:52 +02:00
TrueCharts Bot
4336fdf432 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11776) 2023-08-22 07:36:40 +02:00
TrueCharts Bot
d05eb683fb chore(deps): update container image tccr.io/truecharts/webtop-alpine-icewm to latest (#11777) 2023-08-22 07:31:47 +02:00
TrueCharts Bot
dd80d9611f chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#11774) 2023-08-22 06:36:02 +02:00
TrueCharts Bot
b4144dde1c chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#11775) 2023-08-22 06:32:48 +02:00
TrueCharts Bot
21794802b1 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#11773) 2023-08-22 05:33:10 +02:00
TrueCharts Bot
486a03d57f chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11770) 2023-08-22 04:43:55 +02:00
TrueCharts Bot
cbfc2d114f chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-openbox to latest (#11771) 2023-08-22 04:37:50 +02:00
TrueCharts Bot
ba3f07ff69 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-mate to latest (#11769) 2023-08-22 03:52:22 +02:00
TrueCharts Bot
d82bff71f1 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11768) 2023-08-22 02:53:36 +02:00
TrueCharts-Bot
192c33d8af Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-22 00:22:13 +00:00
TrueCharts Bot
4feba8a112 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11765) 2023-08-22 00:37:22 +02:00
TrueCharts Bot
10276e6001 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#11766) 2023-08-22 00:36:27 +02:00
TrueCharts Bot
70d920e7b4 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11763) 2023-08-21 23:36:00 +02:00
TrueCharts Bot
9ce4ed71bf chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#11762) 2023-08-21 21:35:40 +02:00
TrueCharts Bot
569e62e571 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#11760) 2023-08-21 20:38:11 +02:00
TrueCharts Bot
23a2d567e2 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11761) 2023-08-21 20:37:48 +02:00
TrueCharts Bot
8090dbc809 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11759) 2023-08-21 18:38:25 +02:00
TrueCharts Bot
216c68a6ec chore(deps): update rdesktop (#11758) 2023-08-21 17:34:19 +02:00
TrueCharts Bot
55660fccef chore(deps): update rdesktop (#11755) 2023-08-21 16:33:03 +02:00
TrueCharts Bot
74f14d81b5 chore(deps): update rdesktop (#11754) 2023-08-21 15:34:54 +02:00
TrueCharts Bot
56a7b42d35 chore(deps): update rdesktop (#11753) 2023-08-21 13:35:55 +02:00
TrueCharts Bot
3461a1daf1 chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#11752) 2023-08-21 12:38:44 +02:00
Xstar97TheNoob
b844a2b6a2 feat(tagspaces) move tagspaces to stable. (#11729)
**Description**
Move to stable.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

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

**✔️ Checklist:**

- [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
- [X] 📄 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
- [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-08-21 12:38:25 +02:00
TrueCharts Bot
221ad21a93 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-icewm to latest (#11751) 2023-08-21 11:31:50 +02:00
TrueCharts Bot
f64376097c chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#11749) 2023-08-21 09:35:30 +02:00
TrueCharts Bot
7a78c36713 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11750) 2023-08-21 09:35:23 +02:00
TrueCharts Bot
19762b9479 chore(deps): update rdesktop (#11748) 2023-08-21 07:36:22 +02:00
TrueCharts Bot
06cab9453c chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11747) 2023-08-21 06:37:51 +02:00
TrueCharts Bot
19f7a44f8f chore(deps): update container image tccr.io/truecharts/duckdns to latest (#11746) 2023-08-21 06:35:12 +02:00
TrueCharts Bot
4ef80bf834 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11744) 2023-08-21 05:36:18 +02:00
TrueCharts Bot
07e36f9016 chore(deps): update rdesktop (#11745) 2023-08-21 05:32:32 +02:00
TrueCharts Bot
cba00224aa chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11743) 2023-08-21 03:56:11 +02:00
TrueCharts Bot
109cbbdb1d chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-icewm to latest (#11742) 2023-08-21 03:52:06 +02:00
TrueCharts Bot
c2dcc14063 chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#11741) 2023-08-21 02:48:35 +02:00
TrueCharts Bot
29aa8d9b16 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest (#11740) 2023-08-21 02:44:01 +02:00
TrueCharts Bot
6857e85dd6 chore(deps): update container image tccr.io/truecharts/cops to latest (#11739) 2023-08-21 01:38:31 +02:00
TrueCharts Bot
1de8a6beac chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11738) 2023-08-21 00:37:23 +02:00
TrueCharts Bot
ccb581e809 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#11737) 2023-08-21 00:37:03 +02:00
TrueCharts Bot
73d69d33ad chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11736) 2023-08-20 23:36:41 +02:00
TrueCharts Bot
aced2ad464 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11734) 2023-08-20 22:39:09 +02:00