diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 2f5ea8d078..98032372dc 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phabricator -version: 9.0.9 +version: 9.0.10 appVersion: 2020.7.0 description: Collection of open source web applications that help software companies build better software. keywords: diff --git a/stable/phabricator/requirements.lock b/stable/phabricator/requirements.lock index 8077126335..cf64675882 100644 --- a/stable/phabricator/requirements.lock +++ b/stable/phabricator/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 7.3.9 + version: 7.3.10 digest: sha256:22662ca4b6b22e2476dbffb98118b0369277a68918a0129d17bf34bd66100653 -generated: "2020-02-18T10:48:36.47906334Z" +generated: "2020-02-26T08:37:02.607390868Z" diff --git a/stable/phabricator/values.yaml b/stable/phabricator/values.yaml index 428cf7f704..908341423e 100644 --- a/stable/phabricator/values.yaml +++ b/stable/phabricator/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/phabricator - tag: 2020.7.0-debian-10-r3 + tag: 2020.7.0-debian-10-r6 ## 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-10-r20 + tag: 0.7.0-debian-10-r29 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.