Skip to content

Commit

Permalink
Merge pull request #642 from Tharsanan1/ga
Browse files Browse the repository at this point in the history
Change version
  • Loading branch information
CrowleyRajapakse authored Oct 30, 2024
2 parents 1bf35a8 + f592751 commit adc609e
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions en/docs/about-apk/FAQs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<version>` 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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand All @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand Down Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand All @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand Down
6 changes: 3 additions & 3 deletions en/docs/control-plane/deploy-apim-apk-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand All @@ -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"
```
Expand Down
8 changes: 4 additions & 4 deletions en/docs/control-plane/start-apk-dp-to-cp-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand Down Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand Down
8 changes: 4 additions & 4 deletions en/docs/control-plane/start-apk-dp-to-cp-vms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand All @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand Down
8 changes: 4 additions & 4 deletions en/docs/get-started/quick-start-guide-as-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand All @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand Down
4 changes: 2 additions & 2 deletions en/docs/includes/customize-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand All @@ -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"
```
Expand Down
8 changes: 4 additions & 4 deletions en/docs/includes/start-apk-cp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand All @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
```
Expand Down
4 changes: 2 additions & 2 deletions en/docs/includes/start-apk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ```<repository-name>``` 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.
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion en/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
<div class="download-btn-wrapper">
<h2>Download</h2>
<a href="https://github.com/wso2/apk/releases/tag/1.2.0-rc2">
<a href="https://github.com/wso2/apk/releases/tag/1.2.0">
<i class="fa-solid fa-file-arrow-down"></i>
</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions en/docs/setup/enterprise-apim-apk-agent-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand All @@ -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"
```
Expand All @@ -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"
```
Expand Down
Loading

0 comments on commit adc609e

Please sign in to comment.