Skip to content

Commit

Permalink
add a value for mysql image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Sep 27, 2024
1 parent c07eda8 commit ae96862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/helm/hcfmailerplus/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.4.1
version: 0.4.2

# 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
2 changes: 1 addition & 1 deletion k8s/helm/hcfmailerplus/templates/deployments-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: mysql
key: MYSQL_PASSWORD
image: mysql:latest
image: mysql:{{ .Values.storage.mysql.tag }}
name: mysql
ports:
- containerPort: {{ .Values.storage.mysql.port }}
Expand Down
1 change: 1 addition & 0 deletions k8s/helm/hcfmailerplus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ storage:
accessModes:
- ReadWriteOnce
mysql:
tag: 8.4
size: 1Gi #Size for the mysql storage
claimName: mailtrain-mysql
existingClaim: null
Expand Down

0 comments on commit ae96862

Please sign in to comment.