Skip to content

Commit

Permalink
fix(mysql): downgrade mysql chart to 9.4.9 (acryldata#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnaut authored Mar 11, 2024
1 parent db3ad5c commit d56a9ae
Showing 1 changed file with 2 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.9
version: 0.1.10
dependencies:
- name: elasticsearch
version: 7.17.3
Expand All @@ -16,7 +16,7 @@ dependencies:
repository: https://helm.neo4j.com/neo4j
condition: neo4j.enabled
- name: mysql
version: 9.23.0
version: 9.4.9
repository: https://charts.bitnami.com/bitnami
condition: mysql.enabled
- name: postgresql
Expand Down

0 comments on commit d56a9ae

Please sign in to comment.