From d83ed887e0faa9fff6eefa37777582b99da57261 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 7 Feb 2023 17:50:26 +0100
Subject: [PATCH] OZG-3294 elasticsearch password in helmchart

---
 Jenkinsfile                                                   | 4 ++--
 .../apps/goofy-e2e/src/fixtures/argocd/by-ea-dev.yaml         | 1 +
 .../apps/goofy-e2e/src/fixtures/argocd/by-main-dev.yaml       | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8a13541a77..6673382f4a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -496,8 +496,8 @@ Void generateNamespaceYaml(String bezeichner, String valuesPath) {
     def envValues = readYaml file: valuesPath
 
     envValues.kop.bezeichner = bezeichner
-    envValues.put("goofy", ['image': ['tag': IMAGE_TAG]])
-    envValues.put("goofy", ['helm': ['version': HELM_CHART_VERSION]])
+    envValues.goofy.put("image", ['tag': IMAGE_TAG])
+    envValues.goofy.put("helm", ['version': HELM_CHART_VERSION])
 
     if (isReleaseBranch()) {
         envValues.put("argocd", ['source': ['path': 'test/application']])
diff --git a/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-ea-dev.yaml b/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-ea-dev.yaml
index 64a559575c..7dabaeffbe 100644
--- a/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-ea-dev.yaml
+++ b/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-ea-dev.yaml
@@ -18,6 +18,7 @@ pluto:
     overrideSpringProfiles: "oc,e2e,dev"
   elasticsearch:
     enabled: true
+    password: "Test3456!"
   database:
     password: XnHhfznNWg65NNd
     usermanagerPassword: 5M3N2sVEq5c8
diff --git a/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-main-dev.yaml b/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-main-dev.yaml
index 3409d7d92d..dd89bb8b2f 100644
--- a/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-main-dev.yaml
+++ b/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-main-dev.yaml
@@ -17,6 +17,7 @@ pluto:
     overrideSpringProfiles: "oc,e2e,dev"
   elasticsearch:
     enabled: true
+    password: "Test3456!"
   database:
     password: XnHhfznNWg65NNd
     usermanagerPassword: 5M3N2sVEq5c8
-- 
GitLab