From f592751a82821fa47040c8447de3ad0072654889 Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Wed, 30 Oct 2024 09:55:34 +0530 Subject: [PATCH] Change version --- en/docs/about-apk/FAQs.md | 4 ++-- .../apk-as-gateway-in-apim/apk-as-gateway-in-apim-qsg.md | 8 ++++---- .../apk-as-gateway-in-apim/start-apk-cp-to-dp-k8s.md | 8 ++++---- .../apk-as-gateway-in-apim/start-apk-cp-to-dp-vms.md | 8 ++++---- en/docs/control-plane/deploy-apim-apk-agent.md | 6 +++--- en/docs/control-plane/start-apk-dp-to-cp-k8s.md | 8 ++++---- en/docs/control-plane/start-apk-dp-to-cp-vms.md | 8 ++++---- en/docs/get-started/quick-start-guide-as-gateway.md | 8 ++++---- en/docs/includes/customize-installation.md | 4 ++-- en/docs/includes/start-apk-cp.md | 8 ++++---- en/docs/includes/start-apk.md | 4 ++-- en/docs/index.md | 2 +- en/docs/setup/enterprise-apim-apk-agent-install.md | 6 +++--- en/docs/setup/enterprise-apk-install.md | 6 +++--- en/docs/setup/uninstall.md | 6 +++--- 15 files changed, 47 insertions(+), 47 deletions(-) diff --git a/en/docs/about-apk/FAQs.md b/en/docs/about-apk/FAQs.md index 3746a5b2b..b5048832b 100644 --- a/en/docs/about-apk/FAQs.md +++ b/en/docs/about-apk/FAQs.md @@ -146,7 +146,7 @@ Step 1: Obtain the CRDs from the chart First, obtain the Custom Resource Definitions (CRDs) for the specific version of APK you want to install. Replace `` with the actual version number of the APK you are installing. ```bash -helm show crds wso2apk/apk-helm --version 1.2.0-rc2 > apk-crds.yaml +helm show crds wso2apk/apk-helm --version 1.2.0 > apk-crds.yaml ``` Step 2: Apply the CRDs manually @@ -162,7 +162,7 @@ Step 3: Reinstall APK Finally, reinstall APK using the Helm installation command as provided in the relevant quick start guide. ```bash -helm install apk wso2apk/apk-helm --version 1.2.0-rc2 +helm install apk wso2apk/apk-helm --version 1.2.0 ``` ## Functionality 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 7da7d0816..fafd10434 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 @@ -59,7 +59,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apk release using the following command. Let’s consider the `````` as ```wso2apk```. ```console - helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0-rc2 + helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -76,7 +76,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apk wso2apk/apk-helm --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml -n apk + helm install apk wso2apk/apk-helm --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml -n apk ``` === "Format" ``` @@ -92,7 +92,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apim apk agent release using the following command. Let’s consider the `````` as ```wso2apkagent``` for this guide. ```console - helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0-rc2 + helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -105,7 +105,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml -n apk + helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/1.2.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 308ce779d..232205d7c 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 @@ -53,7 +53,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apk release using the following command. Let’s consider the `````` as ```wso2apk```. ```console - helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0-rc2 + helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -66,7 +66,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apk wso2apk/apk-helm --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml -n apk + helm install apk wso2apk/apk-helm --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml -n apk ``` === "Format" ``` @@ -107,7 +107,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apim apk agent release using the following command. Let’s consider the `````` as ```wso2apkagent``` for this guide. ```console - helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0-rc2 + helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -120,7 +120,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml -n apk + helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml -n apk ``` === "Format" ``` diff --git a/en/docs/control-plane/apk-as-gateway-in-apim/start-apk-cp-to-dp-vms.md b/en/docs/control-plane/apk-as-gateway-in-apim/start-apk-cp-to-dp-vms.md index c41a87321..83532bc31 100644 --- a/en/docs/control-plane/apk-as-gateway-in-apim/start-apk-cp-to-dp-vms.md +++ b/en/docs/control-plane/apk-as-gateway-in-apim/start-apk-cp-to-dp-vms.md @@ -29,7 +29,7 @@ Setup WSO2 API Manager 4.3.0 in VM. 1. Create a new helm repository with the latest apk release using the following command. Let’s consider the `````` as ```wso2apk```. ```console - helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0-rc2 + helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -42,7 +42,7 @@ Setup WSO2 API Manager 4.3.0 in VM. === "Command" ``` - helm install apk wso2apk/apk-helm --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml -n apk + helm install apk wso2apk/apk-helm --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml -n apk ``` === "Format" ``` @@ -65,7 +65,7 @@ Setup WSO2 API Manager 4.3.0 in VM. 1. Create a new helm repository with the latest apim apk agent release using the following command. Let’s consider the `````` as ```wso2apkagent``` for this guide. ```console - helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0-rc2 + helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -80,7 +80,7 @@ Setup WSO2 API Manager 4.3.0 in VM. === "Command" ``` - helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml -n apk + helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml -n apk ``` === "Format" ``` diff --git a/en/docs/control-plane/deploy-apim-apk-agent.md b/en/docs/control-plane/deploy-apim-apk-agent.md index 9a87d7bd7..6f68be93c 100644 --- a/en/docs/control-plane/deploy-apim-apk-agent.md +++ b/en/docs/control-plane/deploy-apim-apk-agent.md @@ -16,7 +16,7 @@ Follow the instructions below to deploy the APIM APK Agent. 1. Create a new helm repository with the latest apim apk agent release using the following command. Let’s consider the `````` as ```wso2apk``` for this guide. ```console - helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0-rc2 + helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -29,7 +29,7 @@ Follow the instructions below to deploy the APIM APK Agent. === "Command" ``` - helm install apim-apk-agent wso2apkagent/apk-agent-helm --version 1.2.0-rc2 + helm install apim-apk-agent wso2apkagent/apk-agent-helm --version 1.2.0 ``` === "Format" ``` @@ -41,7 +41,7 @@ To commence the installation while making use of the customization capabilities === "Command" ``` - helm install apk wso2apkagent/apk-agent-helm --version 1.2.0-rc2 -f values.yaml + helm install apk wso2apkagent/apk-agent-helm --version 1.2.0 -f values.yaml ``` === "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 c8ee72dc0..79c327e95 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 @@ -53,7 +53,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apk release using the following command. Let’s consider the `````` as ```wso2apk```. ```console - helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0-rc2 + helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -66,7 +66,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apk wso2apk/apk-helm --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-values.yaml -n apk + helm install apk wso2apk/apk-helm --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-values.yaml -n apk ``` === "Format" ``` @@ -107,7 +107,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apim apk agent release using the following command. Let’s consider the `````` as ```wso2apkagent``` for this guide. ```console - helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0-rc2 + helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -120,7 +120,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml -n apk + helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml -n apk ``` === "Format" ``` diff --git a/en/docs/control-plane/start-apk-dp-to-cp-vms.md b/en/docs/control-plane/start-apk-dp-to-cp-vms.md index af93ecbf2..96fd13e89 100644 --- a/en/docs/control-plane/start-apk-dp-to-cp-vms.md +++ b/en/docs/control-plane/start-apk-dp-to-cp-vms.md @@ -29,7 +29,7 @@ Setup WSO2 API Manager 4.3.0 in VM. 1. Create a new helm repository with the latest apk release using the following command. Let’s consider the `````` as ```wso2apk```. ```console - helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0-rc2 + helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -42,7 +42,7 @@ Setup WSO2 API Manager 4.3.0 in VM. === "Command" ``` - helm install apk wso2apk/apk-helm --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-values.yaml -n apk + helm install apk wso2apk/apk-helm --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-values.yaml -n apk ``` === "Format" ``` @@ -65,7 +65,7 @@ Setup WSO2 API Manager 4.3.0 in VM. 1. Create a new helm repository with the latest apim apk agent release using the following command. Let’s consider the `````` as ```wso2apkagent``` for this guide. ```console - helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0-rc2 + helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -80,7 +80,7 @@ Setup WSO2 API Manager 4.3.0 in VM. === "Command" ``` - helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml -n apk + helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/cp/1.2.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 a47842929..8ee202475 100644 --- a/en/docs/get-started/quick-start-guide-as-gateway.md +++ b/en/docs/get-started/quick-start-guide-as-gateway.md @@ -70,7 +70,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apk release using the following command. Let’s consider the `````` as ```wso2apk```. ```console - helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0-rc2 + helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -87,7 +87,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apk wso2apk/apk-helm --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml -n apk + helm install apk wso2apk/apk-helm --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-cp-enabled-values.yaml -n apk ``` === "Format" ``` @@ -103,7 +103,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apim apk agent release using the following command. Let’s consider the `````` as ```wso2apkagent``` for this guide. ```console - helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0-rc2 + helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -116,7 +116,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml -n apk + helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/1.2.0-values.yaml -n apk ``` === "Format" ``` diff --git a/en/docs/includes/customize-installation.md b/en/docs/includes/customize-installation.md index 6119fed76..f4e29bdb5 100644 --- a/en/docs/includes/customize-installation.md +++ b/en/docs/includes/customize-installation.md @@ -2,7 +2,7 @@ To commence the installation while making use of the customization capabilities === "Command" ``` - helm install apk wso2apk/apk-helm --version 1.2.0-rc2 -f values.yaml + helm install apk wso2apk/apk-helm --version 1.2.0 -f values.yaml ``` === "Format" ``` @@ -13,7 +13,7 @@ To commence the installation while making use of the customization capabilities === "Command" ``` - helm upgrade apk wso2apk/apk-helm --version 1.2.0-rc2 -f values.yaml --no-hooks + helm upgrade apk wso2apk/apk-helm --version 1.2.0 -f values.yaml --no-hooks ``` === "Format" ``` diff --git a/en/docs/includes/start-apk-cp.md b/en/docs/includes/start-apk-cp.md index afa79cc0d..c7fc698b8 100644 --- a/en/docs/includes/start-apk-cp.md +++ b/en/docs/includes/start-apk-cp.md @@ -43,7 +43,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apk release using the following command. Let’s consider the `````` as ```wso2apk```. ```console - helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0-rc2 + helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -56,7 +56,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apk wso2apk/apk-helm --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-values.yaml -n apk + helm install apk wso2apk/apk-helm --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apk/1.2.0-values.yaml -n apk ``` === "Format" ``` @@ -69,7 +69,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. 1. Create a new helm repository with the latest apim apk agent release using the following command. Let’s consider the `````` as ```wso2apkagent``` for this guide. ```console - helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0-rc2 + helm repo add wso2apkagent https://github.com/wso2/product-apim-tooling/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -82,7 +82,7 @@ Setup WSO2 API Manager 4.4.0 in K8s cluster using Helm Charts. === "Command" ``` - helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0-rc2 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml -n apk + helm install apim-apk-agent wso2apkagent/apim-apk-agent --version 1.2.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml -n apk ``` === "Format" ``` diff --git a/en/docs/includes/start-apk.md b/en/docs/includes/start-apk.md index 8b6399e84..3bd038cec 100644 --- a/en/docs/includes/start-apk.md +++ b/en/docs/includes/start-apk.md @@ -6,7 +6,7 @@ Follow the instructions below to deploy APK Data Service (DS) servers and the Cl 1. Create a new helm repository with the latest apk release using the following command. Let’s consider the `````` as ```wso2apk``` for this guide. ```console - helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0-rc2 + helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.2.0 ``` 2. Execute the following command to update the helm repositories. @@ -19,7 +19,7 @@ Follow the instructions below to deploy APK Data Service (DS) servers and the Cl === "Command" ``` - helm install apk wso2apk/apk-helm --version 1.2.0-rc2 + helm install apk wso2apk/apk-helm --version 1.2.0 ``` === "Format" diff --git a/en/docs/index.md b/en/docs/index.md index 9596b3679..4922e496d 100644 --- a/en/docs/index.md +++ b/en/docs/index.md @@ -11,7 +11,7 @@

