From 3e9c05010bbf38de47b63b8636fa5ebddd9734f0 Mon Sep 17 00:00:00 2001 From: "Harness.io" Date: Mon, 9 Mar 2026 00:30:48 +0200 Subject: [PATCH 1/2] Updating Config files --- gitops/config/test/mycluster/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gitops/config/test/mycluster/values.yaml b/gitops/config/test/mycluster/values.yaml index 7020bea..01e1275 100644 --- a/gitops/config/test/mycluster/values.yaml +++ b/gitops/config/test/mycluster/values.yaml @@ -1 +1,6 @@ -aaa: aaaaaa \ No newline at end of file +aaa: aaaaaa +endpoint: https://api.us-east-1.example.com +image: + tag: v2.5.0 +region: us-east-1 +replicas: "3" From 6f6325f96d83c59be3e79fd7b27aa294e9a1ea2c Mon Sep 17 00:00:00 2001 From: "Harness.io" Date: Mon, 9 Mar 2026 00:30:49 +0200 Subject: [PATCH 2/2] Updating Config files --- gitops/config/test2/mycluster2/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gitops/config/test2/mycluster2/values.yaml b/gitops/config/test2/mycluster2/values.yaml index e527ab3..b40b102 100644 --- a/gitops/config/test2/mycluster2/values.yaml +++ b/gitops/config/test2/mycluster2/values.yaml @@ -1 +1,6 @@ -bbb: bbbbbb2 \ No newline at end of file +bbb: bbbbbb2 +endpoint: https://api.eu-west-1.example.com +image: + tag: v2.5.0 +region: eu-west-1 +replicas: "3"