Commit Graph

187 Commits

Author SHA1 Message Date
TrueCharts Bot 45755f4c59
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11404) 2023-08-11 00:35:44 +02:00
TrueCharts Bot 71ae2a65e2
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11221) 2023-08-05 21:33:45 +02:00
TrueCharts Bot f62e33fb27
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11009) 2023-07-29 21:34:53 +02:00
TrueCharts Bot b194a61561
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10762) 2023-07-23 00:34:42 +02:00
TrueCharts Bot 7386ec295f
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10500) 2023-07-15 21:35:34 +02:00
TrueCharts Bot 589e4905b5
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10375) 2023-07-10 23:40:29 +02:00
TrueCharts Bot 4fbd42d332
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10316) 2023-07-08 21:34:32 +02:00
TrueCharts Bot a07243c486
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10075) 2023-07-01 23:34:51 +02:00
TrueCharts Bot 9886ec64b7
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9880) 2023-06-24 21:33:17 +02:00
TrueCharts Bot e112c57f01
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9620) 2023-06-14 07:47:13 +02:00
TrueCharts Bot 59ea974e54
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9482) 2023-06-09 11:17:07 +02:00
TrueCharts Bot e2a775b60c
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9369) 2023-06-04 11:02:39 +02:00
TrueCharts Bot 403af32365
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9208) 2023-05-28 13:47:32 +02:00
TrueCharts Bot 3f6f073090
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9104) 2023-05-23 15:51:54 +02:00
TrueCharts Bot 2c90f15248
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#8985) 2023-05-16 12:01:45 +02:00
TrueCharts Bot ca6271b05e
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#8947) 2023-05-15 11:10:34 +02:00
TrueCharts Bot 3fa5b4a4cc
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#8674) 2023-05-01 11:36:33 +02:00
TrueCharts Bot 00442b1a6c
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#8249)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/lazylibrarian | digest | `bc97e9d` -> `e75d98e` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjQuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-29 13:28:07 +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 a3881b3724 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-02-26 21:57:54 +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-Admin 8c6e050241 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-02-06 13:30:35 +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 cd3d7dbb59 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-01-18 20:21:53 +00:00
TrueCharts-Admin aeb6160759 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2023-01-07 13:01:28 +00:00
TrueCharts-Admin 38e3cf52fc chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2022-12-24 22:31:57 +00:00
TrueCharts-Admin b25937f571 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2022-12-12 14:15:22 +00:00
TrueCharts-Admin 13cfdebb42 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2022-11-29 00:22:54 +00:00
TrueCharts-Admin d12b1e466c chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest 2022-11-21 00:21:33 +00:00
TrueCharts-Admin 0a0f3d1e17 Update container image tccr.io/truecharts/lazylibrarian to latest 2022-11-20 07:11:07 +00:00
TrueCharts-Admin a7abd8ac98 chore(deps): update docker general non-major 2022-11-12 01:26:23 +01:00
TrueCharts Bot 5673252dab
chore(deps): update docker general non-major (#4355)
* 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-09 09:18:51 +02:00
TrueCharts Bot 5ae7174781
chore(deps): update docker general non-major (#4301)
* 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-05 13:48:43 +02:00
TrueCharts Bot d645fc2909
chore(deps): update docker general non-major (#4238) 2022-10-30 12:47:59 +02:00
TrueCharts Bot efda1e9e2e
chore(deps): update docker general non-major (#4201)
* 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-27 07:51:28 +03:00
TrueCharts Bot 967bdbacef
chore(deps): update docker general non-major (#4181)
* 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-25 09:06:43 +03:00
TrueCharts Bot fe38c5e074
chore(deps): update docker general non-major (#4139)
* 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-21 13:25:38 +03:00
TrueCharts Bot 57ed796dfb
chore(deps): update docker general non-major (#4128)
* 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-19 08:40:03 +03:00
TrueCharts Bot 7e704c9945
chore(deps): update docker general non-major (#4030)
* 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-08 11:06:36 +02:00
TrueCharts Bot 7daedc4938
chore(deps): update docker general non-major (#4010)
* 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-05 12:30:27 +03:00
TrueCharts-Admin b173238863 chore(deps): update docker general non-major 2022-10-02 20:31:01 +02:00
TrueCharts Bot 10145a1879
chore(deps): update docker general non-major (#3953)
* 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-29 10:16:14 +03:00
TrueCharts Bot 3c0bacbf6b
chore(deps): update docker general non-major (#3938)
* 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-28 12:07:16 +02:00
TrueCharts Bot 4458d3c58b
chore(deps): update docker general non-major (#3906)
* 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-26 11:29:29 +02:00
TrueCharts Bot 517b36567c
chore(deps): update docker general non-major (#3818)
* 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-20 22:07:20 +02:00
TrueCharts Bot 8229f1a5e5
chore(deps): update docker general non-major (#3790)
* 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-19 11:20:18 +02:00
TrueCharts Bot f0757f0e2c
chore(deps): update docker general non-major (#3772)
* 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-15 17:42:23 +02:00
TrueCharts Bot 1b842f5d6a
chore(deps): update docker general non-major (#3743)
* 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>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-12 12:28:33 +02:00
TrueCharts Bot ea7f789975
chore(deps): update docker general non-major (#3727)
* 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-10 13:05:59 +03:00
TrueCharts Bot a89008f05a
chore(deps): update docker general non-major (#3681)
* 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-04 09:34: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 6c44219b1b
chore(deps): update docker general non-major (#3640)
* 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-08-31 09:35:10 +03:00
TrueCharts Bot bf8019bf95
chore(deps): update docker general non-major (#3606)
* 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-08-29 08:32:03 +03:00
TrueCharts Bot 39506dfbd5
chore(deps): update docker general non-major (#3600)
* 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>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-08-28 13:39:51 +03:00
TrueCharts Bot b262d33e72
chore(deps): update docker general non-major (#3573)
* 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-08-26 08:48:23 +03:00
TrueCharts Bot b079c0685b
chore(deps): update docker general non-major (#3561)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

* shorten and lint description

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-08-25 08:57:08 +02:00
TrueCharts Bot e44eb9524b
chore(deps): update docker general non-major (#3552)
* 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-08-24 08:37:37 +03:00
TrueCharts Bot ca541e3498
chore(deps): update docker general non-major docker tags (#3518)
* chore(deps): update docker general non-major docker tags

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-20 13:16:50 +02:00
TrueCharts Bot 9125a76065
chore(deps): update docker general non-major (#3503)
* 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-08-18 10:54:30 +02:00
TrueCharts Bot 934b2f4c1d
chore(deps): update docker general non-major (#3478)
* 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-08-17 13:01:00 +02:00
TrueCharts Bot f0a4bd52cd
chore(deps): update docker general non-major docker tags (#3465)
* chore(deps): update docker general non-major docker tags

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-14 11:50:56 +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 cd111d3aef
chore(deps): update docker general non-major (#3356)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

* Update charts/stable/gitea/Chart.yaml

* Update charts/incubator/thunderbird/Chart.yaml

* Update charts/incubator/thunderbird/Chart.yaml

* Commit bumped App Version

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

* fix precommit

* skip [skip ci]

* trigger

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-08-02 00:05:53 +00: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 d716caf313
chore(deps): update docker general non-major (#3326)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-28 22:39:32 +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 c9777b1178
chore(deps): update docker general non-major (#3290)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 16:41:13 +02:00
TrueCharts Bot 4fc34d459d
chore(deps): update docker general non-major (#3266) 2022-07-22 22:56:12 +02:00
TrueCharts Bot 06d30ef95f
chore(deps): update docker general non-major (#3198)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-17 12:05:16 +02:00
Stavros Kois dce04ca10a
fix(apps): make root fs writable on several LSIO apps (#3168)
* fix(znc): Make roof fs writeable

* fix(apps): make root fs writable on several LSIO apps

* try without varrun

* try previous image

* typo

* previeous version
2022-07-14 00:32:57 +02:00
TrueCharts Bot c05b04fa14
chore(deps): update docker general non-major (#3150) 2022-07-12 19:35:43 +02:00
TrueCharts Bot dfe021f145
chore(deps): update docker general non-major (#3115)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-10 11:36:21 +02:00
TrueCharts Bot ae8d5b6623
chore(deps): update docker general non-major (#3099)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-08 09:00:52 +03:00
TrueCharts Bot 9acc9a3418
chore(deps): update docker general non-major (#3015)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-01 13:58:48 +02:00
TrueCharts Bot 989a9ba652
chore(deps): update docker general non-major (#2988)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-26 22:06:15 +02:00
TrueCharts Bot c9ce61a234
chore(deps): update docker general non-major (#2954)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-22 23:40:01 +02:00
TrueCharts Bot 0872d0d5fc
chore(deps): update docker general non-major (#2931)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-21 08:26:39 +02:00
TrueCharts Bot 20f79b61a6
chore(deps): update docker general non-major (#2927)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-18 10:51:05 +02:00
TrueCharts Bot 62b1cef80b
chore(deps): update docker general non-major (#2860)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-13 10:53:45 +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 4a8d901aed
chore(deps): update docker general non-major (#2821)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-03 14:37:37 +02:00
TrueCharts Bot 6d33f56b32
chore(deps): update docker general non-major (#2733)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-23 07:13:44 +02:00
TrueCharts Bot cd26d59869
chore(deps): update docker general non-major (#2686)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-15 09:41:19 +02:00
renovate[bot] 1f913c3e14
chore(deps): update docker general non-major (#2639)
* 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-08 08:39:34 +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] 8c349ea2d3
chore(deps): update docker general non-major (#2502)
* 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-18 12:21:26 +03: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
renovate[bot] 7f12bce02b
chore(deps): update docker general non-major (#2357)
* 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-03-31 15:09:42 +02:00
TrueCharts-Bot b3964aeb26 chore(deps): update docker general non-major 2022-03-23 01:37:45 +00:00
TrueCharts-Bot 67eaeffea0 chore(deps): update docker general non-major 2022-03-18 12:02:26 +00:00
renovate[bot] 5c2206eb40
chore(deps): update docker general non-major (#2198)
* 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-17 09:15:06 +01:00
Kjeld Schouten-Lebbing 28e7d5dd0f
Revert "chore(deps): update docker general non-major (#2196)" (#2197)
This reverts commit 82d2ec2805.
2022-03-17 09:06:41 +01:00
renovate[bot] 82d2ec2805
chore(deps): update docker general non-major (#2196)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-17 09:06:13 +01:00
renovate[bot] 596fb9f935
chore(deps): update docker general non-major (#2175)
* 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-15 16:05:49 +01:00
Stavros Kois 509a418dfb
chore(apps): remove puid from values (#2152) 2022-03-14 01:13:08 +02: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] 03b3402552
chore(deps): update docker general non-major (#2006)
* 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-03 12:43:26 +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] 18ad857247
chore(deps): update docker general non-major (#1980)
* 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-28 12:43:37 +01:00
renovate[bot] 6c6fa135e1
chore(deps): update docker general non-major (#1895)
* 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-14 12:39:19 +01:00