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

xiangfu pushed a commit to branch update_superset_image_version_in_k8s_example
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit c36297e403b84de176ba44529b0fe94c3688bab3
Author: Xiang Fu <fx19880...@gmail.com>
AuthorDate: Tue Feb 2 17:53:36 2021 -0800

    udpate superset k8s example to latest image
---
 kubernetes/helm/superset.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kubernetes/helm/superset.yaml b/kubernetes/helm/superset.yaml
index 8ba7f29..8daa737 100644
--- a/kubernetes/helm/superset.yaml
+++ b/kubernetes/helm/superset.yaml
@@ -2274,10 +2274,10 @@ spec:
         runAsGroup: 1000
         fsGroup: 1000
       containers:
-        - image: apachepinot/pinot-superset:0.36.0rc3
+        - image: apachepinot/pinot-superset:latest
           imagePullPolicy: Always
           name: superset
-          args: [ "flask", "run", "-p", "8088", "--with-threads", "--reload", 
"--debugger", "--host=0.0.0.0" ]
+          args: [ "superset", "run", "-p", "8088", "--with-threads", 
"--reload", "--debugger", "--host=0.0.0.0" ]
           env:
             - name: PYTHONPATH
               value: "/etc/superset"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to