From a8eb1f7dda42522a757d8c011f52d3f9934710dd Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Wed, 30 Oct 2024 18:23:18 +0530 Subject: [PATCH] changing samples values apim image to 4.4.0 GA image --- helm-charts/samples/apim/all-in-one/4.4.0-values.yaml | 4 ++-- helm-charts/samples/apim/cp/4.4.0-values.yaml | 4 ++-- helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm-charts/samples/apim/all-in-one/4.4.0-values.yaml b/helm-charts/samples/apim/all-in-one/4.4.0-values.yaml index 30aa4ad36..b3b63289c 100644 --- a/helm-charts/samples/apim/all-in-one/4.4.0-values.yaml +++ b/helm-charts/samples/apim/all-in-one/4.4.0-values.yaml @@ -563,9 +563,9 @@ wso2: # -- Registry containing the image registry: "docker.io" # -- Repository name consisting the image - repository: "rakhitharr/wso2am:4.4.0-rc2" + repository: "wso2/wso2am:4.4.0" # -- Docker image digest - digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998" + digest: "sha256:40fc82de795ad4e07f5e1791ab05a65106f18f4ef4451617c94ecfe93041b7ab" # -- Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images) imagePullPolicy: Always 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 3f120d809..e3542eab5 100644 --- a/helm-charts/samples/apim/cp/4.4.0-values.yaml +++ b/helm-charts/samples/apim/cp/4.4.0-values.yaml @@ -394,9 +394,9 @@ wso2: # -- Container registry hostname registry: "docker.io" # -- Azure ACR repository name consisting the image - repository: "rakhitharr/wso2am:4.4.0-rc2" + repository: "wso2/wso2am:4.4.0" # -- Docker image digest - digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998" + digest: "sha256:40fc82de795ad4e07f5e1791ab05a65106f18f4ef4451617c94ecfe93041b7ab" # -- Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images) imagePullPolicy: Always diff --git a/helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml b/helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml index faac81fc6..b13f4a075 100644 --- a/helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml +++ b/helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml @@ -380,9 +380,9 @@ wso2: # -- Container registry hostname registry: "docker.io" # -- Azure ACR repository name consisting the image - repository: "rakhitharr/wso2am:4.4.0-rc2" + repository: "wso2/wso2am:4.4.0" # -- Docker image digest - digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998" + digest: "sha256:40fc82de795ad4e07f5e1791ab05a65106f18f4ef4451617c94ecfe93041b7ab" # -- Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images) imagePullPolicy: Always