diff --git a/bitnami/phabricator/Chart.yaml b/bitnami/phabricator/Chart.yaml index 42339f13a..4cdb95da1 100644 --- a/bitnami/phabricator/Chart.yaml +++ b/bitnami/phabricator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: phabricator -version: 9.1.9 -appVersion: 2020.26.0 +version: 9.1.10 +appVersion: 2020.27.0 description: Collection of open source web applications that help software companies build better software. keywords: - phabricator diff --git a/bitnami/phabricator/values.yaml b/bitnami/phabricator/values.yaml index 0f4bdc5b1..42fc66212 100644 --- a/bitnami/phabricator/values.yaml +++ b/bitnami/phabricator/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/phabricator - tag: 2020.26.0-debian-10-r0 + tag: 2020.27.0-debian-10-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 @@ -251,7 +251,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r92 + tag: 0.8.0-debian-10-r97 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.