diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 266e497b..7d2e5fe7 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -21,18 +21,18 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "4.6.0" +appVersion: "4.7.0" dependencies: - condition: meilisearch.enabled name: meilisearch repository: https://meilisearch.github.io/meilisearch-kubernetes - version: 0.8.0 + version: 0.10.1 - condition: postgresql.enabled name: postgresql repository: https://charts.bitnami.com/bitnami - version: 15.5.14 + version: 15.5.34 - condition: rabbitmq.enabled name: rabbitmq repository: https://charts.bitnami.com/bitnami - version: 14.4.2 \ No newline at end of file + version: 15.0.0 \ No newline at end of file diff --git a/chart/values.yaml b/chart/values.yaml index 56b54c73..1ec31623 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -346,9 +346,6 @@ meilisearch: persistence: enabled: true size: 3Gi - # upstream set to -, disabling dynamic provisioning - # https://github.com/meilisearch/meilisearch-kubernetes/pull/235 - storageClass: ~ # subchart settings postgresql: