2398 Commits

Author SHA1 Message Date
Kjeld Schouten
a46faf44f9 Update library/common/values.yaml 2023-05-13 10:10:16 +02:00
Kjeld Schouten
563f09f2ba Merge branch 'main' into stopAll 2023-05-13 10:03:20 +02:00
Kjeld Schouten-Lebbing
3aafe8f7a7 deal with stopping daemonsets as well 2023-05-13 09:56:23 +02:00
TrueCharts-Bot
4f43a15c43 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-13 02:15:58 +02:00
TrueCharts-Admin
c74040ed9d chore(deps): update container image tccr.io/truecharts/tailscale to v1.40.1 2023-05-13 02:15:58 +02:00
Kjeld Schouten
80dfbb0a02 Update library/common/templates/lib/workload/_deployementSpec.tpl
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-12 23:25:35 +02:00
TrueCharts-Admin
8ab55cee24 chore(deps): update renovatebot/github-action action to v37 2023-05-12 20:06:11 +02:00
Kjeld Schouten-Lebbing
c590fe37d2 ad job and crobjob stop on stopAll and suspend support on cronjob 2023-05-12 14:59:08 +02:00
Kjeld Schouten-Lebbing
3a413a37d4 feat(common): Add .global.stopAll option to stop all on native Helm systems 2023-05-12 14:43:53 +02:00
Kjeld Schouten
08bf0e8130 feat(common): add support for cnpg cluster hibernation without using annotations (#420)
**Description**
cluster hibernation is a good way to get CNPG to scale down to 0
cleanly.
This might(!) be a potential solution for fixing the broken stop button
on SCALE as well, but that's not fully clear as of yet.

This also scales down the poolers to 0 as well. To ensure nothing
remains active.

**⚙️ 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.

- [ ] 🪞 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.7.0
2023-05-12 14:24:51 +02:00
TrueCharts-Bot
12cc02d577 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-12 08:06:04 +02:00
TrueCharts-Admin
3c11a25514 chore(deps): update docker general non-major 2023-05-12 08:06:04 +02:00
Stavros Kois
1e706abbad fix(checks): accept int64 as a valid int type (#418)
**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)-->

Looks like when using `--set`, numbers are passed as int64.. lets accept
that type too

https://discord.com/channels/830763548678291466/1084773448921907200/1106307442884755478

**⚙️ 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.6.8
2023-05-12 00:23:10 +03:00
Stavros Kois
7072cbe4be fix(codeserver): don't try to mount a volume if it's target on a specific container (#416)
**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  https://github.com/truecharts/charts/issues/8694

When there is a `targetSelector` defined, don't try to mount this volume
to codeserver. As it's most likely a configmap/secret or a volume only
relevant to a specific container

eg:
```yaml
persistence:
  init:
    enabled: true
    type: configmap
    objectName: init
    mountPath: "/config/init"
    defaultMode: "0777"
    readOnly: true
    targetSelector:
      main:
        init: {}
```
But the caveat is that also this wont be mounted:
```yaml
persistence:
  vol:
    enabled: true
    type: emptyDir
    mountPath: "/config/init"
    targetSelector:
      main:
        main: {}
```

TL;DR only volumes without a selector or a selector with
`targetSelectAll` will be mounted to codeserver.

Not sure what we could do on scale GUI to make this more flexible. Needs
more thought.
But this is a quick fix for now.


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

- [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
- [ ] ⚠️ 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._
2023-05-06 18:01:42 +02:00
TrueCharts-Admin
8ef69e4ee5 chore(deps): update renovatebot/github-action action to v36.1.1 2023-05-06 14:06:17 +02:00
Kjeld Schouten-Lebbing
82818b7ea1 chore(common): another test bump common-12.6.6 2023-05-05 12:31:19 +02:00
Kjeld Schouten-Lebbing
f3bd6d4472 Update common.release.yaml 2023-05-05 12:30:54 +02:00
Kjeld Schouten-Lebbing
2434aea551 Create cr.yaml 2023-05-05 12:30:28 +02:00
Kjeld Schouten-Lebbing
3d7a4ef507 chore(common): bump common for signing test common-12.6.5 2023-05-05 12:28:30 +02:00
Kjeld Schouten-Lebbing
300eea3b6c Update common.release.yaml 2023-05-05 12:27:18 +02:00
Kjeld Schouten-Lebbing
848a5a12dd Update common.release.yaml 2023-05-05 12:23:56 +02:00
TrueCharts-Admin
d6230e67e9 chore(deps): update renovatebot/github-action action to v36.1.0 2023-05-04 02:17:11 +02:00
TrueCharts-Admin
3c43187371 chore(deps): update renovatebot/github-action action to v36.0.4 2023-05-02 20:05:46 +02:00
TrueCharts Bot
e64c63d7c8 chore(deps): update container image tccr.io/truecharts/tailscale to v1.40.0 (#413)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/tailscale](https://togithub.com/truecharts/containers)
| minor | `1.38.4` -> `1.40.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4yIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-12.6.4
2023-05-01 00:21:39 +03:00
TrueCharts Bot
38765b7e53 chore(deps): update actions/setup-python digest to 0f07f7f (#410)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | digest | `152ba7c` -> `0f07f7f` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjQuMCJ9-->
2023-04-30 10:29:23 +03:00
Kjeld Schouten-Lebbing
457ddfdd44 chore(common): update traefik crds (#412)
**Description**
Traefik has updated their CRD's and is moving them to a new namespace.
This PR includes their two new versions:
Old namespace AND new namespace to be installed by default

**⚙️ 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.6.3
2023-04-29 10:49:07 +02:00
Stavros Kois
5291064948 fix(container/ports): fix an issue with hostNetwork toggling (#411)
**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)-->

Applies a partial fix for this issue mentioned here:
https://github.com/k3s-io/k3s/discussions/6289

**⚙️ 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-04-29 10:43:08 +02:00
Stavros Kois
cbbf571e26 fix(manifestManager): Handle failed/completed pods before waiting for the Ready pods + increase deafult pvc size (#409)
**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  https://github.com/truecharts/charts/issues/8382

**⚙️ 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-04-28 17:53:15 +02:00
Kjeld Schouten-Lebbing
3ab430a5d4 chore: lower timeout on manifest manager 2023-04-26 11:35:30 +02:00
TrueCharts Bot
65e2a693df chore(deps): update docker general non-major (#407)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/code-server](https://togithub.com/truecharts/containers)
| minor | `4.11.0` -> `4.12.0` |
|
[tccr.io/truecharts/netshoot](https://togithub.com/truecharts/containers)
| minor | `v0.9.0` -> `0.10.0` |

---

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
common-12.6.1
2023-04-25 14:12:02 +03:00
Stavros Kois
09d7064961 fix(deps): use the correct, decrypted, credentials (#408)
**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 https://github.com/truecharts/charts/issues/8115
⚒️ Fixes https://github.com/truecharts/charts/issues/7963

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ 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?**
<!--
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
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ 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._
2023-04-25 13:58:12 +03:00
Stavros Kois
3721a14353 chore(supplementalGroups): Adds 568 to supplementalGroups always (#406)
**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:**

- [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
- [ ] 🧪 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-25 13:58:01 +03:00
TrueCharts-Bot
a2dc8c2e99 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-24 20:06:10 +02:00
TrueCharts-Admin
edb5349497 chore(deps): update docker general non-major 2023-04-24 20:06:10 +02:00
TrueCharts-Bot
1852f599c0 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-24 02:17:15 +02:00
TrueCharts-Admin
32a897414a chore(deps): update docker general non-major 2023-04-24 02:17:15 +02:00
Stavros Kois
8739799b62 fix(endpoint): use plural for kind (#403) common-12.5.1 2023-04-23 15:02:10 +03:00
Kjeld Schouten-Lebbing
be041bd0b1 Update Chart.yaml common-12.5.0 2023-04-23 13:29:48 +02:00
Stavros Kois
ae2e104fc7 chore(Endpoint): Add endpoint class and tests (#401)
**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-04-23 13:28:25 +02:00
Stavros Kois
26202f215f Revert a fix for endpointslice (#400)
**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)-->

EndpointSlice's `port` must point to the port the server is listenting
(the same port Service's targetPort is pointing)
TL;DR Service's `targetPort` + EndpointSlice's `port` must match

https://kubernetes.io/docs/concepts/services-networking/service/#services-without-selectors

**⚙️ 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-04-23 13:33:26 +03:00
TrueCharts-Bot
d6dc5b4e63 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-23 02:18:01 +02:00
TrueCharts-Admin
fbc965aa27 chore(deps): update container image tccr.io/truecharts/scratch to latest 2023-04-23 02:18:01 +02:00
Stavros Kois
5f8d19b9dc fix(varrun, devshm): medium -> Memory (#398)
**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  https://github.com/truecharts/charts/issues/8098

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

- [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
- [ ] ⚠️ 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._
2023-04-22 13:27:25 +03:00
TrueCharts Bot
257f1f9a8a chore(deps): update renovatebot/github-action action to v36.0.3 (#397)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v36.0.2` -> `v36.0.3` |

---

### Release Notes

<details>
<summary>renovatebot/github-action</summary>

###
[`v36.0.3`](https://togithub.com/renovatebot/github-action/releases/tag/v36.0.3)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.0.2...v36.0.3)

##### Continuous Integration

- **deps:** update actions/checkout action to v3.5.1
([57c9554](57c9554280))
- **deps:** update actions/checkout action to v3.5.2
([597a2f2](597a2f2923))
- **deps:** update renovate docker tag to v35.20.1
([#&#8203;714](https://togithub.com/renovatebot/github-action/issues/714))
([997704d](997704da85))
- **deps:** update renovate docker tag to v35.22.1
([8629c87](8629c87da1))
- **deps:** update renovate docker tag to v35.22.2
([cc4cff0](cc4cff0e0d))
- **deps:** update renovate docker tag to v35.23.3
([3ef1dcb](3ef1dcb772))
- **deps:** update renovate docker tag to v35.24.3
([b2b319c](b2b319cc88))
- **deps:** update renovate docker tag to v35.24.6
([dc733e8](dc733e8e76))
- **deps:** update renovate docker tag to v35.25.0
([604bbbf](604bbbf627))
- **deps:** update renovate docker tag to v35.25.1
([4d0cbce](4d0cbce1f0))
- **deps:** update renovate docker tag to v35.27.0
([ed6658f](ed6658ff35))
- **deps:** update renovate docker tag to v35.28.0
([f2fcdef](f2fcdef9e9))
- **deps:** update renovate docker tag to v35.31.1
([721b324](721b3243d7))
- **deps:** update renovate docker tag to v35.31.4
([e3374dd](e3374dd2dd))
- **deps:** update renovate docker tag to v35.31.5
([#&#8203;716](https://togithub.com/renovatebot/github-action/issues/716))
([7eb8296](7eb8296fb4))
- **deps:** update renovate docker tag to v35.32.2
([fc3fed4](fc3fed40ae))
- **deps:** update renovate docker tag to v35.35.0
([e839a16](e839a16281))
- **deps:** update renovate docker tag to v35.35.1
([3393467](3393467d6c))
- **deps:** update renovate docker tag to v35.36.0
([dbc5d16](dbc5d16395))
- **deps:** update renovate docker tag to v35.37.0
([2595826](2595826137))
- **deps:** update renovate docker tag to v35.37.1
([0b8fe04](0b8fe047de))
- **deps:** update renovate docker tag to v35.38.0
([e00aca5](e00aca552a))
- **deps:** update renovate docker tag to v35.39.0
([dd24270](dd2427030c))
- **deps:** update renovate docker tag to v35.40.0
([895699f](895699f103))
- **deps:** update renovate docker tag to v35.40.3
([769e823](769e82363a))
- **deps:** update renovate docker tag to v35.41.0
([161d96e](161d96e4cb))
- **deps:** update renovate docker tag to v35.41.1
([c6d6409](c6d6409f2f))
- **deps:** update renovate docker tag to v35.46.0
([1e98f08](1e98f081e0))
- **deps:** update renovate docker tag to v35.47.0
([9a1298c](9a1298c077))
- **deps:** update renovate docker tag to v35.47.2
([#&#8203;717](https://togithub.com/renovatebot/github-action/issues/717))
([4f8b826](4f8b826c68))
- **deps:** update renovate docker tag to v35.48.0
([2ff1900](2ff1900bd5))
- **deps:** update renovate docker tag to v35.48.1
([b1d494e](b1d494eb8d))
- **deps:** update renovate docker tag to v35.48.2
([#&#8203;718](https://togithub.com/renovatebot/github-action/issues/718))
([c47e35d](c47e35db42))
- **deps:** update renovate docker tag to v35.50.0
([d89f56a](d89f56a809))
- **deps:** update renovate docker tag to v35.50.1
([afd1c70](afd1c7083d))
- **deps:** update renovate docker tag to v35.50.2
([90e83b7](90e83b7945))
- **deps:** update renovate docker tag to v35.53.0
([#&#8203;720](https://togithub.com/renovatebot/github-action/issues/720))
([e603f7c](e603f7c5d5))
- **deps:** update renovate docker tag to v35.54.0
([d1dfbeb](d1dfbebb6e))
- **deps:** update renovate docker tag to v35.55.1
([07be1db](07be1dbc9e))
- **deps:** update wagoid/commitlint-github-action action to v5.4.0
([bf2fe77](bf2fe77443))
- **deps:** update wagoid/commitlint-github-action action to v5.4.1
([2d8504d](2d8504d396))

##### Miscellaneous Chores

- **config:** migrate renovate config
([#&#8203;719](https://togithub.com/renovatebot/github-action/issues/719))
([86aa68f](86aa68ffbc))
- **deps:** update commitlint monorepo to v17.6.0
([0024085](0024085d72))
- **deps:** update commitlint monorepo to v17.6.1
([ad9f26a](ad9f26aa86))
- **deps:** update dependency
[@&#8203;commitlint/cli](https://togithub.com/commitlint/cli) to v17.5.0
([19bdf97](19bdf97194))
- **deps:** update dependency
[@&#8203;commitlint/cli](https://togithub.com/commitlint/cli) to v17.5.1
([cfc468a](cfc468a492))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.18
([2a42ab6](2a42ab66a0))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.19
([e0d9274](e0d9274e5b))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.20
([f8738fd](f8738fde52))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.21
([fee68bf](fee68bfc0c))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.22
([3ef41fc](3ef41fc92e))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.23
([d1eff3c](d1eff3cda9))
- **deps:** update dependency eslint to v8.37.0
([a50369f](a50369f788))
- **deps:** update dependency eslint to v8.38.0
([618b029](618b029646))
- **deps:** update dependency lint-staged to v13.2.1
([bad83cb](bad83cb87c))
- **deps:** update dependency prettier to v2.8.5
([a17212b](a17212bfe8))
- **deps:** update dependency prettier to v2.8.6
([aa2a3a0](aa2a3a0aca))
- **deps:** update dependency prettier to v2.8.7
([2244c37](2244c37380))
- **deps:** update dependency rimraf to v4.4.1
([79c12a0](79c12a0931))
- **deps:** update linters
([1403af7](1403af72d2))
- **deps:** update linters to v5.57.0
([d1819e0](d1819e0f19))
- **deps:** update linters to v5.57.1
([b18ec02](b18ec02f3f))
- **deps:** update linters to v5.58.0
([0e1a6bd](0e1a6bd276))
- run Prettier on all files
([#&#8203;724](https://togithub.com/renovatebot/github-action/issues/724))
([c67ebc4](c67ebc422f))
- use Prettier's cache feature
([#&#8203;723](https://togithub.com/renovatebot/github-action/issues/723))
([70a44dc](70a44dc3e9))

##### Build System

- **deps:** update dependency typescript to v5
([#&#8203;725](https://togithub.com/renovatebot/github-action/issues/725))
([5c58ff9](5c58ff952f))

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
2023-04-22 12:17:13 +03:00
TrueCharts-Admin
39fad221e4 chore(deps): update actions/setup-python digest to 57ded4d 2023-04-21 02:16:03 +02:00
Kjeld Schouten-Lebbing
f30ceafb82 Update Chart.yaml common-12.4.21 2023-04-16 23:40:19 +02:00
Kjeld Schouten-Lebbing
cb5a78c47c fix(common): quote on/off on gluetun 2023-04-16 23:40:04 +02:00
Stavros Kois
e58264b625 bump common common-12.4.20 2023-04-16 15:42:27 +03:00
Stavros Kois
8fe953ba65 chore(nvidia): dont allow overrides (#395)
**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-04-16 15:41:45 +03:00
Kjeld Schouten-Lebbing
afd5f86ec0 Update Chart.yaml common-12.4.19 2023-04-16 14:33:31 +02:00