You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cr...@apache.org on 2021/01/10 17:30:09 UTC

[superset] branch master updated: chore: rename docker image in build_docker_image.sh, docker-compose.yml and helm values.yaml (#12337)

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

craigrueda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 37f648c  chore: rename docker image in build_docker_image.sh, docker-compose.yml and helm values.yaml (#12337)
37f648c is described below

commit 37f648c41b54653dfa6bd1fa805d9f892e9a8d42
Author: Amit Miran <47...@users.noreply.github.com>
AuthorDate: Sun Jan 10 19:29:17 2021 +0200

    chore: rename docker image in build_docker_image.sh, docker-compose.yml and helm values.yaml (#12337)
---
 .github/workflows/docker_build_push.sh | 2 +-
 docker-compose.yml                     | 2 +-
 helm/superset/values.yaml              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docker_build_push.sh b/.github/workflows/docker_build_push.sh
index dbfd134..af49619 100755
--- a/.github/workflows/docker_build_push.sh
+++ b/.github/workflows/docker_build_push.sh
@@ -18,7 +18,7 @@
 set -eo pipefail
 
 SHA=$(git rev-parse HEAD)
-REPO_NAME="apache/incubator-superset"
+REPO_NAME="apache/superset"
 
 if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
   REFSPEC=$(echo "${GITHUB_HEAD_REF}" | sed 's/[^a-zA-Z0-9]/-/' | head -c 20)
diff --git a/docker-compose.yml b/docker-compose.yml
index 0fa2d25..733ad3e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-x-superset-image: &superset-image apache/incubator-superset:latest-dev
+x-superset-image: &superset-image apache/superset:latest-dev
 x-superset-depends-on: &superset-depends-on
   - db
   - redis
diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml
index 1c7102f..366f7a3 100644
--- a/helm/superset/values.yaml
+++ b/helm/superset/values.yaml
@@ -44,7 +44,7 @@ extraEnv: {}
 configMountPath: "/app/pythonpath"
 
 image:
-  repository: apache/incubator-superset
+  repository: apache/superset
   tag: latest
   pullPolicy: IfNotPresent