Skip to content

Commit

Permalink
fix(mysql): update mysql image tag (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnaut authored Jun 24, 2024
1 parent bdc53d1 commit c8d01c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/prerequisites/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on
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.
version: 0.1.12
version: 0.1.13
dependencies:
- name: elasticsearch
version: 7.17.3
Expand All @@ -20,7 +20,7 @@ dependencies:
repository: https://helm.neo4j.com/neo4j
condition: neo4j.enabled
- name: mysql
version: 9.4.9
version: 9.4.9 # Remove image.tag from values.yaml on next upgrade
repository: https://charts.bitnami.com/bitnami
condition: mysql.enabled
- name: postgresql
Expand Down
2 changes: 2 additions & 0 deletions charts/prerequisites/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ neo4j:

mysql:
enabled: true
image:
tag: 8.0.32-debian-11-r26
auth:
# For better security, add mysql-secrets k8s secret with mysql-root-password, mysql-replication-password and mysql-password
existingSecret: mysql-secrets
Expand Down

0 comments on commit c8d01c4

Please sign in to comment.