Skip to content

Commit

Permalink
chore: rename docker image in build_docker_image.sh, docker-compose.y…
Browse files Browse the repository at this point in the history
…ml and helm values.yaml (#12337)
  • Loading branch information
amitmiran137 authored Jan 10, 2021
1 parent f13f2e2 commit 37f648c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/superset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extraEnv: {}
configMountPath: "/app/pythonpath"

image:
repository: apache/incubator-superset
repository: apache/superset
tag: latest
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 37f648c

Please sign in to comment.