Commit Graph

2296 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing
a649cb7311 fix(common): prevent random nodePorts being assigned for LoadBalancer (#351)
**Description**
The default setting is enabled, which causes SEVERE security concerns,
exposing apps on random ports for everyone to exploit.
WTF.

**⚙️ Type of change**

- [x] ⚙️ 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._
common-12.2.25
2023-03-08 11:33:10 +01:00
Kjeld Schouten-Lebbing
48c6a786e7 fix(common): keep postgresql credentials if created previously (#349)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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._
common-12.2.24
2023-03-07 19:21:35 +01:00
Kjeld Schouten-Lebbing
51d6301c93 fix(common): correct service selector labels to use shortname 2023-03-07 18:07:42 +01:00
Kjeld Schouten-Lebbing
e64d4ff8f7 feat(common): allow for tpl/string for cnpg enable (#348)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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._
common-12.2.22
2023-03-07 10:52:25 +01:00
Stavros Kois
e8d70e863c fix(service): adapt code to not fail with a helm version without shor… (#347)
…tcircuit

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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._
common-12.2.21
2023-03-07 00:32:29 +02:00
Kjeld Schouten-Lebbing
e29bc33e4b Update Chart.yaml common-12.2.20 2023-03-06 19:10:26 +01:00
Kjeld Schouten-Lebbing
f6bd00ac1a Update _redisInjector.tpl 2023-03-06 19:09:28 +01:00
Kjeld Schouten-Lebbing
8b41f9a8b5 creds common-12.2.19 2023-03-06 17:35:11 +01:00
Kjeld Schouten-Lebbing
41ebdaeeed append .url 2023-03-06 17:30:57 +01:00
Kjeld Schouten-Lebbing
7898948e27 Revert "another quickfix (+2 squashed commit)"
This reverts commit c4ab301866.
2023-03-06 17:28:55 +01:00
Kjeld Schouten-Lebbing
c4ab301866 another quickfix (+2 squashed commit)
Squashed commit:

[2c34a074] fix

[f6a7f8f9] fix(common): ensure the main password var is not set
2023-03-06 17:23:38 +01:00
Kjeld Schouten-Lebbing
8968f7719a fix(common): ensure global annotations are enabled 2023-03-06 17:02:19 +01:00
TrueCharts-Admin
478660793e chore(deps): update renovatebot/github-action action to v34.157.1 common-12.2.18 2023-03-06 13:07:44 +01:00
Kjeld Schouten-Lebbing
606705dcdd Fix VCT issues (#346)
rename vct file according to file location and don't load standard
labels and annotations for vct to prevent failure cases

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-03-06 12:21:24 +01:00
Stavros Kois
7ac05d9399 fix(common): allow 2 letters names (#343)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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._
common-12.2.17
2023-03-06 00:56:46 +02:00
Kjeld Schouten-Lebbing
45ab3dade9 feat(cnpg): add postgresql section for custom config (#344)
**Description**
As requested by @stavros-k allow custom postgresql config on a per-chart
basis

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [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.

- [x] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [x] 🖼️ 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: Stavros kois <s.kois@outlook.com>
2023-03-06 00:55:40 +02:00
Kjeld Schouten-Lebbing
cf0d1b50e3 Update values.yaml 2023-03-05 22:41:33 +01:00
Kjeld Schouten-Lebbing
be16b910ef fix(common): correct wrong reference for expanding object names in tpl format common-12.2.15 2023-03-05 22:03:38 +01:00
Kjeld Schouten-Lebbing
fc349d0975 Merge branch 'secret-configmap-tpl'
# Conflicts:
#	library/common/Chart.yaml
#	library/common/templates/lib/container/_env.tpl
#	library/common/templates/lib/container/_envFrom.tpl
#	library/common/templates/spawner/_configmap.tpl
#	library/common/templates/spawner/_secret.tpl
common-12.2.14
2023-03-05 21:35:08 +01:00
Kjeld Schouten-Lebbing
6886ed126b fix missing tpl rendering in string based secert-configmap tpl 2023-03-05 21:32:40 +01:00
Kjeld Schouten-Lebbing
47d0322857 feat(common): allow tpl for env expandObjectName, configmap-name and secret-name (#342)
**Description**
This fixes some issues where secrets/configmaps couldn't be dynamicly be
disabled or could env references be dynamically switch between expanded
and non-expanded object names

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [X] 🪛 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._
common-12.2.13
2023-03-05 15:41:23 +01:00
Kjeld Schouten-Lebbing
ee9a373af2 oops 2023-03-05 14:33:33 +01:00
Kjeld Schouten-Lebbing
cebe98f067 feat(common): allow tpl for env expandObjectName, configmap-name and secret-name 2023-03-05 14:30:22 +01:00
TrueCharts-Admin
4ea0eda2f9 chore(deps): update renovatebot/github-action action to v34.157.0 2023-03-05 07:07:12 +01:00
Stavros Kois
f992ce2baa add NET_BIND_SERVICE on ports <1024 (#340)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [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
- [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._
common-12.2.12
2023-03-04 11:49:01 +02:00
Kjeld Schouten-Lebbing
d9d5bf7bcb allow for tpl in custom selectorlabels on svc common-12.2.11 2023-03-03 09:57:28 +01:00
Kjeld Schouten-Lebbing
a495c1eab6 bump common-12.2.10 2023-03-02 23:25:11 +01:00
Kjeld Schouten-Lebbing
31a8fa266a add support for custom selectorLabels 2023-03-02 23:24:55 +01:00
Kjeld Schouten-Lebbing
c660c73654 fix render common-12.2.9 2023-03-02 14:03:48 +01:00
Kjeld Schouten-Lebbing
8a41863d6a more fixes 2023-03-02 14:02:33 +01:00
Kjeld Schouten-Lebbing
5ef93db692 Merge branch 'main' of github.com:truecharts/library-charts 2023-03-02 13:55:23 +01:00
Kjeld Schouten-Lebbing
4cb4614d14 mnore 2023-03-02 13:55:07 +01:00
Kjeld Schouten-Lebbing
26670434b6 fix cnpg 2023-03-02 13:54:18 +01:00
TrueCharts Bot
06c9a99594 chore(deps): update docker general non-major (#336)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/db-wait-mariadb](https://togithub.com/truecharts/containers)
| digest | `b9c82f2` -> `5941896` |
|
[tccr.io/truecharts/db-wait-mongodb](https://togithub.com/truecharts/containers)
| digest | `d2d2372` -> `a7165a1` |
|
[tccr.io/truecharts/db-wait-postgres](https://togithub.com/truecharts/containers)
| digest | `b03a814` -> `f9c64c0` |
|
[tccr.io/truecharts/db-wait-redis](https://togithub.com/truecharts/containers)
| digest | `190b199` -> `df03b0b` |
| tccr.io/truecharts/gluetun | digest | `0a6ab5a` -> `a342978` |

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4xIn0=-->
2023-03-02 13:53:06 +01:00
Kjeld Schouten-Lebbing
052d90a3e9 Merge branch 'main' of github.com:truecharts/library-charts 2023-03-02 13:52:26 +01:00
Kjeld Schouten-Lebbing
bb1925f688 one more fix 2023-03-02 13:52:13 +01:00
Stavros Kois
5b404a1dce add tests (#339)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-02 13:50:30 +01:00
Kjeld Schouten-Lebbing
e44a9b4a9e bump and more fixes 2023-03-02 13:47:54 +01:00
Kjeld Schouten-Lebbing
9b0cb45f6b remove postgresql dependency support and update dependency secret names 2023-03-02 13:45:21 +01:00
Kjeld Schouten-Lebbing
911cb06894 remove existing secret 2023-03-02 11:57:23 +01:00
Kjeld Schouten-Lebbing
267d6b27b4 Add support for non-expanded names on secrets and configmaps 2023-03-02 11:49:33 +01:00
Kjeld Schouten-Lebbing
abc958450b bump common-12.2.7 2023-03-01 23:18:41 +01:00
Kjeld Schouten-Lebbing
98e3831094 fix dependency secret handling 2023-03-01 23:14:41 +01:00
Stavros Kois
3475fcec48 tpl probe type (#337)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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._
2023-03-01 22:24:18 +01:00
Kjeld Schouten-Lebbing
39b614e3bb do use basedec common-12.2.6 2023-03-01 22:16:25 +01:00
Kjeld Schouten-Lebbing
7a97e38b22 update secret validation to allow stringData and remove manual generation of postgres user credentials 2023-03-01 22:11:28 +01:00
Kjeld Schouten-Lebbing
001bd213b7 fix sleep 2023-03-01 21:47:16 +01:00
Kjeld Schouten-Lebbing
e78a9f693f move cnpg passwords to use stringData instead 2023-03-01 21:41:44 +01:00
Kjeld Schouten-Lebbing
c129b3045f also use db name in cnpg dbwait 2023-03-01 21:22:20 +01:00
Kjeld Schouten-Lebbing
1349cb371e increase cnpg db waits 2023-03-01 21:20:01 +01:00