Files
cozystack/packages/apps
klinch0 edbbb9be68 add kubeaps integration (#486)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

## Release Notes

- **New Features**
- Introduced a new variable `$host` for improved configuration
management.
- Added a `valuesFrom` section to the `dashboard` release, allowing
external value sourcing.
- Enhanced Keycloak integration with new client scopes, roles, and
configurations for Kubeapps.
- Added support for custom pod specifications and environment variables
in Redis configurations.
- Introduced a new Kubernetes configuration file for managing access to
resources via Role and Secret.
- Updated image versions across various components to ensure
compatibility and leverage new features.

- **Bug Fixes**
- Implemented error handling to ensure required configurations are
present.
- Improved handling of request headers for the `/logos` endpoint in
Nginx configuration.
- Adjusted security context configurations to enhance deployment
security.

- **Documentation**
- Updated configuration files to reflect new dependencies and structures
for better clarity.
- Enhanced README documentation with upgrade instructions and security
defaults.
- Expanded notes on handling persistent volumes and data migration
during upgrades.

These enhancements improve the overall functionality and reliability of
the platform.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-12-02 18:57:14 +01:00
..
2024-10-10 12:12:25 +02:00
2024-10-22 17:14:04 +02:00
2024-11-06 09:26:26 +01:00
2024-11-21 15:35:10 +01:00
2024-11-06 09:26:26 +01:00
2024-10-21 16:02:11 +02:00
2024-11-21 15:35:10 +01:00
2024-10-21 16:02:11 +02:00
2024-10-21 16:02:11 +02:00
2024-11-21 15:35:10 +01:00
2024-12-02 18:57:14 +01:00
2024-10-16 18:35:30 +02:00
2024-11-04 17:34:40 +01:00
2024-10-21 16:02:11 +02:00
2024-12-02 18:57:14 +01:00

How to test packages local

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