-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from unicef/feature/94-upgrade-helm-charts-ve…
…rsions Feature: update helm chart versions (dagster, superset, drill)
- Loading branch information
Showing
55 changed files
with
3,618 additions
and
2,704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
http://localhost:4444/mag-cli* | ||
https://www.unicef.org | ||
http://unicef.org | ||
https://unicef.github.io/magasin/mag_dagster/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Update Helm charts configuration file | ||
# | ||
# Empty lines and lines starting with # are ignored | ||
# | ||
# The file is a list of Helm repositories and Helm charts to be downloaded | ||
# # Format | ||
|
||
# repo_url: The URL of the Helm repository | ||
# repo_name: The name of the Helm repository. This is how it will be called internally | ||
# chart_name: The name of the Helm chart to be downloaded | ||
# chart_version: The version of the Helm chart to download | ||
# | ||
# repo_url repo_name chart_name chart_version | ||
#------------------------------------------------------------------------------------- | ||
# To get the latest version number use the tag in the github repo | ||
# https://github.com/dagster-io/dagster/releases Example: 1.6.0 | ||
https://dagster-io.github.io/helm dagster dagster 1.9.3 | ||
|
||
# | ||
# Daskhub | ||
# | ||
# To get the version number use the release tag in the repo | ||
# https://github.com/dask/helm-chart/tags. Example 2024.1.0 | ||
https://helm.dask.org/ dask daskhub 2024.1.0 | ||
|
||
# | ||
# Apache Drill | ||
# | ||
# To get the version Use the latest release tag in the repo | ||
# https://github.com/magasin-drill/tags | ||
https://unicef.github.io/magasin-drill drill drill 0.9.0 | ||
|
||
# | ||
# MinIO | ||
# | ||
# To get the latest version number go to | ||
# https://operator.min.io/index.yaml | ||
# Search for the string "name: operator" | ||
https://operator.min.io/ minio operator 5.0.11 | ||
https://operator.min.io/ minio tenant 5.0.11 | ||
|
||
# | ||
# Superset | ||
# | ||
# Search for superset-helm-chart version | ||
# https://github.com/apache/superset/tags | ||
# https://apache.github.io/superset/index.yaml | ||
|
||
https://apache.github.io/superset superset superset 0.13.4 |
Oops, something went wrong.