Merge pull request #1825 from yashsinghcodes/main

Default k8s deployment using helm charts
This commit is contained in:
Frikky
2025-10-02 09:49:23 +02:00
committed by GitHub
9 changed files with 50 additions and 1124 deletions
+1 -1
View File
@@ -1586,7 +1586,7 @@ func initializeImages() {
if len(os.Getenv("REGISTRY_URL")) > 0 {
baseimageregistry = os.Getenv("REGISTRY_URL")
} else {
os.Setenv("REGISTRY_URL", baseimageregistry)
// os.Setenv("REGISTRY_URL", baseimageregistry)
}
os.Setenv("SHUFFLE_BASE_IMAGE_REGISTRY", baseimageregistry)