Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
audacioustux committed Jun 20, 2024
1 parent c060e79 commit 3bc6847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mautic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.7
version: 0.2.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions charts/mautic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ mautic:
persistence:
# options: ReadWriteOnce, ReadWriteMany
# replicaCount should be 1 when using ReadWriteOnce
accessMode: ReadWriteMany
accessMode: ReadWriteOnce
# example: efs, nfs, ebs
storageClass: ""
# storageClass: ""

web:
resources: {}
Expand All @@ -47,13 +47,13 @@ mautic:
configMap:
MAUTIC_DB_HOST: mysql
MAUTIC_DB_PORT: "3306"
MAUTIC_DB_DATABASE: mautic

# existingSecret: ""
# ignore the following values if existingSecret is set
secret:
MAUTIC_DB_USER: mautic
MAUTIC_DB_PASSWORD: mautic
MAUTIC_DB_DATABASE: mautic

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 3bc6847

Please sign in to comment.