garden-io / garden

Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand. Use the same configuration and workflows at every step of the process. Speed up your builds and test runs via shared result caching
https://garden.io
Mozilla Public License 2.0
3.4k stars 275 forks source link

fix: default image registry namespace #6636

Closed phangiabao98 closed 1 week ago

phangiabao98 commented 1 week ago

What this PR does / why we need it: The PR is to fix the issue, make sure the default _ don't appear in image name which cause to error.

Which issue(s) this PR fixes: https://github.com/garden-io/garden/issues/6635

Special notes for your reviewer: Garden.io is a great project, thanks for creating it.

vvagaytsev commented 1 week ago

Thanks for your PR @phangiabao98! We have fixed the original issue #6635 in #6638.