This is an automated email from the ASF dual-hosted git repository.

yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new b0eb025  Fix home url within helm and update README.md (#326)
b0eb025 is described below

commit b0eb0250c9ea564dfd85b101707e12341d9a723e
Author: MonkeyCanCode <[email protected]>
AuthorDate: Fri Sep 27 19:23:29 2024 -0500

    Fix home url within helm and update README.md (#326)
---
 helm/polaris/Chart.yaml       | 2 +-
 helm/polaris/README.md        | 6 +++---
 helm/polaris/README.md.gotmpl | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/helm/polaris/Chart.yaml b/helm/polaris/Chart.yaml
index f62e5d3..8fe6691 100644
--- a/helm/polaris/Chart.yaml
+++ b/helm/polaris/Chart.yaml
@@ -22,7 +22,7 @@ name: polaris
 description: A Helm chart for Polaris
 type: application
 version: 0.1.0
-home: https://polaris.io/
+home: https://polaris.apache.org/
 icon: 
https://raw.githubusercontent.com/apache/polaris/main/docs/img/logos/polaris-brandmark.png
 sources:
   - https://github.com/apache/polaris
diff --git a/helm/polaris/README.md b/helm/polaris/README.md
index d34a92a..4c9351d 100644
--- a/helm/polaris/README.md
+++ b/helm/polaris/README.md
@@ -31,7 +31,7 @@
 
 A Helm chart for Polaris.
 
-**Homepage:** <https://polaris.io/>
+**Homepage:** <https://polaris.apache.org/>
 
 ## Maintainers
 
@@ -45,7 +45,7 @@ A Helm chart for Polaris.
 
 When using a custom `persistence.xml`, a Kubernetes Secret must be created for 
`.persistenceConfigSecret`. Below is a sample command:
 ```bash
-kubectl create secret generic  polaris-secret -n polaris 
--from-file=persistence.xml
+kubectl create secret generic polaris-secret -n polaris 
--from-file=persistence.xml
 ```
 
 ### From local directory (for development purposes)
@@ -96,7 +96,7 @@ $ helm uninstall --namespace polaris polaris
 | podAnnotations | object | `{}` | Annotations to apply to polaris pods. |
 | podLabels | object | `{}` | Additional Labels to apply to polaris pods. |
 | podSecurityContext | object | `{}` | Security context for the polaris pod. 
See https://kubernetes.io/docs/tasks/configure-pod-container/security-context/. 
|
-| polarisServerConfig | object | 
`{"authenticator":{"class":"org.apache.polaris.service.auth.TestInlineBearerTokenPolarisAuthenticator"},"callContextResolver":{"type":"default"},"cors":{"allowed-credentials":true,"allowed-headers":["*"],"allowed-methods":["PATCH","POST","DELETE","GET","PUT"],"allowed-origins":["http://localhost:8080"],"allowed-timing-origins":["http://localhost:8080"],"exposed-headers":["*"],"preflight-max-age":600},"defaultRealms":["default-realm"],"featureConfiguration
 [...]
+| polarisServerConfig | object | 
`{"authenticator":{"class":"org.apache.polaris.service.auth.TestInlineBearerTokenPolarisAuthenticator"},"callContextResolver":{"type":"default"},"cors":{"allowed-credentials":true,"allowed-headers":["*"],"allowed-methods":["PATCH","POST","DELETE","GET","PUT"],"allowed-origins":["http://localhost:8080"],"allowed-timing-origins":["http://localhost:8080"],"exposed-headers":["*"],"preflight-max-age":600},"defaultRealms":["default-realm"],"featureConfiguration
 [...]
 | readinessProbe | object | 
`{"failureThreshold":3,"initialDelaySeconds":5,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10}`
 | Configures the readiness probe for polaris pods. |
 | readinessProbe.failureThreshold | int | `3` | Minimum consecutive failures 
for the probe to be considered failed after having succeeded. Minimum value is 
1. |
 | readinessProbe.initialDelaySeconds | int | `5` | Number of seconds after the 
container has started before readiness probes are initiated. Minimum value is 
0. |
diff --git a/helm/polaris/README.md.gotmpl b/helm/polaris/README.md.gotmpl
index 1965177..43a5f2b 100644
--- a/helm/polaris/README.md.gotmpl
+++ b/helm/polaris/README.md.gotmpl
@@ -51,7 +51,7 @@
 
 When using a custom `persistence.xml`, a Kubernetes Secret must be created for 
`.persistenceConfigSecret`. Below is a sample command:
 ```bash
-kubectl create secret generic  polaris-secret -n polaris 
--from-file=persistence.xml
+kubectl create secret generic polaris-secret -n polaris 
--from-file=persistence.xml
 ```
 
 ### From local directory (for development purposes)

Reply via email to