fix(core): Fix image retrieval and service deployment process for workload services

This commit is contained in:
2024-12-29 14:11:01 +01:00
parent 21903acbbe
commit 6d818b4b36
5 changed files with 107 additions and 815 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2024-12-29 - 1.0.135 - fix(core)
Fix image retrieval and service deployment process for workload services
- Updated the handling of internal and external registry images when provisioning workload services.
- Refined the image pulling logic to accommodate both internal and external sources.
- Ensured proper secret management during service deployment.
- Corrected and optimized key function parameters and API calls for clarity and functionality.
## 2024-12-20 - 1.0.134 - fix(core)
Updated dependencies and refactored ClusterManager and CloudlyConnector for improved Docker management.