We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584c1f0 commit c87bb9fCopy full SHA for c87bb9f
ghost/helm/ghost/Chart.yaml
@@ -2,9 +2,10 @@ apiVersion: v2
2
name: ghost
3
description: A Helm chart for Kubernetes
4
type: application
5
-version: 0.3.1
+version: 0.3.2
6
appVersion: "5.49.2"
7
dependencies:
8
- name: mysql
9
version: 0.6.6
10
repository: https://pluralsh.github.io/module-library
11
+ condition: mysql.enabled
ghost/helm/ghost/values.yaml
@@ -1,6 +1,7 @@
1
replicaCount: 1
mysql:
+ enabled: true
rootPassword: replace
appUser: ghost
appPassword: replace
0 commit comments