From 8c8bf390739fafb53d891fbbe1c3604202916807 Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Sun, 20 Oct 2024 09:36:49 +0530 Subject: [PATCH] fix image sha issue --- helm-charts/samples/apim/cp/4.4.0-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/samples/apim/cp/4.4.0-values.yaml b/helm-charts/samples/apim/cp/4.4.0-values.yaml index 29d8ae307..87e9336b0 100644 --- a/helm-charts/samples/apim/cp/4.4.0-values.yaml +++ b/helm-charts/samples/apim/cp/4.4.0-values.yaml @@ -392,7 +392,7 @@ wso2: # -- Azure ACR repository name consisting the image repository: "rakhitharr/wso2am:4.4.0-beta" # -- Docker image digest - digest: "sha256:sha256:b1f90d875e6c0b7162ae145e034172f5d9d231129eba5b3caa7ece55f43585ba" + digest: "sha256:b1f90d875e6c0b7162ae145e034172f5d9d231129eba5b3caa7ece55f43585ba" # -- Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images) imagePullPolicy: Always