From fc0153efee4ed965058d52a72d1d3608af4745ca Mon Sep 17 00:00:00 2001 From: Sagar Patil Date: Tue, 7 Apr 2026 18:49:42 +0530 Subject: [PATCH] chore: update image to propertysettingsservicev3 dev build Co-Authored-By: Claude Sonnet 4.6 --- test-framework/helm/property-settings-svc-v2/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-framework/helm/property-settings-svc-v2/values.yaml b/test-framework/helm/property-settings-svc-v2/values.yaml index 1f11d00..705fa14 100644 --- a/test-framework/helm/property-settings-svc-v2/values.yaml +++ b/test-framework/helm/property-settings-svc-v2/values.yaml @@ -17,11 +17,11 @@ commonLabels: # This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/ image: - repository: europe-west1-docker.pkg.dev/prj-onlinesales-prod-01/os-docker-images/onlinesales/prod/services/java/propertysettingssvcv2 + repository: europe-west1-docker.pkg.dev/prj-onlinesales-prod-01/os-docker-images/onlinesales/github-actions/prod/java/propertysettingsservicev3 # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1752740345878" + tag: "dev-4862005c33f336a5eaadc8424d5a6bebb66c345f" # This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: []