From d22eb5f36b9339ff6ad2c55b2fc045745aff41be Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Wed, 2 Jul 2025 11:44:39 +0530 Subject: [PATCH] Update image name and tag for csi-bm-invoice-ui in kustomization.yaml; remove unused hpa.yaml --- .../csi-bm-invoice-ui/kustomization.yaml | 25 +++++++++---------- UAT/him/him-ui/hpa.yaml | 8 ------ 2 files changed, 12 insertions(+), 21 deletions(-) delete mode 100644 UAT/him/him-ui/hpa.yaml diff --git a/UAT/billing/csi-bm-invoice-ui/kustomization.yaml b/UAT/billing/csi-bm-invoice-ui/kustomization.yaml index bfe8b79..868abe8 100644 --- a/UAT/billing/csi-bm-invoice-ui/kustomization.yaml +++ b/UAT/billing/csi-bm-invoice-ui/kustomization.yaml @@ -10,33 +10,27 @@ replicas: images: - name: harbor.moh.gov.sa/vidamoh/bm-invoice-ui - newName: registry.cloudsolutions.com.sa/vida-qa/bm-invoice-ui - newTag: 4.2504.1_D2_dev + newName: registry.cloudsolutions.com.sa/vida-uat/bm-invoice-ui + newTag: V4.0.2507_W1-1492_hf namespace: csi-uat + patchesJson6902: - target: group: batch version: v1 kind: Job - name: .* + name: sync-presync patch: |- + - op: replace + path: /metadata/name + value: before-csi-bm-invoice-ui - op: add path: /spec/template/spec/containers/0/env/- value: name: CSI_PROJECT_NAME value: "csi-bm-invoice-ui" -- target: - group: batch - version: v1 - kind: Job - name: sync-presync - patch: |- - - op: replace - path: /metadata/name - value: before-csi-bm-invoice-ui - - target: group: batch version: v1 @@ -46,3 +40,8 @@ patchesJson6902: - op: replace path: /metadata/name value: after-csi-bm-invoice-ui + - op: add + path: /spec/template/spec/containers/0/env/- + value: + name: CSI_PROJECT_NAME + value: "csi-bm-invoice-ui" diff --git a/UAT/him/him-ui/hpa.yaml b/UAT/him/him-ui/hpa.yaml deleted file mode 100644 index cd065ad..0000000 --- a/UAT/him/him-ui/hpa.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: keda.sh/v1alpha1 -kind: ScaledObject -metadata: - name: csi-him-ui - namespace: moh-prod -spec: - minReplicaCount: 1 - maxReplicaCount: 1 \ No newline at end of file