diff --git a/upstreamed/odoo/Chart.yaml b/upstreamed/odoo/Chart.yaml index 08818ab52..93c4b8f83 100644 --- a/upstreamed/odoo/Chart.yaml +++ b/upstreamed/odoo/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: odoo -version: 12.0.3 -appVersion: 12.0.20191115 +version: 12.0.4 +appVersion: 12.0.20191215 description: A suite of web based open source business apps. home: https://www.odoo.com/ icon: https://bitnami.com/assets/stacks/odoo/img/odoo-stack-110x117.png diff --git a/upstreamed/odoo/requirements.lock b/upstreamed/odoo/requirements.lock index 97150fc33..c6b038cb9 100644 --- a/upstreamed/odoo/requirements.lock +++ b/upstreamed/odoo/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: https://kubernetes-charts.storage.googleapis.com/ - version: 7.5.0 + version: 7.7.3 digest: sha256:e7c3fc1c0606c69cfd4240a86f1ada88086f7b37b51d16a4ce56cf48314065e3 -generated: 2019-11-21T16:36:01.498607299Z +generated: 2019-12-15T07:35:34.562674804Z diff --git a/upstreamed/odoo/values.yaml b/upstreamed/odoo/values.yaml index 06b81d80c..81d546619 100644 --- a/upstreamed/odoo/values.yaml +++ b/upstreamed/odoo/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/odoo - tag: 12.0.20191115-debian-9-r2 + tag: 12.0.20191215-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 diff --git a/upstreamed/phabricator/Chart.yaml b/upstreamed/phabricator/Chart.yaml index 7cfbcd866..5cbe0077a 100644 --- a/upstreamed/phabricator/Chart.yaml +++ b/upstreamed/phabricator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: phabricator -version: 9.0.3 -appVersion: 2019.47.0 +version: 9.0.4 +appVersion: 2019.50.0 description: Collection of open source web applications that help software companies build better software. keywords: - phabricator diff --git a/upstreamed/phabricator/requirements.lock b/upstreamed/phabricator/requirements.lock index e788d053a..18f26e8c7 100644 --- a/upstreamed/phabricator/requirements.lock +++ b/upstreamed/phabricator/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 7.0.1 + version: 7.3.1 digest: sha256:22662ca4b6b22e2476dbffb98118b0369277a68918a0129d17bf34bd66100653 -generated: "2019-11-13T22:13:36.186923905+05:30" +generated: 2019-12-13T23:03:16.528997564Z diff --git a/upstreamed/phabricator/values.yaml b/upstreamed/phabricator/values.yaml index bb2734bf2..9c70c5381 100644 --- a/upstreamed/phabricator/values.yaml +++ b/upstreamed/phabricator/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/phabricator - tag: 2019.47.0-debian-9-r0 + tag: 2019.50.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 @@ -228,7 +228,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r123 + tag: 0.7.0-debian-9-r137 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.