Commit Graph

67 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 644b9c24ed
chore(deps): update container image tccr.io/truecharts/photoprism to v231021 (#13867) 2023-10-22 01:35:40 +02:00
TrueCharts Bot dfb9fffef7
chore(deps): update container image tccr.io/truecharts/photoprism to v231011 (#13564) 2023-10-12 20:38:43 +02:00
TrueCharts Bot 08dec1085d
chore(deps): update container image tccr.io/truecharts/photoprism to v230923 (#12894) 2023-09-23 23:37:42 +02:00
kqmaverick 055c923bdd
feat(photoprism) **BREAKING CHANGES** storage changes (#11248)
**Description**
Use storage settings for photoprism originals and import.

⚒️ Fixes  # 

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ 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
- [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: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-12 16:24:07 +03:00
TrueCharts Bot 194da5fd38
chore(deps): update container image tccr.io/truecharts/photoprism to v230719 (#10660) 2023-07-20 10:41:16 +02:00
TrueCharts Bot 5e656dbc7a
chore(deps): update container image tccr.io/truecharts/photoprism to v230625 (#9929) 2023-06-26 13:30:26 +02:00
TrueCharts Bot 8b9d2a798e
chore(deps): update container image tccr.io/truecharts/photoprism to v230607 (#9510) 2023-06-09 11:21:22 +02:00
TrueCharts Bot 8e79de00cb
chore(deps): update container image tccr.io/truecharts/photoprism to v230514 (#9018) 2023-05-20 17:52:47 +02:00
TrueCharts Bot 8abdf24a6f
chore(deps): update container image tccr.io/truecharts/photoprism to v230506 (#8868) 2023-05-08 17:42:30 +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
Stavros Kois 36d0f7ca75
Update values.yaml 2022-12-26 02:39:18 +02:00
Stavros Kois df1b3b195f
fix(photoprism): don't overwrite `temp` key from common (#5780) 2022-12-25 11:58:19 +01:00
Stavros Kois fb7e3bda97
chore(photoprism): move temp outside of photoprism folder (#5776)
* chore(photoprism): allow use of ram-disk on temp

* update UI

* bump
2022-12-25 10:51:55 +01:00
TrueCharts-Admin 71778e9942 Update container image tccr.io/truecharts/photoprism to v221118 2022-11-19 07:12:25 +00:00
TrueCharts-Admin c81663452a chore(deps): update container image tccr.io/truecharts/photoprism to v221117 2022-11-17 12:17:50 +00:00
TrueCharts Bot 9a4c313304
chore(deps): update docker general non-major (#4414)
* 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-11-14 09:08:05 +02:00
TrueCharts Bot 5c34ce2d06
chore(deps): update docker general non-major (#4398)
* 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-11-13 12:02:16 +01:00
TrueCharts Bot 516d51032d
chore(deps): update docker general non-major (#4331)
* 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-11-07 09:12:11 +01:00
TrueCharts Bot 21a20e4e18
chore(deps): update docker general non-major (#4286)
* 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-11-03 03:26:26 +02:00
TrueCharts Bot 9e435770df
chore(deps): update docker general non-major (#3660)
* 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-09-02 11:42:14 +02:00
TrueCharts Bot 171b18a429
chore(deps): update docker general non-major (#3377)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

* fix nc

* initcontainer security context

* Update charts/stable/inventree/values.yaml

Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-08-09 12:14:27 +02: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 d054c5069d
chore(deps): update docker general non-major (#3339)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-29 15:25:33 +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 9dc56a484c
chore(deps): update container image tccr.io/truecharts/photoprism to v220629 (#3018)
* chore(deps): update container image tccr.io/truecharts/photoprism to v220629

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-01 12:45:56 +02:00
TrueCharts Bot 94d391a50f
chore(deps): update container image tccr.io/truecharts/photoprism to v220617 (#2928)
* chore(deps): update container image tccr.io/truecharts/photoprism to v220617

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-18 10:51:16 +02:00
Stavros Kois ff2a5dae0d
chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
2022-06-17 10:24:54 +02:00
TrueCharts Bot 69fd2f5370
chore(deps): update container image tccr.io/truecharts/photoprism to v220614 (#2893)
* chore(deps): update container image tccr.io/truecharts/photoprism to v220614

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-15 10:30:53 +02:00
Kjeld Schouten-Lebbing 5529c2a3af
refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00
TrueCharts Bot 8a7e3d331e
chore(deps): update container image tccr.io/truecharts/photoprism to v220528 (#2795)
* chore(deps): update container image tccr.io/truecharts/photoprism to v220528

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-31 21:16:07 +02:00
TrueCharts Bot ac6d43bc97
chore(deps): update container image tccr.io/truecharts/photoprism to v220517 (#2715)
* chore(deps): update container image tccr.io/truecharts/photoprism to v220517

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-19 12:21:24 +02:00
Stavros Kois e86b9fffc6
fix(photoprism): revert last image update (#2051) 2022-03-07 13:44:02 +01:00
renovate[bot] fa064a540e
chore(deps): update container image tccr.io/truecharts/photoprism to v20220121 (#2047)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-07 02:01:33 +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
Stavros Kois ed8aed874a
fix(photoprism): update image ref (#2028) 2022-03-06 00:06:29 +01:00
Stavros Kois 2d331d15ca
chore(apps): remove TZ from values. (#1945)
* chore(apps): remove TZ from values.

* chore(apps): remove TZ from values.

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-03-03 10:44:21 +01:00
renovate[bot] 9e485d950f
chore(deps): update docker general major docker tags (major) (#1835)
* chore(deps): update docker general major docker tags

* 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-03 19:10:17 +01:00
Stavros Kois 3dfd68262a
fix(photoprism): fix GID/UID/UMASK warnings and explicit set HOME. (#1740)
* fix(photoprism): fix GID/UID/UMASK warnings and explicit set HOME.

* cleanup

* space

* and line...
2022-01-19 17:44:50 +01:00
renovate[bot] b9346e775a
chore(deps): update docker general major docker tags (major) (#1678)
* chore(deps): update docker general major docker tags

* 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-01-10 17:23:37 +01:00
Stavros Kois 8825239904
chore(apps): remove hidden vars/configs from `questions.yaml` after making sure they are defined in `values.yaml` (#1577) 2021-12-19 23:52:38 +01:00
renovate[bot] ab12a5a678
chore(deps): update container image tccr.io/truecharts/photoprism to v20211215 (#1568)
* chore(deps): update container image tccr.io/truecharts/photoprism to v20211215

* 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-19 16:25:59 +01:00
renovate[bot] e5cc646f5d
chore(deps): update docker general major docker tags (major) (#1523)
* chore(deps): update docker general major docker tags

* 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-13 12:51:41 +01:00
Stavros Kois e14d7a3813
feat(apps): move user/pass/secrets/keys from `env` to `secret` (#1501)
* feat(apps): move user/pass/secrets/keys from `env` to `secret`

* uptimerobot-prometheus

* podgrab

* grafana

* nextcloud

* openldap, also fix some variable types

* healthchecks

* onlyoffice

* transmission

* fix variable type (stash)

* handbrake (also fix some variable types)

* jd2 (also fix some var  values

* whoops

* try this

* bump major

* fix calibre var type

* fix var types on 2 apps

* add placeholders on questions and set `private: true` on passwords/tokens/secrets
2021-12-11 13:49:05 +01:00
Stavros Kois 7f2eceecc3
fix(apps): remove `UMASK` as this is taken care from common (#1503) 2021-12-11 00:25:39 +01:00
renovate[bot] 0dc611faa7
chore(deps): update container image tccr.io/truecharts/photoprism to v20211203 (#1476)
* chore(deps): update container image tccr.io/truecharts/photoprism to v20211203

* 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-07 11:17:24 +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
renovate[bot] a37addbb2a
chore(deps): update container image docker.io/photoprism/photoprism to v20211130 (#1439)
* chore(deps): update container image docker.io/photoprism/photoprism to v20211130

* 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-30 22:35:51 +01:00