Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 6 additions & 46 deletions docs/scalar-kubernetes/AwsMarketplaceGuide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,7 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta

<h3>ScalarDL Schema Loader for Ledger</h3>

In the `schema-loader-ledger-custom-values.yaml` file:

```yaml
schemaLoading:
image:
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardl-schema-loader-ledger-aws-payg"
```
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).
</TabItem>
<TabItem value="scalardl-auditor" label="ScalarDL Auditor">
<h3>ScalarDL Auditor</h3>
Expand All @@ -171,13 +165,7 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta

<h3>ScalarDL Schema Loader for Auditor</h3>

In the `schema-loader-auditor-custom-values.yaml` file:

```yaml
schemaLoading:
image:
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardl-schema-loader-auditor-aws-payg"
```
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).
</TabItem>
<TabItem value="scalar-manager" label="Scalar Manager">
In the `scalar-manager-custom-values.yaml` file:
Expand Down Expand Up @@ -275,13 +263,7 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta

<h3>ScalarDL Schema Loader for Ledger</h3>

In the `schema-loader-ledger-custom-values.yaml` file:

```yaml
schemaLoading:
image:
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardl-schema-loader-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).
</TabItem>
<TabItem value="scalardl-auditor" label="ScalarDL Auditor">
<h3>ScalarDL Auditor</h3>
Expand All @@ -296,13 +278,7 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta

<h3>ScalarDL Schema Loader for Auditor</h3>

In the `schema-loader-auditor-custom-values.yaml` file:

```yaml
schemaLoading:
image:
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardl-schema-loader-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).
</TabItem>
</Tabs>

Expand Down Expand Up @@ -385,15 +361,7 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta

<h3>ScalarDL Schema Loader for Ledger</h3>

In the `schema-loader-ledger-custom-values.yaml` file:

```yaml
schemaLoading:
image:
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardl-schema-loader-ledger"
imagePullSecrets:
- name: "reg-ecr-mp-secrets"
```
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).
</TabItem>
<TabItem value="scalardl-auditor" label="ScalarDL Auditor">
<h3>ScalarDL Auditor</h3>
Expand All @@ -410,15 +378,7 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta

<h3>ScalarDL Schema Loader for Auditor</h3>

In the `schema-loader-auditor-custom-values.yaml` file:

```yaml
schemaLoading:
image:
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardl-schema-loader-auditor"
imagePullSecrets:
- name: "reg-ecr-mp-secrets"
```
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).
</TabItem>
</Tabs>

Expand Down