Commit Graph

46 Commits

Author SHA1 Message Date
TrueCharts Bot 3bb637d417
chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.22.1 (#10290) 2023-07-08 06:41:02 +02:00
TrueCharts Bot ee7195798c
chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.21.3 (#9021) 2023-05-20 19:57:20 +02:00
TrueCharts Bot 95cd780266
chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.21.2 (#8271)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/uptime-kuma](https://togithub.com/truecharts/containers)
| minor | `1.20.2` -> `1.21.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-28 14:45:17 +02:00
Kjeld Schouten-Lebbing 0b726419d4
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900)
**Description**
Part 1 of the migration to new common on the stable train.
This basically breaks most/all charts requiring a reinstall on SCALE as
well.

Helm users shouldn't need a reinstall but could migrate their
values.yaml modification manually besides backing-up and porting the
databases.

There be Dragons basically, as we obviously cannot 100% go over
each-and-every single app in the stable train like we did in the
enterprise train.

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
Via CI and manually validation in a lot of cases where the CI did not
correctly check things.
Additional catalog item creation tooling for local testing has been
added as well.

**📃 Notes:**
There will be issues in the future but we should get as much working
well as we can.

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-11 12:07:17 +02: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-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 6d7f1fcb84 chore(deps): update container image tccr.io/truecharts/uptime-kuma to 1.20.0 2023-02-14 05:22:49 +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
MaverickD650 f0203f696b
fix(Uptime Kuma): Wrong metrics port (#6456)
* (fix) Uptime Kuma: Missing metrics port

* bump

* common annotations

* add some tidbits

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* common

* common 2

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* fix (Uptime Kuma): Prometheus rules

* bump

* fix(uptime kuma): metrics port wrong

* bump

* remove pod annotations

* link port with the listenting port

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-19 22:08:29 +01:00
TrueCharts-Admin a345c6cd7d chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.19.6 2023-01-19 16:24:53 +01:00
MaverickD650 e1f81ad2ce
fix(Uptime Kuma): values missing rules (#6447)
* (fix) Uptime Kuma: Missing metrics port

* bump

* common annotations

* add some tidbits

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* common

* common 2

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* fix (Uptime Kuma): Prometheus rules

* bump

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-01-18 13:41:51 +02:00
MaverickD650 2f48a0bd73
fix (Uptime Kuma): Missing metrics port (#6435)
* (fix) Uptime Kuma: Missing metrics port

* bump

* common annotations

* add some tidbits

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* common

* common 2

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.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-01-18 07:42:25 +00:00
TrueCharts-Admin 8837d188d2 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.19.4 2023-01-10 18:35:54 +00:00
TrueCharts-Admin 76ef204212 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.19.3 2023-01-08 18:30:07 +00:00
TrueCharts-Admin ee5fb23739 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.19.2 2022-12-30 12:20:54 +00:00
TrueCharts-Admin 38c5cc15ad chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.19.0 2022-12-23 18:17:45 +00:00
Keith Cirkel 2b9c91fa30
feat(uptimekuma): create servicemonitor for uptimekuma (#4334)
* create servicemonitor for uptimekuma

Signed-off-by: Keith Cirkel <keithamus@users.noreply.github.com>

* add default values for servicemonitor to uptime-kuma

Signed-off-by: Keith Cirkel <keithamus@users.noreply.github.com>

* minor bump uptime-kuma chart

Signed-off-by: Keith Cirkel <keithamus@users.noreply.github.com>

* add metrics questions to uptime-kuma

Signed-off-by: Keith Cirkel <keithamus@users.noreply.github.com>

* Update charts/stable/uptime-kuma/Chart.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

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

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Keith Cirkel <keithamus@users.noreply.github.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>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-08 15:28:17 +01:00
TrueCharts Bot ef2f489611
chore(deps): update docker general non-major (#4084)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

* http probe

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-10-15 01:57:21 +03:00
TrueCharts Bot 42614bad5e
chore(deps): update docker general non-major (#4049)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-10 12:53:23 +02:00
TrueCharts-Admin a1bf9efe33 chore(deps): update docker general non-major 2022-10-07 11:45:00 +02:00
TrueCharts Bot f8b262ce47
chore(deps): update docker general non-major (#4001)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-04 09:12:03 +03:00
TrueCharts Bot ca1ab59a6a
chore(deps): update docker general non-major (#3710)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

* fix rsshub

* default

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-06 10:22:01 +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
TrueCharts Bot 97d5375359
chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00
TrueCharts Bot 5f7d0829e1
chore(deps): update docker general non-major (#2960)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-25 13:56:54 +02:00
TrueCharts Bot 81e974605b
chore(deps): update docker general non-major (#2791)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-31 21:11:20 +02:00
renovate[bot] 899c3a7842
chore(deps): update docker general non-major (#2606)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-04 23:06:49 +02:00
renovate[bot] 9f220c8de2
chore(deps): update docker general non-major (#2577)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-28 07:41:47 +02:00
renovate[bot] e43e31df89
chore(deps): update docker general non-major (#2522)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-20 12:21:10 +02:00
TrueCharts-Bot 7303d239d8 chore(deps): update docker general non-major 2022-04-13 00:05:22 +00:00
renovate[bot] 3354e963ac
chore(deps): update docker general non-major (#2460)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-04-09 10:28:47 +02:00
TrueCharts-Bot 4db9ab107a chore(deps): update docker general non-major 2022-03-26 05:33:57 +00:00
Stavros Kois f908a9f312
fix(templates): make security questions overridable in values (#2211)
* fix(templates): make security questions overridable in values

* fix(uptime-kuma): set PUID: 0

* change naming
2022-03-19 11:08:57 +01:00
renovate[bot] cd0ac6d76b
chore(deps): update docker general non-major (#2046)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-07 01:59:10 +01:00
renovate[bot] 3ff538a498
chore(deps): update docker general non-major (#1876)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-10 17:15:40 +01:00
Stavros Kois a8fca95359
fix(uptime-kuma): fix tag (#1739) 2022-01-19 12:27:31 +01:00
renovate[bot] e8dbca32f5
chore(deps): update non-major (#1449)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-03 15:07:49 +01:00
kjeld Schouten-Lebbing 9ab1b65059
chore(apps): ensure container references are prefixed with v 2021-12-03 13:16:22 +01:00
Kjeld Schouten-Lebbing 46c3126fa4
chore(apps): move all container references to TCCR (#1448) 2021-12-03 13:02:44 +01:00
Stavros Kois 02a3182701
fix(apps): Default enable all services (#1361)
* fix(apps): Default enable all services

* replace code with template

* minio

* tdarr

* aria2

* calibre

* deconz

* deluge

* littlelink

* lms

* main service and port is enabled by default

* main service and port is enabled by default pt2

* remove `type: NodePort` from values.yaml on services

* Remove `type: ClusterIP` from `values.yaml` on services

* add serviceexpert on nextcloud

* nullserv

* odoo

* protonmail-bridge split smtp and main services

* openldap

* oscam

* owncast

* pihole

* remove `enabled: true` on main from traefik and external-service

* remove `primary: true`

* qbit

* resilio sync

* vaultwarden

* valheim

* syncthing

* unfi

* zwavejs2mqtt

* teamspeak3

* transmission

* tvheadend

* test protonmail main enabled

* there is no main in protonmail duh...

* remove `protocol: tcp` from ports on `values.yaml` as this is the default in common
2021-11-21 00:20:50 +01:00
Stavros Kois 19df900522
chore(apps): persistence cleanup and small bugfixes (#1329)
* chore(apps): remove persistence size from values

* remove type from persistence from values.yaml

* remove accessMode from persistence from values

* devices dont user persistence

* remove empty lines

* restore accessMode in common, whoops

* quote all mountPaths

* convert `'` to `"`

* fix empty lines

* add missing mountPath on values

* add missing persistence on values

* fix var name on quetsions

* remove disabled persistence from values which are not even defined in questions

* remove more type, accessMode and size

* mountpath -> mountPath

* mounthPath -> mountPath

* booksonic-air persistence cleanup

* remove empty lines

* fix mountPath

* remove unused persistence

* teamspeak3 fix var name in persistence

* remove persistence that will probably be user defined storage

* remove persistence that will probably be user defined storage

* add missing persistence from values

* fix openldap volclaim

* remove persistence that will probably be user defined storage

* add missing persistence from values

* fix path ff3

* fix mountPath

* add missing persistence from values

* remove persistence that will probably be user defined storage

* revert changes in volClaimTemplate

* remove varrun from questions

* fix and cleanup questions postgres

* calm down CI

* ci only value
2021-11-14 20:19:16 +01:00
renovate[bot] e1b83a7434
chore(deps): update non-major (#1302)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-09 18:01:13 +01:00
renovate[bot] f743ffe75e
chore(deps): update non-major (#1296)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-09 09:27:44 +01:00
kjeld Schouten-Lebbing dcd5947918
Bulk add targetPort to values.yaml for stable Apps 2021-11-06 22:55:18 +01:00
renovate[bot] 60aa03a510
chore(deps): update non-major (#1263)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-11-01 13:44:28 +01:00
kjeld Schouten-Lebbing 1bf35c85a5
chore(apps): bump apps, remove duplicates and move incubator to stable for RC1 2021-10-21 00:00:57 +02:00
Renamed from charts/incubator/uptime-kuma/values.yaml (Browse further)