Download

- +
diff --git a/en/docs/setup/enterprise-apim-apk-agent-install.md b/en/docs/setup/enterprise-apim-apk-agent-install.md index 4b0a5ce53..f00f0a01d 100644 --- a/en/docs/setup/enterprise-apim-apk-agent-install.md +++ b/en/docs/setup/enterprise-apim-apk-agent-install.md @@ -34,7 +34,7 @@ Install the [prerequisites](../../setup/prerequisites) that are required to run === "Command" ``` - helm install apim-apk-agent wso2/apim-apk-agent --version 1.2.0-rc2 --set wso2.subscription.imagePullSecrets="apk-registry-secret" + helm install apim-apk-agent wso2/apim-apk-agent --version 1.2.0 --set wso2.subscription.imagePullSecrets="apk-registry-secret" ``` === "Format" ``` @@ -45,7 +45,7 @@ Install the [prerequisites](../../setup/prerequisites) that are required to run === "Command" ``` - helm install apim-apk-agent wso2/apim-apk-agent --version 1.2.0-rc2 --set image.tag="1.2.0.0-arm64" --set wso2.subscription.imagePullSecrets="apk-registry-secret" + helm install apim-apk-agent wso2/apim-apk-agent --version 1.2.0 --set image.tag="1.2.0.0-arm64" --set wso2.subscription.imagePullSecrets="apk-registry-secret" ``` === "Format" ``` @@ -57,7 +57,7 @@ Install the [prerequisites](../../setup/prerequisites) that are required to run === "Command" ``` - helm install apim-apk-agent wso2/apim-apk-agent --version 1.2.0-rc2 -set wso2.subscription.imagePullSecrets="apk-registry-secret" -f values.yaml + helm install apim-apk-agent wso2/apim-apk-agent --version 1.2.0 -set wso2.subscription.imagePullSecrets="apk-registry-secret" -f values.yaml ``` === "Format" ``` diff --git a/en/docs/setup/enterprise-apk-install.md b/en/docs/setup/enterprise-apk-install.md index f2d404691..e063c7020 100644 --- a/en/docs/setup/enterprise-apk-install.md +++ b/en/docs/setup/enterprise-apk-install.md @@ -34,7 +34,7 @@ Install the [prerequisites](../../setup/prerequisites) that are required to run === "Command" ``` - helm install apk wso2/apk-helm --version 1.2.0-rc2 --set wso2.subscription.imagePullSecrets="apk-registry-secret" + helm install apk wso2/apk-helm --version 1.2.0 --set wso2.subscription.imagePullSecrets="apk-registry-secret" ``` === "Format" ``` @@ -45,7 +45,7 @@ Install the [prerequisites](../../setup/prerequisites) that are required to run === "Command" ``` - helm install apk wso2/apk-helm --version 1.2.0-rc2 --set wso2.subscription.imagePullSecrets="apk-registry-secret" -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/enterprise/arm64.yaml + helm install apk wso2/apk-helm --version 1.2.0 --set wso2.subscription.imagePullSecrets="apk-registry-secret" -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/enterprise/arm64.yaml ``` === "Format" ``` @@ -57,7 +57,7 @@ Install the [prerequisites](../../setup/prerequisites) that are required to run === "Command" ``` - helm install apk wso2apk/apk-helm --version 1.2.0-rc2 -set wso2.subscription.imagePullSecrets="apk-registry-secret" -f values.yaml + helm install apk wso2apk/apk-helm --version 1.2.0 -set wso2.subscription.imagePullSecrets="apk-registry-secret" -f values.yaml ``` === "Format" ``` diff --git a/en/docs/setup/uninstall.md b/en/docs/setup/uninstall.md index 47ada0627..1e582e94f 100644 --- a/en/docs/setup/uninstall.md +++ b/en/docs/setup/uninstall.md @@ -23,7 +23,7 @@ For example, in the above image, the values are as follows. - chart-name: apk - namespace: apk -- version: 1.2.0-rc2 +- version: 1.2.0 ### Instructions for Uninstalling APK @@ -44,7 +44,7 @@ To completely remove APK from your Kubernetes cluster, follow the steps given be === "Command" ``` - helm show crds wso2apk/apk-helm --version 1.2.0-rc2 > crds.yaml + helm show crds wso2apk/apk-helm --version 1.2.0 > crds.yaml ``` === "Format" ``` @@ -80,7 +80,7 @@ For example, in the above image, the values are as follows. - chart-name: apim-apk-agent - namespace: apk -- version: 1.2.0-rc2 +- version: 1.2.0 ### Instructions for Uninstalling APIM APK Agent