TrueChartsClone/charts/system/openebs/Chart.yaml

60 lines
1.6 KiB
YAML
Raw Normal View History

annotations:
max_scale_version: 24.04.0
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: CSI
chore(apps): update metadata in chart.yaml (#17457) **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._
2024-01-21 14:14:33 +00:00
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: system
feat(openebs): add openebs chart (#15777) **Description** In preparation of DragonFish, we need to ship OpenEBS ourselves. This is the initial work to add this ⚒️ Fixes #14527 **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-12-05 18:50:35 +00:00
apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 20.3.12
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: localpv-provisioner
version: 4.0.0
repository: https://openebs.github.io/dynamic-localpv-provisioner
condition: localpv-provisioner.enabled
alias: ""
tags: []
import-values: []
- name: zfs-localpv
chore(deps): update helm general minor by renovate (#20924) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lvm-localpv](https://openebs.io/) ([source](https://togithub.com/openebs/lvm-localpv)) | minor | `1.4.0` -> `1.5.1` | | [nvidia-device-plugin](https://togithub.com/NVIDIA/k8s-device-plugin) | minor | `0.14.5` -> `0.15.0` | | [zfs-localpv](https://openebs.io/) ([source](https://togithub.com/openebs/zfs-localpv)) | minor | `2.4.2` -> `2.5.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>openebs/lvm-localpv (lvm-localpv)</summary> ### [`v1.5.1`](https://togithub.com/openebs/lvm-localpv/releases/tag/lvm-localpv-1.5.1) [Compare Source](https://togithub.com/openebs/lvm-localpv/compare/lvm-localpv-1.4.0...lvm-localpv-1.5.1) CSI Driver for dynamic provisioning of LVM Persistent Local Volumes. </details> <details> <summary>NVIDIA/k8s-device-plugin (nvidia-device-plugin)</summary> ### [`v0.15.0`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#Version-v0150-rc2) [Compare Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.14.5...v0.15.0) - Bump CUDA base image version to 12.3.2 - Add `cdi-cri` device list strategy. This uses the CDIDevices CRI field to request CDI devices instead of annotations. - Set MPS memory limit by device index and not device UUID. This is a workaround for an issue where these limits are not applied for devices if set by UUID. - Update MPS sharing to disallow requests for multiple devices if MPS sharing is configured. - Set mps device memory limit by index. - Explicitly set sharing.mps.failRequestsGreaterThanOne = true. - Run tail -f for each MPS daemon to output logs. - Enforce replica limits for MPS sharing. </details> <details> <summary>openebs/zfs-localpv (zfs-localpv)</summary> ### [`v2.5.1`](https://togithub.com/openebs/zfs-localpv/releases/tag/zfs-localpv-2.5.1) [Compare Source](https://togithub.com/openebs/zfs-localpv/compare/zfs-localpv-2.4.2...zfs-localpv-2.5.1) Helm chart for CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes. For instructions on how to use this helm chart, see - https://openebs.github.io/zfs-localpv/ </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. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMwMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9oZWxtL2dlbmVyYWwvbWlub3IiXX0=-->
2024-04-18 00:36:42 +00:00
version: 2.5.1
repository: https://openebs.github.io/zfs-localpv
condition: zfs-localpv.enabled
alias: ""
tags: []
import-values: []
- name: lvm-localpv
chore(deps): update helm general minor by renovate (#20924) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lvm-localpv](https://openebs.io/) ([source](https://togithub.com/openebs/lvm-localpv)) | minor | `1.4.0` -> `1.5.1` | | [nvidia-device-plugin](https://togithub.com/NVIDIA/k8s-device-plugin) | minor | `0.14.5` -> `0.15.0` | | [zfs-localpv](https://openebs.io/) ([source](https://togithub.com/openebs/zfs-localpv)) | minor | `2.4.2` -> `2.5.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>openebs/lvm-localpv (lvm-localpv)</summary> ### [`v1.5.1`](https://togithub.com/openebs/lvm-localpv/releases/tag/lvm-localpv-1.5.1) [Compare Source](https://togithub.com/openebs/lvm-localpv/compare/lvm-localpv-1.4.0...lvm-localpv-1.5.1) CSI Driver for dynamic provisioning of LVM Persistent Local Volumes. </details> <details> <summary>NVIDIA/k8s-device-plugin (nvidia-device-plugin)</summary> ### [`v0.15.0`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#Version-v0150-rc2) [Compare Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.14.5...v0.15.0) - Bump CUDA base image version to 12.3.2 - Add `cdi-cri` device list strategy. This uses the CDIDevices CRI field to request CDI devices instead of annotations. - Set MPS memory limit by device index and not device UUID. This is a workaround for an issue where these limits are not applied for devices if set by UUID. - Update MPS sharing to disallow requests for multiple devices if MPS sharing is configured. - Set mps device memory limit by index. - Explicitly set sharing.mps.failRequestsGreaterThanOne = true. - Run tail -f for each MPS daemon to output logs. - Enforce replica limits for MPS sharing. </details> <details> <summary>openebs/zfs-localpv (zfs-localpv)</summary> ### [`v2.5.1`](https://togithub.com/openebs/zfs-localpv/releases/tag/zfs-localpv-2.5.1) [Compare Source](https://togithub.com/openebs/zfs-localpv/compare/zfs-localpv-2.4.2...zfs-localpv-2.5.1) Helm chart for CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes. For instructions on how to use this helm chart, see - https://openebs.github.io/zfs-localpv/ </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. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMwMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9oZWxtL2dlbmVyYWwvbWlub3IiXX0=-->
2024-04-18 00:36:42 +00:00
version: 1.5.1
repository: https://openebs.github.io/lvm-localpv
condition: lvm-localpv.enabled
alias: ""
tags: []
import-values: []
deprecated: false
description: OpenEBS is a umbrella chart for multiple container storage provisioners
home: https://truecharts.org/charts/system/openebs
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openebs.webp
keywords:
- openebs
- backup
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: openebs
sources:
- https://github.com/cert-manager
- https://cert-manager.io/
- https://github.com/truecharts/charts/tree/master/charts/system/openebs
- https://github.com/truecharts/containers/tree/master/apps/scratch
type: application
version: 4.4.3