Move charts from upstreamed folder to bitnami (#2032)

* Move charts from upstreamed folder to bitnami

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Remove root .helmignore

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Bump charts version

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Remove file added by error

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Update Chart.yaml
This commit is contained in:
Carlos Rodríguez Hernández
2020-03-11 17:11:37 +01:00
committed by GitHub
parent 416d72f3d2
commit a0e44f7d6a
619 changed files with 1461 additions and 1022 deletions

View File

@@ -1 +1,21 @@
.git
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: airflow
version: 5.0.1
version: 5.0.2
appVersion: 1.10.9
description: Apache Airflow is a platform to programmatically author, schedule and monitor workflows.
keywords:

View File

@@ -306,4 +306,4 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
### 1.0.0
This release updates the PostgreSQL chart dependency to use PostgreSQL 11.x. You need to migrate the existing PostgreSQL data to this version before upgrading to this release. For more information follow [this link](https://github.com/helm/charts/tree/master/stable/postgresql#500).
This release updates the PostgreSQL chart dependency to use PostgreSQL 11.x. You need to migrate the existing PostgreSQL data to this version before upgrading to this release. For more information follow [this link](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#500).

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 8.5.0
version: 8.6.2
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 10.5.6
digest: sha256:8af39f1546cbafc2e2329d78b422a95883e4d7500181d14b27bc64dd534d7388
generated: "2020-03-04T18:17:44.522682866Z"
version: 10.5.7
digest: sha256:9a837d6b03984f81d72a353668d5800c6569509bdb12960b94d86ff45a321382
generated: "2020-03-11T14:14:23.263769991Z"

View File

@@ -347,7 +347,7 @@ readinessProbe:
##
## PostgreSQL chart configuration
##
## https://github.com/helm/charts/blob/master/stable/postgresql/values.yaml
## https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml
##
postgresql:
enabled: true
@@ -373,7 +373,7 @@ externalDatabase:
##
## Redis chart configuration
##
## https://github.com/helm/charts/blob/master/stable/redis/values.yaml
## https://github.com/bitnami/charts/blob/master/bitnami/redis/values.yaml
##
redis:
enabled: true

View File

@@ -347,7 +347,7 @@ readinessProbe:
##
## PostgreSQL chart configuration
##
## https://github.com/helm/charts/blob/master/stable/postgresql/values.yaml
## https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml
##
postgresql:
enabled: true
@@ -373,7 +373,7 @@ externalDatabase:
##
## Redis chart configuration
##
## https://github.com/helm/charts/blob/master/stable/redis/values.yaml
## https://github.com/bitnami/charts/blob/master/bitnami/redis/values.yaml
##
redis:
enabled: true