forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for Helm 2 (apache#16575)
Helm 2 is EOL, so bump our chart to the v2 apiVersion https://helm.sh/blog/helm-v2-deprecation-timeline/
- Loading branch information
1 parent
3ebfd1e
commit c5e9141
Showing
7 changed files
with
16 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,8 +204,6 @@ log.txt* | |
# Terraform variables | ||
*.tfvars | ||
|
||
Chart.lock | ||
|
||
# Chart dependencies | ||
**/charts/*.tgz | ||
|
||
|
File renamed without changes.
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 |
---|---|---|
|
@@ -15,23 +15,29 @@ | |
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
# apiVersion v1 is Helm 2 | ||
# apiVersion v2 is Helm 3 | ||
--- | ||
apiVersion: v1 | ||
apiVersion: v2 | ||
name: airflow | ||
version: 1.1.0-rc1 | ||
appVersion: 2.1.0 | ||
description: Helm chart to deploy Apache Airflow, a platform to | ||
programmatically author, schedule, and monitor workflows | ||
home: https://airflow.apache.org/ | ||
sources: | ||
- https://github.com/apache/airflow | ||
icon: https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png | ||
keywords: | ||
- apache | ||
- airflow | ||
- workflow | ||
- scheduler | ||
dependencies: | ||
- name: postgresql | ||
version: 6.3.12 | ||
repository: "https://charts.bitnami.com/bitnami" | ||
condition: postgresql.enabled | ||
maintainers: | ||
- email: [email protected] | ||
name: Apache Airflow PMC | ||
sources: | ||
- https://github.com/apache/airflow | ||
type: application |
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 was deleted.
Oops, something went wrong.
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