Skip to content

Volumania v0.3.2

Latest
Compare
Choose a tag to compare
@therealpoys therealpoys released this 14 Jul 19:54
5ed854a

🔥 Hotfix: Fixed .gitignore issue preventing CRDs from being pushed
Problem:
Due to an overly broad .gitignore rule (pvc*), critical Kubernetes resources (CRDs) were accidentally excluded from version control.
This caused missing files in the Helm Chart!

Solution:
Updated the .gitignore to specifically ignore only the intended files while ensuring that required source files and CRDs are properly tracked.

Impact:

All necessary files (including CRDs and application routers) are now correctly committed to the repository.

This hotfix ensures smooth CI/CD pipelines and complete application deployments.