feat: use Scarf Gateway for Superset helm charts/Docker compose downloads (#24432)

This commit is contained in:
Arjun Devarajan
2023-07-19 09:16:20 -04:00
committed by GitHub
parent 11bb8c35b0
commit 2b0ffb01b6
9 changed files with 26 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
x-superset-image: &superset-image apache/superset:${TAG:-latest-dev}
x-superset-image: &superset-image apachesuperset.docker.scarf.sh/apache/superset:${TAG:-latest-dev}
x-superset-depends-on: &superset-depends-on
- db
- redis