Skip to content

Commit 37f648c

Browse files
authored
chore: rename docker image in build_docker_image.sh, docker-compose.yml and helm values.yaml (apache#12337)
1 parent f13f2e2 commit 37f648c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker_build_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
set -eo pipefail
1919

2020
SHA=$(git rev-parse HEAD)
21-
REPO_NAME="apache/incubator-superset"
21+
REPO_NAME="apache/superset"
2222

2323
if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
2424
REFSPEC=$(echo "${GITHUB_HEAD_REF}" | sed 's/[^a-zA-Z0-9]/-/' | head -c 20)

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
x-superset-image: &superset-image apache/incubator-superset:latest-dev
17+
x-superset-image: &superset-image apache/superset:latest-dev
1818
x-superset-depends-on: &superset-depends-on
1919
- db
2020
- redis

helm/superset/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extraEnv: {}
4444
configMountPath: "/app/pythonpath"
4545

4646
image:
47-
repository: apache/incubator-superset
47+
repository: apache/superset
4848
tag: latest
4949
pullPolicy: IfNotPresent
5050

0 commit comments

Comments
 (0)