You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/02/03 01:54:06 UTC

[incubator-pinot] branch update_superset_image_version_in_k8s_example created (now c36297e)

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

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


      at c36297e  udpate superset k8s example to latest image

This branch includes the following new commits:

     new c36297e  udpate superset k8s example to latest image

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-pinot] 01/01: udpate superset k8s example to latest image

Posted by xi...@apache.org.
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 <fx...@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-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org