diff --git a/docs/scalar-kubernetes/AwsMarketplaceGuide.mdx b/docs/scalar-kubernetes/AwsMarketplaceGuide.mdx
index 4cbf41d7..b9909481 100644
--- a/docs/scalar-kubernetes/AwsMarketplaceGuide.mdx
+++ b/docs/scalar-kubernetes/AwsMarketplaceGuide.mdx
@@ -27,38 +27,38 @@ Scalar products (ScalarDB, ScalarDL, and their tools) are available in the AWS M
1. Select your Scalar product to see the links to the AWS Marketplace.
-
-
- Select your edition of ScalarDB Enterprise.
-
-
- | PAYG | BYOL (Deprecated) |
- |:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|
- | [ScalarDB Cluster](https://aws.amazon.com/marketplace/pp/prodview-jx6qxatkxuwm4) | [ScalarDB Cluster](https://aws.amazon.com/marketplace/pp/prodview-alcwrmw6v4cfy) |
-
-
- | PAYG | BYOL (Deprecated) |
- |:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------|
- | [ScalarDB Cluster](https://aws.amazon.com/marketplace/pp/prodview-djqw3zk6dwyk6) | [ScalarDB Cluster](https://aws.amazon.com/marketplace/pp/prodview-alcwrmw6v4cfy) |
-
-
-
-
- | PAYG | BYOL (Deprecated) |
- |:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|
- | [ScalarDL Ledger](https://aws.amazon.com/marketplace/pp/prodview-wttioaezp5j6e) | [ScalarDL Ledger](https://aws.amazon.com/marketplace/pp/prodview-3jdwfmqonx7a2) |
-
-
- | PAYG | BYOL (Deprecated) |
- |:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|
- | [ScalarDL Auditor](https://aws.amazon.com/marketplace/pp/prodview-ke3yiw4mhriuu) | [ScalarDL Auditor](https://aws.amazon.com/marketplace/pp/prodview-tj7svy75gu7m6) |
-
-
- | PAYG | BYOL |
- |:-------------------------------------------------------------------------------|:-------------------------------------------|
- | [Scalar Manager](https://aws.amazon.com/marketplace/pp/prodview-gfyn6ipmxf2hq) | Scalar Manager doesn't have a BYOL option. |
-
-
+
+
+ Select your edition of ScalarDB Enterprise.
+
+
+ | PAYG | BYOL (Deprecated) |
+ |:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|
+ | [ScalarDB Cluster](https://aws.amazon.com/marketplace/pp/prodview-jx6qxatkxuwm4) | [ScalarDB Cluster](https://aws.amazon.com/marketplace/pp/prodview-alcwrmw6v4cfy) |
+
+
+ | PAYG | BYOL (Deprecated) |
+ |:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------|
+ | [ScalarDB Cluster](https://aws.amazon.com/marketplace/pp/prodview-djqw3zk6dwyk6) | [ScalarDB Cluster](https://aws.amazon.com/marketplace/pp/prodview-alcwrmw6v4cfy) |
+
+
+
+
+ | PAYG | BYOL (Deprecated) |
+ |:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|
+ | [ScalarDL Ledger](https://aws.amazon.com/marketplace/pp/prodview-wttioaezp5j6e) | [ScalarDL Ledger](https://aws.amazon.com/marketplace/pp/prodview-3jdwfmqonx7a2) |
+
+
+ | PAYG | BYOL (Deprecated) |
+ |:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|
+ | [ScalarDL Auditor](https://aws.amazon.com/marketplace/pp/prodview-ke3yiw4mhriuu) | [ScalarDL Auditor](https://aws.amazon.com/marketplace/pp/prodview-tj7svy75gu7m6) |
+
+
+ | PAYG | BYOL |
+ |:-------------------------------------------------------------------------------|:-------------------------------------------|
+ | [Scalar Manager](https://aws.amazon.com/marketplace/pp/prodview-gfyn6ipmxf2hq) | Scalar Manager doesn't have a BYOL option. |
+
+
1. Select **Continue to Subscribe**.
@@ -101,139 +101,139 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
1. Update the custom values file of the Helm Chart for the Scalar product that you want to install.
You need to specify the private container registry (ECR) of the AWS Marketplace as the value for `[].image.repository` in the custom values file. You also need to specify the service account name that you created in the previous step as the value for `[].serviceAccount.serviceAccountName` and set `[].serviceAccount.automountServiceAccountToken` to `true`. See the following examples based on the product you're using.
-
-
- Select your edition of ScalarDB Enterprise.
-
-
- In the `scalardb-cluster-standard-custom-values.yaml` file:
-
- ```yaml
- scalardbCluster:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardb-cluster-node-aws-payg-standard"
- serviceAccount:
- serviceAccountName: ""
- automountServiceAccountToken: true
- ```
-
-
- In the `scalardb-cluster-premium-custom-values.yaml` file:
-
- ```yaml
- scalardbCluster:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardb-cluster-node-aws-payg-premium"
- serviceAccount:
- serviceAccountName: ""
- automountServiceAccountToken: true
- ```
-
-
-
-
- ScalarDL Ledger
-
- In the `scalardl-ledger-custom-values.yaml` file:
-
- ```yaml
- ledger:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardl-ledger-aws-payg"
- serviceAccount:
- serviceAccountName: ""
- automountServiceAccountToken: true
- ```
-
- ScalarDL Schema Loader for Ledger
-
- You don't need to update the `[].image.repository` configuration in your `schema-loader-ledger-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
-
-
- ScalarDL Auditor
-
- In the `scalardl-auditor-custom-values.yaml` file:
-
- ```yaml
- auditor:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardl-auditor-aws-payg"
- serviceAccount:
- serviceAccountName: ""
- automountServiceAccountToken: true
- ```
-
- ScalarDL Schema Loader for Auditor
-
- You don't need to update the `[].image.repository` configuration in your `schema-loader-auditor-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
-
-
- In the `scalar-manager-custom-values.yaml` file:
-
- ```yaml
- api:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-manager-api-aws-payg"
- web:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-manager-web-aws-payg"
- serviceAccount:
- serviceAccountName: ""
- automountServiceAccountToken: true
- ```
-
-
+
+
+ Select your edition of ScalarDB Enterprise.
+
+
+ In the `scalardb-cluster-standard-custom-values.yaml` file:
+
+ ```yaml
+ scalardbCluster:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardb-cluster-node-aws-payg-standard"
+ serviceAccount:
+ serviceAccountName: ""
+ automountServiceAccountToken: true
+ ```
+
+
+ In the `scalardb-cluster-premium-custom-values.yaml` file:
+
+ ```yaml
+ scalardbCluster:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardb-cluster-node-aws-payg-premium"
+ serviceAccount:
+ serviceAccountName: ""
+ automountServiceAccountToken: true
+ ```
+
+
+
+
+ ScalarDL Ledger
+
+ In the `scalardl-ledger-custom-values.yaml` file:
+
+ ```yaml
+ ledger:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardl-ledger-aws-payg"
+ serviceAccount:
+ serviceAccountName: ""
+ automountServiceAccountToken: true
+ ```
+
+ ScalarDL Schema Loader for Ledger
+
+ You don't need to update the `[].image.repository` configuration in your `schema-loader-ledger-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
+
+
+ ScalarDL Auditor
+
+ In the `scalardl-auditor-custom-values.yaml` file:
+
+ ```yaml
+ auditor:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardl-auditor-aws-payg"
+ serviceAccount:
+ serviceAccountName: ""
+ automountServiceAccountToken: true
+ ```
+
+ ScalarDL Schema Loader for Auditor
+
+ You don't need to update the `[].image.repository` configuration in your `schema-loader-auditor-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
+
+
+ In the `scalar-manager-custom-values.yaml` file:
+
+ ```yaml
+ api:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-manager-api-aws-payg"
+ web:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-manager-web-aws-payg"
+ serviceAccount:
+ serviceAccountName: ""
+ automountServiceAccountToken: true
+ ```
+
+
1. Deploy Scalar products by using Helm Charts in conjunction with the above custom values files. See the following examples based on the product you're using.
-
-
- Select your edition of ScalarDB Enterprise.
-
-
- ```console
- helm install scalardb-cluster-standard scalar-labs/scalardb-cluster -f scalardb-cluster-standard-custom-values.yaml
- ```
-
-
- ```console
- helm install scalardb-cluster-premium scalar-labs/scalardb-cluster -f scalardb-cluster-premium-custom-values.yaml
- ```
-
-
-
-
- ScalarDL Ledger
-
- ```console
- helm install scalardl-ledger scalar-labs/scalardl -f ./scalardl-ledger-custom-values.yaml
- ```
-
- ScalarDL Schema Loader for Ledger
-
- ```console
- helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-ledger-custom-values.yaml
- ```
-
-
- ScalarDL Auditor
-
- ```console
- helm install scalardl-auditor scalar-labs/scalardl-audit -f ./scalardl-auditor-custom-values.yaml
- ```
-
- ScalarDL Schema Loader for Auditor
-
- ```console
- helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-auditor-custom-values.yaml
- ```
-
-
- ```console
- helm install scalar-manager scalar-labs/scalar-manager -f ./scalar-manager-custom-values.yaml
- ```
-
-
+
+
+ Select your edition of ScalarDB Enterprise.
+
+
+ ```console
+ helm install scalardb-cluster-standard scalar-labs/scalardb-cluster -f scalardb-cluster-standard-custom-values.yaml
+ ```
+
+
+ ```console
+ helm install scalardb-cluster-premium scalar-labs/scalardb-cluster -f scalardb-cluster-premium-custom-values.yaml
+ ```
+
+
+
+
+ ScalarDL Ledger
+
+ ```console
+ helm install scalardl-ledger scalar-labs/scalardl -f ./scalardl-ledger-custom-values.yaml
+ ```
+
+ ScalarDL Schema Loader for Ledger
+
+ ```console
+ helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-ledger-custom-values.yaml
+ ```
+
+
+ ScalarDL Auditor
+
+ ```console
+ helm install scalardl-auditor scalar-labs/scalardl-audit -f ./scalardl-auditor-custom-values.yaml
+ ```
+
+ ScalarDL Schema Loader for Auditor
+
+ ```console
+ helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-auditor-custom-values.yaml
+ ```
+
+
+ ```console
+ helm install scalar-manager scalar-labs/scalar-manager -f ./scalar-manager-custom-values.yaml
+ ```
+
+
## **[Deprecated] [BYOL]** Deploy containers on EKS (Amazon Elastic Kubernetes Service) from AWS Marketplace using Scalar Helm Charts
@@ -242,81 +242,81 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
1. Update the custom values file of the Helm Chart for the Scalar product that you want to install.
You need to specify the private container registry (ECR) of AWS Marketplace as the value of `[].image.repository` in the custom values file. See the following examples based on the product you're using.
-
-
- ```yaml
- scalardbCluster:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardb-cluster-node-aws-byol"
- ```
-
-
- ScalarDL Ledger
+
+
+ ```yaml
+ scalardbCluster:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardb-cluster-node-aws-byol"
+ ```
+
+
+ ScalarDL Ledger
- In the `scalardl-ledger-custom-values.yaml` file:
+ In the `scalardl-ledger-custom-values.yaml` file:
- ```yaml
- ledger:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-ledger"
- ```
+ ```yaml
+ ledger:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-ledger"
+ ```
- ScalarDL Schema Loader for Ledger
+ ScalarDL Schema Loader for Ledger
- You don't need to update the `[].image.repository` configuration in your `schema-loader-ledger-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
-
-
- ScalarDL Auditor
+ You don't need to update the `[].image.repository` configuration in your `schema-loader-ledger-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
+
+
+ ScalarDL Auditor
- In the `scalardl-auditor-custom-values.yaml` file:
+ In the `scalardl-auditor-custom-values.yaml` file:
- ```yaml
- auditor:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-auditor"
- ```
+ ```yaml
+ auditor:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-auditor"
+ ```
- ScalarDL Schema Loader for Auditor
+ ScalarDL Schema Loader for Auditor
- You don't need to update the `[].image.repository` configuration in your `schema-loader-auditor-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
-
-
+ You don't need to update the `[].image.repository` configuration in your `schema-loader-auditor-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
+
+
1. Deploy the Scalar products using the Helm Chart with the above custom values files. See the following examples based on the product you're using. See the following examples based on the product you're using.
-
-
- ```console
- helm install scalardb-cluster scalar-labs/scalardb-cluster -f scalardb-cluster-custom-values.yaml
- ```
-
-
- ScalarDL Ledger
+
+
+ ```console
+ helm install scalardb-cluster scalar-labs/scalardb-cluster -f scalardb-cluster-custom-values.yaml
+ ```
+
+
+ ScalarDL Ledger
- ```console
- helm install scalardl-ledger scalar-labs/scalardl -f ./scalardl-ledger-custom-values.yaml
- ```
+ ```console
+ helm install scalardl-ledger scalar-labs/scalardl -f ./scalardl-ledger-custom-values.yaml
+ ```
- ScalarDL Schema Loader for Ledger
+ ScalarDL Schema Loader for Ledger
- ```console
- helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-ledger-custom-values.yaml
- ```
-
-
- ScalarDL Auditor
+ ```console
+ helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-ledger-custom-values.yaml
+ ```
+
+
+ ScalarDL Auditor
- ```console
- helm install scalardl-auditor scalar-labs/scalardl-audit -f ./scalardl-auditor-custom-values.yaml
- ```
+ ```console
+ helm install scalardl-auditor scalar-labs/scalardl-audit -f ./scalardl-auditor-custom-values.yaml
+ ```
- ScalarDL Schema Loader for Auditor
+ ScalarDL Schema Loader for Auditor
- ```console
- helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-auditor-custom-values.yaml
- ```
-
-
+ ```console
+ helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-auditor-custom-values.yaml
+ ```
+
+
## **[Deprecated] [BYOL]** Deploy containers on Kubernetes other than EKS from AWS Marketplace using Scalar Helm Charts
@@ -336,51 +336,51 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
You need to specify the private container registry (ECR) of AWS Marketplace as the value of `[].image.repository` in the custom values file.
Also, you need to specify the `reg-ecr-mp-secrets` as the value of `[].imagePullSecrets`. See the following examples based on the product you're using.
-
-
- ```yaml
- scalardbCluster:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardb-cluster-node-aws-byol"
- imagePullSecrets:
- - name: "reg-ecr-mp-secrets"
- ```
-
-
- ScalarDL Ledger
-
- In the `scalardl-ledger-custom-values.yaml` file:
-
- ```yaml
- ledger:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-ledger"
- imagePullSecrets:
- - name: "reg-ecr-mp-secrets"
- ```
-
- ScalarDL Schema Loader for Ledger
-
- You don't need to update the `[].image.repository` configuration in your `schema-loader-ledger-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
-
-
- ScalarDL Auditor
-
- In the `scalardl-auditor-custom-values.yaml` file:
-
- ```yaml
- auditor:
- image:
- repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-auditor"
- imagePullSecrets:
- - name: "reg-ecr-mp-secrets"
- ```
-
- ScalarDL Schema Loader for Auditor
-
- You don't need to update the `[].image.repository` configuration in your `schema-loader-auditor-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
-
-
+
+
+ ```yaml
+ scalardbCluster:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardb-cluster-node-aws-byol"
+ imagePullSecrets:
+ - name: "reg-ecr-mp-secrets"
+ ```
+
+
+ ScalarDL Ledger
+
+ In the `scalardl-ledger-custom-values.yaml` file:
+
+ ```yaml
+ ledger:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-ledger"
+ imagePullSecrets:
+ - name: "reg-ecr-mp-secrets"
+ ```
+
+ ScalarDL Schema Loader for Ledger
+
+ You don't need to update the `[].image.repository` configuration in your `schema-loader-ledger-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
+
+
+ ScalarDL Auditor
+
+ In the `scalardl-auditor-custom-values.yaml` file:
+
+ ```yaml
+ auditor:
+ image:
+ repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-auditor"
+ imagePullSecrets:
+ - name: "reg-ecr-mp-secrets"
+ ```
+
+ ScalarDL Schema Loader for Auditor
+
+ You don't need to update the `[].image.repository` configuration in your `schema-loader-auditor-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
+
+
1. Deploy the Scalar products using the Helm Chart with the above custom values files.
* Examples