Commit Graph

46 Commits

Author SHA1 Message Date
TrueCharts Bot 420aa23839
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.4 (#14020) 2023-10-27 12:40:35 +02:00
TrueCharts Bot 00bdf0eb91
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.3 (#13500) 2023-10-11 11:35:51 +02:00
TrueCharts Bot ed9a42d7f3
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.2 (#12478) 2023-09-11 03:56:46 +02:00
TrueCharts Bot 47935071c5
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.1 (#11667) 2023-08-18 18:39:07 +02:00
TrueCharts Bot aa4d0d56aa
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.0 (#11318) 2023-08-08 00:36:37 +02:00
TrueCharts Bot f84135a8f6
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.5.2 (#11245) 2023-08-06 16:34:07 +02:00
TrueCharts Bot f781e551e4
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.5.1 (#10937) 2023-07-28 22:36:12 +02:00
TrueCharts Bot b9a2fdfba8
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.5.0 (#10709) 2023-07-21 19:34:18 +02:00
TrueCharts Bot 410b0cb3b9
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.4.1 (#10656) 2023-07-20 10:38:30 +02:00
TrueCharts Bot 6d2307f0a0
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.3.7 (#10571) 2023-07-18 14:40:08 +02:00
TrueCharts Bot 87952e5467
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.3.6 (#9915) 2023-06-26 05:42:25 +02:00
TrueCharts Bot 6db88a2ac8
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.3.5 (#9679) 2023-06-16 02:52:15 +02:00
TrueCharts Bot 20da2f97cb
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.2.2 (#9227) 2023-05-28 21:39:04 +02:00
TrueCharts Bot a613fe9bc5
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.2.1 (#9049) 2023-05-22 00:40:06 +02:00
TrueCharts Bot 4965e12f28
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.1.1 (#8295)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/ddns-go](https://togithub.com/truecharts/containers)
| major | `4.5.6` -> `5.1.1` |

---

### ⚠ 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 18:43:19 +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 00d12c3a9d chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.6 2023-02-26 03:32:59 +00:00
TrueCharts-Admin 94e2928e06 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.5 2023-02-24 18:25:27 +00:00
TrueCharts-Admin 92a9985376 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.4 2023-02-23 15:22:23 +00:00
TrueCharts-Admin 45df9c23b2 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.3 2023-02-10 16:27:21 +00:00
TrueCharts-Admin 7297d9a3e0 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.2 2023-02-08 13:26:37 +00:00
TrueCharts-Admin 51f3f69e8f chore(deps): update container image tccr.io/truecharts/ddns-go to v4.5.1 2023-02-06 19:24:37 +00:00
TrueCharts-Admin aaee64aac5 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.4.2 2023-01-16 01:50:28 +00:00
TrueCharts-Admin a5b72ef577 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.4.1 2023-01-10 22:28:19 +01:00
TrueCharts-Admin 3ddc3eb4b3 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.4.0 2022-12-23 19:14:47 +00:00
TrueCharts Bot d27fe363ef
chore(deps): update container image tccr.io/truecharts/ddns-go to v4.3.4 (#5521)
* chore(deps): update container image tccr.io/truecharts/ddns-go to v4.3.4

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-18 13:50:57 +02:00
TrueCharts-Admin 7a54b95770 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.3.3 2022-12-09 01:12:26 +00:00
TrueCharts-Admin 8788b6366c chore(deps): update container image tccr.io/truecharts/ddns-go to v4.2.2 2022-12-05 13:20:02 +00:00
TrueCharts-Admin c2765260c9 chore(deps): update container image tccr.io/truecharts/ddns-go to v4.2.1 2022-11-21 00:21:40 +00: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 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 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 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 6460136fae
chore(deps): update container image tccr.io/truecharts/ddns-go to v4.0.0 (#3357)
* chore(deps): update container image tccr.io/truecharts/ddns-go to v4.0.0

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-01 12:20:03 +03: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 c7aabd3582
chore(deps): update docker general non-major (#2890)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-15 10:29:02 +03: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
TrueCharts-Bot 68f7e63f2b chore(deps): update docker general non-major 2022-05-07 00:41:00 +00: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] 53d059b69e
chore(deps): update docker general non-major (#2478)
* 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-12 10:57:39 +02: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 67eaeffea0 chore(deps): update docker general non-major 2022-03-18 12:02:26 +00:00
sagit 73060f27a1
fix(ddns-go): Change permission (#2050)
* fix read-only file system

* update version

* change permission

* Update values.yaml

* Update values.yaml

* lint

* empty line

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-03-07 09:26:49 +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
kjeld Schouten-Lebbing 9ddb42fe3a
fix(apps): fix some apps and move some apps to stable 2022-03-06 11:39:56 +01:00