Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily fix bitnami index problem #24112

Merged
merged 1 commit into from Jun 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion chart/Chart.yaml
Expand Up @@ -35,7 +35,13 @@ keywords:
dependencies:
- name: postgresql
version: 10.5.3
repository: "https://raw.githubusercontent.com/bitnami/charts/index/bitnami"
# In order to react to a sudden, totally breaking change by bitnami in
# https://github.com/bitnami/charts/issues/10539
# we need to use the version of index from just before the change. However we hope
# it is only temporary change as it breaks all our charts we released so far
# see comment here https://github.com/bitnami/charts/issues/10539#issuecomment-1144869092
repository: >
https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami
potiuk marked this conversation as resolved.
Show resolved Hide resolved
condition: postgresql.enabled
maintainers:
- email: dev@airflow.apache.org
Expand Down