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

jerryshao pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new f76124eb7e [Cherry-pick to branch-1.3] [MINOR] fix(helm): Remove 
hardcoded version in chart unit tests (#11494) (#11505)
f76124eb7e is described below

commit f76124eb7e48bc3e5ff60f7aca14162fc1b38c46
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 9 11:45:31 2026 +0800

    [Cherry-pick to branch-1.3] [MINOR] fix(helm): Remove hardcoded version in 
chart unit tests (#11494) (#11505)
    
    **Cherry-pick Information:**
    - Original commit: 3b1249548ee7fc45e5cd147cbb4a8190c0896eb6
    - Target branch: `branch-1.3`
    - Status: ⚠️ **Has conflicts - manual resolution required**
    
    Please review and resolve the conflicts before merging.
    
    ---------
    
    Co-authored-by: Danhua Wang <[email protected]>
    Co-authored-by: Jerry Shao <[email protected]>
---
 dev/charts/gravitino-iceberg-rest-server/tests/deployment_test.yaml | 4 ++--
 dev/charts/gravitino-lance-rest-server/tests/deployment_test.yaml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dev/charts/gravitino-iceberg-rest-server/tests/deployment_test.yaml 
b/dev/charts/gravitino-iceberg-rest-server/tests/deployment_test.yaml
index 9f6a5965e5..74b926174d 100644
--- a/dev/charts/gravitino-iceberg-rest-server/tests/deployment_test.yaml
+++ b/dev/charts/gravitino-iceberg-rest-server/tests/deployment_test.yaml
@@ -45,9 +45,9 @@ tests:
       - equal:
           path: spec.template.spec.serviceAccountName
           value: default
-      - equal:
+      - matchRegex:
           path: spec.template.spec.containers[0].image
-          value: apache/gravitino-iceberg-rest:1.3.0-SNAPSHOT
+          pattern: "^apache/gravitino-iceberg-rest:.+"
       - contains:
           path: spec.template.spec.containers[0].env
           content:
diff --git a/dev/charts/gravitino-lance-rest-server/tests/deployment_test.yaml 
b/dev/charts/gravitino-lance-rest-server/tests/deployment_test.yaml
index 155529921c..25c0ba97bd 100644
--- a/dev/charts/gravitino-lance-rest-server/tests/deployment_test.yaml
+++ b/dev/charts/gravitino-lance-rest-server/tests/deployment_test.yaml
@@ -44,9 +44,9 @@ tests:
       - equal:
           path: spec.template.spec.serviceAccountName
           value: default
-      - equal:
+      - matchRegex:
           path: spec.template.spec.containers[0].image
-          value: apache/gravitino-lance-rest:1.3.0-SNAPSHOT
+          pattern: "^apache/gravitino-lance-rest:.+"
       - contains:
           path: spec.template.spec.containers[0].env
           content:

Reply via email to