Skip to content

Commit

Permalink
fix: airflow-helm 2.3.3 (open-metadata#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 authored Sep 9, 2022
1 parent 942f6b7 commit 1bd0a61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/deps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.36
version: 0.0.37

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 3 additions & 0 deletions charts/deps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ airflow:
serviceAccount:
create: true
name: "airflow"
scheduler:
logCleanup:
enabled: false
dags:
persistence:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/openmetadata/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.36
version: 0.0.37

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit 1bd0a61

Please sign in to comment.