TrueChartsClone/charts/system/volsync/Chart.yaml

40 lines
1.1 KiB
YAML
Raw Normal View History

feat(volsync): add VolSync and VolumeSnapshots charts (#21432) **Description** Adds a volsync chart so we can start testing volsync soon(tm) **⚙️ 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:** Also adds VolumeSnapshots chart for future managing of VolumeSnapshot CRDs **✔️ 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-27 16:07:55 +00:00
annotations:
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 10:28:39 +00:00
max_scale_version: 24.04.1
min_scale_version: 24.04.0
feat(volsync): add VolSync and VolumeSnapshots charts (#21432) **Description** Adds a volsync chart so we can start testing volsync soon(tm) **⚙️ 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:** Also adds VolumeSnapshots chart for future managing of VolumeSnapshot CRDs **✔️ 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-27 16:07:55 +00:00
truecharts.org/category: network
truecharts.org/max_helm_version: "3.15"
feat(volsync): add VolSync and VolumeSnapshots charts (#21432) **Description** Adds a volsync chart so we can start testing volsync soon(tm) **⚙️ 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:** Also adds VolumeSnapshots chart for future managing of VolumeSnapshot CRDs **✔️ 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-27 16:07:55 +00:00
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: system
feat(volsync): add VolSync and VolumeSnapshots charts (#21432) **Description** Adds a volsync chart so we can start testing volsync soon(tm) **⚙️ 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:** Also adds VolumeSnapshots chart for future managing of VolumeSnapshot CRDs **✔️ 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-27 16:07:55 +00:00
apiVersion: v2
appVersion: 0.9.1
feat(volsync): add VolSync and VolumeSnapshots charts (#21432) **Description** Adds a volsync chart so we can start testing volsync soon(tm) **⚙️ 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:** Also adds VolumeSnapshots chart for future managing of VolumeSnapshot CRDs **✔️ 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-27 16:07:55 +00:00
dependencies:
- name: common
version: 24.1.18
feat(volsync): add VolSync and VolumeSnapshots charts (#21432) **Description** Adds a volsync chart so we can start testing volsync soon(tm) **⚙️ 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:** Also adds VolumeSnapshots chart for future managing of VolumeSnapshot CRDs **✔️ 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-27 16:07:55 +00:00
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: volsync is a storage backup and synchronisation tool.
home: https://truecharts.org/charts/system/volsync
feat(volsync): add VolSync and VolumeSnapshots charts (#21432) **Description** Adds a volsync chart so we can start testing volsync soon(tm) **⚙️ 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:** Also adds VolumeSnapshots chart for future managing of VolumeSnapshot CRDs **✔️ 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-27 16:07:55 +00:00
icon: https://truecharts.org/img/hotlink-ok/chart-icons/volsync.webp
keywords:
- volsync
- ingress
kubeVersion: '>=1.24.0-0'
feat(volsync): add VolSync and VolumeSnapshots charts (#21432) **Description** Adds a volsync chart so we can start testing volsync soon(tm) **⚙️ 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:** Also adds VolumeSnapshots chart for future managing of VolumeSnapshot CRDs **✔️ 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-27 16:07:55 +00:00
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: volsync
sources:
- https://github.com/truecharts/charts/tree/master/charts/system/volsync
feat(volsync): add VolSync and VolumeSnapshots charts (#21432) **Description** Adds a volsync chart so we can start testing volsync soon(tm) **⚙️ 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:** Also adds VolumeSnapshots chart for future managing of VolumeSnapshot CRDs **✔️ 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-27 16:07:55 +00:00
- https://github.com/volsync/volsync
- https://github.com/volsync/volsync-helm-chart
- https://quay.io/backube/volsync
- https://quay.io/brancz/kube-rbac-proxy
- https://volsync.readthedocs.io/
feat(volsync): add VolSync and VolumeSnapshots charts (#21432) **Description** Adds a volsync chart so we can start testing volsync soon(tm) **⚙️ 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:** Also adds VolumeSnapshots chart for future managing of VolumeSnapshot CRDs **✔️ 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-27 16:07:55 +00:00
type: application
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](https://togithub.com/bitnami/charts/commit/23bbc7b26b43cfe3d4be24cdfca84887d9a4e85a)), 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](https://togithub.com/bitnami/charts/commit/f4e868898b61b2de7c367d23135209c9e92dd021)), 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](https://togithub.com/bitnami/charts/commit/16d5b784039a37ca643ac685c56d87373b1edaf7)), 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](https://togithub.com/bitnami/charts/commit/9e6a2b3cd6aae4e47c292be7f78db1e8ed900cea)), 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](https://togithub.com/bitnami/charts/commit/a1ac42b09c572000f01b7159699cc399aef3d875)), 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](https://togithub.com/bitnami/charts/commit/22d3f7cdf241920536423f7f98b90053db84cfe2)), 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 16:43:48 +00:00
version: 2.2.0