From a138f268acbc321d9a1aa0816e5c5bb7b95a7f50 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 29 Jan 2026 11:11:51 +0100 Subject: [PATCH] Fix Gitops_05 to update app Change-Id: I9462e920bb2bb83b8be897777246b36721d6322a Signed-off-by: garciadeblas --- robot-systest/resources/gitops_05-model-params.yaml | 2 ++ robot-systest/resources/gitops_05-secret-params.yaml | 2 +- .../testsuite/gitops_05-declarative_app_instance_modeling.robot | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/robot-systest/resources/gitops_05-model-params.yaml b/robot-systest/resources/gitops_05-model-params.yaml index 6441b84..ad08e85 100644 --- a/robot-systest/resources/gitops_05-model-params.yaml +++ b/robot-systest/resources/gitops_05-model-params.yaml @@ -22,6 +22,8 @@ spec: hrset-values: - name: jenkins inline-values: + image: + repository: bitnamilegacy/jenkins service: ports: http: "8080" diff --git a/robot-systest/resources/gitops_05-secret-params.yaml b/robot-systest/resources/gitops_05-secret-params.yaml index d8e3509..c86de71 100644 --- a/robot-systest/resources/gitops_05-secret-params.yaml +++ b/robot-systest/resources/gitops_05-secret-params.yaml @@ -11,6 +11,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -jenkins: +jenkins-myapp: jenkinsUser: admin jenkinsPassword: J3nk1n2P2ssw0rd diff --git a/robot-systest/testsuite/gitops_05-declarative_app_instance_modeling.robot b/robot-systest/testsuite/gitops_05-declarative_app_instance_modeling.robot index 07d954e..9e6d839 100644 --- a/robot-systest/testsuite/gitops_05-declarative_app_instance_modeling.robot +++ b/robot-systest/testsuite/gitops_05-declarative_app_instance_modeling.robot @@ -33,7 +33,7 @@ Suite Teardown Run Keyword And Ignore Error Suite Cleanup # OKA packages ${OKA_FOLDER} '%{PACKAGES_FOLDER}/oka' ${OKA1_PKG} apps/cicd-full-suite -${OKA1_NAME} cicd-gitops05 +${OKA1_NAME} cicd-full-suite ${OKA1_PROFILE} app-profile # VIM and Cluster -- 2.25.1