Commit Graph

29 Commits

Author SHA1 Message Date
Xstar97TheNoob 613fd90a4c
chore(repo) change stable charts to the upstream images (#14739)
**Description**
Update the stable train charts to their direct upstream image.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 11:22:57 +01:00
TrueCharts Bot 7b41486a6e
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#14068) 2023-10-28 23:41:07 +02:00
TrueCharts Bot 5cb6e8e2f6
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#13627) 2023-10-14 23:37:37 +02:00
TrueCharts Bot 514d3814ed
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#13382) 2023-10-07 23:38:49 +02:00
TrueCharts Bot 56120344af
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#13122) 2023-09-30 23:36:09 +02:00
TrueCharts Bot 707e0dc331
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12893) 2023-09-23 23:34:37 +02:00
TrueCharts Bot c2779d904c
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12678) 2023-09-17 00:35:15 +02:00
TrueCharts Bot 36ef3b5370
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12440) 2023-09-10 00:32:59 +02:00
TrueCharts Bot 23e78a6e43
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12168) 2023-09-03 02:53:27 +02:00
TrueCharts Bot 3a0c2a5767
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#11940) 2023-08-27 14:39:20 +02:00
TrueCharts Bot f3eac38b4d
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#11723) 2023-08-20 04:39:34 +02:00
TrueCharts Bot 3e4c238ed5
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#11694) 2023-08-19 07:37:42 +02:00
TrueCharts Bot bb80726c21
chore(deps): update container image tccr.io/truecharts/firefox to v115.0.3 (#11020) 2023-07-30 02:55:16 +02:00
TrueCharts Bot 348ca74ff0
chore(deps): update container image tccr.io/truecharts/firefox to v115.0.3 (#10941) 2023-07-28 23:38:49 +02:00
TrueCharts Bot 668f6f93a9
chore(deps): update container image tccr.io/truecharts/firefox to v115.0.2 (#10788) 2023-07-24 05:37:13 +02:00
TrueCharts Bot a0cc95d482
chore(deps): update container image tccr.io/truecharts/firefox to v115.0.2 (#10575) 2023-07-18 16:35:54 +02:00
TrueCharts Bot 68265cc009
chore(deps): update container image tccr.io/truecharts/firefox to v115.0.1 (#10328) 2023-07-09 03:02:10 +02:00
TrueCharts Bot ee0862bd3d
chore(deps): update container image tccr.io/truecharts/firefox to v113.0.2 (#9520) 2023-06-09 11:23:04 +02:00
Xstar97TheNoob e16c280edc
feat(firefox) firefox move to stable (#9478)
**Description**
Move firefox 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)
- [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:**

- [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
- [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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-06-09 00:09:21 +02:00
Xstar97TheNoob 545c83f253
move charts to incubator (#9131)
**Description**
Move the following apps to incubator.

```
| Chart Name        | Chart Name  | Chart Name                 |
| ----------------- | ----------- | -------------------------- |
| authentik         | darktable   | guacamole-client           |
| cloudflared       | dsmr-reader | habridge                   |
| dupeguru          | filerun     | filezilla                  |
| firefox           | flashpaper  | focalboard                 |
| gotify            | grist       | icantbelieveitsnotvaletudo |
| icinga2           | inventree   | invidious                  |
| joplin-server     | k8s-gateway | kimai                      |
| koel              | kopia       | kutt                       |
| leantime          | libreoffice | librephotos                |
| linkace           | loki        | lychee                     |
| mattermost        | mealie      | miniflux                   |
| ml-workspace      | mosquitto   | nextcloud                  |
| openkm            | openldap    | penpot                     |
| photoview         | pialert     | piaware                    |
| pidgin            | pihole      | plexanisync                |
| protonmail-bridge | pydio-cells | recipes                    |
| rtmpserver        | sdtd        | shiori                     |
| snipe-it          | statping-ng | synapse                    |
| teamspeak3        | typecho     | wbo                        |
| wger              | wireshark   | zusam                      |
| xbackbone         | youtrack    |                            |
```
⚒️ 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._

---------

Co-authored-by: xtar97 <dev.xtar97@gmail.com>
2023-05-24 19:03:16 +02:00
TrueCharts Bot 7a2fcc1e78
chore(deps): update container image tccr.io/truecharts/firefox to v (#8222) 2023-05-03 13:12:14 +02:00
TrueCharts Bot 9dad2b5a53
chore(deps): update container image tccr.io/truecharts/firefox to 101.0.1 (#6030)
* chore(deps): update container image tccr.io/truecharts/firefox to 101.0.1

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-07 18:33:28 +02:00
TrueCharts Bot 349f0ce6ee
chore(deps): update container image tccr.io/truecharts/firefox to 101.0.1 (#5814)
* chore(deps): update container image tccr.io/truecharts/firefox to 101.0.1

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-26 14:21:19 +01:00
TrueCharts Bot 0b005a9463
chore(deps): pin dependencies (#5688)
* chore(deps): pin dependencies

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-24 23:09:51 +01:00
TrueCharts Bot 5cb779774a
chore(deps): update container image tccr.io/truecharts/firefox to v101.0.1 (#4191)
* chore(deps): update container image tccr.io/truecharts/firefox to v101.0.1

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-26 08:42:33 +03:00
Stavros Kois ac9cc7f736
chore(questions): replace questions parts with templates (#3402)
* chore(questions): replace port parts with templates

* chore(questions): replace controller parts with templates

* remove tons of whitespce

* remove quotes from strings on templates

* make complete controller an include

* default to recreate

* remove replica and strategies as it's covered from controllerStrtegies include

* remove whitespace again

* replace controllertype with include (deployment/daemonset/statefulset)

* replace advanced port part except targetport

* remove more quotes

* add hidden toggle of enable the port

* new includes

* update build script

* controller deploy/stateful/deamon template changes

* replace controllerStrategies with replicas, replica#, strategy, recreate

* move 2 templates into a subfolder

* remove quotes

* remove disabled portals from questions and defined them on values

* remove enabled portal from the questions and add it on values

* one more app

* Portal cleanup

* remove portal templates

* add more includes

* replace portal links

* move some templates in folders

* replace ingressRoot with template

* more grouping

* replace persistenceroot with template

* replace serviceExpertRoot

* replace serviceroot

* fix a rogue one

* vctRoot

* securityContext cleanup

* remove quotes from templates on string

* replace vctRoot

* replace advanedSecurityRoot

* replace podsecurity root

* Update .github/scripts/build-catalog.sh

* Update values.yaml

* remove dupe portal

* update build-release script

* fix paths

* fix apps with imageSelector

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 23:25:02 +02:00
kjeld Schouten-Lebbing f7c5dac8b2
chore(Apps): remove PUID from per-app env-vars if set to 568 2022-03-03 12:22:39 +01:00
Stavros Kois e8fae7d730
fix(firefox): disable rofs (#1746) 2022-01-20 17:11:13 +01:00
kjeld Schouten-Lebbing d57586bd73
chore(apps): move incubator apps to stable and bump everything 2021-12-13 12:55:31 +01:00