This is an automated email from the ASF dual-hosted git repository.
yufei pushed a commit to branch release/1.0.x
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/release/1.0.x by this push:
new 0fab43e70 Update Helm chart versions and docker image tag (#1944)
0fab43e70 is described below
commit 0fab43e70df88567103d75e35f94bf80bde10b7c
Author: Yufei Gu <[email protected]>
AuthorDate: Wed Jun 25 15:25:49 2025 -0700
Update Helm chart versions and docker image tag (#1944)
---
helm/polaris/Chart.yaml | 4 ++--
helm/polaris/values.yaml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/helm/polaris/Chart.yaml b/helm/polaris/Chart.yaml
index 6e02d647f..b48301d0a 100644
--- a/helm/polaris/Chart.yaml
+++ b/helm/polaris/Chart.yaml
@@ -21,8 +21,8 @@ apiVersion: v2
name: polaris
description: A Helm chart for Apache Polaris (incubating)
type: application
-version: 0.1.0
-appVersion: 1.0.0-incubating-SNAPSHOT
+version: 1.0.0
+appVersion: 1.0.0-incubating
home: https://polaris.apache.org/
icon:
https://raw.githubusercontent.com/apache/polaris/main/site/static/img/logos/polaris-brandmark.png
sources:
diff --git a/helm/polaris/values.yaml b/helm/polaris/values.yaml
index 5cf964f20..97d895e40 100644
--- a/helm/polaris/values.yaml
+++ b/helm/polaris/values.yaml
@@ -27,7 +27,7 @@ image:
# -- The image pull policy.
pullPolicy: IfNotPresent
# -- The image tag.
- tag: "latest"
+ tag: "1.0.0-incubating"
# -- The path to the directory where the application.properties file, and
other configuration
# files, if any, should be mounted.
# Note: if you are using EclipseLink, then this value must be at least two
folders down to the