cozystack/packages/apps
klinch0 3ac83ac48c
[k8s] add expanding persistent volumes in tenant clusters (#1438)
<!-- Thank you for making a contribution! Here are some tips for you:
- Start the PR title with the [label] of Cozystack component:
- For system components: [platform], [system], [linstor], [cilium],
[kube-ovn], [dashboard], [cluster-api], etc.
- For managed apps: [apps], [tenant], [kubernetes], [postgres],
[virtual-machine] etc.
- For development and maintenance: [tests], [ci], [docs], [maintenance].
- If it's a work in progress, consider creating this PR as a draft.
- Don't hesistate to ask for opinion and review in the community chats,
even if it's still a draft.
- Add the label `backport` if it's a bugfix that needs to be backported
to a previous version.
-->

## What this PR does


### Release note

<!--  Write a release note:
- Explain what has changed internally and for users.
- Start with the same [label] as in the PR title
- Follow the guidelines at
https://github.com/kubernetes/community/blob/master/contributors/guide/release-notes.md.
-->

```release-note
- add expanding persistent volumes in tenant clusters
```

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- New Features
- Enabled PersistentVolumeClaim expansion in the KubeVirt CSI
StorageClass.
- Added CSI resizer sidecar to the controller for online volume
resizing.
- Introduced cluster-scoped RBAC to allow required access to
PersistentVolumes.

- Chores
- Updated Kubernetes app chart to 0.29.2 and set app version to 1.32.6.
  - Upgraded KubeVirt CSI driver image to 0.37.0.
  - Refreshed versions map entries for the new release.
- Simplified CoreDNS configuration to use the default image repository.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-09-23 19:58:54 +03:00
..
bucket [apps] Use new OpenAPI schema and README generator for packages/apps 2025-08-11 12:59:50 +03:00
clickhouse [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
ferretdb [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
http-cache Prepare release v0.36.1 2025-09-18 02:58:44 +00:00
kafka [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
kubernetes [k8s] add expanding persistent volumes in tenant clusters 2025-09-20 14:10:00 +03:00
mysql [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
nats [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
postgres [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
rabbitmq [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
redis [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
tcp-balancer [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
tenant feature make force upgrade for ingress controller chart 2025-09-10 09:34:37 +03:00
virtual-machine [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
vm-disk [vm-disk] New SVG icon 2025-09-18 16:27:38 +02:00
vm-instance [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
vpn [cozystack-api] Update defaulting API schemas 2025-09-18 04:49:50 +02:00
Makefile Remove user-facing config of limits and requests 2025-05-23 17:32:42 +03:00
README.md [clickhouse] add clickhouse keeper 2025-08-07 14:07:05 +03:00
versions_map [k8s] add expanding persistent volumes in tenant clusters 2025-09-20 14:10:00 +03:00

How to test packages local

cd packages/core/installer
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
make apply
kubectl delete po -l app=source-controller -n cozy-fluxcd