diff --git a/upstreamed/drupal/Chart.yaml b/upstreamed/drupal/Chart.yaml index 7656e7a3d..cd8759d93 100644 --- a/upstreamed/drupal/Chart.yaml +++ b/upstreamed/drupal/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: drupal -version: 6.1.1 -appVersion: 8.7.10 +version: 6.2.0 +appVersion: 8.8.0 description: One of the most versatile open source content management systems. keywords: - drupal diff --git a/upstreamed/drupal/requirements.lock b/upstreamed/drupal/requirements.lock index eafe9692a..82451c739 100644 --- a/upstreamed/drupal/requirements.lock +++ b/upstreamed/drupal/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 7.2.0 + version: 7.3.0 digest: sha256:cd64413a4a697ccf85c0091e9c55cdc5876938ddced84c05d37c57ff9abc5864 -generated: 2019-12-03T15:14:34.585879215Z +generated: 2019-12-10T07:54:45.607433993Z diff --git a/upstreamed/drupal/values.yaml b/upstreamed/drupal/values.yaml index f907d5546..bde6bbd9e 100644 --- a/upstreamed/drupal/values.yaml +++ b/upstreamed/drupal/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/drupal - tag: 8.7.10-debian-9-r11 + tag: 8.8.0-debian-9-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -287,7 +287,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r129 + tag: 0.7.0-debian-9-r135 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/upstreamed/postgresql/Chart.yaml b/upstreamed/postgresql/Chart.yaml index be1064037..c03c9262b 100644 --- a/upstreamed/postgresql/Chart.yaml +++ b/upstreamed/postgresql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql -version: 7.7.2 +version: 7.7.3 appVersion: 11.6.0 description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: diff --git a/upstreamed/postgresql/README.md b/upstreamed/postgresql/README.md index 95384cfbd..ce504f15b 100644 --- a/upstreamed/postgresql/README.md +++ b/upstreamed/postgresql/README.md @@ -99,6 +99,7 @@ The following tables lists the configurable parameters of the PostgreSQL chart a | `postgresqlPassword` | PostgreSQL admin password | _random 10 character alphanumeric string_ | | `postgresqlDatabase` | PostgreSQL database | `nil` | | `postgresqlDataDir` | PostgreSQL data dir folder | `/bitnami/postgresql` (same value as persistence.mountPath) | +| `extraEnv` | Any extra environment variables you would like to pass on to the pod. The value is evaluated as a template. | `[]` | | `postgresqlInitdbArgs` | PostgreSQL initdb extra arguments | `nil` | | `postgresqlInitdbWalDir` | PostgreSQL location for transaction log | `nil` | | `postgresqlConfiguration` | Runtime Config Parameters | `nil` | @@ -202,7 +203,6 @@ The following tables lists the configurable parameters of the PostgreSQL chart a | `metrics.readinessProbe.timeoutSeconds` | When the probe times out | 5 | | `metrics.readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 | | `metrics.readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 | -| `extraEnv` | Any extra environment variables you would like to pass on to the pod. The value is evaluated as a template. | `{}` | | `updateStrategy` | Update strategy policy | `{type: "RollingUpdate"}` | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, diff --git a/upstreamed/postgresql/values-production.yaml b/upstreamed/postgresql/values-production.yaml index e32ec5fec..8051fd8c7 100644 --- a/upstreamed/postgresql/values-production.yaml +++ b/upstreamed/postgresql/values-production.yaml @@ -129,6 +129,15 @@ postgresqlUsername: postgres ## postgresqlDataDir: /bitnami/postgresql/data +## An array to add extra environment variables +## For example: +## extraEnv: +## - name: FOO +## value: "bar" +## +# extraEnv: +extraEnv: [] + ## Specify extra initdb args ## ref: https://github.com/bitnami/bitnami-docker-postgresql/blob/master/README.md ## @@ -461,6 +470,3 @@ metrics: timeoutSeconds: 5 failureThreshold: 6 successThreshold: 1 - -# Define custom environment variables to pass to the image here -extraEnv: [] diff --git a/upstreamed/postgresql/values.yaml b/upstreamed/postgresql/values.yaml index d15c571ed..dbd1f0b4d 100644 --- a/upstreamed/postgresql/values.yaml +++ b/upstreamed/postgresql/values.yaml @@ -129,6 +129,15 @@ postgresqlUsername: postgres ## postgresqlDataDir: /bitnami/postgresql/data +## An array to add extra environment variables +## For example: +## extraEnv: +## - name: FOO +## value: "bar" +## +# extraEnv: +extraEnv: [] + ## Specify extra initdb args ## ref: https://github.com/bitnami/bitnami-docker-postgresql/blob/master/README.md ## @@ -469,6 +478,3 @@ metrics: timeoutSeconds: 5 failureThreshold: 6 successThreshold: 1 - -# Define custom environment variables to pass to the image here -extraEnv: []