From b7f5df49e458fbde9a43205393402d20134d3cec Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Mon, 28 Oct 2024 11:31:58 +0530 Subject: [PATCH] set api key configs and update image to rc2 --- helm-charts/samples/apim/all-in-one/4.4.0-values.yaml | 8 ++++++-- helm-charts/samples/apim/cp/4.4.0-values.yaml | 8 ++++++-- helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml | 8 ++++++-- 3 files changed, 18 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 3fe56c6ab..30aa4ad36 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 @@ -467,6 +467,10 @@ wso2: # -- Enable CORS for Websockets enableForWS: false + keyManager: + enableLightweightAPIKeyGeneration: false + allowSubscriptionValidationDisabling: true + throttling: enableDataPublishing: true enablePolicyDeploy: true @@ -559,9 +563,9 @@ wso2: # -- Registry containing the image registry: "docker.io" # -- Repository name consisting the image - repository: "rakhitharr/wso2am:4.4.0-rc" + repository: "rakhitharr/wso2am:4.4.0-rc2" # -- Docker image digest - digest: "sha256:fc62b8d87f85c7347a617a904cdfc4e9ae9572e0577f0053d5708e0ca2ee553f" + digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998" # -- 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 78d1750e4..3f120d809 100644 --- a/helm-charts/samples/apim/cp/4.4.0-values.yaml +++ b/helm-charts/samples/apim/cp/4.4.0-values.yaml @@ -384,15 +384,19 @@ wso2: # -- Remote tracer port port: "" + keyManager: + enableLightweightAPIKeyGeneration: false + allowSubscriptionValidationDisabling: true + deployment: # Container image configurations image: # -- Container registry hostname registry: "docker.io" # -- Azure ACR repository name consisting the image - repository: "rakhitharr/wso2am:4.4.0-rc" + repository: "rakhitharr/wso2am:4.4.0-rc2" # -- Docker image digest - digest: "sha256:fc62b8d87f85c7347a617a904cdfc4e9ae9572e0577f0053d5708e0ca2ee553f" + digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998" # -- 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 bf382111e..faac81fc6 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 @@ -370,15 +370,19 @@ wso2: # -- Remote tracer port port: "" + keyManager: + enableLightweightAPIKeyGeneration: false + allowSubscriptionValidationDisabling: true + deployment: # Container image configurations image: # -- Container registry hostname registry: "docker.io" # -- Azure ACR repository name consisting the image - repository: "rakhitharr/wso2am:4.4.0-rc" + repository: "rakhitharr/wso2am:4.4.0-rc2" # -- Docker image digest - digest: "sha256:fc62b8d87f85c7347a617a904cdfc4e9ae9572e0577f0053d5708e0ca2ee553f" + digest: "sha256:b528b9b6020b2c6508075f3732be1d12715f9ce37ecd415f8b43cfbf1c0df998" # -- Refer to the Kubernetes documentation on updating images (https://kubernetes.io/docs/concepts/containers/images/#updating-images) imagePullPolicy: Always