TrueChartsClone/charts/enterprise/velero/values.yaml

74 lines
2.0 KiB
YAML
Raw Normal View History

chore(incubator): BREAKING CHANGE move to latest common (#15841) **Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ 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-07 09:26:46 -05:00
backupStorageLocation: []
feat(velero): add velero (#14648) **Description** This adds a Velero helm chart. This time we've chosen to directly use the upstream operator helm chart, as it does not contain many problematic bits and would offer more stability. ⚒️ Fixes #14524 **⚙️ 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:** This does not contain any custom resources references backed by common yet. However, those can also be added using velero cli for testing for the time being. It also does not contain any GUI sections for SCALE yet, just like cert-manager it would likely be added on-demand. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [x] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [x] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-14 08:12:27 -05:00
image:
pullPolicy: IfNotPresent
chore(incubator): BREAKING CHANGE move to latest common (#15841) **Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ 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-07 09:26:46 -05:00
repository: tccr.io/truecharts/alpine
feat(velero): add velero (#14648) **Description** This adds a Velero helm chart. This time we've chosen to directly use the upstream operator helm chart, as it does not contain many problematic bits and would offer more stability. ⚒️ Fixes #14524 **⚙️ 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:** This does not contain any custom resources references backed by common yet. However, those can also be added using velero cli for testing for the time being. It also does not contain any GUI sections for SCALE yet, just like cert-manager it would likely be added on-demand. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [x] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [x] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-14 08:12:27 -05:00
tag: latest@sha256:17cd77e25d3fa829d168caec4db7bb5b52ceeb935d8ca0d1180de6f615553dc4
chore(incubator): BREAKING CHANGE move to latest common (#15841) **Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ 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-07 09:26:46 -05:00
manifestManager:
enabled: false
operator:
register: true
portal:
open:
enabled: false
schedules: []
feat(velero): add velero (#14648) **Description** This adds a Velero helm chart. This time we've chosen to directly use the upstream operator helm chart, as it does not contain many problematic bits and would offer more stability. ⚒️ Fixes #14524 **⚙️ 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:** This does not contain any custom resources references backed by common yet. However, those can also be added using velero cli for testing for the time being. It also does not contain any GUI sections for SCALE yet, just like cert-manager it would likely be added on-demand. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [x] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [x] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-14 08:12:27 -05:00
service:
main:
enabled: false
ports:
main:
enabled: false
velero:
chore(incubator): BREAKING CHANGE move to latest common (#15841) **Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ 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-07 09:26:46 -05:00
configuration:
backupStorageLocation: []
volumeSnapshotLocation: []
deployNodeAgent: true
initContainers:
chore(deps): update container image openebs/velero-plugin to v3.6.0 (#16138) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [openebs/velero-plugin](https://togithub.com/openebs/velero-plugin) | major | `1.9.0` -> `3.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>openebs/velero-plugin (openebs/velero-plugin)</summary> ### [`v3.6.0`](https://togithub.com/openebs/velero-plugin/releases/tag/v3.6.0) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v3.5.0...v3.6.0) Release created from cstor-operators ### [`v3.5.0`](https://togithub.com/openebs/velero-plugin/releases/tag/v3.5.0) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v3.4.0...v3.5.0) Release created from cstor-operators ### [`v3.4.0`](https://togithub.com/openebs/velero-plugin/compare/v3.3.0...v3.4.0) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v3.3.0...v3.4.0) ### [`v3.3.0`](https://togithub.com/openebs/velero-plugin/releases/tag/v3.3.0) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v3.2.0...v3.3.0) Release created from cstor-operators ### [`v3.2.0`](https://togithub.com/openebs/velero-plugin/releases/tag/v3.2.0) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v3.1.0...v3.2.0) Release created from cstor-operators ### [`v3.1.0`](https://togithub.com/openebs/velero-plugin/releases/tag/v3.1.0) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v3.0.0...v3.1.0) Release created from cstor-operators ### [`v3.0.0`](https://togithub.com/openebs/velero-plugin/releases/tag/v3.0.0) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.12.2...v3.0.0) Release created from cstor-operators ### [`v2.12.2`](https://togithub.com/openebs/velero-plugin/releases/tag/v2.12.2) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.12.1...v2.12.2) Release created from cstor-operators ### [`v2.12.1`](https://togithub.com/openebs/velero-plugin/releases/tag/v2.12.1) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.12.0...v2.12.1) Release created from cstor-operators ### [`v2.12.0`](https://togithub.com/openebs/velero-plugin/releases/tag/v2.12.0) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.11.1...v2.12.0) Release created from cstor-operators ### [`v2.11.1`](https://togithub.com/openebs/velero-plugin/releases/tag/v2.11.1) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.11.0...v2.11.1) Release created from cstor-operators ### [`v2.11.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v2110--2021-07-14) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.10.0...v2.11.0) \======================== ### [`v2.10.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v2100--2021-06-14) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.9.0...v2.10.0) \======================== ### [`v2.9.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v290--2021-05-13) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.8.0...v2.9.0) \======================== - Adding a new VolumeSnapshotLocation config parameter restApiTimeout to configure timeout for HTTP REST request between plugin and cstor services. ([#&#8203;154](https://togithub.com/openebs/velero-plugin/pull/154),[@&#8203;mynktl](https://togithub.com/mynktl)) - refact(deps): bump zfslocalpv, maya, api and k8s client-go dependencies ([#&#8203;161](https://togithub.com/openebs/velero-plugin/pull/161),[@&#8203;prateekpandey14](https://togithub.com/prateekpandey14)) ### [`v2.8.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v280--2021-04-14) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.7.0...v2.8.0) \======================== ### [`v2.7.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v270--2021-03-11) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.6.0...v2.7.0) \======================== - moved travis tests to github action and removed travis.yml ([#&#8203;149](https://togithub.com/openebs/velero-plugin/pull/149),[@&#8203;shubham14bajpai](https://togithub.com/shubham14bajpai)) - adding support to restore in an encrypted pool for ZFS-LocalPV ([#&#8203;147](https://togithub.com/openebs/velero-plugin/pull/147),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) ### [`v2.6.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v260--2021-02-13) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.5.0...v2.6.0) \======================== ### [`v2.5.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v250--2021-01-13) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.4.1...v2.5.0) \======================== - Removing wait on setting target-ip for CVR. This fixes the restore for application pod having target-affinity set. ([#&#8203;144](https://togithub.com/openebs/velero-plugin/pull/140),[@&#8203;mynktl](https://togithub.com/mynktl)) ### [`v2.4.1`](https://togithub.com/openebs/velero-plugin/releases/tag/v2.4.1) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.4.0...v2.4.1) Release created via ./buildscripts/git-release ### [`v2.4.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v240--2020-12-13) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.3.0...v2.4.0) \======================== - Marking CVRs after successful restore with openebs.io/restore-completed if autoSetTargetIP=true or restoreAllIncrementalSnapshots=true ([#&#8203;131](https://togithub.com/openebs/velero-plugin/pull/131),[@&#8203;zlymeda](https://togithub.com/zlymeda)) - updating the label selector for restoring the ZFS-LocalPV volumes on different node ([#&#8203;139](https://togithub.com/openebs/velero-plugin/pull/139),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) - Adding support to create destination namespace, for restore, if it doesn't exist ([#&#8203;140](https://togithub.com/openebs/velero-plugin/pull/140),[@&#8203;mynktl](https://togithub.com/mynktl)) ### [`v2.3.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v230--2020-11-14) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.2.0...v2.3.0) \======================== - Multi-arch container image support for velero plugin. Migrate the multi-arch builds to github-action to support amd64 and arm64 architectures. ([#&#8203;133](https://togithub.com/openebs/velero-plugin/pull/133),[@&#8203;prateek](https://togithub.com/prateek)) - Adding github action workflows to build multiarch images using docker buildx. ([#&#8203;132](https://togithub.com/openebs/velero-plugin/pull/132),[@&#8203;shubham14bajpai](https://togithub.com/shubham14bajpai)) - Adding new config parameter "restoreAllIncrementalSnapshots" to restore all the scheduled backups, from base backup to the given backup, using single restore ([#&#8203;99](https://togithub.com/openebs/velero-plugin/pull/99),[@&#8203;mynktl](https://togithub.com/mynktl)) ### [`v2.2.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v220--2020-10-13) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.1.0...v2.2.0) \======================== - use schedule name to identify the scheduled backup for ZFS-LocalPV ([#&#8203;124](https://togithub.com/openebs/velero-plugin/pull/124),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) - fixing the backup deletion for ZFS-LocalPV ([#&#8203;128](https://togithub.com/openebs/velero-plugin/pull/128),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) - Added support to use custom certificate and option to skip certificate verification for s3 object storage ([#&#8203;115](https://togithub.com/openebs/velero-plugin/pull/115),[@&#8203;mynktl](https://togithub.com/mynktl)) - adding support to restore on different setup/nodes ([#&#8203;118](https://togithub.com/openebs/velero-plugin/pull/118),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) - making log level available for velero plugin ([#&#8203;116](https://togithub.com/openebs/velero-plugin/pull/116),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) - wait for plugin server to be ready before doing backup/restore ([#&#8203;117](https://togithub.com/openebs/velero-plugin/pull/117),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) - adding support to do incremental backup/restore for ZFS-LocalPV ([#&#8203;121](https://togithub.com/openebs/velero-plugin/pull/121),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) ### [`v2.1.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v210--2020-09-15) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v2.0.0...v2.1.0) \======================== - adding support for parallel backup and restore ([#&#8203;111](https://togithub.com/openebs/velero-plugin/pull/111),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) - adding velero plugin for ZFS-LocalPV ([#&#8203;102](https://togithub.com/openebs/velero-plugin/pull/102),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) - making directory and binary name openebs specific ([#&#8203;110](https://togithub.com/openebs/velero-plugin/pull/110),[@&#8203;pawanpraka1](https://togithub.com/pawanpraka1)) - Add support for local restore of cStor CSI volume ([#&#8203;108](https://togithub.com/openebs/velero-plugin/pull/108),[@&#8203;mittachaitu](https://togithub.com/mittachaitu)) ### [`v2.0.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v200--2020-08-14) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v1.12.1...v2.0.0) \======================== ### [`v1.12.1`](https://togithub.com/openebs/velero-plugin/releases/tag/v1.12.1) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v1.12.0...v1.12.1) Release created via ./buildscripts/git-release ### [`v1.12.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v1120--2020-07-14) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v1.11.0...v1.12.0) \======================== ### [`v1.11.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v1110--2020-06-12) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/v1.10.0...v1.11.0) \======================== - add restore support for cStor CSI based volumes ([#&#8203;93](https://togithub.com/openebs/velero-plugin/pull/93),[@&#8203;sonasingh46](https://togithub.com/sonasingh46)) ### [`v1.10.0`](https://togithub.com/openebs/velero-plugin/blob/HEAD/CHANGELOG.md#v1100--2020-05-15) [Compare Source](https://togithub.com/openebs/velero-plugin/compare/1.9.0...v1.10.0) \======================== - Fixing failure in restoring restic backup of cstor volumes, created by velero-plugin restore [issue:84](https://togithub.com/openebs/velero-plugin/issues/84) ([#&#8203;85](https://togithub.com/openebs/velero-plugin/pull/85),[@&#8203;mynktl](https://togithub.com/mynktl)) - Adding support to restore remote backup in different namespace ([#&#8203;72](https://togithub.com/openebs/velero-plugin/pull/72),[@&#8203;mynktl](https://togithub.com/mynktl)) - Adding support for multiple s3 profile to backup cstor volumes to different s3 location ([#&#8203;76](https://togithub.com/openebs/velero-plugin/pull/76),[@&#8203;mynktl](https://togithub.com/mynktl)) - Fixed panic, created because of empty snapshotID, while deleting failed backup ([#&#8203;79](https://togithub.com/openebs/velero-plugin/pull/79),[@&#8203;mynktl](https://togithub.com/mynktl)) </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. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --------- Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 09:10:39 -05:00
- image: openebs/velero-plugin:3.6.0@sha256:9ea3331d891e436a7239e37e68ca4c8888500cb122be7cdc9d8400f345555c76
chore(incubator): BREAKING CHANGE move to latest common (#15841) **Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ 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-07 09:26:46 -05:00
imagePullPolicy: IfNotPresent
name: opeebs-velero-plugin
volumeMounts:
- mountPath: /target
name: plugins
- image: velero/velero-plugin-for-csi:v0.6.2@sha256:f0a6f541a24951a21aecbd42d4170e79e138d2f9efdb9e82b6fb14b3effc2d5a
chore(incubator): BREAKING CHANGE move to latest common (#15841) **Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ 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-07 09:26:46 -05:00
imagePullPolicy: IfNotPresent
name: velero-plugin-for-csi
volumeMounts:
- mountPath: /target
name: plugins
- image: velero/velero-plugin-for-aws:v1.8.2@sha256:edfb14403fc4ee45ac99f34930125869a06465c44ffacaf57e351e477e2c6b53
chore(incubator): BREAKING CHANGE move to latest common (#15841) **Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ 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-07 09:26:46 -05:00
imagePullPolicy: IfNotPresent
name: velero-plugin-for-aws
volumeMounts:
- mountPath: /target
name: plugins
feat(velero): add velero (#14648) **Description** This adds a Velero helm chart. This time we've chosen to directly use the upstream operator helm chart, as it does not contain many problematic bits and would offer more stability. ⚒️ Fixes #14524 **⚙️ 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:** This does not contain any custom resources references backed by common yet. However, those can also be added using velero cli for testing for the time being. It also does not contain any GUI sections for SCALE yet, just like cert-manager it would likely be added on-demand. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [x] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [x] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-14 08:12:27 -05:00
namespace:
labels:
- key: pod-security.kubernetes.io/enforce
value: privileged
- key: pod-security.kubernetes.io/enforce-version
value: latest
- key: pod-security.kubernetes.io/audit
value: privileged
- key: pod-security.kubernetes.io/audit-version
value: latest
- key: pod-security.kubernetes.io/warn
value: privileged
- key: pod-security.kubernetes.io/warn-version
value: latest
nodeAgent:
podVolumePath: /var/lib/kubelet/pods
privileged: true
resources:
limits:
cpu: 2000m
memory: 2048Mi
chore(incubator): BREAKING CHANGE move to latest common (#15841) **Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ 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-07 09:26:46 -05:00
resources:
limits:
cpu: 4000m
memory: 4Gi
feat(velero): add velero (#14648) **Description** This adds a Velero helm chart. This time we've chosen to directly use the upstream operator helm chart, as it does not contain many problematic bits and would offer more stability. ⚒️ Fixes #14524 **⚙️ 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:** This does not contain any custom resources references backed by common yet. However, those can also be added using velero cli for testing for the time being. It also does not contain any GUI sections for SCALE yet, just like cert-manager it would likely be added on-demand. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [x] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [x] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-14 08:12:27 -05:00
schedules: {}
chore(incubator) bump and change values.yaml for incubator apps. (#15779) **Description** change incubator values.yaml from mirrors to upstream images... ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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 - [ ] #️⃣ 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._ --------- Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-06 05:42:22 -05:00
volumeSnapshotLocation: []
chore(incubator): BREAKING CHANGE move to latest common (#15841) **Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ 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-07 09:26:46 -05:00
workload:
main:
enabled: false