danhuawang commented on issue #11267:
URL: https://github.com/apache/gravitino/issues/11267#issuecomment-4560869992
Had rebuild.
```
ubuntu@danhua:~/gravitino$ helm install gravitino dev/charts/gravitino/ -n
gravitino-test --create-namespace
NAME: gravitino
LAST DEPLOYED: Thu May 28 04:30:48 2026
NAMESPACE: gravitino-test
STATUS: deployed
REVISION: 1
NOTES:
🚀 gravitino-helm has been installed. Check its status by running:
kubectl get pods --namespace gravitino-test
Check the "gravitino.conf" by running:
kubectl get cm gravitino-gravitino-helm -n gravitino-test -o json | jq -r
'.data["gravitino.conf"]'
ubuntu@danhua:~/gravitino$ kubectl get pod
gravitino-gravitino-helm-568749cffc-mtrm8 --namespace gravitino-test -o yaml |
grep image:
image: docker.io/apache/gravitino:1.3.0-SNAPSHOT
image: docker.io/apache/gravitino:1.3.0-SNAPSHOT
image: docker.io/apache/gravitino:1.3.0-SNAPSHOT
image: docker.io/apache/gravitino:1.3.0-SNAPSHOT
ubuntu@danhua:~/gravitino$ kubectl get pods --namespace gravitino-test
NAME READY STATUS RESTARTS AGE
gravitino-gravitino-helm-568749cffc-mtrm8 1/1 Running 0
5m12s
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]