From 14afc789c229012bb85e9985ecc8a2edf774ed6d Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Fri, 4 Oct 2019 10:35:06 +0000 Subject: [PATCH] Synchronize upstreamed folder to 5fc57ffd4 --- upstreamed/mediawiki/Chart.yaml | 2 +- upstreamed/mediawiki/values.yaml | 2 +- upstreamed/mongodb/Chart.yaml | 2 +- upstreamed/mongodb/values-production.yaml | 2 +- upstreamed/mongodb/values.yaml | 2 +- upstreamed/moodle/Chart.yaml | 2 +- upstreamed/moodle/values.yaml | 2 +- upstreamed/nats/Chart.yaml | 2 +- upstreamed/nats/values-production.yaml | 2 +- upstreamed/nats/values.yaml | 2 +- upstreamed/odoo/Chart.yaml | 2 +- upstreamed/odoo/values.yaml | 2 +- upstreamed/opencart/Chart.yaml | 2 +- upstreamed/opencart/values.yaml | 2 +- upstreamed/orangehrm/Chart.yaml | 2 +- upstreamed/orangehrm/values.yaml | 2 +- upstreamed/osclass/Chart.yaml | 2 +- upstreamed/osclass/values.yaml | 2 +- upstreamed/parse/Chart.yaml | 2 +- upstreamed/parse/values.yaml | 2 +- upstreamed/phabricator/Chart.yaml | 2 +- upstreamed/phabricator/values.yaml | 2 +- upstreamed/phpbb/Chart.yaml | 2 +- upstreamed/phpbb/values.yaml | 2 +- upstreamed/prestashop/Chart.yaml | 2 +- upstreamed/prestashop/values.yaml | 2 +- upstreamed/redmine/Chart.yaml | 2 +- upstreamed/redmine/values.yaml | 2 +- upstreamed/suitecrm/Chart.yaml | 2 +- upstreamed/suitecrm/values.yaml | 2 +- upstreamed/testlink/Chart.yaml | 2 +- upstreamed/testlink/values.yaml | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/upstreamed/mediawiki/Chart.yaml b/upstreamed/mediawiki/Chart.yaml index 8eab6536f..f73ac8117 100644 --- a/upstreamed/mediawiki/Chart.yaml +++ b/upstreamed/mediawiki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mediawiki -version: 8.2.4 +version: 8.2.5 appVersion: 1.33.0 description: Extremely powerful, scalable software and a feature-rich wiki implementation that uses PHP to process and display data stored in a database. home: http://www.mediawiki.org/ diff --git a/upstreamed/mediawiki/values.yaml b/upstreamed/mediawiki/values.yaml index 88f2169f8..49304aa68 100644 --- a/upstreamed/mediawiki/values.yaml +++ b/upstreamed/mediawiki/values.yaml @@ -190,7 +190,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set diff --git a/upstreamed/mongodb/Chart.yaml b/upstreamed/mongodb/Chart.yaml index d750be14c..96dd94b09 100644 --- a/upstreamed/mongodb/Chart.yaml +++ b/upstreamed/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 7.2.10 +version: 7.2.11 appVersion: 4.0.12 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/upstreamed/mongodb/values-production.yaml b/upstreamed/mongodb/values-production.yaml index 68d469311..71172b604 100644 --- a/upstreamed/mongodb/values-production.yaml +++ b/upstreamed/mongodb/values-production.yaml @@ -268,7 +268,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set diff --git a/upstreamed/mongodb/values.yaml b/upstreamed/mongodb/values.yaml index f5fc4b2e1..d76550515 100644 --- a/upstreamed/mongodb/values.yaml +++ b/upstreamed/mongodb/values.yaml @@ -270,7 +270,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set diff --git a/upstreamed/moodle/Chart.yaml b/upstreamed/moodle/Chart.yaml index f9ac600fb..c86f501f4 100644 --- a/upstreamed/moodle/Chart.yaml +++ b/upstreamed/moodle/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: moodle -version: 6.1.8 +version: 6.1.9 appVersion: 3.7.2 description: Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments keywords: diff --git a/upstreamed/moodle/values.yaml b/upstreamed/moodle/values.yaml index a705b7861..ab6b64d90 100644 --- a/upstreamed/moodle/values.yaml +++ b/upstreamed/moodle/values.yaml @@ -201,7 +201,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set annotations: diff --git a/upstreamed/nats/Chart.yaml b/upstreamed/nats/Chart.yaml index ad3cf1f1f..af9f3b5c5 100644 --- a/upstreamed/nats/Chart.yaml +++ b/upstreamed/nats/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nats -version: 4.2.0 +version: 4.2.1 appVersion: 2.1.0 description: An open-source, cloud-native messaging system keywords: diff --git a/upstreamed/nats/values-production.yaml b/upstreamed/nats/values-production.yaml index aa15882a8..c8ea272d9 100644 --- a/upstreamed/nats/values-production.yaml +++ b/upstreamed/nats/values-production.yaml @@ -262,7 +262,7 @@ ingress: ## kubernetes.io/tls-acme: true ## ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set annotations: diff --git a/upstreamed/nats/values.yaml b/upstreamed/nats/values.yaml index 6a13634f7..652fb83f2 100644 --- a/upstreamed/nats/values.yaml +++ b/upstreamed/nats/values.yaml @@ -262,7 +262,7 @@ ingress: ## kubernetes.io/tls-acme: true ## ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set annotations: diff --git a/upstreamed/odoo/Chart.yaml b/upstreamed/odoo/Chart.yaml index 91f45fd87..144cf9e13 100644 --- a/upstreamed/odoo/Chart.yaml +++ b/upstreamed/odoo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: odoo -version: 11.1.6 +version: 11.1.7 appVersion: 12.0.20190915 description: A suite of web based open source business apps. home: https://www.odoo.com/ diff --git a/upstreamed/odoo/values.yaml b/upstreamed/odoo/values.yaml index 824cd40b0..604379f5f 100644 --- a/upstreamed/odoo/values.yaml +++ b/upstreamed/odoo/values.yaml @@ -157,7 +157,7 @@ ingress: certManager: false ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set diff --git a/upstreamed/opencart/Chart.yaml b/upstreamed/opencart/Chart.yaml index 05da6a244..75248d541 100644 --- a/upstreamed/opencart/Chart.yaml +++ b/upstreamed/opencart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: opencart -version: 6.2.3 +version: 6.2.4 appVersion: 3.0.3-2 description: A free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store. keywords: diff --git a/upstreamed/opencart/values.yaml b/upstreamed/opencart/values.yaml index c2229d649..63d0dd105 100644 --- a/upstreamed/opencart/values.yaml +++ b/upstreamed/opencart/values.yaml @@ -168,7 +168,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set diff --git a/upstreamed/orangehrm/Chart.yaml b/upstreamed/orangehrm/Chart.yaml index fcd48d912..a8147e41b 100644 --- a/upstreamed/orangehrm/Chart.yaml +++ b/upstreamed/orangehrm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: orangehrm -version: 6.2.3 +version: 6.2.4 appVersion: 4.3.3-0 description: OrangeHRM is a free HR management system that offers a wealth of modules to suit the needs of your business. diff --git a/upstreamed/orangehrm/values.yaml b/upstreamed/orangehrm/values.yaml index 74387049d..c49237342 100644 --- a/upstreamed/orangehrm/values.yaml +++ b/upstreamed/orangehrm/values.yaml @@ -187,7 +187,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set diff --git a/upstreamed/osclass/Chart.yaml b/upstreamed/osclass/Chart.yaml index 229b57be0..1568e8cb2 100644 --- a/upstreamed/osclass/Chart.yaml +++ b/upstreamed/osclass/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: osclass -version: 6.2.3 +version: 6.2.4 appVersion: 3.7.4 description: Osclass is a php script that allows you to quickly create and manage your own free classifieds site. diff --git a/upstreamed/osclass/values.yaml b/upstreamed/osclass/values.yaml index 28fef19ce..f3f02f738 100644 --- a/upstreamed/osclass/values.yaml +++ b/upstreamed/osclass/values.yaml @@ -182,7 +182,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set diff --git a/upstreamed/parse/Chart.yaml b/upstreamed/parse/Chart.yaml index 0f2aa97d9..47b3c8781 100644 --- a/upstreamed/parse/Chart.yaml +++ b/upstreamed/parse/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: parse -version: 10.0.1 +version: 10.0.2 appVersion: 3.9.0 description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more. keywords: diff --git a/upstreamed/parse/values.yaml b/upstreamed/parse/values.yaml index edb2bce1f..e353783ff 100644 --- a/upstreamed/parse/values.yaml +++ b/upstreamed/parse/values.yaml @@ -241,7 +241,7 @@ ingress: ## Ingress annotations done as key:value pairs. If certManager is set to true, ## the annotation 'kubernetes.io/tls-acme: "true"' will automatically be set - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## annotations: # kubernetes.io/ingress.class: nginx diff --git a/upstreamed/phabricator/Chart.yaml b/upstreamed/phabricator/Chart.yaml index 05cddd08a..aadaaadc7 100644 --- a/upstreamed/phabricator/Chart.yaml +++ b/upstreamed/phabricator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phabricator -version: 7.0.10 +version: 7.0.11 appVersion: 2019.39.0 description: Collection of open source web applications that help software companies build better software. keywords: diff --git a/upstreamed/phabricator/values.yaml b/upstreamed/phabricator/values.yaml index aed29efb4..009399043 100644 --- a/upstreamed/phabricator/values.yaml +++ b/upstreamed/phabricator/values.yaml @@ -170,7 +170,7 @@ ingress: ## Ingress annotations done as key:value pairs ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## annotations: # kubernetes.io/ingress.class: nginx diff --git a/upstreamed/phpbb/Chart.yaml b/upstreamed/phpbb/Chart.yaml index 5cfd94baa..4ade6f37f 100644 --- a/upstreamed/phpbb/Chart.yaml +++ b/upstreamed/phpbb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phpbb -version: 6.2.3 +version: 6.2.4 appVersion: 3.2.8 description: Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more. keywords: diff --git a/upstreamed/phpbb/values.yaml b/upstreamed/phpbb/values.yaml index 2fb9077f3..dcc551c02 100644 --- a/upstreamed/phpbb/values.yaml +++ b/upstreamed/phpbb/values.yaml @@ -140,7 +140,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set diff --git a/upstreamed/prestashop/Chart.yaml b/upstreamed/prestashop/Chart.yaml index 57e28c477..f30f8b9a5 100644 --- a/upstreamed/prestashop/Chart.yaml +++ b/upstreamed/prestashop/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: prestashop -version: 8.2.3 +version: 8.2.4 appVersion: 1.7.6-1 description: A popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing. keywords: diff --git a/upstreamed/prestashop/values.yaml b/upstreamed/prestashop/values.yaml index 8ea4d794c..18569e9fe 100644 --- a/upstreamed/prestashop/values.yaml +++ b/upstreamed/prestashop/values.yaml @@ -201,7 +201,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set diff --git a/upstreamed/redmine/Chart.yaml b/upstreamed/redmine/Chart.yaml index 6ee3cd280..5952c3d55 100644 --- a/upstreamed/redmine/Chart.yaml +++ b/upstreamed/redmine/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: redmine -version: 12.2.6 +version: 12.2.7 appVersion: 4.0.4 description: A flexible project management web application. keywords: diff --git a/upstreamed/redmine/values.yaml b/upstreamed/redmine/values.yaml index 6aa5c7b83..4eae85dd6 100644 --- a/upstreamed/redmine/values.yaml +++ b/upstreamed/redmine/values.yaml @@ -229,7 +229,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set annotations: diff --git a/upstreamed/suitecrm/Chart.yaml b/upstreamed/suitecrm/Chart.yaml index 64d3a8178..bb90c7140 100644 --- a/upstreamed/suitecrm/Chart.yaml +++ b/upstreamed/suitecrm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: suitecrm -version: 7.2.4 +version: 7.2.5 appVersion: 7.11.8 description: SuiteCRM is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM. keywords: diff --git a/upstreamed/suitecrm/values.yaml b/upstreamed/suitecrm/values.yaml index e00ca14f1..49267e07c 100644 --- a/upstreamed/suitecrm/values.yaml +++ b/upstreamed/suitecrm/values.yaml @@ -209,7 +209,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set diff --git a/upstreamed/testlink/Chart.yaml b/upstreamed/testlink/Chart.yaml index ecb9a5565..d64e9fc72 100644 --- a/upstreamed/testlink/Chart.yaml +++ b/upstreamed/testlink/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: testlink -version: 6.3.1 +version: 6.3.2 appVersion: 1.9.19 description: Web-based test management system that facilitates software quality assurance. icon: https://bitnami.com/assets/stacks/testlink/img/testlink-stack-220x234.png diff --git a/upstreamed/testlink/values.yaml b/upstreamed/testlink/values.yaml index 5ef05732d..9de1c9b45 100644 --- a/upstreamed/testlink/values.yaml +++ b/upstreamed/testlink/values.yaml @@ -206,7 +206,7 @@ ingress: ## Ingress annotations done as key:value pairs ## For a full list of possible ingress annotations, please see - ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/annotations.md + ## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md ## ## If tls is set to true, annotation ingress.kubernetes.io/secure-backends: "true" will automatically be set ## If certManager is set to true, annotation kubernetes.io/tls-acme: "true" will automatically be set