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

yzheng 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 7c2909c70 Fix gralde command for helm image and remove 
simple-values.yaml (#2036)
7c2909c70 is described below

commit 7c2909c704531286990fe7282d849a36a7ffdeec
Author: Yong Zheng <[email protected]>
AuthorDate: Fri Jul 11 22:27:10 2025 -0500

    Fix gralde command for helm image and remove simple-values.yaml (#2036)
---
 helm/polaris/README.md             |  2 --
 helm/polaris/README.md.gotmpl      |  2 --
 helm/polaris/ci/simple-values.yaml | 27 ---------------------------
 site/content/in-dev/helm.md        |  2 --
 4 files changed, 33 deletions(-)

diff --git a/helm/polaris/README.md b/helm/polaris/README.md
index 44cf6cdb9..05b006974 100644
--- a/helm/polaris/README.md
+++ b/helm/polaris/README.md
@@ -57,7 +57,6 @@ eval $(minikube docker-env)
   :polaris-server:quarkusAppPartsBuild --rerun \
   :polaris-admin:assemble \
   :polaris-admin:quarkusAppPartsBuild --rerun \
-  -Dquarkus.container-image.tag=postgres-latest \
   -Dquarkus.container-image.build=true
 ```
 
@@ -90,7 +89,6 @@ Below are two sample deployment models for installing the 
chart: one with a non-
 Install the chart with a non-persistent backend. From Polaris repo root:
 ```bash
 helm upgrade --install --namespace polaris \
-  --values helm/polaris/ci/simple-values.yaml \
   polaris helm/polaris
 ```
 
diff --git a/helm/polaris/README.md.gotmpl b/helm/polaris/README.md.gotmpl
index 277ff4b83..99feabb10 100644
--- a/helm/polaris/README.md.gotmpl
+++ b/helm/polaris/README.md.gotmpl
@@ -59,7 +59,6 @@ eval $(minikube docker-env)
   :polaris-server:quarkusAppPartsBuild --rerun \
   :polaris-admin:assemble \
   :polaris-admin:quarkusAppPartsBuild --rerun \
-  -Dquarkus.container-image.tag=postgres-latest \
   -Dquarkus.container-image.build=true
 ```
 
@@ -92,7 +91,6 @@ Below are two sample deployment models for installing the 
chart: one with a non-
 Install the chart with a non-persistent backend. From Polaris repo root:
 ```bash
 helm upgrade --install --namespace polaris \
-  --values helm/polaris/ci/simple-values.yaml \
   polaris helm/polaris
 ```
 
diff --git a/helm/polaris/ci/simple-values.yaml 
b/helm/polaris/ci/simple-values.yaml
deleted file mode 100644
index 4daf85ddf..000000000
--- a/helm/polaris/ci/simple-values.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
-image:
-  pullPolicy: Never
-
-storage:
-  secret:
-    name: polaris-storage
-    awsAccessKeyId: access-key
-    awsSecretAccessKey: secret-key
diff --git a/site/content/in-dev/helm.md b/site/content/in-dev/helm.md
index 44cf6cdb9..05b006974 100644
--- a/site/content/in-dev/helm.md
+++ b/site/content/in-dev/helm.md
@@ -57,7 +57,6 @@ eval $(minikube docker-env)
   :polaris-server:quarkusAppPartsBuild --rerun \
   :polaris-admin:assemble \
   :polaris-admin:quarkusAppPartsBuild --rerun \
-  -Dquarkus.container-image.tag=postgres-latest \
   -Dquarkus.container-image.build=true
 ```
 
@@ -90,7 +89,6 @@ Below are two sample deployment models for installing the 
chart: one with a non-
 Install the chart with a non-persistent backend. From Polaris repo root:
 ```bash
 helm upgrade --install --namespace polaris \
-  --values helm/polaris/ci/simple-values.yaml \
   polaris helm/polaris
 ```
 

Reply via email to