From b9a21220f1fbbb21c8ab394247fd60f50f6b28c9 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 14 Nov 2024 06:34:43 +0000 Subject: [PATCH] AUTO: Sync Helm Charts docs to ScalarDB Enterprise docs site repo --- .../getting-started-scalardb-cluster-tls-cert-manager.mdx | 2 +- .../helm-charts/getting-started-scalardb-cluster-tls.mdx | 2 +- .../version-3.10/helm-charts/getting-started-scalardb.mdx | 2 +- .../getting-started-scalardl-auditor-tls-cert-manager.mdx | 2 +- .../helm-charts/getting-started-scalardl-auditor-tls.mdx | 2 +- .../helm-charts/getting-started-scalardl-auditor.mdx | 2 +- .../helm-charts/getting-started-scalardl-ledger.mdx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/versioned_docs/version-3.10/helm-charts/getting-started-scalardb-cluster-tls-cert-manager.mdx b/versioned_docs/version-3.10/helm-charts/getting-started-scalardb-cluster-tls-cert-manager.mdx index f3fd69e7..cf92badb 100644 --- a/versioned_docs/version-3.10/helm-charts/getting-started-scalardb-cluster-tls-cert-manager.mdx +++ b/versioned_docs/version-3.10/helm-charts/getting-started-scalardb-cluster-tls-cert-manager.mdx @@ -402,7 +402,7 @@ You'll use the CA certificate file in a client container. Therefore, you'll need spec: containers: - name: scalardb-cluster-client - image: eclipse-temurin:8 + image: eclipse-temurin:8-jre-jammy command: ['sleep'] args: ['inf'] env: diff --git a/versioned_docs/version-3.10/helm-charts/getting-started-scalardb-cluster-tls.mdx b/versioned_docs/version-3.10/helm-charts/getting-started-scalardb-cluster-tls.mdx index 9c14843c..0462ab9e 100644 --- a/versioned_docs/version-3.10/helm-charts/getting-started-scalardb-cluster-tls.mdx +++ b/versioned_docs/version-3.10/helm-charts/getting-started-scalardb-cluster-tls.mdx @@ -458,7 +458,7 @@ You'll use the CA certificate file in a client container. Therefore, you'll need spec: containers: - name: scalardb-cluster-client - image: eclipse-temurin:8 + image: eclipse-temurin:8-jre-jammy command: ['sleep'] args: ['inf'] env: diff --git a/versioned_docs/version-3.10/helm-charts/getting-started-scalardb.mdx b/versioned_docs/version-3.10/helm-charts/getting-started-scalardb.mdx index d9402c64..d1a92c58 100644 --- a/versioned_docs/version-3.10/helm-charts/getting-started-scalardb.mdx +++ b/versioned_docs/version-3.10/helm-charts/getting-started-scalardb.mdx @@ -209,7 +209,7 @@ You can deploy PostgreSQL on the Kubernetes cluster as follows. 1. Start a Client container on the Kubernetes cluster. ```console - kubectl run scalardb-client --image eclipse-temurin:8 --command sleep inf + kubectl run scalardb-client --image eclipse-temurin:8-jdk --command sleep inf ``` 1. Check if the Client container is running. diff --git a/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor-tls-cert-manager.mdx b/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor-tls-cert-manager.mdx index 4689d15e..f2718d5d 100644 --- a/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor-tls-cert-manager.mdx +++ b/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor-tls-cert-manager.mdx @@ -642,7 +642,7 @@ You'll use the CA certificate file in a client container. Therefore, you'll need spec: containers: - name: scalardl-client - image: eclipse-temurin:8 + image: eclipse-temurin:8-jdk command: ['sleep'] args: ['inf'] env: diff --git a/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor-tls.mdx b/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor-tls.mdx index d8d5adb4..8abaa2d9 100644 --- a/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor-tls.mdx +++ b/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor-tls.mdx @@ -743,7 +743,7 @@ You'll use the CA certificate file in a client container. Therefore, you'll need spec: containers: - name: scalardl-client - image: eclipse-temurin:8 + image: eclipse-temurin:8-jdk command: ['sleep'] args: ['inf'] env: diff --git a/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor.mdx b/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor.mdx index 9ce7ebcd..f11f0b23 100644 --- a/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor.mdx +++ b/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-auditor.mdx @@ -621,7 +621,7 @@ We will use certificate files in a Client container. So, we create a secret reso spec: containers: - name: scalardl-client - image: eclipse-temurin:8 + image: eclipse-temurin:8-jdk command: ['sleep'] args: ['inf'] volumeMounts: diff --git a/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-ledger.mdx b/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-ledger.mdx index 3adac8d5..cce92edb 100644 --- a/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-ledger.mdx +++ b/versioned_docs/version-3.10/helm-charts/getting-started-scalardl-ledger.mdx @@ -408,7 +408,7 @@ We will use certificate files in a Client container. So, we create a secret reso spec: containers: - name: scalardl-client - image: eclipse-temurin:8 + image: eclipse-temurin:8-jdk command: ['sleep'] args: ['inf'] volumeMounts: