diff --git a/en/docs/control-plane/apk-as-gateway-in-apim/apk-as-gateway-in-apim-qsg.md b/en/docs/control-plane/apk-as-gateway-in-apim/apk-as-gateway-in-apim-qsg.md index fafd10434..96abdf7df 100644 --- a/en/docs/control-plane/apk-as-gateway-in-apim/apk-as-gateway-in-apim-qsg.md +++ b/en/docs/control-plane/apk-as-gateway-in-apim/apk-as-gateway-in-apim-qsg.md @@ -29,7 +29,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apim release using the following command. Let’s consider the `````` as ```wso2apim```. ```console - helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.4.0-rc + helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.4.0 ``` 2. Execute the following command to update the helm repositories. @@ -42,7 +42,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apim wso2apim/wso2am-cp --version 4.4.0-rc -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/4.4.0-values.yaml -n apk + helm install apim wso2apim/wso2am-cp --version 4.4.0-1 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/4.4.0-values.yaml -n apk ``` === "Format" ``` diff --git a/en/docs/control-plane/apk-as-gateway-in-apim/start-apk-cp-to-dp-k8s.md b/en/docs/control-plane/apk-as-gateway-in-apim/start-apk-cp-to-dp-k8s.md index 232205d7c..31a4068e7 100644 --- a/en/docs/control-plane/apk-as-gateway-in-apim/start-apk-cp-to-dp-k8s.md +++ b/en/docs/control-plane/apk-as-gateway-in-apim/start-apk-cp-to-dp-k8s.md @@ -23,7 +23,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apim release using the following command. Let’s consider the `````` as ```wso2apim```. ```console - helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.4.0-rc + helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.4.0 ``` 2. Execute the following command to update the helm repositories. @@ -36,7 +36,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apim wso2apim/wso2am-cp --version 4.4.0-rc -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/4.4.0-values.yaml -n apk + helm install apim wso2apim/wso2am-cp --version 4.4.0-1 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/4.4.0-values.yaml -n apk ``` === "Format" ``` diff --git a/en/docs/control-plane/start-apk-dp-to-cp-k8s.md b/en/docs/control-plane/start-apk-dp-to-cp-k8s.md index 79c327e95..69c3b2e28 100644 --- a/en/docs/control-plane/start-apk-dp-to-cp-k8s.md +++ b/en/docs/control-plane/start-apk-dp-to-cp-k8s.md @@ -23,7 +23,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apim release using the following command. Let’s consider the `````` as ```wso2apim```. ```console - helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.4.0-rc + helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.4.0 ``` 2. Execute the following command to update the helm repositories. @@ -36,7 +36,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apim wso2apim/wso2am-cp --version 4.4.0-rc -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml -n apk + helm install apim wso2apim/wso2am-cp --version 4.4.0-1 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml -n apk ``` === "Format" ``` diff --git a/en/docs/get-started/quick-start-guide-as-gateway.md b/en/docs/get-started/quick-start-guide-as-gateway.md index 8ee202475..0b1a33790 100644 --- a/en/docs/get-started/quick-start-guide-as-gateway.md +++ b/en/docs/get-started/quick-start-guide-as-gateway.md @@ -40,7 +40,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apim release using the following command. Let’s consider the `````` as ```wso2apim```. ```console - helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.4.0-rc + helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.4.0 ``` 2. Execute the following command to update the helm repositories. @@ -53,7 +53,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apim wso2apim/wso2am-cp --version 4.4.0-rc -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/4.4.0-values.yaml -n apk + helm install apim wso2apim/wso2am-cp --version 4.4.0-1 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/4.4.0-values.yaml -n apk ``` === "Format" ``` diff --git a/en/docs/includes/start-apk-cp.md b/en/docs/includes/start-apk-cp.md index c7fc698b8..51512cf1b 100644 --- a/en/docs/includes/start-apk-cp.md +++ b/en/docs/includes/start-apk-cp.md @@ -15,7 +15,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apim release using the following command. Let’s consider the `````` as ```wso2apim```. ```console - helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.4.0-rc + helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.4.0 ``` 2. Execute the following command to update the helm repositories. @@ -28,7 +28,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apim wso2apim/wso2am-cp --version 4.4.0-rc -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml -n apk + helm install apim wso2apim/wso2am-cp --version 4.4.0-1 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/apk-cp/4.4.0-values.yaml -n apk ``` === "Format" ```