Commit Graph

99 Commits

Author SHA1 Message Date
TrueCharts Bot 30311a57f3
chore(deps): lock file maintenance helm system by renovate (#24247)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|  | lockFileMaintenance | All locks refreshed |
| [localpv-provisioner](http://www.openebs.io/)
([source](https://togithub.com/openebs/dynamic-localpv-provisioner)) |
minor | `4.0.0` -> `4.1.0` |
|
[gpu-operator](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/overview.html)
([source](https://togithub.com/NVIDIA/gpu-operator)) | minor | `v24.3.0`
-> `v24.6.1` |
| [nvidia-device-plugin](https://togithub.com/NVIDIA/k8s-device-plugin)
| minor | `0.15.1` -> `0.16.2` |
|
[node-feature-discovery](https://togithub.com/kubernetes-sigs/node-feature-discovery)
| patch | `0.16.3` -> `0.16.4` |
| [metallb](https://metallb.universe.tf)
([source](https://togithub.com/metallb/metallb)) | patch | `0.14.5` ->
`0.14.8` |
| csi-driver-smb | minor | `v1.14.0` -> `v1.15.0` |
| csi-driver-nfs | minor | `v4.7.0` -> `v4.8.0` |
| [cloudnative-pg](https://cloudnative-pg.io)
([source](https://togithub.com/cloudnative-pg/charts)) | minor |
`0.21.5` -> `0.22.0` |
| [cert-manager](https://cert-manager.io)
([source](https://togithub.com/cert-manager/cert-manager)) | patch |
`v1.15.1` -> `v1.15.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Release Notes

<details>
<summary>openebs/dynamic-localpv-provisioner
(localpv-provisioner)</summary>

###
[`v4.1.0`](https://togithub.com/openebs/dynamic-localpv-provisioner/blob/HEAD/CHANGELOG.md#v410--2024-07-03)

[Compare
Source](https://togithub.com/openebs/dynamic-localpv-provisioner/compare/localpv-provisioner-4.0.0...localpv-provisioner-4.1.0)

\===================

- Add pod priorityClassName to prevent race condition due to pod
eviction
([#&#8203;182](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/182),[@&#8203;bernardgut](https://togithub.com/bernardgut))
- Allow specifying additional labels to be applied to all helm chart
resources
([#&#8203;183](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/183),[@&#8203;laverya](https://togithub.com/laverya))
- feat(provisioner): update analytics pkg
([#&#8203;188](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/188),[@&#8203;niladrih](https://togithub.com/niladrih))
- build: update base alpine image version to 3.20.1
([#&#8203;189](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/189),[@&#8203;niladrih](https://togithub.com/niladrih))

</details>

<details>
<summary>NVIDIA/gpu-operator (gpu-operator)</summary>

###
[`v24.6.1`](https://togithub.com/NVIDIA/gpu-operator/releases/tag/v24.6.1):
GPU Operator 24.6.1 Release

[Compare
Source](https://togithub.com/NVIDIA/gpu-operator/compare/v24.6.0...v24.6.1)


https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/24.6.1/index.html

###
[`v24.6.0`](https://togithub.com/NVIDIA/gpu-operator/releases/tag/v24.6.0):
GPU Operator 24.6.0 Release

[Compare
Source](https://togithub.com/NVIDIA/gpu-operator/compare/v24.3.0...v24.6.0)


https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/24.6.0/release-notes.html

</details>

<details>
<summary>NVIDIA/k8s-device-plugin (nvidia-device-plugin)</summary>

###
[`v0.16.2`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#v0162)

[Compare
Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.16.1...v0.16.2)

- Add CAP_SYS_ADMIN if volume-mounts list strategy is included (fixes
[#&#8203;856](https://togithub.com/NVIDIA/k8s-device-plugin/issues/856))
-   Remove unneeded DEVICE_PLUGIN_MODE envvar
-   Fix applying SELinux label for MPS

###
[`v0.16.1`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#v0161)

[Compare
Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.16.0...v0.16.1)

- Bump nvidia-container-toolkit to v1.16.1 to fix a bug with CDI spec
generation for MIG devices

###
[`v0.16.0`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#v0160)

[Compare
Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.15.1...v0.16.0)

-   Fixed logic of atomic writing of the feature file
-   Replaced `WithDialer` with `WithContextDialer`
-   Fixed SELinux context of MPS pipe directory.
- Changed behavior for empty MIG devices to issue a warning instead of
an error when the mixed strategy is selected
-   Added a a GFD node label for the GPU mode.
-   Update CUDA base image version to 12.5.1

</details>

<details>
<summary>kubernetes-sigs/node-feature-discovery
(node-feature-discovery)</summary>

###
[`v0.16.4`](https://togithub.com/kubernetes-sigs/node-feature-discovery/releases/tag/v0.16.4)

[Compare
Source](https://togithub.com/kubernetes-sigs/node-feature-discovery/compare/v0.16.3...v0.16.4)

#### What's Changed

This patch release contains improvements to the Helm chart, adding
configurable liveness and readiness probes for all daemons and
configurable revision history limit for the nfd-worker and
nfd-topology-updater.

- Helm: Add revision history limit for worker daemonset
([#&#8203;1797](https://togithub.com/kubernetes-sigs/node-feature-discovery/issues/1797))
by [@&#8203;marquiz](https://togithub.com/marquiz) in
[https://github.com/kubernetes-sigs/node-feature-discovery/pull/1799](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1799)
- go.mod: bump kubernetes to v1.30.3 by
[@&#8203;marquiz](https://togithub.com/marquiz) in
[https://github.com/kubernetes-sigs/node-feature-discovery/pull/1805](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1805)
- helm: add configurable liveness\&readiness probes by
[@&#8203;marquiz](https://togithub.com/marquiz) in
[https://github.com/kubernetes-sigs/node-feature-discovery/pull/1808](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1808)
- Add helm migration guide by
[@&#8203;k8s-infra-cherrypick-robot](https://togithub.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/node-feature-discovery/pull/1825](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1825)

**Full Changelog**:
https://github.com/kubernetes-sigs/node-feature-discovery/compare/v0.16.3...v0.16.4

</details>

<details>
<summary>metallb/metallb (metallb)</summary>

###
[`v0.14.8`](https://togithub.com/metallb/metallb/releases/tag/v0.14.8):
v0.14.18

[Compare
Source](https://togithub.com/metallb/metallb/compare/v0.14.7...v0.14.8)

See the release notes for the details

https://metallb.universe.tf/release-notes/#version-0-14-8

###
[`v0.14.7`](https://togithub.com/metallb/metallb/releases/tag/v0.14.7):
v0.14.17

[Compare
Source](https://togithub.com/metallb/metallb/compare/v0.14.6...v0.14.7)

See the release notes for the details

https://metallb.universe.tf/release-notes/#version-0-14-7

###
[`v0.14.6`](https://togithub.com/metallb/metallb/releases/tag/v0.14.6):
v0.14.16

[Compare
Source](https://togithub.com/metallb/metallb/compare/v0.14.5...v0.14.6)

See the release notes for the details

https://metallb.universe.tf/release-notes/#version-0-14-6

</details>

<details>
<summary>cloudnative-pg/charts (cloudnative-pg)</summary>

###
[`v0.22.0`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.22.0)

[Compare
Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.6...cloudnative-pg-v0.22.0)

CloudNativePG Operator Helm Chart

#### What's Changed

- Kyverno Chainsaw Test Suite by
[@&#8203;itay-grudev](https://togithub.com/itay-grudev) in
[https://github.com/cloudnative-pg/charts/pull/341](https://togithub.com/cloudnative-pg/charts/pull/341)
- chore(deps): update sigstore/cosign-installer action to v3.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cloudnative-pg/charts/pull/347](https://togithub.com/cloudnative-pg/charts/pull/347)
- chore(deps): update kyverno/action-install-chainsaw action to v0.2.8
by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cloudnative-pg/charts/pull/349](https://togithub.com/cloudnative-pg/charts/pull/349)
- Release cloudnative-pg-v0.22.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/cloudnative-pg/charts/pull/352](https://togithub.com/cloudnative-pg/charts/pull/352)

**Full Changelog**:
https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.6...cloudnative-pg-v0.22.0

###
[`v0.21.6`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.6)

[Compare
Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.5...cloudnative-pg-v0.21.6)

CloudNativePG Operator Helm Chart

#### What's Changed

- Add walStorage capability and remove gkeEnvironment conflict in
cluster chart. by [@&#8203;rocket357](https://togithub.com/rocket357) in
[https://github.com/cloudnative-pg/charts/pull/312](https://togithub.com/cloudnative-pg/charts/pull/312)
- chore(deps): update actions/setup-python action to v5.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cloudnative-pg/charts/pull/330](https://togithub.com/cloudnative-pg/charts/pull/330)
- chore(deps): update docker/login-action action to v3.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cloudnative-pg/charts/pull/333](https://togithub.com/cloudnative-pg/charts/pull/333)
- chore: add support for `hostNetwork` in chart by
[@&#8203;marckhair](https://togithub.com/marckhair) in
[https://github.com/cloudnative-pg/charts/pull/324](https://togithub.com/cloudnative-pg/charts/pull/324)
- feat(cloudnative-pg): Configuration of PodMonitor relabeling rules by
[@&#8203;npdgm](https://togithub.com/npdgm) in
[https://github.com/cloudnative-pg/charts/pull/148](https://togithub.com/cloudnative-pg/charts/pull/148)
- fix: linter - trailing white spaces by
[@&#8203;sxd](https://togithub.com/sxd) in
[https://github.com/cloudnative-pg/charts/pull/339](https://togithub.com/cloudnative-pg/charts/pull/339)
- Release cloudnative-pg-v0.21.6 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/cloudnative-pg/charts/pull/340](https://togithub.com/cloudnative-pg/charts/pull/340)

#### New Contributors

- [@&#8203;rocket357](https://togithub.com/rocket357) made their first
contribution in
[https://github.com/cloudnative-pg/charts/pull/312](https://togithub.com/cloudnative-pg/charts/pull/312)
- [@&#8203;marckhair](https://togithub.com/marckhair) made their first
contribution in
[https://github.com/cloudnative-pg/charts/pull/324](https://togithub.com/cloudnative-pg/charts/pull/324)
- [@&#8203;npdgm](https://togithub.com/npdgm) made their first
contribution in
[https://github.com/cloudnative-pg/charts/pull/148](https://togithub.com/cloudnative-pg/charts/pull/148)

**Full Changelog**:
https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.5...cloudnative-pg-v0.21.6

</details>

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.15.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.3)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.15.2...v1.15.3)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

**🔗 [See
v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)
for more information about cert-manager 1.15 and read-before-upgrade
info.**

#### 📜 Changes since
[`v1.15.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.2)

##### Bug or Regression

- BUGFIX: the dynamic certificate source used by the webhook TLS server
failed to detect a root CA approaching expiration, due to a calculation
error. This will cause the webhook TLS server to fail renewing its CA
certificate. Please upgrade before the expiration of this CA certificate
is reached.
([#&#8203;7232](https://togithub.com/cert-manager/cert-manager/issues/7232),
[@&#8203;cert-manager-bot](https://togithub.com/cert-manager-bot))

###
[`v1.15.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.2)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.15.1...v1.15.2)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

**🔗 [See
v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)
for more information about cert-manager 1.15 and read-before-upgrade
info.**

#### 📜 Changes since
[`v1.15.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.1)

##### Bug or Regression

- BUGFIX `route53`: explicitly set the `aws-global` STS region which is
now required by the `github.com/aws/aws-sdk-go-v2` library.
([#&#8203;7189](https://togithub.com/cert-manager/cert-manager/pull/7189),
[`@cert-manager-bot`](https://togithub.com/cert-manager-bot))
- Bump `grpc-go` to fix `GHSA-xr7q-jx4m-x55m`
([#&#8203;7167](https://togithub.com/cert-manager/cert-manager/pull/7167),
[`@SgtCoDFish`](https://togithub.com/SgtCoDFish))
- Fix Azure DNS causing panics whenever authentication error happens
([#&#8203;7188](https://togithub.com/cert-manager/cert-manager/pull/7188),
[`@cert-manager-bot`](https://togithub.com/cert-manager-bot))
- Fix incorrect value and indentation of `endpointAdditionalProperties`
in the `PodMonitor` template of the Helm chart
([#&#8203;7191](https://togithub.com/cert-manager/cert-manager/pull/7191),
[`@inteon`](https://togithub.com/inteon))
- Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent
unbounded creation of `HTTPRoute` resources
([#&#8203;7186](https://togithub.com/cert-manager/cert-manager/pull/7186),
[`@cert-manager-bot`](https://togithub.com/cert-manager-bot))
- Upgrade `golang` from `1.22.3` to `1.22.5`
([#&#8203;7165](https://togithub.com/cert-manager/cert-manager/pull/7165),
[`@github-actions`](https://togithub.com/github-actions))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM4LjUxLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsidXBkYXRlL2hlbG0vc3lzdGVtIl19-->

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-09-09 18:15:48 +02:00
TrueCharts Bot 866009d9b3
chore(deps): update ignored by renovate (patch) (#25560)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | patch |
`24.1.6` -> `24.1.15` |
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `61.3.2` -> `61.3.3` |
| [kubeapps](https://redirect.github.com/bitnami/charts)
([source](https://redirect.github.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| patch | `15.3.9` -> `15.3.10` |
| quay.io/brancz/kube-rbac-proxy | patch | `v0.18.0` -> `v0.18.1` |
| spegel | patch | `v0.0.23` -> `v0.0.24` |
|
[tccr.io/tccr/lvm-disk-watcher](https://redirect.github.com/truecharts/containers)
| patch | `v3.20.2` -> `v3.20.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v61.3.3`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.2...kube-prometheus-stack-61.3.3)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.2...kube-prometheus-stack-61.3.3)

</details>

<details>
<summary>bitnami/charts (kubeapps)</summary>

###
[`v15.3.10`](https://redirect.github.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small15310-2024-07-25-small)

- \[bitnami/kubeapps] Release 15.3.10
([#&#8203;28437](https://redirect.github.com/bitnami/charts/issues/28437))
([cd89d4f](cd89d4fffc)),
closes
[#&#8203;28437](https://redirect.github.com/bitnami/charts/issues/28437)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41NS4yIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJ1cGRhdGUvaWdub3JlZCJdfQ==-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-09-09 18:15:21 +02:00
TrueCharts Bot 51504b7b00
chore(deps): update ignored by renovate (patch) (#24139)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.5` ->
`24.1.6` |
| [kubeapps](https://togithub.com/bitnami/charts)
([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| patch | `15.3.5` -> `15.3.9` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>bitnami/charts (kubeapps)</summary>

###
[`v15.3.9`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#1539-2024-07-24)

- \[bitnami/kubeapps] Release 15.3.9
([#&#8203;28300](https://togithub.com/bitnami/charts/pull/28300))

###
[`v15.3.8`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1538-2024-07-23-small)

- \[bitnami/kubeapps] Release 15.3.8
([#&#8203;28214](https://togithub.com/bitnami/charts/issues/28214))
([f44f329](f44f329af1)),
closes [#&#8203;28214](https://togithub.com/bitnami/charts/issues/28214)

###
[`v15.3.7`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1537-2024-07-18-small)

- \[bitnami/kubeapps] Global StorageClass as default value
([#&#8203;28045](https://togithub.com/bitnami/charts/issues/28045))
([44a64a8](44a64a8adb)),
closes [#&#8203;28045](https://togithub.com/bitnami/charts/issues/28045)

###
[`v15.3.6`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1536-2024-07-03-small)

- \[bitnami/\*] Update README changing TAC wording
([#&#8203;27530](https://togithub.com/bitnami/charts/issues/27530))
([52dfed6](52dfed6bac)),
closes [#&#8203;27530](https://togithub.com/bitnami/charts/issues/27530)
- \[bitnami/kubeapps] Release 15.3.6
([#&#8203;27706](https://togithub.com/bitnami/charts/issues/27706))
([ea5443f](ea5443fd9b)),
closes [#&#8203;27706](https://togithub.com/bitnami/charts/issues/27706)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9pZ25vcmVkIl19-->

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-07-24 18:44:42 +02:00
TrueCharts-Bot 9c6cf1b50b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-07-06 00:14:19 +00:00
TrueCharts Bot 72bf48a36f
chore(deps): update ignored by renovate (patch) (#22861)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.3` ->
`24.1.5` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.0.0` ->
`24.0.9` |
| registry.k8s.io/sig-storage/snapshot-controller | patch | `v8.0.0` ->
`v8.0.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9pZ25vcmVkIl19-->

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-28 11:16:05 +02:00
TrueCharts Bot 8fbaea7d86
chore(deps): update ignored by renovate (minor) (#23461)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `24.0.0` ->
`24.1.3` |
|
[kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus)
([source](https://togithub.com/prometheus-community/helm-charts)) |
minor | `59.0.0` -> `59.1.0` |
| [kubeapps](https://togithub.com/bitnami/charts)
([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| minor | `15.0.5` -> `15.3.5` |
| [openebs/linux-utils](https://togithub.com/openebs/linux-utils) |
pinDigest | -> `7774509` |
|
[openebs/provisioner-localpv](https://togithub.com/openebs/dynamic-localpv-provisioner)
| pinDigest | -> `9e45763` |
| [quay.io/backube/volsync](https://togithub.com/backube/volsync) |
pinDigest | -> `ed7cce7` |
| quay.io/brancz/kube-rbac-proxy | minor | `v0.14.4` -> `v0.18.0` |
| tccr.io/tccr/alpine | digest | `ade0065` -> `783d7b4` |
| tccr.io/tccr/scratch | pinDigest |  -> `fa8db43` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>bitnami/charts (kubeapps)</summary>

###
[`v15.3.5`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#1535-2024-06-19)

- \[bitnami/kubeapps] Render imagePullSecrets
([#&#8203;27127](https://togithub.com/bitnami/charts/pull/27127))

###
[`v15.3.2`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1532-2024-06-07-small)

- \[bitnami/kubeapps] Release 15.3.2
([#&#8203;26904](https://togithub.com/bitnami/charts/issues/26904))
([23bbc7b](23bbc7b26b)),
closes [#&#8203;26904](https://togithub.com/bitnami/charts/issues/26904)

###
[`v15.3.0`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#1530-2024-06-06)

- \[bitnami/kubeapps] Enable PodDisruptionBudgets (part 2)
([#&#8203;26701](https://togithub.com/bitnami/charts/issues/26701))
([f4e8688](f4e868898b)),
closes [#&#8203;26701](https://togithub.com/bitnami/charts/issues/26701)

###
[`v15.2.2`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1522-2024-06-05-small)

- \[bitnami/kubeapps] Bump chart version
([#&#8203;26842](https://togithub.com/bitnami/charts/issues/26842))
([16d5b78](16d5b78403)),
closes [#&#8203;26842](https://togithub.com/bitnami/charts/issues/26842)

###
[`v15.2.0`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#1520-2024-06-04)

- \[bitnami/kubeapps] Enable PodDisruptionBudgets
([#&#8203;26505](https://togithub.com/bitnami/charts/issues/26505))
([9e6a2b3](9e6a2b3cd6)),
closes [#&#8203;26505](https://togithub.com/bitnami/charts/issues/26505)

###
[`v15.1.2`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1512-2024-06-03-small)

- \[bitnami/kubeapps] Release 15.1.2
([#&#8203;26573](https://togithub.com/bitnami/charts/issues/26573))
([a1ac42b](a1ac42b09c)),
closes [#&#8203;26573](https://togithub.com/bitnami/charts/issues/26573)

###
[`v15.1.1`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1511-2024-05-22-small)

- \[bitnami/kubeapps] Use different liveness/readiness probes
([#&#8203;26171](https://togithub.com/bitnami/charts/issues/26171))
([22d3f7c](22d3f7cdf2)),
closes [#&#8203;26171](https://togithub.com/bitnami/charts/issues/26171)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9pZ25vcmVkIl19-->
2024-06-25 18:43:48 +02:00
TrueCharts-Bot 205505a847 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-22 00:14:32 +00:00
Kjeld Schouten 017322c69a
chore(OpenEBS): BREAKING CHANGE Remove ZFS and LVM backends and CRDs
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-21 19:23:59 +02:00
Kjeld Schouten e055b0405b
Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-21 19:23:26 +02:00
Kjeld Schouten 0e4417ea5c
Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-21 19:23:07 +02:00
Kjeld Schouten d55010bb05
Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-21 19:22:51 +02:00
Kjeld Schouten 17b087f8d1
Delete charts/system/openebs/crds directory
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-21 19:21:21 +02:00
Stavros Kois 2d471e587d
chore(chart.yaml): remove scale support annotation (#23134)
**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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-06-15 00:22:47 +02:00
TrueCharts-Bot 6a5d0ec00d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-10 00:15:07 +00:00
TrueCharts Bot d30630af0f
chore(deps): update ignored updates to v24.0.0@4765f19 by renovate (#22760)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | major | `23.0.11` ->
`24.0.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
2024-06-04 20:16:08 +02:00
TrueCharts Bot c633867be5
chore(deps): update container image common to v24.0.0@4765f19 by renovate (#22759)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | major | `23.0.11` ->
`24.0.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-06-02 18:30:31 +02:00
TrueCharts-Bot f522aadebb Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-02 00:16:18 +00:00
TrueCharts Bot 529f65306b
chore(deps): update ignored updates to v23.0.11@11fa61c by renovate (#22750)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.10` ->
`23.0.11` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9pZ25vcmVkIl19-->
2024-06-01 21:05:31 +02:00
TrueCharts-Bot ca008eb2af Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-01 00:15:25 +00:00
TrueCharts-Bot 4357b533a9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-31 09:03:52 +00:00
TrueCharts Bot 3a07b9f979
chore(deps): update ignored by renovate (patch) (#21659)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.0` ->
`23.0.10` |
| [kubeapps](https://togithub.com/bitnami/charts)
([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| patch | `15.0.3` -> `15.0.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>bitnami/charts (kubeapps)</summary>

###
[`v15.0.5`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1505-2024-05-20-small)

- \[bitnami/kubeapps] Release 15.0.5 updating components versions
([#&#8203;26101](https://togithub.com/bitnami/charts/issues/26101))
([5705c93](https://togithub.com/bitnami/charts/commit/5705c93)), closes
[#&#8203;26101](https://togithub.com/bitnami/charts/issues/26101)

###
[`v15.0.4`](https://togithub.com/bitnami/charts/blob/HEAD/bitnami/kubeapps/CHANGELOG.md#small1504-2024-05-13-small)

- \[bitnami/\*] Change non-root and rolling-tags doc URLs
([#&#8203;25628](https://togithub.com/bitnami/charts/issues/25628))
([b067c94](https://togithub.com/bitnami/charts/commit/b067c94)), closes
[#&#8203;25628](https://togithub.com/bitnami/charts/issues/25628)
- \[bitnami/\*] Set new header/owner
([#&#8203;25558](https://togithub.com/bitnami/charts/issues/25558))
([8d1dc11](https://togithub.com/bitnami/charts/commit/8d1dc11)), closes
[#&#8203;25558](https://togithub.com/bitnami/charts/issues/25558)
- \[bitnami/kubeapps] Release 15.0.4 updating components versions
([#&#8203;25727](https://togithub.com/bitnami/charts/issues/25727))
([623b42e](https://togithub.com/bitnami/charts/commit/623b42e)), closes
[#&#8203;25727](https://togithub.com/bitnami/charts/issues/25727)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9pZ25vcmVkIl19-->
2024-05-31 10:42:58 +02:00
Kjeld Schouten a646b2379f
chore: remove all remaining remnants of SCALE compatibility (#22613)
**Description**
SCALE Apps are officially deprecated, this removes the last portions of
it

**⚙️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-05-29 20:27:42 +02:00
TrueCharts-Bot e50357a154 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-26 17:09:21 +00:00
TrueCharts-Bot 529340b757 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-26 00:16:57 +00:00
Kjeld Schouten 3a21b79617
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 16:04:54 +02:00
Kjeld Schouten 22d21dd055
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 16:04:41 +02:00
Kjeld Schouten a16c3ebad0
chore!(openEBS): BREAKING CHANGE disable pvc encryption by default
Users might have to disable the storageclass prior to upgrading and reenable afterwards

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-04 18:14:37 +02:00
Kjeld Schouten 7b0a02a54a
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-04 18:13:46 +02:00
Kjeld Schouten 8ce328a0e2
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-02 13:48:13 +02:00
Kjeld Schouten 624e37ba47
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-02 13:47:57 +02:00
TrueCharts-Bot 17d5f886bf Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-02 00:15:26 +00:00
Kjeld Schouten afc5e7eafa
chore: bump common to release improved checks on volsync and cnpg (#21454)
**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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-05-01 17:39:48 +02:00
TrueCharts-Bot f6bc2d4d60 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-01 00:16:18 +00:00
Kjeld Schouten 9a758f2ee4
feat(OpenEBS): Add ZFS SnapshotClass (#21449)
**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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-04-30 13:35:28 +02:00
TrueCharts-Bot db84ba13a3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-30 00:14:53 +00:00
Kjeld Schouten 9abc20d845 chore: bump common 2024-04-29 23:39:10 +02:00
Kjeld Schouten 20f2fe8342 fix: fixup all chart volsync/credentials settings 2024-04-29 20:45:47 +02:00
Kjeld Schouten c3c0b3bc46
fix: adapt for common cnpg/volsync pathing changes (#21445)
**Description**
Common has moved to standardised URLs for cnpg and volsync.
This is basically the last big implementation change for volsync and
cnpg backups before we can start finetuning and testing both

**⚙️ Type of change**

- [ ] ⚙️ 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?**
<!--
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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-04-29 14:26:27 +02:00
Kjeld Schouten 02e10381ac
feat: Add VolSync support and move CNPG backup credentials on SCALE (#21443)
**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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-04-29 12:28:39 +02:00
TrueCharts Bot 427ba6aa3b
chore(deps): update ignored by renovate (patch) (#21171)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.11` ->
`20.3.12` |
| semaphoreui/semaphore | patch | `v2.9.64` -> `v2.9.70` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTYuMyIsInVwZGF0ZWRJblZlciI6IjM3LjMyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-26 12:47:20 +02:00
Kjeld Schouten 06b61ec299
chore(openebs): push (temporary) hotfix for questions blocking update
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-26 12:19:49 +02:00
Kjeld Schouten 5271fa0be6
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-26 12:19:18 +02:00
Kjeld Schouten ea4548989b
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-25 23:54:38 +02:00
Kjeld Schouten 50e119d39e
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-25 23:54:24 +02:00
ksimm1 e5e6b9728d
feat(openebs): poolname input validation (#21277)
**Description**
Adds input validation to the poolname / dataset variable to prevent
users entering common invalid paths
- rejects leading `/`
- enforces at least one `/`
- rejects backslash `\` in the path
- rejects `ix-applications` in the path
- rejects `TANK` or `TANK/` entries

⚒️ Fixes  #21275 

**⚙️ 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?**
Tested via https://regex101.com/r/8aNdeE/1

**📃 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
- [ x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-04-24 20:57:39 +02:00
TrueCharts-Bot 617cb4ab93 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-23 00:15:53 +00:00
Kjeld Schouten d45f7fe497
fix(scale-gui): replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI (#21154)
**Description**
Seems this was missing in the gui by accident

**⚙️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-04-22 14:11:52 +02:00
Kjeld Schouten 082da39070
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-22 13:56:46 +02:00
Kjeld Schouten 620177ceee
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-22 13:55:55 +02:00
TrueCharts-Bot 54d88732dc Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-22 00:16:09 +00:00