This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUBMARINE-643. Make git-sync image configurable
### What is this PR for? For the known reason, this gcr image cannot be pulled from some places. We should make this configurable in helm charts and pass this to the submarine server by an environment variable. In the other hand, we pushed this image to the Apache Docker hub with the name "apache/submarine:git-sync-3.1.6" as a default image. `public static final String GIT_SYNC_IMAGE = "k8s.gcr.io/git-sync:v3.1.6"; ` ### What type of PR is it? [Improvement] ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-643 ### How should this be tested? https://travis-ci.org/github/pingsutw/hadoop-submarine/builds/731185896 ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Kevin Su <pingsutw@gmail.com> Closes #418 from pingsutw/SUBMARINE-643 and squashes the following commits: c011b66 [Kevin Su] Make git-sync image configurable
- Loading branch information