k8up
k8up copied to clipboard
Update all renovate dependencies
Summary
This PR contains all open Renovate updates.
Checklist
For Code changes
- [ ] Categorize the PR by setting a good title and adding one of the labels:
bug,enhancement,documentation,change,breaking,dependencyas they show up in the changelog - [ ] PR contains the label
area:operator - [ ] Link this PR to related issues
- [ ] I have not made any changes in the
charts/directory.
For Helm Chart changes
- [ ] Categorize the PR by setting a good title and adding one of the labels:
bug,enhancement,documentation,change,breaking,dependencyas they show up in the changelog - [ ] PR contains the label
area:chart - [ ] PR contains the chart label, e.g.
chart:k8up - [ ] Variables are documented in the values.yaml using the format required by Helm-Docs.
- [ ] Chart Version bumped if immediate release after merging is planned
- [ ] I have run
make chart-docs - [ ] Link this PR to related code release or other issues.