diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 64c2c61f7e..f3f5129b33 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -33,4 +33,4 @@ name: ghost sources: - https://github.com/bitnami/bitnami-docker-ghost - http://www.ghost.org/ -version: 11.1.9 +version: 11.2.0 diff --git a/bitnami/ghost/templates/deployment.yaml b/bitnami/ghost/templates/deployment.yaml index c58abb3904..875b6caa90 100644 --- a/bitnami/ghost/templates/deployment.yaml +++ b/bitnami/ghost/templates/deployment.yaml @@ -14,7 +14,7 @@ metadata: spec: selector: matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }} - replicas: 1 + replicas: {{ .Values.replicaCount }} template: metadata: labels: {{- include "common.labels.standard" . | nindent 8 }} diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index f2fc8c4470..7582642f9f 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -27,6 +27,9 @@ image: # pullSecrets: # - myRegistryKeySecretName +## Number of ghost replicas to deploy +replicaCount: 1 + ## Command and args for running the Ghost container (set to default if not set). Use array form ## command: []